/** Shopify CDN: Minification failed

Line 11:14 Expected ")" to end URL token

**/
@charset "UTF-8";
/* RighterWorks
   ==========================================================================*/
@font-face {
  font-family: "ethnocentric rg";
  src: url({{ "ethnocentric rg" | asset_url }}) format("woff2");
}
   
/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0; /* [1] */
  border: 0;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
/* stylelint-disable selector-list-comma-newline-after */
address,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
ol,
ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 1rem;
}

/**
 * Consistent indentation for lists.
 */
dd,
ol,
ul {
  margin-left: 2rem;
}

/* stylelint-enable selector-list-comma-newline-after */
accordion-group {
  --speed: 300ms;
  display: block;
}
accordion-group details {
  border-bottom: 1px solid var(--color--text-lightest);
}
accordion-group details[open]:not(.is-closing) summary-icon {
  transform: translateY(-50%) rotate(45deg);
}
accordion-group details[open]:not(.is-closing) details-content {
  transition: transform var(--speed) ease-in-out;
}
accordion-group summary {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 1em 3em 1em 0;
  font-size: 1em;
  color: var(--color--text);
  cursor: pointer;
}
accordion-group summary::marker, accordion-group summary::-webkit-details-marker {
  display: none;
}
accordion-group summary summary-icon {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2.25em;
  font-size: 0.75em;
  color: var(--color--text);
  transform: translateY(-50%) rotate(0);
  transition: transform var(--speed) ease-in-out;
}
accordion-group details-content {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 0.5em 0 2em;
  transition: transform var(--speed) ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  accordion-group details[open]:not(.is-closing) details-content {
    transition: none;
  }
  details-content {
    transition: none;
  }
}
/* ==========================================================================
   #BASIC FORMS
   ========================================================================== */
[type=text],
[type=password],
[type=datetime],
[type=datetime-local],
[type=date],
[type=month],
[type=time],
[type=week],
[type=number],
[type=email],
[type=url],
[type=search],
[type=tel],
[type=color],
select,
textarea {
  display: block;
  height: 48px;
  line-height: 22px;
  padding: 12px;
  color: var(--color--text);
  vertical-align: middle;
  border: 1px solid var(--color--text-lightest);
  border-radius: 0;
  width: 100%;
  margin-bottom: 12px;
  cursor: pointer;
  background: var(--color--bg);
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
[type=text]::-webkit-input-placeholder, [type=text]::-moz-placeholder, [type=text]:-ms-input-placeholder, [type=text]:-moz-placeholder, [type=text]:placeholder,
[type=password]::-webkit-input-placeholder,
[type=password]::-moz-placeholder,
[type=password]:-ms-input-placeholder,
[type=password]:-moz-placeholder,
[type=password]:placeholder,
[type=datetime]::-webkit-input-placeholder,
[type=datetime]::-moz-placeholder,
[type=datetime]:-ms-input-placeholder,
[type=datetime]:-moz-placeholder,
[type=datetime]:placeholder,
[type=datetime-local]::-webkit-input-placeholder,
[type=datetime-local]::-moz-placeholder,
[type=datetime-local]:-ms-input-placeholder,
[type=datetime-local]:-moz-placeholder,
[type=datetime-local]:placeholder,
[type=date]::-webkit-input-placeholder,
[type=date]::-moz-placeholder,
[type=date]:-ms-input-placeholder,
[type=date]:-moz-placeholder,
[type=date]:placeholder,
[type=month]::-webkit-input-placeholder,
[type=month]::-moz-placeholder,
[type=month]:-ms-input-placeholder,
[type=month]:-moz-placeholder,
[type=month]:placeholder,
[type=time]::-webkit-input-placeholder,
[type=time]::-moz-placeholder,
[type=time]:-ms-input-placeholder,
[type=time]:-moz-placeholder,
[type=time]:placeholder,
[type=week]::-webkit-input-placeholder,
[type=week]::-moz-placeholder,
[type=week]:-ms-input-placeholder,
[type=week]:-moz-placeholder,
[type=week]:placeholder,
[type=number]::-webkit-input-placeholder,
[type=number]::-moz-placeholder,
[type=number]:-ms-input-placeholder,
[type=number]:-moz-placeholder,
[type=number]:placeholder,
[type=email]::-webkit-input-placeholder,
[type=email]::-moz-placeholder,
[type=email]:-ms-input-placeholder,
[type=email]:-moz-placeholder,
[type=email]:placeholder,
[type=url]::-webkit-input-placeholder,
[type=url]::-moz-placeholder,
[type=url]:-ms-input-placeholder,
[type=url]:-moz-placeholder,
[type=url]:placeholder,
[type=search]::-webkit-input-placeholder,
[type=search]::-moz-placeholder,
[type=search]:-ms-input-placeholder,
[type=search]:-moz-placeholder,
[type=search]:placeholder,
[type=tel]::-webkit-input-placeholder,
[type=tel]::-moz-placeholder,
[type=tel]:-ms-input-placeholder,
[type=tel]:-moz-placeholder,
[type=tel]:placeholder,
[type=color]::-webkit-input-placeholder,
[type=color]::-moz-placeholder,
[type=color]:-ms-input-placeholder,
[type=color]:-moz-placeholder,
[type=color]:placeholder,
select::-webkit-input-placeholder,
select::-moz-placeholder,
select:-ms-input-placeholder,
select:-moz-placeholder,
select:placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder,
textarea:-moz-placeholder,
textarea:placeholder {
  color: var(--color--text-light);
}
[type=text]:focus, [type=text]:active,
[type=password]:focus,
[type=password]:active,
[type=datetime]:focus,
[type=datetime]:active,
[type=datetime-local]:focus,
[type=datetime-local]:active,
[type=date]:focus,
[type=date]:active,
[type=month]:focus,
[type=month]:active,
[type=time]:focus,
[type=time]:active,
[type=week]:focus,
[type=week]:active,
[type=number]:focus,
[type=number]:active,
[type=email]:focus,
[type=email]:active,
[type=url]:focus,
[type=url]:active,
[type=search]:focus,
[type=search]:active,
[type=tel]:focus,
[type=tel]:active,
[type=color]:focus,
[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  color: var(--color--text);
}
[type=text].error, [type=text].is-invalid, [type=text].input--error,
[type=password].error,
[type=password].is-invalid,
[type=password].input--error,
[type=datetime].error,
[type=datetime].is-invalid,
[type=datetime].input--error,
[type=datetime-local].error,
[type=datetime-local].is-invalid,
[type=datetime-local].input--error,
[type=date].error,
[type=date].is-invalid,
[type=date].input--error,
[type=month].error,
[type=month].is-invalid,
[type=month].input--error,
[type=time].error,
[type=time].is-invalid,
[type=time].input--error,
[type=week].error,
[type=week].is-invalid,
[type=week].input--error,
[type=number].error,
[type=number].is-invalid,
[type=number].input--error,
[type=email].error,
[type=email].is-invalid,
[type=email].input--error,
[type=url].error,
[type=url].is-invalid,
[type=url].input--error,
[type=search].error,
[type=search].is-invalid,
[type=search].input--error,
[type=tel].error,
[type=tel].is-invalid,
[type=tel].input--error,
[type=color].error,
[type=color].is-invalid,
[type=color].input--error,
select.error,
select.is-invalid,
select.input--error,
textarea.error,
textarea.is-invalid,
textarea.input--error {
  border-color: #d12328;
  outline-color: #d12328;
}
[type=text].success, [type=text].is-valid,
[type=password].success,
[type=password].is-valid,
[type=datetime].success,
[type=datetime].is-valid,
[type=datetime-local].success,
[type=datetime-local].is-valid,
[type=date].success,
[type=date].is-valid,
[type=month].success,
[type=month].is-valid,
[type=time].success,
[type=time].is-valid,
[type=week].success,
[type=week].is-valid,
[type=number].success,
[type=number].is-valid,
[type=email].success,
[type=email].is-valid,
[type=url].success,
[type=url].is-valid,
[type=search].success,
[type=search].is-valid,
[type=tel].success,
[type=tel].is-valid,
[type=color].success,
[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid {
  border-color: #00964d;
  outline-color: #00964d;
}
[type=text][disabled], [type=text].is-disabled,
[type=password][disabled],
[type=password].is-disabled,
[type=datetime][disabled],
[type=datetime].is-disabled,
[type=datetime-local][disabled],
[type=datetime-local].is-disabled,
[type=date][disabled],
[type=date].is-disabled,
[type=month][disabled],
[type=month].is-disabled,
[type=time][disabled],
[type=time].is-disabled,
[type=week][disabled],
[type=week].is-disabled,
[type=number][disabled],
[type=number].is-disabled,
[type=email][disabled],
[type=email].is-disabled,
[type=url][disabled],
[type=url].is-disabled,
[type=search][disabled],
[type=search].is-disabled,
[type=tel][disabled],
[type=tel].is-disabled,
[type=color][disabled],
[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

form {
  overflow: hidden;
  position: relative;
}

[type=submit] {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
button[disabled]:hover {
  opacity: 0.6;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 10px;
  height: auto;
}

fieldset {
  border: 0;
  margin: 6px 0;
  padding: 0;
}

label {
  font-size: 1rem;
  line-height: 1.7em;
}

.checkbox-label {
  cursor: pointer;
  position: relative;
}
.checkbox-label [type=checkbox] {
  -webkit-appearance: none;
  position: relative;
  top: 4px;
  margin-right: 6px;
  border: 1px solid var(--color--text);
  background-color: var(--color--bg);
  width: 18px;
  height: 18px;
  font-size: 18px;
  transition: background-color 0.3s ease-out, border 0.3s ease-out;
  cursor: pointer;
}
.checkbox-label [type=checkbox]:hover {
  background-color: var(--color--text-lightest);
}
.checkbox-label .icon {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  padding: 4px;
}
.checkbox-label > [type=checkbox]:checked ~ .icon {
  opacity: 1;
}

/* Custom Select dropdown (requires JS to set correct padding)
   ========================================================================== */
.selector-wrapper {
  position: relative;
  padding-top: 6px;
  margin-top: 9px;
  font-family: var(--font--body);
}
.selector-wrapper .icon--chevron {
  --color: var(--color--text-lighter);
  --size: 13px;
  position: absolute;
  top: 24px;
  right: 12px;
  pointer-events: none;
}
.selector-wrapper label {
  color: var(--color--text);
  background: var(--color--bg);
  position: absolute;
  display: block;
  left: 4px;
  top: 0;
  padding: 0 6px;
  font-size: 0.85em;
  line-height: 1;
  border-radius: 0;
  pointer-events: none;
}
.selector-wrapper select {
  border-color: var(--color--text-lightest);
  background: var(--color--bg);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 12px 30px 12px 12px;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}
.selector-wrapper select::-ms-expand {
  display: none;
}
.selector-wrapper.selector-wrapper--standalone-labels {
  padding-top: 0;
}
.selector-wrapper.selector-wrapper--standalone-labels label {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  font-size: var(--font--size-base);
  line-height: 1.25;
  padding: 0;
  margin-bottom: 0.5em;
  border-radius: 0;
  pointer-events: initial;
}
.selector-wrapper.selector-wrapper--standalone-labels .icon--chevron {
  top: auto;
  bottom: 16px;
}

localize-form {
  display: block;
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */
img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.25s ease-in-out;
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
h1,
.h1 {
  font-size: calc(var(--font--size-h1) / var(--font--size-base) * 1rem);
  line-height: 1.45;
}

h2,
.h2 {
  font-size: calc(var(--font--size-h2) / var(--font--size-base) * 1rem);
  line-height: 1.6;
}

h3,
.h3 {
  font-size: calc(var(--font--size-h3) / var(--font--size-base) * 1rem);
  line-height: 1.7;
}

h4,
.h4 {
  font-size: calc(var(--font--size-h4) / var(--font--size-base) * 1rem);
  line-height: 1.8;
}

h5,
.h5 {
  font-size: calc(var(--font--size-h5) / var(--font--size-base) * 1rem);
  line-height: 1.9;
}

h6,
.h6 {
  font-size: calc(var(--font--size-h6) / var(--font--size-base) * 1rem);
  line-height: 1.9;
}

@media (max-width: 47.9275em) {
  h1,
  .h1 {
    font-size: calc(var(--font--size-h2) / var(--font--size-base) * 1rem);
    line-height: 1.6;
  }
  h2,
  .h2 {
    font-size: calc(var(--font--size-h3) / var(--font--size-base) * 1rem);
    line-height: 1.7;
  }
  h3,
  .h3 {
    font-size: calc(var(--font--size-h4) / var(--font--size-base) * 1rem);
    line-height: 1.8;
  }
  h4,
  .h4 {
    font-size: calc(var(--font--size-h5) / var(--font--size-base) * 1.05rem);
    line-height: 1.9;
  }
  h5,
  .h5 {
    font-size: calc(var(--font--size-h6) / var(--font--size-base) * 1.02rem);
    line-height: 1.9;
  }
  h6,
  .h6 {
    font-size: calc(var(--font--size-h6) / var(--font--size-base) * 1rem);
    line-height: 1.9;
  }
}
/* ==========================================================================
   #FONT SETTING CLASSES
   ========================================================================== */
.f-family--body {
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  letter-spacing: normal;
}

.f-family--heading {
  font-family: var(--font--title);
  font-weight: var(--font--title-weight);
  font-style: var(--font--title-style);
}

.f-space--0 {
  letter-spacing: 0px;
}

.f-space--1 {
  letter-spacing: 1px;
}

.f-space--2 {
  letter-spacing: 2px;
}

.f-space--3 {
  letter-spacing: 3px;
}

.f-caps--false {
  text-transform: none;
}

.f-caps--true {
  text-transform: uppercase;
}

/* ==========================================================================
   #CSS SPINNER
   ========================================================================== */
.theme-spinner {
  opacity: 0.7;
  width: 40%;
  height: 40%;
  max-height: 50px;
  max-width: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.theme-spinner__border {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  border-radius: 50%;
  animation: spinner-ring-spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.theme-spinner--small {
  width: 25%;
  height: 25%;
}
.theme-spinner--small .theme-spinner__border {
  border: 2px solid #fff;
}

.theme-spinner--color-text .theme-spinner__border {
  border-color: var(--color--text) transparent transparent transparent;
}

.theme-spinner div:nth-child(1) {
  animation-delay: -0.45s;
}

.theme-spinner div:nth-child(2) {
  animation-delay: -0.3s;
}

.theme-spinner div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes spinner-ring-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ==========================================================================
   #PLACEHOLDER SVG
   ========================================================================== */
.placeholder-svg__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.placeholder-svg {
  display: block;
  background: #c4c4c4;
  fill: #848484;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.placeholder-svg--light {
  background: #e4e4e4;
  fill: #848484;
}

.product-card__img.product-card__img.placeholder-svg {
  background: #e4e4e4;
  fill: #848484;
}

.placeholder-noblocks {
  text-align: center;
  margin: 60px 24px;
}

/* ==========================================================================
   #LAYOUT
   ========================================================================== */
/* Default/mandatory classes.
   ========================================================================== */
.o-layout {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -30px;
  font-size: 0;
}

.o-layout__item {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  font-size: var(--font--size-base);
  font-size: 1rem;
}

/* Gutter size modifiers.
   ========================================================================== */
.o-layout--tiny {
  margin-left: -8px;
}
.o-layout--tiny > .o-layout__item {
  padding-left: 8px;
}

.o-layout--small {
  margin-left: -15px;
}
.o-layout--small > .o-layout__item {
  padding-left: 15px;
}

@media (max-width: 47.9275em) {
  .o-layout--small\@tab-down {
    margin-left: -15px;
  }
  .o-layout--small\@tab-down > .o-layout__item {
    padding-left: 15px;
  }
}
.o-layout--large {
  margin-left: -60px;
}
.o-layout--large > .o-layout__item {
  padding-left: 60px;
}

.o-layout--huge {
  margin-left: -120px;
}
.o-layout--huge > .o-layout__item {
  padding-left: 120px;
}

.o-layout--flush {
  margin-left: 0;
}
.o-layout--flush > .o-layout__item {
  padding-left: 0;
}

/* Vertical alignment modifiers.
   ========================================================================== */
.o-layout--middle > .o-layout__item {
  vertical-align: middle;
}

.o-layout--bottom > .o-layout__item {
  vertical-align: bottom;
}

/* Fill order modifiers.
   ========================================================================== */
.o-layout--center {
  text-align: center;
}
.o-layout--center > .o-layout__item {
  text-align: left;
}

.o-layout--right {
  text-align: right;
}
.o-layout--right > .o-layout__item {
  text-align: left;
}

.o-layout--reverse {
  direction: rtl;
}
.o-layout--reverse > .o-layout__item {
  direction: ltr;
  text-align: left;
}

/* ==========================================================================
   #LIST-BARE
   ========================================================================== */
/**
 * Strip list-like appearance from lists by removing their bullets, and any
 * indentation.
 */
.o-list-bare {
  list-style: none;
  margin-left: 0;
}

/* ==========================================================================
   #LIST-INLINE
   ========================================================================== */
/**
 * The list-inline object simply displays a list of items in one line.
 */
.o-list-inline {
  margin-left: 0;
  list-style: none;
}

.o-list-inline__item {
  display: inline-block;
}

/* Delimited list.
   ========================================================================== */
/**
 * By default, applying this class will comma separate your list items. You can
 * change the delimiter by predefining the following variable:
 */
/**
 * 1. Fallback for old IEs not supporting `rem` values.
 */
.o-list-inline--delimited {
  font-size: 0;
}
.o-list-inline--delimited > .o-list-inline__item {
  font-size: var(--font--size-base); /* [1] */
  font-size: 1rem;
}
.o-list-inline--delimited > .o-list-inline__item + .o-list-inline__item:before {
  content: "  / ";
}

/* ==========================================================================
   #RATIO
   ========================================================================== */
/**
 * Create ratio-bound content blocks, to keep media (e.g. images, videos) in
 * their correct aspect ratios.
 *
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 */
.o-ratio {
  position: relative;
  display: block;
  overflow: hidden;
}
.o-ratio:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.o-ratio--custom:before,
.o-ratio--natural:before {
  padding-bottom: 0;
}

.o-ratio--4\:1:before {
  padding-bottom: 25%;
}

.o-ratio--32\:9:before {
  padding-bottom: 28.125%;
}

.o-ratio--3\:1:before {
  padding-bottom: 33.33%;
}

.o-ratio--5\:2:before {
  padding-bottom: 40%;
}

.o-ratio--16\:9:before {
  padding-bottom: 56.25%;
}

.o-ratio--9\:16:before {
  padding-bottom: 177%;
}

.o-ratio--4\:3:before {
  padding-bottom: 75%;
}

.o-ratio--1\:1:before {
  padding-bottom: 100%;
}

.o-ratio--3\:4:before {
  padding-bottom: 133.33%;
}

.o-ratio--2\:3:before {
  padding-bottom: 150%;
}

@media screen and (max-width: 767px) {
  .o-ratio--4\:1\@mob:before {
    padding-bottom: 25%;
  }
  .o-ratio--32\:9\@mob:before {
    padding-bottom: 28.125%;
  }
  .o-ratio--3\:1\@mob:before {
    padding-bottom: 33.33%;
  }
  .o-ratio--5\:2\@mob:before {
    padding-bottom: 40%;
  }
  .o-ratio--16\:9\@mob:before {
    padding-bottom: 56.25%;
  }
  .o-ratio--9\:16\@mob:before {
    padding-bottom: 177%;
  }
  .o-ratio--4\:3\@mob:before {
    padding-bottom: 75%;
  }
  .o-ratio--1\:1\@mob:before {
    padding-bottom: 100%;
  }
  .o-ratio--3\:4\@mob:before {
    padding-bottom: 133.33%;
  }
  .o-ratio--2\:3\@mob:before {
    padding-bottom: 150%;
  }
}
.o-ratio--circle.o-ratio--circle.o-ratio--circle {
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.o-ratio--circle.o-ratio--circle.o-ratio--circle:before {
  padding-bottom: 100%;
}

.o-ratio--bg-grey {
  background-color: #f2f2f2;
}

.o-ratio--bg-product {
  background-color: var(--color--product-bg);
}

.o-ratio__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* ==========================================================================
   #IMAGE SKELETON LOADER
   ========================================================================== */
image-skeleton {
  --color: var(--color--text-bg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  overflow: hidden;
  animation: skeleton-bounce 2s ease-in-out infinite;
  z-index: auto;
}
image-skeleton[loaded] {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  animation: none;
}
image-skeleton[loaded] + img {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
image-skeleton svg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
image-skeleton rect {
  fill: var(--color);
}
.no-js image-skeleton {
  display: none;
}
.no-js image-skeleton + img {
  opacity: 1;
}
image-skeleton + img {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.skeleton-image {
  background-color: var(--color--text-lightest);
  width: 100%;
  opacity: 0.5;
  animation: skeleton-bounce 2s ease-in-out infinite;
  border-radius: 0.5em;
}
.skeleton-image:before {
  content: "";
  display: block;
  width: 100%;
}

.skeleton-image--16\:9:before {
  padding-bottom: 56.25%;
}

.skeleton-image--4\:3:before {
  padding-bottom: 75%;
}

.skeleton-image--1\:1:before {
  padding-bottom: 100%;
}

.skeleton-image--3\:4:before {
  padding-bottom: 133.33%;
}

.skeleton-image--2\:3:before {
  padding-bottom: 150%;
}

.skeleton-text {
  display: inline-block;
  width: 100%;
  background-color: var(--color--text-lightest);
  opacity: 0.5;
  height: 1em;
  animation: skeleton-bounce 2s ease-in-out infinite;
  border-radius: 0.5em;
}

.skeleton-text--inline {
  display: inline-block;
  margin-bottom: 0;
}

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

.skeleton-text--small {
  height: 0.75em;
  border-radius: 0.25em;
}

.skeleton-text--1\/2 {
  width: 50%;
}

.skeleton-text--1\/3 {
  width: 33.33333%;
}

.skeleton-text--1\/4 {
  width: 25%;
}

.skeleton-button {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  margin: 0;
  height: auto;
  line-height: 30px;
  padding: 9px 30px;
  background-color: var(--color--text-lightest);
  opacity: 0.5;
  animation: skeleton-bounce 2s ease-in-out infinite;
  border-radius: 0.5em;
}

@keyframes skeleton-bounce {
  from {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  75% {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
/* ==========================================================================
   #BASE STYLING
   ========================================================================== */
html,
body {
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
}

html {
  min-height: 100%;
  font-size: calc(var(--font--size-base) / 16 * 1em);
  line-height: calc(var(--font--line-base) / var(--font--size-base));
}

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

body:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -3px;
  left: 0;
  background: rgb(33, 33, 33);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.js-overlay-active:before {
  visibility: visible;
  opacity: 0.6;
}

.page-container {
  width: 100%;
}

.main {
  min-height: 180px;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

iframe {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--color--headings);
  font-family: var(--font--title);
  font-weight: var(--font--title-weight);
  font-style: var(--font--title-style);
  letter-spacing: var(--font--title-space);
  text-transform: var(--font--title-transform);
}

a {
  color: var(--color--text);
}

.no-js .js {
  display: none;
}

/* ==========================================================================
   #BUTTONS
   ========================================================================== */
.c-btn,
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  text-align: center;
  margin: 0;
  cursor: pointer;
  font-family: var(--font--button);
  letter-spacing: var(--font--button-space);
  text-transform: var(--font--button-transform);
  transition: opacity 0.2s ease-in-out;
  color: var(--color--btn);
  font-size: calc(var(--font--button-size) / var(--font--size-base) * 1rem);
  font-weight: var(--font--button-weight);
  font-style: var(--font--button-style);
  height: auto;
  line-height: 30px;
  padding: 9px 30px;
  min-width: 84px;
  border: 0 none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (hover: hover) {
  .c-btn, .c-btn:hover, .c-btn:active, .c-btn:focus,
  .btn,
  .btn:hover,
  .btn:active,
  .btn:focus {
    opacity: 1;
    text-decoration: none;
  }
}
@media (max-width: 47.9275em) {
  .c-btn,
  .btn {
    font-size: var(--font--button-mobile-size);
  }
}

/* Colors
   ========================================================================== */
.c-btn--primary {
  background-color: var(--button-background-color, var(--color--brand));
}
@media (hover: hover) {
  .c-btn--primary:hover:not([disabled]), .c-btn--primary:focus:not([disabled]) {
    background-color: var(--button-hover-background-color, var(--color--brand-dark));
  }
}

.c-btn--accent {
  background-color: var(--button-background-color, var(--color--accent));
  color: var(--button-color, rgb(33, 33, 33));
}
@media (hover: hover) {
  .c-btn--accent:hover:not([disabled]), .c-btn--accent:focus:not([disabled]) {
    background-color: var(--button-hover-background-color, var(--color--accent-dark));
  }
}

.c-btn--hollow,
a.c-btn--hollow {
  background-color: transparent;
  color: var(--button-color, var(--color--text));
  box-shadow: inset 0px 0px 0px 1px var(--button-color, var(--color--text));
  margin-bottom: 1px;
}
@media (hover: hover) {
  .c-btn--hollow:hover, .c-btn--hollow:hover:not([disabled]),
  a.c-btn--hollow:hover,
  a.c-btn--hollow:hover:not([disabled]) {
    background-color: var(--button-hover-background-color, var(--color--text));
    color: var(--button-hover-color, var(--color--bg));
  }
}

.c-btn--mono,
.c-btn--solid {
  background-color: var(--button-background-color, rgb(255, 255, 255));
  color: var(--button-color, rgb(33, 33, 33));
}
@media (hover: hover) {
  .c-btn--mono:hover,
  .c-btn--solid:hover {
    background-color: var(--button-hover-background-color, rgb(255, 255, 255));
    color: var(--button-hover-color, rgb(33, 33, 33));
  }
}

.c-btn--grey,
.c-btn--dark,
.btn {
  background-color: var(--button-background-color, #222);
  color: var(--button-color, rgb(255, 255, 255));
}
@media (hover: hover) {
  .c-btn--grey:hover, .c-btn--grey:focus,
  .c-btn--dark:hover,
  .c-btn--dark:focus,
  .btn:hover,
  .btn:focus {
    background-color: var(--button-hover-background-color, rgb(33, 33, 33));
  }
}

.c-btn--light {
  box-shadow: none;
  background-color: var(--button-background-color, #f2f2f2);
  color: var(--button-color, rgb(33, 33, 33));
}
@media (hover: hover) {
  .c-btn--light:hover, .c-btn--light:focus {
    background-color: var(--button-hover-background-color, #e4e4e4);
  }
}

.c-btn--white {
  background-color: var(--button-background-color, rgb(255, 255, 255));
  color: var(--button-color, rgb(33, 33, 33));
}
@media (hover: hover) {
  .c-btn--white:hover, .c-btn--white:focus {
    background-color: var(--button-hover-background-color, #f2f2f2);
  }
}

.c-btn--hollow.c-btn--dark {
  color: var(--button-color, rgb(33, 33, 33));
  box-shadow: inset 0px 0px 0px 1px var(--button-color, rgb(33, 33, 33));
}
@media (hover: hover) {
  .c-btn--hollow.c-btn--dark:hover:not([disabled]) {
    background-color: var(--button-hover-background-color, rgb(33, 33, 33));
    color: var(--button-hover-color, rgb(255, 255, 255));
  }
}

.c-btn--hollow.c-btn--white {
  color: var(--button-color, rgb(255, 255, 255));
  box-shadow: inset 0px 0px 0px 1px var(--button-color, rgb(255, 255, 255));
}
@media (hover: hover) {
  .c-btn--hollow.c-btn--white:hover:not([disabled]) {
    background-color: var(--button-hover-background-color, rgb(255, 255, 255));
    color: var(--button-hover-color, rgb(33, 33, 33));
  }
}

.c-btn--hollow.disabled {
  box-shadow: none;
  background-color: var(--button-background-color, #f2f2f2);
  color: var(--button-color, rgb(33, 33, 33));
}

/* Sizing
   ========================================================================== */
.c-btn--small {
  font-size: 0.8rem;
  padding: 6px 18px;
}

.c-btn--big {
  padding: 12px 30px;
  font-size: 1.2rem;
}

.c-btn--bigger {
  padding: 18px 30px;
  font-size: 1.4rem;
}

.c-btn--biggest {
  padding: 24px 30px;
  font-size: 1.65rem;
}

.c-btn--wide {
  width: 300px;
  max-width: 100%;
}

.c-btn--full {
  width: 100%;
}

@media (max-width: 47.9275em) {
  .c-btn--small\@mobile {
    font-size: 0.7rem;
    padding: 3px 6px;
  }
}
/* Position
   ========================================================================== */
.c-btn--right {
  float: right;
}

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

/* Misc
   ========================================================================== */
.c-btn--play.c-btn--play {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  min-width: unset;
  line-height: 0;
  padding: 0;
  font-size: 60px;
  border-radius: 50%;
}
.c-btn--play.c-btn--play:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.c-btn--no-hover {
  cursor: default;
}

.c-btn--no-hover.c-btn--light:hover {
  background-color: var(--button-hover-background-color, #e4e4e4);
}

.c-btn--no-border {
  border: 0 none;
}

.c-btn--plain {
  color: var(--button-color, var(--color--text));
  background-color: transparent;
  border: 0 none;
  padding: 0;
}

.dynamic-button {
  position: relative;
  z-index: 0;
  min-height: 48px;
}
.dynamic-button .shopify-payment-button {
  position: relative;
  z-index: 1;
}

.dynamic-button__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Accelerated checkout
   ========================================================================== */
shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-block-size: 48px;
  --shopify-accelerated-checkout-skeleton-background-color: $color--text-lightest;
}

shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: 48px;
  --shopify-accelerated-checkout-button-border-radius: 0px;
  --shopify-accelerated-checkout-inline-alignment: center;
  --shopify-accelerated-checkout-row-gap: 12px;
  --shopify-accelerated-checkout-skeleton-background-color: $color--text-lightest;
}

/* ==========================================================================
   #CONTAINER
   ========================================================================== */
.container {
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
  max-width: 2200px;
}
@media (max-width: 61.24em) {
  .container {
    padding: 0 18px;
  }
}

.container--full {
  max-width: 100%;
}

.container--xlarge {
  max-width: 1600px;
}

.container--large {
  max-width: 1400px;
}

.container--medium {
  max-width: 1200px;
}

.container--small {
  max-width: 980px;
}

.container--tiny {
  max-width: 740px;
}

@media (max-width: 67.49em) {
  .container--tiny\@desk {
    max-width: 740px;
  }
}

@media (max-width: 61.24em) {
  .container--tiny\@tab {
    max-width: 740px;
  }
}

.container--p-0 {
  padding: 0;
}

.container--p-top.container--p-top {
  padding-top: 60px;
}
@media (max-width: 61.24em) {
  .container--p-top.container--p-top {
    padding-top: 30px;
  }
}
@media (max-width: 34.99em) {
  .container--p-top.container--p-top {
    padding-top: 18px;
  }
}

.container--p-large {
  padding: 0 60px;
}
@media (max-width: 61.24em) {
  .container--p-large {
    padding: 0 30px;
  }
}
@media (max-width: 34.99em) {
  .container--p-large {
    padding: 0 18px;
  }
}

@media (max-width: 47.9275em) {
  .container--mob-0 {
    padding: 0;
  }
}

@media (max-width: 61.24em) {
  .container--tab-0 {
    padding: 0;
  }
}

@media (min-width: 47.9375em) {
  .container--desk-0 {
    padding: 0;
  }
}

.icons-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  gap: 6px;
  margin-top: 12px;
}
.icons-list .icons-list__item {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.icon {
  --stroke-width: 1px;
  position: relative;
  --color: currentColor;
  --size: 1em;
  display: inline-block;
  width: var(--size);
  height: var(--size);
}
.icon:not(.icon--custom) svg {
  display: block;
  fill: var(--color);
}
.icon.icon--custom svg {
  width: var(--size);
  height: var(--size);
}
.icon.icon--theme svg {
  fill: none;
  stroke: var(--color);
  stroke-width: var(--stroke-width, 1px);
}
.icon.icon--theme svg .fill {
  fill: var(--color);
  stroke: none;
}
.icon.icon--theme.icon--delete svg {
  stroke-width: 0.75px;
}
.icon.icon--selection:not(.icon--custom) svg > *, .icon.icon--selection:not(.icon--custom) svg g > * {
  stroke: var(--color, currentColor);
}
.icon.icon--separator svg {
  fill: var(--color);
}
.icon.icon--separator svg .stroke {
  fill: none;
  stroke: var(--color);
}
.icon.icon--stroke svg {
  fill: none;
  stroke: var(--color);
  stroke-width: var(--stroke-width, 1px);
}
.icon.icon--down svg {
  transform: rotate(90deg);
}
.icon.icon--left svg {
  transform: rotate(180deg);
}
.icon.icon--up svg {
  transform: rotate(270deg);
}
.icon.icon--3d-badge, .icon.icon--video-badge {
  --color: rgb(33, 33, 33);
  --size: 1.5rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e4e4e4;
}
.icon.icon--3d-badge svg, .icon.icon--video-badge svg {
  opacity: 0.6;
}
.icon.icon--video-badge svg {
  transform: scale3d(1.25, 1.25, 1.25);
}

/* ==========================================================================
   #LABEL
   ========================================================================== */
.label {
  background-color: var(--background-color);
  color: var(--text-color);
  padding: 2px 10px;
}
@media (max-width: 47.9275em) {
  .label {
    padding: 1px 8px;
  }
}

.label__text {
  font-family: var(--font--label);
  letter-spacing: var(--font--label-space);
  text-transform: var(--font--label-transform);
  font-size: calc(var(--font--label-size) / var(--font--size-base) * 0.8rem);
  font-weight: var(--font--label-weight);
  font-style: var(--font--label-style);
  margin: 0;
}

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

.label--brand .label__text {
  color: var(--color--btn);
}

.label--light {
  background-color: #e4e4e4;
}

.label--light .label__text {
  color: rgb(33, 33, 33);
}

.label--sold_out {
  background-color: var(--color--label-sold_out);
}

.label--sold_out .label__text {
  color: var(--color--text-label-sold_out);
}

.label--discount {
  background-color: var(--color--label-discount);
}

.label--discount .label__text {
  color: var(--color--text-label-discount);
}

.label--new {
  background-color: var(--color--label-new);
}

.label--new .label__text {
  color: var(--color--text-label-new);
}

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

.label--custom_1 .label__text {
  color: var(--color--text-label-custom_one);
}

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

.label--custom_2 .label__text {
  color: var(--color--text-label-custom_two);
}

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

.product-single__label {
  position: relative;
  margin-left: 18px;
  width: fit-content;
}
@media (max-width: 47.9275em) {
  .product-single__label {
    top: 1px;
  }
}

.product-single__label__items {
  position: relative;
  text-align: left;
  top: 0;
  right: 0;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 0;
}
.product-single__label__items .label {
  display: inline-block;
  margin: 0 6px 6px 0;
}

.product-single__box__block:first-of-type .product-single__label__items {
  margin-top: 0;
}

.product-single__label__items--border .label {
  border: 1px solid var(--color--text-lightest);
}

.search-grid-item__label {
  position: absolute;
  top: 9px;
  right: 9px;
}
@media (max-width: 47.9275em) {
  .search-grid-item__label {
    top: 6px;
    right: 6px;
  }
}

.search-grid-item__label--position_left {
  right: auto;
  left: 9px;
}
@media (max-width: 47.9275em) {
  .search-grid-item__label--position_left {
    left: 6px;
  }
}

/*============================================================================
  #LAZY VIDEO
==============================================================================*/
lazy-video {
  display: block;
  position: relative;
}
lazy-video .theme-spinner {
  pointer-events: none;
}
lazy-video[loaded] .theme-spinner {
  display: none;
}

/* ==========================================================================
   #LINKS
   ========================================================================== */
.link {
  font-family: var(--font--button);
  letter-spacing: var(--font--button-space);
  text-transform: var(--font--button-transform);
  font-size: calc(var(--font--button-size) / var(--font--size-base) * 1rem);
  font-weight: var(--font--button-weight);
  font-style: var(--font--button-style);
  color: var(--color--text);
  position: relative;
}
@media (max-width: 47.9275em) {
  .link {
    font-size: var(--font--button-mobile-size);
  }
}
.link .icon--chevron {
  --size: 0.9em;
  margin-left: 0.75em;
  height: 0.8em;
}

.link--underline {
  text-decoration: underline;
}
.link--underline:hover {
  text-decoration: none;
  opacity: 0.7;
}

.link-body {
  line-height: 1;
  text-decoration: underline;
}
.link-body:hover {
  text-decoration: underline;
}

/* Link + Icon
   ========================================================================== */
.link--arrow {
  line-height: 1;
}

.link--arrow-left .icon--chevron {
  margin-left: 0;
  margin-right: 0.75em;
}

.link--arrow-down .icon--chevron {
  margin-left: 0.4em;
}

.link--plus {
  line-height: 1;
}
.link--plus .icon--chevron {
  margin-left: 0.5em;
}

/* ==========================================================================
  #MODAL
  ========================================================================== */
.modal {
  --width: 480px;
  --color: var(--color--text);
  --background-color: var(--color--bg);
  --opening-speed: 350ms;
  --closing-speed: 200ms;
  --close-button-size: 54px;
  --close-button-font-size: 24px;
}

.modal {
  display: flex;
}
.modal[aria-hidden=true] {
  display: none;
}
.modal .modal__overlay,
.modal .modal__close {
  display: block;
}
.modal.is-inside-modal .is-hidden-in-drawer {
  display: none !important;
}

.modal--light {
  --color: rgb(255, 255, 255);
}

.modal--dark {
  --color: rgb(33, 33, 33);
}

.modal,
.modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal__overlay {
  display: none;
  opacity: 1;
  background-color: rgba(11, 11, 11, 0.4);
}
.is-opening .modal__overlay {
  animation: var(--opening-speed) cubic-bezier(0.3, -0.1, 0.25, 1) both fade-in;
}
.is-closing .modal__overlay {
  animation: var(--closing-speed) cubic-bezier(0.3, -0.1, 0.25, 1) reverse both fade-in;
}

.modal .modal__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--width);
  max-width: calc(100% - 24px);
  height: 100%;
  overflow: hidden;
  color: var(--color);
  background-color: var(--background-color);
  transform: translate3d(0, 0, 0);
}
.is-opening .modal__wrapper {
  animation: var(--opening-speed) cubic-bezier(0.3, -0.1, 0.25, 1) both slide-in-left;
}
.is-closing .modal__wrapper {
  animation: var(--closing-speed) cubic-bezier(0.3, -0.1, 0.25, 1) reverse both slide-in-left;
}
.modal--right .modal__wrapper {
  right: 0;
  left: auto;
}
.modal--top .modal__wrapper {
  --width: 100%;
  max-width: 100%;
  max-height: 480px;
}
.modal--right.is-opening .modal__wrapper {
  animation: var(--opening-speed) cubic-bezier(0.3, -0.1, 0.25, 1) both slide-in-right;
}
.modal--right.is-closing .modal__wrapper {
  animation: var(--closing-speed) cubic-bezier(0.3, -0.1, 0.25, 1) reverse both slide-in-right;
}
.modal--top.is-opening .modal__wrapper {
  animation: var(--opening-speed) cubic-bezier(0.3, -0.1, 0.25, 1) both slide-in-top;
}
.modal--top.is-closing .modal__wrapper {
  animation: var(--closing-speed) cubic-bezier(0.3, -0.1, 0.25, 1) reverse both slide-in-top;
}

.modal__content {
  overflow-y: scroll;
  height: 100%;
}

.modal__close {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  appearance: none;
  box-shadow: none;
  touch-action: manipulation;
  width: var(--close-button-size);
  height: var(--close-button-size);
  line-height: var(--close-button-font-size);
  font-size: var(--close-button-font-size);
  text-decoration: none;
  text-align: center;
  padding: calc((var(--close-button-size) - var(--close-button-font-size)) / 2);
  font-style: normal;
  text-align: center;
  color: var(--color);
  z-index: 5;
  transform: translateZ(1000px);
}
.modal__close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.modal__close--left {
  left: 0;
  right: auto;
}

@media (prefers-reduced-motion) {
  .modal.is-closing .modal__overlay,
  .modal.is-closing .modal__wrapper,
  .modal.is-opening .modal__overlay,
  .modal.is-opening .modal__wrapper {
    animation: none;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes slide-in-left {
  from {
    transform: translateX(calc(var(--width) * -1));
  }
}
@keyframes slide-in-right {
  from {
    transform: translateX(var(--width));
  }
}
@keyframes slide-in-top {
  from {
    transform: translateY(-100%);
  }
}
/* ==========================================================================
  #POPUP
  ========================================================================== */
.popup {
  --width: 480px;
  --color: var(--color--text);
  --background-color: var(--color--bg);
  --margin-top: auto;
  --margin-right: auto;
  --margin-bottom: auto;
  --margin-left: auto;
  --opening-speed: 350ms;
  --closing-speed: 200ms;
  --close-button-size: 54px;
  --close-button-font-size: 24px;
}

.popup {
  display: block;
  pointer-events: none;
}
.popup[aria-hidden=true] {
  display: none;
}

.popup--right {
  --margin-right: 0px;
}
@media (min-width: 35em) {
  .popup--right {
    --margin-right: 36px;
  }
}

.popup--left {
  --margin-left: 0px;
}
@media (min-width: 35em) {
  .popup--left {
    --margin-left: 36px;
  }
}

.popup--top {
  --margin-top: 0px;
}
@media (min-width: 35em) {
  .popup--top {
    --margin-top: 24px;
  }
}

.popup--bottom {
  --margin-bottom: 0px;
}
@media (min-width: 35em) {
  .popup--bottom {
    --margin-bottom: 24px;
  }
}

.popup--full {
  --width: 680px;
  --close-button-size: 66px;
  --margin-top: 24px;
  --margin-bottom: 24px;
}

.popup--video {
  --width: calc(100% - 32px);
}
.popup--video video-player {
  width: 100%;
}
.popup--video video-player .v-video {
  aspect-ratio: revert;
  width: 100%;
  height: 100%;
}
.popup--video .popup__content {
  max-width: 990px;
}
.popup--video .popup__close {
  background-color: var(--background-color);
}

.popup,
.popup__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.popup__overlay {
  opacity: 1;
  background-color: rgba(11, 11, 11, 0.4);
  pointer-events: all;
}
.is-opening .popup__overlay {
  animation: var(--opening-speed) cubic-bezier(0.3, -0.1, 0.25, 1) both popup-fade-in;
}
.is-closing .popup__overlay {
  animation: var(--closing-speed) cubic-bezier(0.3, -0.1, 0.25, 1) reverse both popup-fade-in;
}

.popup__wrapper {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: auto;
}
.popup--full .popup__wrapper {
  display: inline-block;
  vertical-align: middle;
}

.popup__content {
  position: relative;
  width: 100%;
  max-width: 100%;
  color: var(--color);
  background-color: var(--background-color);
  transform: translate3d(0, 0, 0);
  margin-top: var(--margin-top);
  margin-right: var(--margin-right);
  margin-bottom: var(--margin-bottom);
  margin-left: var(--margin-left);
  pointer-events: all;
  box-shadow: var(--color--drop-shadow) 0px 3px 18px 0px;
}
@media (min-width: 35em) {
  .popup__content {
    width: var(--width);
  }
}
.popup--full .popup__content {
  overflow: scroll;
  max-height: calc(100vh - var(--margin-bottom, 0px));
  max-height: -webkit-fill-available;
  overscroll-behavior: contain;
}
@supports (max-height: 100dvh) {
  .popup--full .popup__content {
    max-height: calc(100dvh - var(--margin-top, 0px) - var(--margin-bottom, 0px));
  }
}
.is-opening .popup__content {
  animation: var(--opening-speed) cubic-bezier(0.3, -0.1, 0.25, 1) both popup-slide-in, var(--opening-speed) cubic-bezier(0.3, -0.1, 0.25, 1) both popup-fade-in;
}
.is-closing .popup__content {
  animation: var(--closing-speed) cubic-bezier(0.3, -0.1, 0.25, 1) reverse both popup-slide-in, var(--closing-speed) cubic-bezier(0.3, -0.1, 0.25, 1) reverse both popup-fade-in;
}
.popup--top.is-opening .popup__content {
  animation: var(--opening-speed) cubic-bezier(0.3, -0.1, 0.25, 1) both popup-slide-in-top, var(--opening-speed) cubic-bezier(0.3, -0.1, 0.25, 1) both popup-fade-in;
}
.popup--top.is-closing .popup__content {
  animation: var(--closing-speed) cubic-bezier(0.3, -0.1, 0.25, 1) reverse both popup-slide-in-top, var(--closing-speed) cubic-bezier(0.3, -0.1, 0.25, 1) reverse both popup-fade-in;
}
.popup--bottom.is-opening .popup__content {
  animation: var(--opening-speed) cubic-bezier(0.3, -0.1, 0.25, 1) both popup-slide-in-bottom, var(--opening-speed) cubic-bezier(0.3, -0.1, 0.25, 1) both popup-fade-in;
}
.popup--bottom.is-closing .popup__content {
  animation: var(--closing-speed) cubic-bezier(0.3, -0.1, 0.25, 1) reverse both popup-slide-in-bottom, var(--closing-speed) cubic-bezier(0.3, -0.1, 0.25, 1) reverse both popup-fade-in;
}
@media (min-width: 35em) {
  .popup--right.is-opening .popup__content {
    animation: var(--opening-speed) cubic-bezier(0.3, -0.1, 0.25, 1) both popup-slide-in-right, var(--opening-speed) cubic-bezier(0.3, -0.1, 0.25, 1) both popup-fade-in;
  }
  .popup--right.is-closing .popup__content {
    animation: var(--closing-speed) cubic-bezier(0.3, -0.1, 0.25, 1) reverse both popup-slide-in-right, var(--closing-speed) cubic-bezier(0.3, -0.1, 0.25, 1) reverse both popup-fade-in;
  }
  .popup--left.is-opening .popup__content {
    animation: var(--opening-speed) cubic-bezier(0.3, -0.1, 0.25, 1) both popup-slide-in-left, var(--opening-speed) cubic-bezier(0.3, -0.1, 0.25, 1) both popup-fade-in;
  }
  .popup--left.is-closing .popup__content {
    animation: var(--closing-speed) cubic-bezier(0.3, -0.1, 0.25, 1) reverse both popup-slide-in-left, var(--closing-speed) cubic-bezier(0.3, -0.1, 0.25, 1) reverse both popup-fade-in;
  }
}

.popup__close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  appearance: none;
  display: block;
  box-shadow: none;
  touch-action: manipulation;
  width: var(--close-button-size);
  height: var(--close-button-size);
  line-height: var(--close-button-font-size);
  font-size: var(--close-button-font-size);
  text-decoration: none;
  text-align: center;
  padding: calc((var(--close-button-size) - var(--close-button-font-size)) / 2);
  font-style: normal;
  text-align: center;
  color: var(--color);
  pointer-events: all;
  z-index: 5;
  transform: translateZ(1000px);
}
.popup__close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@media (prefers-reduced-motion) {
  .popup.is-closing .popup__overlay,
  .popup.is-closing .popup__content,
  .popup.is-opening .popup__overlay,
  .popup.is-opening .popup__content {
    animation: none;
  }
}
@keyframes popup-fade-in {
  from {
    opacity: 0;
  }
}
@keyframes popup-slide-in {
  from {
    transform: translateY(-48px);
  }
}
@keyframes popup-slide-in-bottom {
  from {
    transform: translateY(calc(100% + var(--margin-bottom)));
  }
}
@keyframes popup-slide-in-top {
  from {
    transform: translateY(calc((100% + var(--margin-top)) * -1));
  }
}
@keyframes popup-slide-in-right {
  from {
    transform: translateX(calc(100% + var(--margin-right)));
  }
}
@keyframes popup-slide-in-left {
  from {
    transform: translateX(calc((100% + var(--margin-right)) * -1));
  }
}
.product-card {
  display: block;
  margin-bottom: 36px;
  position: relative;
}

.product-card__label__items {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 3;
  top: 9px;
  right: 9px;
  margin-bottom: 0;
  text-align: right;
  align-items: flex-end;
}
@media (max-width: 47.9275em) {
  .product-card__label__items {
    top: 6px;
    right: 6px;
  }
}

.product-card__label__items--inline {
  flex-direction: row;
  flex-wrap: wrap;
}

.product-card__label__items--left {
  right: auto;
  left: 9px;
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 47.9275em) {
  .product-card__label__items--left {
    left: 6px;
  }
}

.product-card__label__items--inline-right {
  flex-direction: row-reverse;
}

.product-card__label {
  width: fit-content;
  margin-bottom: 4px;
}
@media (max-width: 47.9275em) {
  .product-card__label {
    margin-bottom: 3px;
  }
}

quantity-input {
  display: inline-flex;
  border: 1px solid var(--color--text-lightest);
}

quantity-input input[type=number],
quantity-input button {
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0;
  color: var(--color--text);
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 0.9rem;
  height: 2rem;
  width: 2rem;
  touch-action: manipulation;
}

quantity-input input[type=number] {
  background: transparent;
  cursor: text;
  border-left: 1px solid var(--color--text-lightest);
  border-right: 1px solid var(--color--text-lightest);
  width: 2.5rem;
}

quantity-input button {
  position: relative;
  cursor: pointer;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
quantity-input button::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
quantity-input button span {
  top: -2%;
  position: relative;
}

quantity-input input[type=number]::-webkit-outer-spin-button,
quantity-input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

quantity-input input[type=number] {
  padding: 0;
  border-radius: 0;
  -moz-appearance: textfield;
  appearance: textfield;
}

.no-js quantity-input button {
  display: none;
}

/*============================================================================
  #RTE STYLES
==============================================================================*/
.rte a:not(.link) {
  text-decoration: underline;
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  color: inherit;
  margin-top: 1rem;
}
.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte h4:first-child,
.rte h5:first-child,
.rte h6:first-child {
  margin-top: 0;
}
.rte > div {
  margin-bottom: 1rem;
}
.rte ul,
.rte ol {
  list-style-position: inside;
  margin-left: 0.5rem;
}
.rte li {
  margin-bottom: 0.4rem;
}
.rte p:last-child {
  margin-bottom: 0;
}
.rte img,
.rte .fluid-width-video-wrapper {
  margin: 24px 0;
}
.rte blockquote {
  font-size: calc(var(--font--size-h3) / var(--font--size-base) * 1rem);
  line-height: 1.7;
  margin: 36px -72px;
  border-left: 3px solid var(--color--brand);
  padding-left: 24px;
  font-style: italic;
  color: #666;
}
.rte iframe {
  border: 0;
}

.rte:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.rte--header {
  margin-bottom: 0;
}

.product-single__content-text.rte blockquote {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 61.24em) {
  .rte blockquote {
    font-size: calc(var(--font--size-h4) / var(--font--size-base) * 1rem);
    line-height: 1.6;
    margin: 18px 0;
    padding-left: 18px;
  }
  .rte img,
  .rte .fluid-width-video-wrapper {
    margin: 12px 0;
  }
}
.section {
  margin-bottom: 60px;
  position: relative;
}

.section--mb-0 {
  margin-bottom: 0;
}

.section--m-A0 {
  margin: auto 0;
}

.section-divider,
.section-divider--top {
  border-top: 1px solid var(--color--text-lightest);
}

.section-divider--bottom {
  border-bottom: 1px solid var(--color--text-lightest);
}

.section-divider--p,
.section-divider--top-p {
  padding-top: 36px;
}
@media (max-width: 47.9275em) {
  .section-divider--p,
  .section-divider--top-p {
    padding-top: 30px;
  }
}

.section-divider--bottom-p {
  padding-bottom: 36px;
}
@media (max-width: 47.9275em) {
  .section-divider--bottom-p {
    padding-bottom: 30px;
  }
}

.section--search,
.section--has-bg {
  overflow: hidden;
}

.section--padded,
.section__content--padded {
  padding-top: var(--space-top);
  padding-bottom: var(--space-bottom);
}
@media (max-width: 47.9275em) {
  .section--padded,
  .section__content--padded {
    padding-top: calc(var(--space-top) * 0.75);
    padding-bottom: calc(var(--space-bottom) * 0.75);
  }
}

/* ==========================================================================
   #SECTION
   ========================================================================== */
.section {
  background-color: var(--background-color, transparent);
}

.section--pb-m.section--pb-m {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.section--pb-s.section--pb-s {
  margin-bottom: 0;
  padding-bottom: 24px;
}

.section--pb-0.section--pb-0 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section--mb-m.section--mb-m {
  margin-bottom: 30px;
}

.section--mb-s.section--mb-s {
  margin-bottom: 24px;
}

.section--mb-0.section--mb-0 {
  margin-bottom: 0;
}

.section--tb {
  border-top: 1px solid var(--color--text-lightest);
}

.section--bb {
  border-bottom: 1px solid var(--color--text-lightest);
}

.section--product-single {
  position: static;
}

.section__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  left: 0;
  margin-top: 80px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.section__bg--white {
  background: rgb(255, 255, 255);
}

.section__bg--grey {
  background: #f2f2f2;
}

.section__title {
  display: block;
  max-width: 440px;
  margin: 0 0 24px;
  position: relative;
}

.section__title--center {
  margin: 0 auto 24px;
  text-align: center;
}

.section__title--mb-s {
  margin-bottom: 12px;
}

.section__title-text {
  position: relative;
  margin: 0;
  color: var(--color-heading, var(--color--headings));
}

.section__title-desc {
  margin-top: 12px;
  margin-bottom: 0;
  color: var(--color-text, var(--color--text));
}
.section__title-desc a {
  color: var(--color-text, var(--color--text));
}

.section__title-link {
  color: var(--color-text, var(--color--text));
}
.section__title-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.section__link {
  margin-top: 24px;
  line-height: 24px;
}

.section__link-link:not(.c-btn) {
  color: var(--color-text, var(--color--text));
}

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

.section__link--mt0 {
  margin-top: 0;
}

@media (min-width: 47.9375em) {
  .section__link--mt0\@desk {
    margin-top: 0;
  }
}

@media (max-width: 47.9275em) {
  .section__link--mt0\@mob {
    margin-top: 0;
  }
}

.section__link--mt {
  margin-top: 18px;
}

.section--content-light .section__link-link,
.section--content-default-light .section__link-link {
  --color-text: rgb(255, 255, 255);
}

.section--main-blog,
.section--article.article--no-img,
.section--page,
.section--faq,
.section--search,
.section--list-collections,
.section--404,
.section--account {
  margin-top: 30px;
}
@media (max-width: 47.9275em) {
  .section--main-blog,
  .section--article.article--no-img,
  .section--page,
  .section--faq,
  .section--search,
  .section--list-collections,
  .section--404,
  .section--account {
    margin-top: 12px;
  }
}

.section--search {
  overflow: visible;
}

.section--list-collections {
  margin-bottom: 24px;
}

@media (min-width: 47.9375em) {
  .section--mb-s--desk {
    margin-bottom: 24px;
  }
}
@media (max-width: 47.9275em) {
  .section {
    margin-bottom: 42px;
  }
  .section--mb-s,
  .section--mb-s--mob {
    margin-bottom: 6px;
  }
  .section--mb-reset--mob {
    margin-bottom: 42px;
  }
  .section--list-collections {
    margin-bottom: 6px;
  }
}
/* ==========================================================================
   #SKIP TO CONTENT LINK
   ========================================================================== */
.skip-to-content-link {
  background: rgb(255, 255, 255);
  display: block;
  left: 0;
  padding: 24px;
  z-index: 12;
  line-height: 1;
  position: absolute;
  border: 1px solid #bbb;
  transform: translateY(-300%);
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}

variant-swatches,
.product-form__swatch {
  display: block;
  line-height: 0;
  position: relative;
  margin: 0 0 18px;
}
variant-swatches:last-child,
.product-form__swatch:last-child {
  margin-bottom: 0;
}

.product-form__swatch__title {
  display: block;
  margin-bottom: 6px;
  line-height: 1;
}

.product-form__swatch__sub-title {
  margin-left: 3px;
  color: var(--color--text-lighter);
}

.product-form__swatch__item {
  display: inline-block;
}

.product-form__swatch__label {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  margin-top: 9px;
}

.product-form__swatch__item--button .product-form__swatch__label {
  align-items: center;
  line-height: 1;
  font-size: 0.9rem;
  padding: 0px 18px;
  height: 2rem;
  margin-right: 9px;
  background-color: transparent;
  border: 1px solid var(--color--text-lightest);
  -webkit-transition: border-color 0.3s ease-out, background 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out, background 0.3s ease-out;
  transition: border-color 0.3s ease-out, background 0.3s ease-out;
}

.product-form__swatch__item--color {
  font-family: sans-serif;
  font-size: 0;
}
.product-form__swatch__item--color .product-form__swatch__label {
  position: relative;
  padding: 0;
  height: auto;
  width: auto;
  border-color: transparent;
  font-family: sans-serif;
  font-size: 0;
  line-height: 0;
  text-indent: -100%;
  margin: 12px 6px 3px;
}
.product-form__swatch__item--color input[type=radio]:checked + label {
  background: transparent;
}
.product-form__swatch__item--color .product-form__swatch__label__graphic {
  font-family: sans-serif;
  display: block;
  padding: 0;
  margin: 0;
  width: 22px;
  height: 22px;
  background: var(--background-graphic);
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 0 1px var(--color--text-lightest);
}

.product-card .product-form__swatch__item--color .product-form__swatch__label__graphic {
  width: 16px;
  height: 16px;
}

.product-form__swatch__item--emphasize .product-form__swatch__label__graphic {
  box-shadow: 0 0 0 1px var(--color--text) !important;
}

.product-form__swatch__item--button label {
  min-width: 3.5rem;
  justify-content: center;
}

.product-form__swatch__label.is-disabled {
  color: var(--color--text-lighter);
  border-color: var(--color--text-lighter);
}
.product-form__swatch__label.is-disabled:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(to left top, transparent calc(50% - 0.5px), var(--color--text-lighter) calc(50% - 0.5px), var(--color--text-lighter) calc(50% + 0.5px), transparent calc(50% + 0.5px));
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input:disabled + .product-form__swatch__label.is-disabled {
  display: none;
  cursor: not-allowed;
}

.product-form__swatch__item:not(.product-form__swatch__item--square) .product-form__swatch__label.is-disabled:has(.product-form__swatch__label__graphic):after {
  border-radius: 50%;
}

.product-form__swatch__label.is-disabled:has(.product-form__swatch__label__graphic) {
  opacity: 0.8;
}

.product-form__swatch__item--square .product-form__swatch__label__graphic,
.product-form__swatch__item--square .product-form__swatch__label {
  border-radius: 0;
}

.product-form__swatch__item--circle .product-form__swatch__label__graphic,
.product-form__swatch__item--circle .product-form__swatch__label {
  border-radius: 50%;
}

.product-form__swatch__item--circle.product-form__swatch__item--color.product-form__swatch__item--sold .product-form__swatch__label.product-form__swatch__label {
  background: none;
}
.product-form__swatch__item--circle.product-form__swatch__item--color.product-form__swatch__item--sold .product-form__swatch__label.product-form__swatch__label:before {
  position: absolute;
  content: "";
  left: 48%;
  top: 0;
  bottom: 0;
  border-left: 1px solid var(--color--text-light);
  transform: rotate(45deg);
}
.product-form__swatch__item--circle.product-form__swatch__item--color.product-form__swatch__item--sold .product-form__swatch__label.product-form__swatch__label .product-form__swatch__label__graphic {
  box-shadow: 0 0 0 1px var(--color--text-lighter);
}

.product-form__swatch__item--color input[type=radio]:checked + label {
  background: transparent;
  box-shadow: 0 0 0 3px var(--color--bg), 0 0 0 4px var(--color--text-light), 0 0 3px 5px var(--color--text-lightest);
  -webkit-transition: box-shadow ease-in-out 0.15s;
  transition: box-shadow ease-in-out 0.15s;
}

.product-form__swatch__item--button input[type=radio]:checked + label {
  border: 1px solid var(--color--text);
  background: transparent;
  box-shadow: 0 0 3px 1px var(--color--text-lightest);
  -webkit-transition: box-shadow ease-in-out 0.15s;
  transition: box-shadow ease-in-out 0.15s;
}
.product-form__swatch__item--button .product-form__swatch__label {
  margin-right: 6px;
}

@media (hover: hover) {
  .product-form__swatch__item--color input[type=radio]:hover + label {
    box-shadow: 0 0 0 3px var(--color--bg), 0 0 0 4px var(--color--text-light), 0 0 3px 5px var(--color--text-lightest);
    -webkit-transition: box-shadow ease-in-out 0.15s;
    transition: box-shadow ease-in-out 0.15s;
  }
  .product-form__swatch__item--button input[type=radio]:hover + label {
    border: 1px solid var(--color--text);
    box-shadow: 0 0 3px 1px var(--color--text-lightest);
    -webkit-transition: box-shadow ease-in-out 0.15s;
    transition: box-shadow ease-in-out 0.15s;
  }
}
.product-form__swatch__item--sold input[type=radio]:checked + label {
  border-color: var(--color--text);
  color: var(--color--text-lighter);
  background: -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(49.5%, var(--color--text-lighter)), color-stop(50.5%, var(--color--text-lighter)), color-stop(51%, transparent));
  background: -webkit-linear-gradient(right bottom, transparent 49%, var(--color--text-lighter) 49.5%, var(--color--text-lighter) 50.5%, transparent 51%);
  background: -o-linear-gradient(right bottom, transparent 49%, var(--color--text-lighter) 49.5%, var(--color--text-lighter) 50.5%, transparent 51%);
  background: linear-gradient(to left top, transparent 49%, var(--color--text-lighter) 49.5%, var(--color--text-lighter) 50.5%, transparent 51%);
}

.product-card__swatch {
  display: flex;
  align-items: center;
  line-height: 1;
}
.items-scroll .product-card__swatch {
  padding-left: 3px;
  padding-bottom: 3px;
}

.product-card__swatch__items {
  font-family: sans-serif;
  font-size: 0;
  margin: 0;
  line-height: 0;
  max-width: 300px;
  height: auto;
  width: auto;
  border: 0;
  padding: 0;
}

.product-card__swatch__item {
  position: relative;
  height: auto;
  width: auto;
  font-family: sans-serif;
  padding: 0;
  box-shadow: 0 0 0 1px transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-card__swatch__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-card__swatch__item:hover,
.product-card__swatch__item.js-active,
.product-card__swatch__item.is-active {
  box-shadow: 0 0 0 2px white, 0 0 0 3px black;
}

.product-card__swatch__graphic {
  display: block;
  box-shadow: 0 0 0 1px var(--color--text-lightest);
  background: var(--background-graphic);
  background-size: cover;
  background-position: center center;
  font-family: sans-serif;
}

.product-card__swatch__graphic--emphasize {
  box-shadow: 0 0 0 1px var(--color--text) !important;
}

.swatch-wrapper {
  margin-top: 15px;
  position: relative;
}

.product-card__swatch__items li:last-child {
  margin-right: 0;
}

.product-card__overflow {
  margin-left: 9px;
  padding-bottom: 1px;
}

.product-card__overflow__item {
  font-size: 0.85rem;
}

.product-card--center .product-card__swatch {
  justify-content: center;
}

.product-card--left .product-card__swatch {
  justify-content: left;
}

.product-card__swatch__graphic--1 {
  width: 12px;
  height: 12px;
}

.product-card__swatch__graphic--2 {
  width: 14px;
  height: 14px;
}

.product-card__swatch__graphic--3 {
  width: 16px;
  height: 16px;
}

.product-card__swatch__graphic--4 {
  width: 18px;
  height: 18px;
}

.product-card__swatch__graphic--5 {
  width: 20px;
  height: 20px;
}

.product-card__swatch__items {
  margin-bottom: -9px;
}
@media (max-width: 47.9275em) {
  .product-card__swatch__items {
    margin-bottom: -7px;
  }
}

.product-card__swatch__item {
  margin-right: 9px;
  margin-bottom: 9px;
}
@media (max-width: 47.9275em) {
  .product-card__swatch__item {
    margin-right: 7px;
    margin-bottom: 7px;
  }
}

.product-card__swatch__items li:last-child {
  margin-right: 0;
}

.product-card__swatch__item--circle,
.product-card__swatch__item--circle .product-card__swatch__graphic,
.product-card__swatch__item--circle .product-card__swatch__graphic svg,
.product-card__swatch__item--circle .product-card__swatch__graphic .product-card__swatch__placeholder {
  border-radius: 50%;
}

.product-card__swatch__item--square,
.product-card__swatch__item--square .product-card__swatch__graphic {
  border-radius: 0;
}

/* ==========================================================================
   #SECTION TITLE BRAND BORDER
   ========================================================================== */
body[data-heading-border=true] .section__title-text,
body[data-heading-border=true] .collection-list__content-heading,
body[data-heading-border=true] .product-popup__label-title,
body[data-heading-border=true] .promo-pop__title-text,
body[data-heading-border=true] .cart-recommendations__title:not(.cart-recommendations__title--plain) {
  padding-bottom: calc(9px + var(--font--title-border-size));
}
body[data-heading-border=true] .image-grid__title {
  padding-bottom: calc(6px + var(--font--title-border-size));
}
body[data-heading-border=true] .product-single__title {
  padding-bottom: calc(12px + var(--font--title-border-size));
}
body[data-heading-border=true] .section__title-text:after,
body[data-heading-border=true] .collection-list__content-heading:after,
body[data-heading-border=true] .map__item-wrap:after,
body[data-heading-border=true] .image-grid__title:after,
body[data-heading-border=true] .product-single__title:after,
body[data-heading-border=true] .cart-draw__title:after,
body[data-heading-border=true] .cart-notification__title:after,
body[data-heading-border=true] .product-popup__label-title:after,
body[data-heading-border=true] .promo-pop__title-text:after,
body[data-heading-border=true] .cart-recommendations__title:not(.cart-recommendations__title--plain):after,
body[data-heading-border=true] .quick-shop__title:after,
body[data-heading-border=true] .collection-sidebar__main-title:after,
body[data-heading-border=true] .store-availabilities-modal__product-title:after {
  content: "";
  width: 36px;
  height: var(--font--title-border-size);
  background: var(--color--title-border);
  position: absolute;
  left: 0;
  bottom: 0;
}
body[data-heading-border=true] .section__title--center .section__title-text:after,
body[data-heading-border=true] .collection-list__content-heading:after,
body[data-heading-border=true] .image-grid__item--text .image-grid__title:after,
body[data-heading-border=true] .cart-notification__title:after,
body[data-heading-border=true] .product-popup__label-title:after,
body[data-heading-border=true] .image-with-text__box--center .section__title-text:after,
body[data-heading-border=true] .home-carousel--transparent .home-carousel__item--center .section__title-text:after,
body[data-heading-border=true] .home-carousel--transparent .home-carousel__item--bottom-center .section__title-text:after,
body[data-heading-border=true] .cart-recommendations__title:not(.cart-recommendations__title--plain):after {
  left: 50%;
  margin-left: -18px;
}
body[data-heading-border=true] .home-carousel--transparent .home-carousel__item--right .section__title-text:after,
body[data-heading-border=true] .home-carousel--transparent .home-carousel__item--bottom-right .section__title-text:after {
  left: 100%;
  margin-left: -36px;
}
body[data-heading-border=true] .product-single__box__block--title {
  position: relative;
}
body[data-heading-border=true] .product-single__title {
  margin-bottom: 18px;
}
body[data-heading-border=true] .map__item-wrap {
  padding-top: calc(12px + var(--font--title-border-size));
}
body[data-heading-border=true] .map__item-wrap:after {
  top: 0;
}
body[data-heading-border=true] .cart-notification__title::after {
  left: 0px;
  margin-left: 0px;
  bottom: -12px;
}
body[data-heading-border=true] .newsletter .section__title-text::after {
  background-color: var(--color--title-border);
}
body[data-heading-border=true] .cart-draw__title,
body[data-heading-border=true] .collection-sidebar .collection-sidebar__main-title,
body[data-heading-border=true] quick-shop.is-inside-modal .quick-shop__title,
body[data-heading-border=true] .store-availabilities-modal__product-title {
  padding-bottom: calc(1.15rem + var(--font--title-border-size));
}

/* ==========================================================================
   #COLOR HELPERS
   ========================================================================== */
.u-bg-brand {
  background-color: var(--color--brand);
}

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

.u-bg-white {
  background-color: rgb(255, 255, 255);
}

.u-bg-black {
  background-color: rgb(33, 33, 33);
}

.u-bg-grey {
  background-color: #f2f2f2;
}

.u-color-text-lighter {
  color: var(--color--text-lighter) !important;
}

.u-color-text {
  color: var(--color--text);
}

/* ==========================================================================
   #HARD HIDE HELPER
   ========================================================================== */
@media (max-width: 47.9275em) {
  .u-hidden\@tab-down {
    display: none !important;
  }
}
@media (min-width: 47.9375em) {
  .u-hidden\@tab-up {
    display: none !important;
  }
}
@media (max-width: 61.24em) {
  .u-hidden\@desk-down {
    display: none !important;
  }
}
@media (min-width: 61.25em) {
  .u-hidden\@desk-up {
    display: none !important;
  }
}
/* ==========================================================================
   #VISUALLY HIDE HELPER
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually,
.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

[hidden],
.u-hidden {
  display: none !important;
}

/* ==========================================================================
   #FLEXBOX HELPER
   ========================================================================== */
.u-flex-parent {
  display: flex;
  flex-direction: row;
}

.u-flex {
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.u-flex--middle {
  align-items: center;
}

.u-flex--top {
  align-items: flex-start;
}

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

.u-flex--center {
  justify-content: center;
}

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

.u-flex-child-strech {
  align-items: stretch;
  flex: 1;
}

/* ==========================================================================
   #GRID LAYOUT
   ========================================================================== */
.grid-layout {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}
.grid-layout > * {
  flex-basis: 100%;
}

.grid-layout--2,
.grid-layout--3 {
  column-gap: 30px;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .grid-layout--2,
  .grid-layout--3 {
    margin-left: -30px;
  }
  .grid-layout--2 .product-card,
  .grid-layout--3 .product-card {
    padding-left: 30px;
  }
}
@media (max-width: 47.9275em) {
  .grid-layout--2.grid-layout--mob-2.grid-layout--mob-2,
  .grid-layout--3.grid-layout--mob-2.grid-layout--mob-2 {
    column-gap: 15px;
  }
}

.grid-layout--4,
.grid-layout--5,
.grid-layout--6,
.grid-layout--7,
.grid-layout--8 {
  column-gap: 15px;
}

.grid-layout--2.grid-spacing--0,
.grid-layout--3.grid-spacing--0,
.grid-layout--4.grid-spacing--0,
.grid-layout--5.grid-spacing--0,
.grid-layout--6.grid-spacing--0,
.grid-layout--7.grid-spacing--0,
.grid-layout--8.grid-spacing--0 {
  column-gap: 0px;
}
.grid-layout--2.grid-spacing--12,
.grid-layout--3.grid-spacing--12,
.grid-layout--4.grid-spacing--12,
.grid-layout--5.grid-spacing--12,
.grid-layout--6.grid-spacing--12,
.grid-layout--7.grid-spacing--12,
.grid-layout--8.grid-spacing--12 {
  column-gap: 12px;
}
@media (min-width: 47.9375em) {
  .grid-layout--2.grid-spacing--12,
  .grid-layout--3.grid-spacing--12,
  .grid-layout--4.grid-spacing--12,
  .grid-layout--5.grid-spacing--12,
  .grid-layout--6.grid-spacing--12,
  .grid-layout--7.grid-spacing--12,
  .grid-layout--8.grid-spacing--12 {
    row-gap: 6px;
  }
}
.grid-layout--2.grid-spacing--18,
.grid-layout--3.grid-spacing--18,
.grid-layout--4.grid-spacing--18,
.grid-layout--5.grid-spacing--18,
.grid-layout--6.grid-spacing--18,
.grid-layout--7.grid-spacing--18,
.grid-layout--8.grid-spacing--18 {
  column-gap: 18px;
}
@media (min-width: 47.9375em) {
  .grid-layout--2.grid-spacing--18,
  .grid-layout--3.grid-spacing--18,
  .grid-layout--4.grid-spacing--18,
  .grid-layout--5.grid-spacing--18,
  .grid-layout--6.grid-spacing--18,
  .grid-layout--7.grid-spacing--18,
  .grid-layout--8.grid-spacing--18 {
    row-gap: 9px;
  }
}
.grid-layout--2.grid-spacing--24,
.grid-layout--3.grid-spacing--24,
.grid-layout--4.grid-spacing--24,
.grid-layout--5.grid-spacing--24,
.grid-layout--6.grid-spacing--24,
.grid-layout--7.grid-spacing--24,
.grid-layout--8.grid-spacing--24 {
  column-gap: 24px;
}
@media (min-width: 47.9375em) {
  .grid-layout--2.grid-spacing--24,
  .grid-layout--3.grid-spacing--24,
  .grid-layout--4.grid-spacing--24,
  .grid-layout--5.grid-spacing--24,
  .grid-layout--6.grid-spacing--24,
  .grid-layout--7.grid-spacing--24,
  .grid-layout--8.grid-spacing--24 {
    row-gap: 12px;
  }
}
.grid-layout--2.grid-spacing--30,
.grid-layout--3.grid-spacing--30,
.grid-layout--4.grid-spacing--30,
.grid-layout--5.grid-spacing--30,
.grid-layout--6.grid-spacing--30,
.grid-layout--7.grid-spacing--30,
.grid-layout--8.grid-spacing--30 {
  column-gap: 30px;
}
@media (min-width: 47.9375em) {
  .grid-layout--2.grid-spacing--30,
  .grid-layout--3.grid-spacing--30,
  .grid-layout--4.grid-spacing--30,
  .grid-layout--5.grid-spacing--30,
  .grid-layout--6.grid-spacing--30,
  .grid-layout--7.grid-spacing--30,
  .grid-layout--8.grid-spacing--30 {
    row-gap: 15px;
  }
}
.grid-layout--2.grid-spacing--36,
.grid-layout--3.grid-spacing--36,
.grid-layout--4.grid-spacing--36,
.grid-layout--5.grid-spacing--36,
.grid-layout--6.grid-spacing--36,
.grid-layout--7.grid-spacing--36,
.grid-layout--8.grid-spacing--36 {
  column-gap: 36px;
}
@media (min-width: 47.9375em) {
  .grid-layout--2.grid-spacing--36,
  .grid-layout--3.grid-spacing--36,
  .grid-layout--4.grid-spacing--36,
  .grid-layout--5.grid-spacing--36,
  .grid-layout--6.grid-spacing--36,
  .grid-layout--7.grid-spacing--36,
  .grid-layout--8.grid-spacing--36 {
    row-gap: 18px;
  }
}
.grid-layout--2.grid-spacing--48,
.grid-layout--3.grid-spacing--48,
.grid-layout--4.grid-spacing--48,
.grid-layout--5.grid-spacing--48,
.grid-layout--6.grid-spacing--48,
.grid-layout--7.grid-spacing--48,
.grid-layout--8.grid-spacing--48 {
  column-gap: 48px;
}
@media (min-width: 47.9375em) {
  .grid-layout--2.grid-spacing--48,
  .grid-layout--3.grid-spacing--48,
  .grid-layout--4.grid-spacing--48,
  .grid-layout--5.grid-spacing--48,
  .grid-layout--6.grid-spacing--48,
  .grid-layout--7.grid-spacing--48,
  .grid-layout--8.grid-spacing--48 {
    row-gap: 24px;
  }
}
.grid-layout--2.grid-spacing--60,
.grid-layout--3.grid-spacing--60,
.grid-layout--4.grid-spacing--60,
.grid-layout--5.grid-spacing--60,
.grid-layout--6.grid-spacing--60,
.grid-layout--7.grid-spacing--60,
.grid-layout--8.grid-spacing--60 {
  column-gap: 60px;
}
@media (min-width: 47.9375em) {
  .grid-layout--2.grid-spacing--60,
  .grid-layout--3.grid-spacing--60,
  .grid-layout--4.grid-spacing--60,
  .grid-layout--5.grid-spacing--60,
  .grid-layout--6.grid-spacing--60,
  .grid-layout--7.grid-spacing--60,
  .grid-layout--8.grid-spacing--60 {
    row-gap: 30px;
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--uniform-rows.grid-layout--2.grid-spacing--12, .grid-layout--uniform-rows.grid-layout--3.grid-spacing--12, .grid-layout--uniform-rows.grid-layout--4.grid-spacing--12, .grid-layout--uniform-rows.grid-layout--5.grid-spacing--12, .grid-layout--uniform-rows.grid-layout--6.grid-spacing--12, .grid-layout--uniform-rows.grid-layout--7.grid-spacing--12, .grid-layout--uniform-rows.grid-layout--8.grid-spacing--12 {
    row-gap: 12px;
  }
}
@media (min-width: 47.9375em) {
  .grid-layout--uniform-rows.grid-layout--2.grid-spacing--18, .grid-layout--uniform-rows.grid-layout--3.grid-spacing--18, .grid-layout--uniform-rows.grid-layout--4.grid-spacing--18, .grid-layout--uniform-rows.grid-layout--5.grid-spacing--18, .grid-layout--uniform-rows.grid-layout--6.grid-spacing--18, .grid-layout--uniform-rows.grid-layout--7.grid-spacing--18, .grid-layout--uniform-rows.grid-layout--8.grid-spacing--18 {
    row-gap: 18px;
  }
}
@media (min-width: 47.9375em) {
  .grid-layout--uniform-rows.grid-layout--2.grid-spacing--24, .grid-layout--uniform-rows.grid-layout--3.grid-spacing--24, .grid-layout--uniform-rows.grid-layout--4.grid-spacing--24, .grid-layout--uniform-rows.grid-layout--5.grid-spacing--24, .grid-layout--uniform-rows.grid-layout--6.grid-spacing--24, .grid-layout--uniform-rows.grid-layout--7.grid-spacing--24, .grid-layout--uniform-rows.grid-layout--8.grid-spacing--24 {
    row-gap: 24px;
  }
}
@media (min-width: 47.9375em) {
  .grid-layout--uniform-rows.grid-layout--2.grid-spacing--30, .grid-layout--uniform-rows.grid-layout--3.grid-spacing--30, .grid-layout--uniform-rows.grid-layout--4.grid-spacing--30, .grid-layout--uniform-rows.grid-layout--5.grid-spacing--30, .grid-layout--uniform-rows.grid-layout--6.grid-spacing--30, .grid-layout--uniform-rows.grid-layout--7.grid-spacing--30, .grid-layout--uniform-rows.grid-layout--8.grid-spacing--30 {
    row-gap: 30px;
  }
}
@media (min-width: 47.9375em) {
  .grid-layout--uniform-rows.grid-layout--2.grid-spacing--36, .grid-layout--uniform-rows.grid-layout--3.grid-spacing--36, .grid-layout--uniform-rows.grid-layout--4.grid-spacing--36, .grid-layout--uniform-rows.grid-layout--5.grid-spacing--36, .grid-layout--uniform-rows.grid-layout--6.grid-spacing--36, .grid-layout--uniform-rows.grid-layout--7.grid-spacing--36, .grid-layout--uniform-rows.grid-layout--8.grid-spacing--36 {
    row-gap: 36px;
  }
}
@media (min-width: 47.9375em) {
  .grid-layout--uniform-rows.grid-layout--2.grid-spacing--48, .grid-layout--uniform-rows.grid-layout--3.grid-spacing--48, .grid-layout--uniform-rows.grid-layout--4.grid-spacing--48, .grid-layout--uniform-rows.grid-layout--5.grid-spacing--48, .grid-layout--uniform-rows.grid-layout--6.grid-spacing--48, .grid-layout--uniform-rows.grid-layout--7.grid-spacing--48, .grid-layout--uniform-rows.grid-layout--8.grid-spacing--48 {
    row-gap: 48px;
  }
}
@media (min-width: 47.9375em) {
  .grid-layout--uniform-rows.grid-layout--2.grid-spacing--60, .grid-layout--uniform-rows.grid-layout--3.grid-spacing--60, .grid-layout--uniform-rows.grid-layout--4.grid-spacing--60, .grid-layout--uniform-rows.grid-layout--5.grid-spacing--60, .grid-layout--uniform-rows.grid-layout--6.grid-spacing--60, .grid-layout--uniform-rows.grid-layout--7.grid-spacing--60, .grid-layout--uniform-rows.grid-layout--8.grid-spacing--60 {
    row-gap: 60px;
  }
}
@media (max-width: 47.9275em) {
  .grid-layout--uniform-rows {
    row-gap: 15px;
  }
  .grid-layout--uniform-rows.grid-spacing--0 {
    row-gap: 0;
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--2.grid-spacing--0 > * {
    flex-basis: calc(100% / 2 - 0px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--2.grid-spacing--12 > * {
    flex-basis: calc(100% / 2 - 6px);
  }
}

.grid-layout--2.grid-spacing--18 > * {
  flex-basis: calc(100% / 2 - 9px);
}

@media (min-width: 47.9375em) {
  .grid-layout--2.grid-spacing--24 > * {
    flex-basis: calc(100% / 2 - 12px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--2.grid-spacing--30 > * {
    flex-basis: calc(100% / 2 - 15px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--2.grid-spacing--36 > * {
    flex-basis: calc(100% / 2 - 18px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--2.grid-spacing--48 > * {
    flex-basis: calc(100% / 2 - 24px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--2.grid-spacing--60 > * {
    flex-basis: calc(100% / 2 - 30px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--3.grid-spacing--0 > * {
    flex-basis: calc(100% / 3 - 0px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--3.grid-spacing--12 > * {
    flex-basis: calc(100% / 3 - 8px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--3.grid-spacing--24 > * {
    flex-basis: calc(100% / 3 - 16px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--3.grid-spacing--30 > * {
    flex-basis: calc(100% / 3 - 20px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--3.grid-spacing--36 > * {
    flex-basis: calc(100% / 3 - 24px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--3.grid-spacing--48 > * {
    flex-basis: calc(100% / 3 - 32px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--3.grid-spacing--60 > * {
    flex-basis: calc(100% / 3 - 40px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--4.grid-spacing--0 > * {
    flex-basis: calc(100% / 2 - 0px);
  }
}
@media (min-width: 61.25em) {
  .grid-layout--4.grid-spacing--0 > * {
    flex-basis: calc(100% / 4 - 0px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--4.grid-spacing--12 > * {
    flex-basis: calc(100% / 2 - 6px);
  }
}
@media (min-width: 61.25em) {
  .grid-layout--4.grid-spacing--12 > * {
    flex-basis: calc(100% / 4 - 9px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--4.grid-spacing--24 > * {
    flex-basis: calc(100% / 2 - 12px);
  }
}
@media (min-width: 61.25em) {
  .grid-layout--4.grid-spacing--24 > * {
    flex-basis: calc(100% / 4 - 18px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--4.grid-spacing--30 > * {
    flex-basis: calc(100% / 2 - 15px);
  }
}
@media (min-width: 61.25em) {
  .grid-layout--4.grid-spacing--30 > * {
    flex-basis: calc(100% / 4 - 22.5px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--4.grid-spacing--36 > * {
    flex-basis: calc(100% / 2 - 18px);
  }
}
@media (min-width: 61.25em) {
  .grid-layout--4.grid-spacing--36 > * {
    flex-basis: calc(100% / 4 - 27px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--4.grid-spacing--48 > * {
    flex-basis: calc(100% / 2 - 24px);
  }
}
@media (min-width: 61.25em) {
  .grid-layout--4.grid-spacing--48 > * {
    flex-basis: calc(100% / 4 - 36px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--4.grid-spacing--60 > * {
    flex-basis: calc(100% / 2 - 30px);
  }
}
@media (min-width: 61.25em) {
  .grid-layout--4.grid-spacing--60 > * {
    flex-basis: calc(100% / 4 - 45px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--5 > * {
    flex-basis: calc(100% / 3 - 10px);
  }
}
@media (min-width: 61.25em) {
  .grid-layout--5 > * {
    flex-basis: calc(100% / 5 - 12px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--5.grid-spacing--0 > * {
    flex-basis: calc(100% / 3 - 0px);
  }
}
@media (min-width: 61.25em) {
  .grid-layout--5.grid-spacing--0 > * {
    flex-basis: calc(100% / 5 - 0px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--5.grid-spacing--12 > * {
    flex-basis: calc(100% / 3 - 8px);
  }
}
@media (min-width: 61.25em) {
  .grid-layout--5.grid-spacing--12 > * {
    flex-basis: calc(100% / 5 - 9.6px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--5.grid-spacing--24 > * {
    flex-basis: calc(100% / 3 - 16px);
  }
}
@media (min-width: 61.25em) {
  .grid-layout--5.grid-spacing--24 > * {
    flex-basis: calc(100% / 5 - 19.2px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--5.grid-spacing--30 > * {
    flex-basis: calc(100% / 3 - 20px);
  }
}
@media (min-width: 61.25em) {
  .grid-layout--5.grid-spacing--30 > * {
    flex-basis: calc(100% / 5 - 24px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--5.grid-spacing--36 > * {
    flex-basis: calc(100% / 3 - 24px);
  }
}
@media (min-width: 61.25em) {
  .grid-layout--5.grid-spacing--36 > * {
    flex-basis: calc(100% / 5 - 28.8px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--5.grid-spacing--48 > * {
    flex-basis: calc(100% / 3 - 32px);
  }
}
@media (min-width: 61.25em) {
  .grid-layout--5.grid-spacing--48 > * {
    flex-basis: calc(100% / 5 - 38.4px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--5.grid-spacing--60 > * {
    flex-basis: calc(100% / 3 - 40px);
  }
}
@media (min-width: 61.25em) {
  .grid-layout--5.grid-spacing--60 > * {
    flex-basis: calc(100% / 5 - 48px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--6 > * {
    flex-basis: calc(100% / 3 - 10px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--6 > * {
    flex-basis: calc(100% / 6 - 12.5px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--6.grid-spacing--0 > * {
    flex-basis: calc(100% / 3 - 0px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--6.grid-spacing--0 > * {
    flex-basis: calc(100% / 6 - 0px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--6.grid-spacing--12 > * {
    flex-basis: calc(100% / 3 - 8px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--6.grid-spacing--12 > * {
    flex-basis: calc(100% / 6 - 10px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--6.grid-spacing--24 > * {
    flex-basis: calc(100% / 3 - 16px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--6.grid-spacing--24 > * {
    flex-basis: calc(100% / 6 - 20px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--6.grid-spacing--30 > * {
    flex-basis: calc(100% / 3 - 20px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--6.grid-spacing--30 > * {
    flex-basis: calc(100% / 6 - 25px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--6.grid-spacing--36 > * {
    flex-basis: calc(100% / 3 - 24px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--6.grid-spacing--36 > * {
    flex-basis: calc(100% / 6 - 30px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--6.grid-spacing--48 > * {
    flex-basis: calc(100% / 3 - 32px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--6.grid-spacing--48 > * {
    flex-basis: calc(100% / 6 - 40px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--6.grid-spacing--60 > * {
    flex-basis: calc(100% / 3 - 40px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--6.grid-spacing--60 > * {
    flex-basis: calc(100% / 6 - 50px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--7 > * {
    flex-basis: calc(100% / 4 - 11.25px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--7 > * {
    flex-basis: calc(100% / 7 - 12.8571428571px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--7.grid-spacing--0 > * {
    flex-basis: calc(100% / 4 - 0px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--7.grid-spacing--0 > * {
    flex-basis: calc(100% / 7 - 0px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--7.grid-spacing--12 > * {
    flex-basis: calc(100% / 4 - 9px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--7.grid-spacing--12 > * {
    flex-basis: calc(100% / 7 - 10.2857142857px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--7.grid-spacing--24 > * {
    flex-basis: calc(100% / 4 - 18px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--7.grid-spacing--24 > * {
    flex-basis: calc(100% / 7 - 20.5714285714px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--7.grid-spacing--30 > * {
    flex-basis: calc(100% / 4 - 22.5px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--7.grid-spacing--30 > * {
    flex-basis: calc(100% / 7 - 25.7142857143px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--7.grid-spacing--36 > * {
    flex-basis: calc(100% / 4 - 27px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--7.grid-spacing--36 > * {
    flex-basis: calc(100% / 7 - 30.8571428571px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--7.grid-spacing--48 > * {
    flex-basis: calc(100% / 4 - 36px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--7.grid-spacing--48 > * {
    flex-basis: calc(100% / 7 - 41.1428571429px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--7.grid-spacing--60 > * {
    flex-basis: calc(100% / 4 - 45px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--7.grid-spacing--60 > * {
    flex-basis: calc(100% / 7 - 51.4285714286px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--8 > * {
    flex-basis: calc(100% / 4 - 11.25px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--8 > * {
    flex-basis: calc(100% / 8 - 13.125px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--8.grid-spacing--0 > * {
    flex-basis: calc(100% / 4 - 0px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--8.grid-spacing--0 > * {
    flex-basis: calc(100% / 8 - 0px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--8.grid-spacing--12 > * {
    flex-basis: calc(100% / 4 - 9px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--8.grid-spacing--12 > * {
    flex-basis: calc(100% / 8 - 10.5px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--8.grid-spacing--24 > * {
    flex-basis: calc(100% / 4 - 18px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--8.grid-spacing--24 > * {
    flex-basis: calc(100% / 8 - 21px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--8.grid-spacing--30 > * {
    flex-basis: calc(100% / 4 - 22.5px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--8.grid-spacing--30 > * {
    flex-basis: calc(100% / 8 - 26.25px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--8.grid-spacing--36 > * {
    flex-basis: calc(100% / 4 - 27px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--8.grid-spacing--36 > * {
    flex-basis: calc(100% / 8 - 31.5px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--8.grid-spacing--48 > * {
    flex-basis: calc(100% / 4 - 36px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--8.grid-spacing--48 > * {
    flex-basis: calc(100% / 8 - 42px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--8.grid-spacing--60 > * {
    flex-basis: calc(100% / 4 - 45px);
  }
}
@media (min-width: 67.5em) {
  .grid-layout--8.grid-spacing--60 > * {
    flex-basis: calc(100% / 8 - 52.5px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--2 > * {
    flex-basis: calc(100% / 2 - 15px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--3 > * {
    flex-basis: calc(100% / 3 - 20px);
  }
}

@media (min-width: 47.9375em) {
  .grid-layout--4 > * {
    flex-basis: calc(100% / 3 - 10px);
  }
}
@media (min-width: 61.25em) {
  .grid-layout--4 > * {
    flex-basis: calc(100% / 4 - 11.25px);
  }
}

@media (max-width: 47.9275em) {
  .grid-layout--1\@mob.grid-layout--1\@mob {
    column-gap: 15px;
    flex-basis: 100%;
  }
  .grid-layout--1\@mob.grid-spacing--0 {
    column-gap: 0px;
  }
  .grid-layout--2\@mob.grid-layout--2\@mob {
    column-gap: 15px;
  }
  .grid-layout--2\@mob.grid-layout--2\@mob > * {
    flex-basis: calc(100% / 2 - 7.5px);
  }
  .grid-layout--2\@mob.grid-spacing--0 {
    column-gap: 0px;
  }
  .grid-layout--2\@mob.grid-spacing--0 > * {
    flex-basis: calc(100% / 2 - 0px);
  }
  .grid-layout--mob-2.grid-layout--mob-2 {
    column-gap: 15px;
  }
}
.grid-layout--align-center {
  justify-content: center;
}

@media (min-width: 35em) {
  .grid-layout--align-center\@phab {
    justify-content: center;
  }
}
@media (max-width: 47.9275em) {
  .multi-column--grid .grid-layout--mob-1.grid-layout--mob-1 > *,
  .recommended-products--grid .grid-layout--mob-1.grid-layout--mob-1 > * {
    flex-basis: 100%;
  }
}
@media (max-width: 47.9275em) {
  .multi-column--grid .grid-layout--mob-2.grid-layout--mob-2 > *,
  .recommended-products--grid .grid-layout--mob-2.grid-layout--mob-2 > * {
    flex-basis: calc(100% / 2 - 7.5px);
  }
}

/* Strech background image and add overlay
   ========================================================================== */
.u-bg-cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.u-bg-contain {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
}

.u-bg-overlay:before {
  content: "";
  background-color: var(--overlay-color, rgb(33, 33, 33));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: var(--overlay-opacity, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Text size
   ========================================================================== */
.u-small {
  font-size: 0.85rem !important;
}

.u-medium-small {
  font-size: 0.9rem !important;
}

.u-medium {
  font-size: 1rem !important;
}

.u-large {
  font-size: 1.1rem !important;
}

/* Text align
   ========================================================================== */
.u-text-center {
  text-align: center;
}

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

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

.u-nowrap {
  white-space: nowrap;
}

/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes take a fraction-like format (e.g. `.u-2/3`). Use these in
 * your markup:
 *
 * <div class="u-7/12">
 */
.u-1\/1 {
  width: 100%;
}

.u-1\/2 {
  width: 50%;
}

.u-2\/2 {
  width: 100%;
}

.u-1\/3 {
  width: 33.3333333333%;
}

.u-2\/3 {
  width: 66.6666666667%;
}

.u-3\/3 {
  width: 100%;
}

.u-1\/4 {
  width: 25%;
}

.u-2\/4 {
  width: 50%;
}

.u-3\/4 {
  width: 75%;
}

.u-4\/4 {
  width: 100%;
}

.u-1\/5 {
  width: 20%;
}

.u-2\/5 {
  width: 40%;
}

.u-3\/5 {
  width: 60%;
}

.u-4\/5 {
  width: 80%;
}

.u-5\/5 {
  width: 100%;
}

.u-1\/8 {
  width: 12.5%;
}

.u-2\/8 {
  width: 25%;
}

.u-3\/8 {
  width: 37.5%;
}

.u-4\/8 {
  width: 50%;
}

.u-5\/8 {
  width: 62.5%;
}

.u-6\/8 {
  width: 75%;
}

.u-7\/8 {
  width: 87.5%;
}

.u-8\/8 {
  width: 100%;
}

.u-1\/10 {
  width: 10%;
}

.u-2\/10 {
  width: 20%;
}

.u-3\/10 {
  width: 30%;
}

.u-4\/10 {
  width: 40%;
}

.u-5\/10 {
  width: 50%;
}

.u-6\/10 {
  width: 60%;
}

.u-7\/10 {
  width: 70%;
}

.u-8\/10 {
  width: 80%;
}

.u-9\/10 {
  width: 90%;
}

.u-10\/10 {
  width: 100%;
}

@media (min-width: 30em) {
  .u-1\/1\@mob {
    width: 100%;
  }
  .u-1\/2\@mob {
    width: 50%;
  }
  .u-2\/2\@mob {
    width: 100%;
  }
  .u-1\/3\@mob {
    width: 33.3333333333%;
  }
  .u-2\/3\@mob {
    width: 66.6666666667%;
  }
  .u-3\/3\@mob {
    width: 100%;
  }
  .u-1\/4\@mob {
    width: 25%;
  }
  .u-2\/4\@mob {
    width: 50%;
  }
  .u-3\/4\@mob {
    width: 75%;
  }
  .u-4\/4\@mob {
    width: 100%;
  }
  .u-1\/5\@mob {
    width: 20%;
  }
  .u-2\/5\@mob {
    width: 40%;
  }
  .u-3\/5\@mob {
    width: 60%;
  }
  .u-4\/5\@mob {
    width: 80%;
  }
  .u-5\/5\@mob {
    width: 100%;
  }
  .u-1\/8\@mob {
    width: 12.5%;
  }
  .u-2\/8\@mob {
    width: 25%;
  }
  .u-3\/8\@mob {
    width: 37.5%;
  }
  .u-4\/8\@mob {
    width: 50%;
  }
  .u-5\/8\@mob {
    width: 62.5%;
  }
  .u-6\/8\@mob {
    width: 75%;
  }
  .u-7\/8\@mob {
    width: 87.5%;
  }
  .u-8\/8\@mob {
    width: 100%;
  }
  .u-1\/10\@mob {
    width: 10%;
  }
  .u-2\/10\@mob {
    width: 20%;
  }
  .u-3\/10\@mob {
    width: 30%;
  }
  .u-4\/10\@mob {
    width: 40%;
  }
  .u-5\/10\@mob {
    width: 50%;
  }
  .u-6\/10\@mob {
    width: 60%;
  }
  .u-7\/10\@mob {
    width: 70%;
  }
  .u-8\/10\@mob {
    width: 80%;
  }
  .u-9\/10\@mob {
    width: 90%;
  }
  .u-10\/10\@mob {
    width: 100%;
  }
}
@media (min-width: 35em) {
  .u-1\/1\@phab {
    width: 100%;
  }
  .u-1\/2\@phab {
    width: 50%;
  }
  .u-2\/2\@phab {
    width: 100%;
  }
  .u-1\/3\@phab {
    width: 33.3333333333%;
  }
  .u-2\/3\@phab {
    width: 66.6666666667%;
  }
  .u-3\/3\@phab {
    width: 100%;
  }
  .u-1\/4\@phab {
    width: 25%;
  }
  .u-2\/4\@phab {
    width: 50%;
  }
  .u-3\/4\@phab {
    width: 75%;
  }
  .u-4\/4\@phab {
    width: 100%;
  }
  .u-1\/5\@phab {
    width: 20%;
  }
  .u-2\/5\@phab {
    width: 40%;
  }
  .u-3\/5\@phab {
    width: 60%;
  }
  .u-4\/5\@phab {
    width: 80%;
  }
  .u-5\/5\@phab {
    width: 100%;
  }
  .u-1\/8\@phab {
    width: 12.5%;
  }
  .u-2\/8\@phab {
    width: 25%;
  }
  .u-3\/8\@phab {
    width: 37.5%;
  }
  .u-4\/8\@phab {
    width: 50%;
  }
  .u-5\/8\@phab {
    width: 62.5%;
  }
  .u-6\/8\@phab {
    width: 75%;
  }
  .u-7\/8\@phab {
    width: 87.5%;
  }
  .u-8\/8\@phab {
    width: 100%;
  }
  .u-1\/10\@phab {
    width: 10%;
  }
  .u-2\/10\@phab {
    width: 20%;
  }
  .u-3\/10\@phab {
    width: 30%;
  }
  .u-4\/10\@phab {
    width: 40%;
  }
  .u-5\/10\@phab {
    width: 50%;
  }
  .u-6\/10\@phab {
    width: 60%;
  }
  .u-7\/10\@phab {
    width: 70%;
  }
  .u-8\/10\@phab {
    width: 80%;
  }
  .u-9\/10\@phab {
    width: 90%;
  }
  .u-10\/10\@phab {
    width: 100%;
  }
}
@media (min-width: 47.9375em) {
  .u-1\/1\@tab {
    width: 100%;
  }
  .u-1\/2\@tab {
    width: 50%;
  }
  .u-2\/2\@tab {
    width: 100%;
  }
  .u-1\/3\@tab {
    width: 33.3333333333%;
  }
  .u-2\/3\@tab {
    width: 66.6666666667%;
  }
  .u-3\/3\@tab {
    width: 100%;
  }
  .u-1\/4\@tab {
    width: 25%;
  }
  .u-2\/4\@tab {
    width: 50%;
  }
  .u-3\/4\@tab {
    width: 75%;
  }
  .u-4\/4\@tab {
    width: 100%;
  }
  .u-1\/5\@tab {
    width: 20%;
  }
  .u-2\/5\@tab {
    width: 40%;
  }
  .u-3\/5\@tab {
    width: 60%;
  }
  .u-4\/5\@tab {
    width: 80%;
  }
  .u-5\/5\@tab {
    width: 100%;
  }
  .u-1\/8\@tab {
    width: 12.5%;
  }
  .u-2\/8\@tab {
    width: 25%;
  }
  .u-3\/8\@tab {
    width: 37.5%;
  }
  .u-4\/8\@tab {
    width: 50%;
  }
  .u-5\/8\@tab {
    width: 62.5%;
  }
  .u-6\/8\@tab {
    width: 75%;
  }
  .u-7\/8\@tab {
    width: 87.5%;
  }
  .u-8\/8\@tab {
    width: 100%;
  }
  .u-1\/10\@tab {
    width: 10%;
  }
  .u-2\/10\@tab {
    width: 20%;
  }
  .u-3\/10\@tab {
    width: 30%;
  }
  .u-4\/10\@tab {
    width: 40%;
  }
  .u-5\/10\@tab {
    width: 50%;
  }
  .u-6\/10\@tab {
    width: 60%;
  }
  .u-7\/10\@tab {
    width: 70%;
  }
  .u-8\/10\@tab {
    width: 80%;
  }
  .u-9\/10\@tab {
    width: 90%;
  }
  .u-10\/10\@tab {
    width: 100%;
  }
}
@media (min-width: 61.25em) {
  .u-1\/1\@desk {
    width: 100%;
  }
  .u-1\/2\@desk {
    width: 50%;
  }
  .u-2\/2\@desk {
    width: 100%;
  }
  .u-1\/3\@desk {
    width: 33.3333333333%;
  }
  .u-2\/3\@desk {
    width: 66.6666666667%;
  }
  .u-3\/3\@desk {
    width: 100%;
  }
  .u-1\/4\@desk {
    width: 25%;
  }
  .u-2\/4\@desk {
    width: 50%;
  }
  .u-3\/4\@desk {
    width: 75%;
  }
  .u-4\/4\@desk {
    width: 100%;
  }
  .u-1\/5\@desk {
    width: 20%;
  }
  .u-2\/5\@desk {
    width: 40%;
  }
  .u-3\/5\@desk {
    width: 60%;
  }
  .u-4\/5\@desk {
    width: 80%;
  }
  .u-5\/5\@desk {
    width: 100%;
  }
  .u-1\/8\@desk {
    width: 12.5%;
  }
  .u-2\/8\@desk {
    width: 25%;
  }
  .u-3\/8\@desk {
    width: 37.5%;
  }
  .u-4\/8\@desk {
    width: 50%;
  }
  .u-5\/8\@desk {
    width: 62.5%;
  }
  .u-6\/8\@desk {
    width: 75%;
  }
  .u-7\/8\@desk {
    width: 87.5%;
  }
  .u-8\/8\@desk {
    width: 100%;
  }
  .u-1\/10\@desk {
    width: 10%;
  }
  .u-2\/10\@desk {
    width: 20%;
  }
  .u-3\/10\@desk {
    width: 30%;
  }
  .u-4\/10\@desk {
    width: 40%;
  }
  .u-5\/10\@desk {
    width: 50%;
  }
  .u-6\/10\@desk {
    width: 60%;
  }
  .u-7\/10\@desk {
    width: 70%;
  }
  .u-8\/10\@desk {
    width: 80%;
  }
  .u-9\/10\@desk {
    width: 90%;
  }
  .u-10\/10\@desk {
    width: 100%;
  }
}
@media (min-width: 67.5em) {
  .u-1\/1\@wide {
    width: 100%;
  }
  .u-1\/2\@wide {
    width: 50%;
  }
  .u-2\/2\@wide {
    width: 100%;
  }
  .u-1\/3\@wide {
    width: 33.3333333333%;
  }
  .u-2\/3\@wide {
    width: 66.6666666667%;
  }
  .u-3\/3\@wide {
    width: 100%;
  }
  .u-1\/4\@wide {
    width: 25%;
  }
  .u-2\/4\@wide {
    width: 50%;
  }
  .u-3\/4\@wide {
    width: 75%;
  }
  .u-4\/4\@wide {
    width: 100%;
  }
  .u-1\/5\@wide {
    width: 20%;
  }
  .u-2\/5\@wide {
    width: 40%;
  }
  .u-3\/5\@wide {
    width: 60%;
  }
  .u-4\/5\@wide {
    width: 80%;
  }
  .u-5\/5\@wide {
    width: 100%;
  }
  .u-1\/8\@wide {
    width: 12.5%;
  }
  .u-2\/8\@wide {
    width: 25%;
  }
  .u-3\/8\@wide {
    width: 37.5%;
  }
  .u-4\/8\@wide {
    width: 50%;
  }
  .u-5\/8\@wide {
    width: 62.5%;
  }
  .u-6\/8\@wide {
    width: 75%;
  }
  .u-7\/8\@wide {
    width: 87.5%;
  }
  .u-8\/8\@wide {
    width: 100%;
  }
  .u-1\/10\@wide {
    width: 10%;
  }
  .u-2\/10\@wide {
    width: 20%;
  }
  .u-3\/10\@wide {
    width: 30%;
  }
  .u-4\/10\@wide {
    width: 40%;
  }
  .u-5\/10\@wide {
    width: 50%;
  }
  .u-6\/10\@wide {
    width: 60%;
  }
  .u-7\/10\@wide {
    width: 70%;
  }
  .u-8\/10\@wide {
    width: 80%;
  }
  .u-9\/10\@wide {
    width: 90%;
  }
  .u-10\/10\@wide {
    width: 100%;
  }
}
/* ==========================================================================
   #LOADING ANIMATIONS (CRITICAL)
   ========================================================================== */
.img-lazyload {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.img-lazyload.lazyloaded {
  opacity: 1;
}

body[data-anim-load=true].js-theme-loading > *:not(shopify-editor) .main,
body[data-anim-load=true].js-theme-loading > *:not(shopify-editor) .shopify-section-group-footer-group,
body[data-anim-load=true].js-theme-loading > *:not(shopify-editor) .password-content__bg {
  opacity: 0;
  visibility: hidden;
}
body[data-anim-load=true].js-theme-loading > *:not(shopify-editor) .shopify-section-header {
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
body[data-anim-load=true].js-theme-loading > *:not(shopify-editor) .header-stripe {
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

body[data-anim-load=true].js-theme-loaded > *:not(shopify-editor) .main,
body[data-anim-load=true].js-theme-loaded > *:not(shopify-editor) .shopify-section-group-footer-group {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
body[data-anim-load=true].js-theme-loaded > *:not(shopify-editor) .shopify-section-header {
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body[data-anim-load=true].js-theme-loaded > *:not(shopify-editor) .password-content__bg {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
body[data-anim-load=true].js-theme-loaded > *:not(shopify-editor) .header-stripe {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  body[data-anim-load=true].js-theme-loaded .shopify-section-group-header-group,
  body[data-anim-load=true].js-theme-loaded .main,
  body[data-anim-load=true].js-theme-loaded .shopify-section-group-footer-group,
  body[data-anim-load=true].js-theme-loaded .shopify-section-header,
  body[data-anim-load=true].js-theme-loaded .password-content__bg,
  body[data-anim-load=true].js-theme-loaded .header-stripe {
    transition: none;
  }
}
.page-transition {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--color--bg);
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.js-theme-unloading .page-transition {
  opacity: 1;
  visibility: visible;
}

.js body[data-anim-load=true] > *:not(shopify-editor) .section__title-text::after {
  transform: scale3d(0, 1, 1);
  transform-origin: 0%;
  transition: transform 0.5s ease-in-out 0.25s;
}
.js body[data-anim-load=true] > *:not(shopify-editor) .js-animation-done .section__title-text::after,
.js body[data-anim-load=true] > *:not(shopify-editor) .swiper-slide-active .section__title-text::after {
  transform: scale3d(1, 1, 1);
}
.js body[data-anim-load=true][data-anim-zoom=true] .collection__header-img,
.js body[data-anim-load=true][data-anim-zoom=true] .article__featured-media__img,
.js body[data-anim-load=true][data-anim-zoom=true] .home-intro__bg,
.js body[data-anim-load=true][data-anim-zoom=true] .home-delivery__bg,
.js body[data-anim-load=true][data-anim-zoom=true] .image-with-text__media-img {
  transform: scale(1.1);
}

@media (prefers-reduced-motion: reduce) {
  .js body[data-anim-load=true] > *:not(shopify-editor) .section__title-text::after {
    transition: none;
  }
  .js body[data-anim-load=true][data-anim-zoom=true] .collection__header-img,
  .js body[data-anim-load=true][data-anim-zoom=true] .article__featured-media__img,
  .js body[data-anim-load=true][data-anim-zoom=true] .home-intro__bg,
  .js body[data-anim-load=true][data-anim-zoom=true] .home-delivery__bg,
  .js body[data-anim-load=true][data-anim-zoom=true] .image-with-text__media-img {
    transform: none;
  }
}
/* ==========================================================================
   #CORNER RADIUS PROPERTIES FROM THEME SETTINGS
   ========================================================================== */
/* Buttons */
.c-btn,
.btn,
.shopify-payment-button__button.shopify-payment-button__button,
.shopify-payment-button__button--branded div,
.collection__filters-active__filter,
.blog-page__tags-item a,
.blog-page__tags-item--active {
  border-radius: var(--radius-button);
}

.skeleton-button {
  border-radius: var(--radius-button) !important;
}

/* Accelerated checkout */
shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-border-radius: var(--radius-button);
}

shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(--radius-button);
}

/* Newsletter button */
@media (min-width: 61.25em) {
  section[data-radius-form=true] .newsletter__btn,
  .popup[data-radius-form=true] .newsletter__btn {
    width: calc(100% - 12px);
    float: right;
  }
}
@media (min-width: 47.9375em) {
  section[data-radius-form=true] .promo-pop__fieldset-item.promo-pop__btn,
  .popup[data-radius-form=true] .promo-pop__fieldset-item.promo-pop__btn {
    width: calc(30% - 12px);
    float: right;
  }
}

/* Small buttons */
.media-carousel__arrow,
.media-gallery__arrow:after,
.navigation__button:before,
.pswp .pswp__button:before,
.quick-shop__trigger:before,
.sub-collections__navigation-button:before,
.back-to-top-button,
.article-paginate__link {
  border-radius: var(--radius-small-button);
}

/* Variant buttons */
.product-form__swatch__label,
.product-form__swatch__label.is-disabled:after {
  border-radius: calc(var(--radius-variant-button) / 2);
}

/* Labels */
.label {
  border-radius: calc(var(--radius-label) / 2);
  padding-left: max(9px, var(--radius-label) / 2);
  padding-right: max(9px, var(--radius-label) / 2);
}

.image-compare__media-labels--overlay span,
.image-compare__media-labels--hover span {
  border-radius: calc(var(--radius-label) / 1.5);
  padding-left: max(9px, var(--radius-label) / 2);
  padding-right: max(9px, var(--radius-label) / 2);
}

/* Form elements
   ========================================================================== */
body [type=text],
body [type=password],
body [type=datetime],
body [type=datetime-local],
body [type=date],
body [type=month],
body [type=time],
body [type=week],
body [type=number],
body [type=email],
body [type=url],
body [type=search],
body [type=tel],
body [type=color],
body select,
body textarea,
body .collection-sidebar__filter-price__item--from,
body .collection-sidebar__filter-price__item--to,
body predictive-search[dropdown] predictive-search-results {
  border-radius: var(--radius-form);
  padding-left: max(12px, var(--radius-form) / 1.5);
  padding-right: max(12px, var(--radius-form) / 1.5);
}

[type=checkbox] {
  border-radius: calc(var(--radius-form) / 3);
}

.collection-filters__label.collection-filters__label,
.selector-wrapper:not(.selector-wrapper--standalone-labels) label {
  left: max(6px, var(--radius-form) / 1.5);
}

.collection-filters__sort.collection-filters__sort,
.selector-wrapper.selector-wrapper select {
  padding-left: max(12px, var(--radius-form) / 1.5);
}

.collection-sidebar__filter__sort__selector.selector-wrapper:after,
.selector-wrapper .icon--chevron {
  right: max(12px, var(--radius-form) / 1.5);
}

.search-page__form-submit.search-page__form-submit,
.search__form-submit.search__form-submit {
  right: calc(var(--radius-form) / 3);
}

quantity-input,
.cart-item__qty-display {
  border-radius: calc(var(--radius-form) / 2);
}

.cart .input-full {
  border-radius: calc(var(--radius-form) / 1.5);
}

.cart .input-full {
  padding-left: max(12px, var(--radius-form) / 2);
  padding-right: max(12px, var(--radius-form) / 2);
}

/* Popups and Modals
   ========================================================================== */
.popup__content,
quick-shop {
  border-radius: var(--radius-popup);
}

@media (max-width: 61.24em) {
  .popup--promo .popup__content {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
.localize__items,
.localize__items .nav__sub-wrap,
.cart-terms__error {
  border-radius: calc(var(--radius-popup) / 2);
}

/* Containers
   ========================================================================== */
.search-grid-item__wrapper,
.home-carousel--contained .home-carousel__item-wrapper,
.home-carousel__content,
.collection-list__item,
.section-contact-form .container:not(.container--p-0) .section__content,
.image-banner--contained,
.container:not(.container--p-0) .home-delivery,
.home-delivery__content,
.home-event__item,
.image-grid__item,
.image-with-text__box,
.trust-messages,
.product-single__countdown,
.home-carousel--image.home-carousel--contained .home-carousel__item,
.container:not(.container--full-width) .image-with-text__content--has-bg,
.article__blocks,
.map__items,
.container:not(.container--full) .scrolling-text__bg,
.container:not(.container--full) .newsletter,
.container:not(.container--full) .logo-list,
.password-content__content,
.product-single__box {
  border-radius: var(--radius-container);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.product-single__box__block--price-emphasize,
.blog-page__tags-items {
  border-radius: calc(var(--radius-container) / 2);
}

.home-video__stage .o-ratio,
.home-video__item {
  border-radius: var(--radius-container);
}

.home-carousel__item--left .home-carousel__content,
.home-carousel__item--bottom-left .home-carousel__content {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.home-carousel__item--right .home-carousel__content,
.home-carousel__item--bottom-right .home-carousel__content {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.collection__header-info--left {
  border-radius: 0 var(--radius-container) 0 0;
}

.grid-spacing--0 .collection-list__item {
  border-radius: 0;
}

.callout {
  border-radius: var(--radius-container);
  padding: max(15px, var(--radius-container) / 1.5);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

@media (max-width: 61.24em) {
  .container:not(.container--full-width) .image-with-text__content--has-bg {
    border-radius: 0;
  }
}
interactive-cart .product-card--mini,
interactive-cart .product-card--mini > .product-card__link {
  border-radius: calc(var(--radius-container) / 2);
}

.action-banner__wrapper,
.cart-item .gift-wrapping-message {
  border-radius: var(--radius-container);
}

.cart-recommendations,
.cart--page .cart__controls,
.cart__announcement.cart__announcement {
  border-radius: var(--radius-container);
}

/* Media and images
   ========================================================================== */
.rte img,
.product-card__media,
.faq__accordion img,
.product-single--featured .media-gallery__item svg,
.custom-content__item-content--image,
.blog__media,
.article__featured-media,
.sub-collections__item .o-ratio,
.map__media-canvas,
.multi-column--image .multi-column__media .o-ratio:not(.o-ratio--circle),
.cta .o-ratio:not(.o-ratio--circle),
.product-form__img__img,
.cart-empty__image,
.footer-nav__image-img,
.footer-nav--image svg,
image-compare {
  border-radius: var(--radius-media);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.cart-item__media,
interactive-cart .product-card--mini .product-card__media {
  border-radius: calc(var(--radius-media) / 2);
}

@media (min-width: 47.9375em) {
  .collection--image-left .collection__header-media,
  .collection--image-right .collection__header-media,
  .password-content {
    border-radius: var(--radius-media);
  }
}
@media (min-width: 61.25em) {
  .container:not(.container--full-width) .image-with-text__content:not(.image-with-text__content--has-bg) .image-with-text__media .o-ratio {
    border-radius: var(--radius-media);
  }
}
.media-gallery--rounded .media-gallery__item {
  border-radius: var(--radius-media);
}

.media-gallery__item.media-gallery__item--video {
  border-radius: 0;
}

.testimonials__media__item--img,
.predictive-search__item .o-ratio,
.media-gallery__thumbs .thumbnail,
.media-gallery__thumbs image-skeleton,
.product-single__profile-image .o-ratio:not(.o-ratio--circle) {
  border-radius: calc(var(--radius-media) / 2) !important;
}

.media-gallery__badge.media-gallery__badge {
  right: max(3px, var(--radius-media) / 5);
  top: max(3px, var(--radius-media) / 5);
}

/* Menus and drawers
   ========================================================================== */
/* Simple menus */
.header header-details-disclosure:not(.mega) .nav__sub-wrap,
.header header-details-disclosure:not(.mega) .nav__sub-t-wrap,
.header .secondary-nav__item .nav__sub-wrap {
  border-radius: calc(var(--radius-menu) / 1.5);
}

/* Drawers */
.modal--right .modal__wrapper {
  border-radius: var(--radius-menu) 0 0 var(--radius-menu);
}

.modal--filters .modal__wrapper,
.modal--main-menu .modal__wrapper {
  border-radius: 0 var(--radius-menu) var(--radius-menu) 0;
}

@media (min-width: 35em) {
  .modal--search .modal__wrapper {
    border-radius: 0 0 var(--radius-menu) var(--radius-menu);
  }
}
/* Mega menu */
header-details-disclosure.mega .nav__sub {
  border-radius: 0 0 var(--radius-menu) var(--radius-menu);
}

/* Image with text overlap
   ========================================================================== */
@media (min-width: 61.25em) {
  .image-with-text--overlap .image-with-text__item:nth-child(odd) .container--full-width .image-with-text__content--right .image-with-text__box {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .image-with-text--overlap .image-with-text__item:nth-child(odd) .container--full-width .image-with-text__content--right .image-with-text__media {
    border-radius: var(--radius-media);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .image-with-text--overlap .image-with-text__item:nth-child(odd) .container--full-width .image-with-text__content--left .image-with-text__box {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .image-with-text--overlap .image-with-text__item:nth-child(odd) .container--full-width .image-with-text__media {
    border-radius: var(--radius-media);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .image-with-text--overlap .image-with-text__item:nth-child(even) .container--full-width .image-with-text__content--right .image-with-text__box {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .image-with-text--overlap .image-with-text__item:nth-child(even) .container--full-width .image-with-text__content--right .image-with-text__media {
    border-radius: var(--radius-media);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .image-with-text--overlap .image-with-text__item:nth-child(even) .container--full-width .image-with-text__content--left .image-with-text__box {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .image-with-text--overlap .image-with-text__item:nth-child(even) .container--full-width .image-with-text__content--left .image-with-text__media {
    border-radius: var(--radius-media);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media (max-width: 61.24em) {
  .image-with-text--overlap .image-with-text__media {
    border-radius: var(--radius-media);
  }
  .image-with-text--overlap .container--full-width .image-with-text__media {
    border-radius: 0px;
  }
}
@media (max-width: 47.9275em) {
  .image-with-text--overlap .image-with-text__box {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .image-with-text--overlap .image-with-text__media {
    border-radius: var(--radius-media);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .image-with-text--overlap .container--full-width .image-with-text__box,
  .image-with-text--overlap .container--full-width .image-with-text__media {
    border-radius: 0;
  }
}

/* ==========================================================================
   #OVERLAP ELEMENTS
   ========================================================================== */
body[data-overlap-style=true] {
  /* Grid labels
    ========================================================================== */
  /* Map section
    ========================================================================== */
  /* Slideshow section
    ========================================================================== */
}
body[data-overlap-style=true] .product-card__label__items {
  right: -6px;
}
body[data-overlap-style=true] .product-card__label__items--left {
  left: -6px;
}
body[data-overlap-style=true] .blog__date {
  right: -6px;
}
body[data-overlap-style=true] .blog__date--position_left {
  left: -6px;
  right: auto;
}
body[data-overlap-style=true] .search-grid-item__label {
  right: -6px;
}
body[data-overlap-style=true] .search-grid-item__label--position_left {
  right: auto;
  left: -6px;
}
body[data-overlap-style=true] .map__media-btn {
  right: -6px;
}
body[data-overlap-style=true] .home-carousel--solid .home-carousel__content.home-carousel__content--btn,
body[data-overlap-style=true] .home-carousel--semi .home-carousel__content.home-carousel__content--btn {
  padding-bottom: 18px;
}
@media (max-width: 47.9275em) {
  body[data-overlap-style=true] .home-carousel--solid .home-carousel__content.home-carousel__content--btn,
  body[data-overlap-style=true] .home-carousel--semi .home-carousel__content.home-carousel__content--btn {
    padding-bottom: 15px;
  }
}
@media (max-width: 34.99em) {
  body[data-overlap-style=true] .home-carousel--solid .home-carousel__content.home-carousel__content--btn,
  body[data-overlap-style=true] .home-carousel--semi .home-carousel__content.home-carousel__content--btn {
    padding-bottom: 12px;
  }
}
body[data-overlap-style=true] .home-carousel--solid .home-carousel__btn__wrapper,
body[data-overlap-style=true] .home-carousel--semi .home-carousel__btn__wrapper {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  margin-right: -60px;
}
@media (max-width: 47.9275em) {
  body[data-overlap-style=true] .home-carousel--solid .home-carousel__btn__wrapper,
  body[data-overlap-style=true] .home-carousel--semi .home-carousel__btn__wrapper {
    margin-right: -48px;
  }
}
@media (max-width: 34.99em) {
  body[data-overlap-style=true] .home-carousel--solid .home-carousel__btn__wrapper,
  body[data-overlap-style=true] .home-carousel--semi .home-carousel__btn__wrapper {
    margin-top: 12px;
    margin-right: -30px;
  }
}
body[data-overlap-style=true] .home-carousel--solid .home-carousel__item--right .home-carousel__btn__wrapper,
body[data-overlap-style=true] .home-carousel--solid .home-carousel__item--bottom-right .home-carousel__btn__wrapper,
body[data-overlap-style=true] .home-carousel--semi .home-carousel__item--right .home-carousel__btn__wrapper,
body[data-overlap-style=true] .home-carousel--semi .home-carousel__item--bottom-right .home-carousel__btn__wrapper {
  margin-right: -60px;
}
@media (max-width: 47.9275em) {
  body[data-overlap-style=true] .home-carousel--solid .home-carousel__item--right .home-carousel__btn__wrapper,
  body[data-overlap-style=true] .home-carousel--solid .home-carousel__item--bottom-right .home-carousel__btn__wrapper,
  body[data-overlap-style=true] .home-carousel--semi .home-carousel__item--right .home-carousel__btn__wrapper,
  body[data-overlap-style=true] .home-carousel--semi .home-carousel__item--bottom-right .home-carousel__btn__wrapper {
    margin-right: -18px;
  }
}
body[data-overlap-style=true] .home-carousel--contained .media-carousel__arrow--prev {
  right: 39px;
}
body[data-overlap-style=true] .home-carousel--contained .media-carousel__arrow--next {
  right: -6px;
}

/* ==========================================================================
   #LOADING ANIMATIONS (REST)
   ========================================================================== */
body[data-anim-zoom=true] .home-carousel__bg {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
body[data-anim-zoom=true][data-anim-load=true] .js-animation-done .collection__header-img,
body[data-anim-zoom=true][data-anim-load=true] .js-animation-done .article__featured-media__img,
body[data-anim-zoom=true][data-anim-load=true] .js-animation-done .home-intro__bg,
body[data-anim-zoom=true][data-anim-load=true] .js-animation-done .home-delivery__bg,
body[data-anim-zoom=true][data-anim-load=true] .swiper-slide.is-visible .home-carousel__bg,
body[data-anim-zoom=true][data-anim-load=true] .password-content__bg {
  -webkit-animation: zoomout 10s ease forwards;
  -moz-animation: zoomout 10s ease forwards;
  animation: zoomout 10s ease forwards;
}
body[data-anim-zoom=true][data-anim-load=true] .js-animation-done .image-with-text__media-img {
  -webkit-animation: zoomout-slow 15s ease forwards;
  -moz-animation: zoomout-slow 15s ease forwards;
  animation: zoomout-slow 15s ease forwards;
}
body[data-anim-zoom=true] .blog__img,
body[data-anim-zoom=true] .image-grid__bg,
body[data-anim-zoom=true] .home-carousel--image_img,
body[data-anim-zoom=true] .search-grid-item__media__img {
  -webkit-transition: -webkit-transform 10s ease-out, opacity 0.5s ease-in;
  -moz-transition: -moz-transform 10s ease-out, opacity 0.5s ease-in;
  transition: transform 10s ease-out, opacity 0.5s ease-in;
}
body[data-anim-zoom=true] .cta__image {
  -webkit-transition: -webkit-transform 0.75s ease, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.75s ease, opacity 0.3s ease-in;
  transition: transform 0.75s ease, opacity 0.3s ease-in;
}
body[data-anim-zoom=true] .blog:hover .blog__img,
body[data-anim-zoom=true] .blog:hover .image-grid__bg,
body[data-anim-zoom=true] .blog:hover .home-carousel--image_img,
body[data-anim-zoom=true] .blog:hover .search-grid-item__media__img,
body[data-anim-zoom=true] .image-grid__link:hover .blog__img,
body[data-anim-zoom=true] .image-grid__link:hover .image-grid__bg,
body[data-anim-zoom=true] .image-grid__link:hover .home-carousel--image_img,
body[data-anim-zoom=true] .image-grid__link:hover .search-grid-item__media__img,
body[data-anim-zoom=true] .home-carousel--image_link:hover .blog__img,
body[data-anim-zoom=true] .home-carousel--image_link:hover .image-grid__bg,
body[data-anim-zoom=true] .home-carousel--image_link:hover .home-carousel--image_img,
body[data-anim-zoom=true] .home-carousel--image_link:hover .search-grid-item__media__img,
body[data-anim-zoom=true] .search-grid-item__link:hover .blog__img,
body[data-anim-zoom=true] .search-grid-item__link:hover .image-grid__bg,
body[data-anim-zoom=true] .search-grid-item__link:hover .home-carousel--image_img,
body[data-anim-zoom=true] .search-grid-item__link:hover .search-grid-item__media__img,
body[data-anim-zoom=true] .cta__link:hover .blog__img,
body[data-anim-zoom=true] .cta__link:hover .image-grid__bg,
body[data-anim-zoom=true] .cta__link:hover .home-carousel--image_img,
body[data-anim-zoom=true] .cta__link:hover .search-grid-item__media__img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
body[data-anim-zoom=true] .blog:hover .cta__image,
body[data-anim-zoom=true] .image-grid__link:hover .cta__image,
body[data-anim-zoom=true] .home-carousel--image_link:hover .cta__image,
body[data-anim-zoom=true] .search-grid-item__link:hover .cta__image,
body[data-anim-zoom=true] .cta__link:hover .cta__image {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

body[data-anim-load=false][data-anim-zoom=true] .swiper-slide.is-visible .home-carousel__bg,
body[data-anim-load=false][data-anim-zoom=true] .collection__header-img,
body[data-anim-load=false][data-anim-zoom=true] .article__featured-media__img,
body[data-anim-load=false][data-anim-zoom=true] .home-intro__bg,
body[data-anim-load=false][data-anim-zoom=true] .home-delivery__bg,
body[data-anim-load=false][data-anim-zoom=true] .password-content__bg {
  -webkit-animation: zoomout 5s ease forwards;
  -moz-animation: zoomout 5s ease forwards;
  animation: zoomout 5s ease forwards;
}

@media (prefers-reduced-motion: reduce) {
  body[data-anim-zoom=true][data-anim-load=true] .js-animation-done .collection__header-img,
  body[data-anim-zoom=true][data-anim-load=true] .js-animation-done .article__featured-media__img,
  body[data-anim-zoom=true][data-anim-load=true] .js-animation-done .home-intro__bg,
  body[data-anim-zoom=true][data-anim-load=true] .js-animation-done .home-delivery__bg,
  body[data-anim-zoom=true][data-anim-load=true] .swiper-slide.is-visible .home-carousel__bg,
  body[data-anim-zoom=true][data-anim-load=true] .password-content__bg {
    animation: none;
  }
  body[data-anim-zoom=true][data-anim-load=true] .js-animation-done .image-with-text__media-img {
    animation: none;
  }
  body[data-anim-zoom=true] .blog__img,
  body[data-anim-zoom=true] .image-grid__bg,
  body[data-anim-zoom=true] .home-carousel--image_img,
  body[data-anim-zoom=true] .search-grid-item__media__img {
    transition: none;
  }
  body[data-anim-zoom=true] .cta__image {
    transition: none;
  }
}
.staged-action {
  transition: background 0.3s ease-in-out;
}
.staged-action .staged-action__tick {
  opacity: 0;
}
.staged-action .staged-action__spinner {
  opacity: 0;
}
.staged-action.is-done .staged-action__text, .staged-action.is-done::after {
  opacity: 0;
}
.staged-action.is-done .staged-action__tick {
  animation: cart-added-tick 1.5s linear;
}
.staged-action.is-doing .staged-action__text, .staged-action.is-doing::after {
  opacity: 0;
}
.staged-action.is-doing .staged-action__spinner {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .staged-action {
    transition: none;
  }
  .staged-action.is-done .staged-action__tick {
    animation: none;
    clip-path: inset(0);
    opacity: 1;
  }
}
@keyframes cart-added-tick {
  from {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  5% {
    opacity: 1;
  }
  25% {
    clip-path: inset(0);
  }
  95% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes cart-added-tick {
  from {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  5% {
    opacity: 1;
  }
  25% {
    clip-path: inset(0);
  }
  95% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes zoomout {
  0% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes zoomout {
  0% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomout {
  0% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoomout-slow {
  0% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes zoomout-slow {
  0% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomout-slow {
  0% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* ==========================================================================
   #Z-INDEX
   ========================================================================== */
/**
 * All z-index settings in one place for easier managment and too avoid
 * crazy values like 9999999
 */
.section__bg,
.product-single__top-bg {
  z-index: 0;
}

.home-carousel__nav,
.image-with-text__box,
.map__media-map--first,
.mobile-draw__close,
.search__close,
.selector-wrapper label,
.home-video__item-icon,
.home-video__placeholder-btn,
.home-carousel__video-cover,
.footer__currency-item,
.mobile-draw__currency-box,
.faq__category,
.home-logo-list-carousel__nav,
.breadcrumb,
.cart-draw__announcement,
.promo-pop__close,
.mobile-draw__wrapper,
.product-form__popup,
.quick-shop__trigger,
.mobile-draw__header,
quick-shop image-skeleton,
.media-gallery__arrow .icon,
.media-carousel__navigation,
video-poster {
  z-index: 1;
}

.home-testimonials-carousel__nav,
.map__items,
.home-carousel__video:before,
.home-video__placeholder,
.announcement__close,
.announcement__carousel-button,
.drawer-nav__empty-banner,
.drawer-nav__banner,
quick-shop .product-card__img,
.home-video__item-link::after,
video-player .theme-spinner {
  z-index: 2;
}

.home-carousel__content,
.home-carousel__content-wrapper,
.header__logo,
.label,
.product-card__label__items,
.quick-shop__close,
.mobile-draw__account,
.mobile-draw__localize {
  z-index: 3;
}

.header-trigger,
.home-video__placeholder,
.drawer-nav__panel {
  z-index: 4;
}

.image-with-text__content {
  z-index: 8;
}

quick-shop {
  z-index: 9;
}
@media (max-width: 47.9275em) {
  quick-shop {
    z-index: 12;
  }
}

.nav__sub,
.secondary-nav__search {
  z-index: 10;
}

.collection__cards:after,
.items-scroll .navigation {
  z-index: 11;
}

header-container {
  z-index: 12;
}

.quick-shop__overlay {
  z-index: 13;
}

@media (max-width: 47.9275em) {
  .quick-shop__wrapper {
    z-index: 13;
  }
}
.promo-pop,
.popup.popup--promo {
  z-index: 14;
}

.password-header__link {
  z-index: 15;
}

body:before {
  z-index: 16;
}

.product-card__spinner {
  z-index: 20;
}

predictive-search[dropdown][open=true] predictive-search-results {
  z-index: 11;
}

.back-to-top-button {
  z-index: 99;
}

.popup,
.modal {
  z-index: 999;
}

.search__head {
  z-index: 1047;
}
/*# sourceMappingURL=base.css.map */
