/** Shopify CDN: Minification failed

Line 11878:149 Unexpected ";"

**/
@charset "UTF-8";
/* ==========================================================================
   #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;
  /* Line below commented out by EdLandis.Dev */
  /* 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;
  min-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:not(.quiz-product-link-ctr,
    .header-CTA-btn2,
    .header-CTA-btn,
    .mobile-nav__CTA-btn,
    .c-btn,
    .VP-link,
    .primer__main-ctr a,
    .FSLP-btn,
    .cntnt-rwds .c-btn--primary,
    .disclaimer .shim a,
    .dlr-lnk a,
    .product-single__swatch a,
    .fr-smpl-lnk p a,
    .quiz-tooltip div a,
    .sqs-block-button-element.--cstm-btn,
    .result-link,
    .qr-master a,
    .slide-buttons a,
    a.shop-button,
    .promo-card__content a.btn):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--pre-order {
  background-color: var(--color--label-pre-order);
}

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

.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;
  }
}

.social-links {
  --icon-size: 3rem;
  --icon-font-size: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -1rem;
  line-height: 0;
  list-style: none;
}

.social-links--share {
  gap: 0.5rem 1rem;
  margin-left: 0;
}
.social-links--share .social-links__link {
  color: var(--color--alt-text);
}

.social-links__item {
  display: block;
  flex: 0 0 auto;
}

.social-links__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--icon-size);
  height: var(--icon-size);
  font-size: var(--icon-font-size);
  color: var(--color--text-light);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-links__link:hover {
  opacity: 1;
  color: var(--color--text);
}

/*============================================================================
  #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;
  /* EdLandis.Dev */
  max-width: 1040px;
  /* Original Code */
  /* 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 {
  /* Style replaced, original commented - EdLandis.Dev */
  margin-top: 21px;
  /* 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 {
  --gap: 6px;
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--gap);
  column-gap: var(--gap);
}

.product-form__swatch__title {
  flex: 1 1 100%;
  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__item--button {
  vertical-align: top;
  flex: 0 0 auto;
  width: auto;
}

.product-form__swatch__item--button:has(input:disabled) {
  display: none;
}

.product-form__swatch__label {
  position: relative;
  cursor: pointer;
  display: inline-flex;
}

.product-form__swatch__item--button .product-form__swatch__label {
  align-items: center;
  line-height: 1;
  font-size: 0.9rem;
  padding: 0px 1.4rem;
  height: 2.5rem;
  color: var(--color--text);
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.product-form__swatch__item--button .product-form__swatch__label--small {
  padding: 0px 1.4rem;
  height: 2.5rem;
}
.product-form__swatch__item--button .product-form__swatch__label--medium {
  padding: 0px 1.6rem;
  height: 3.2rem;
}
.product-form__swatch__item--button .product-form__swatch__label--large {
  padding: 0px 2rem;
  height: 3.8rem;
}

.product-card .product-form__swatch__item--button .product-form__swatch__label--small {
  padding: 0px 1.25rem;
  height: 2.3rem;
}
.product-card .product-form__swatch__item--button .product-form__swatch__label--medium {
  padding: 0px 1.4rem;
  height: 2.9rem;
}
.product-card .product-form__swatch__item--button .product-form__swatch__label--large {
  padding: 0px 1.8rem;
  height: 3.6rem;
}

@media (min-width: 47.9375em) {
  .no-touchevents .product-card--trigger-icon.product-card--hover .product-form__swatch__item--button .product-form__swatch__label {
    min-width: 3.2rem;
  }
  .no-touchevents .product-card--trigger-icon.product-card--hover .product-form__swatch__item--button .product-form__swatch__label--small {
    padding: 0px 1.15rem;
    height: 2.1rem;
  }
  .no-touchevents .product-card--trigger-icon.product-card--hover .product-form__swatch__item--button .product-form__swatch__label--medium {
    padding: 0px 1.3rem;
    height: 2.6rem;
  }
  .no-touchevents .product-card--trigger-icon.product-card--hover .product-form__swatch__item--button .product-form__swatch__label--large {
    padding: 0px 1.6rem;
    height: 3.2rem;
  }
}
.product-form__swatch--uniform .product-form__swatch__item--button {
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.product-form__swatch--uniform .product-form__swatch__item--button .product-form__swatch__label {
  width: 100%;
  text-align: center;
}

.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: 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: calc(var(--swatch-size) * 4 + 15px);
  height: calc(var(--swatch-size) * 4 + 15px);
  background: var(--background-graphic);
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 0 1px var(--color--text-lightest);
}
@media (max-width: 47.9275em) {
  .product-form__swatch__item--color .product-form__swatch__label__graphic {
    width: calc(var(--swatch-size) * 3 + 14px);
    height: calc(var(--swatch-size) * 3 + 14px);
  }
}

.product-card .product-form__swatch__item--color .product-form__swatch__label__graphic {
  width: calc(var(--swatch-size) * 3 + 14px);
  height: calc(var(--swatch-size) * 3 + 14px);
}

@media (min-width: 47.9375em) {
  .no-touchevents .product-card--trigger-icon.product-card--hover .product-form__swatch__item--color .product-form__swatch__label__graphic {
    width: calc(var(--swatch-size) * 2.5 + 12px);
    height: calc(var(--swatch-size) * 2.5 + 12px);
  }
}
.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-lightest);
  border-color: var(--color--text-lightest);
}
.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-lightest) calc(50% - 0.5px), var(--color--text-lightest) 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--button input[type=radio]:checked + label.is-disabled,
.product-form__swatch__item--button input[type=radio]:hover + label.is-disabled {
  color: var(--color--text-lightest);
}

.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--color input[type=radio]:checked + label {
  background: transparent;
  box-shadow: 0 0 0 3px var(--color--bg), 0 0 0 4.5px var(--color--text), 0 0 3px 5px transparent;
  -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 {
  color: var(--color--text);
  background: transparent;
  -webkit-transition: color ease-in-out 0.15s;
  transition: color ease-in-out 0.15s;
}

@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 4.5px var(--color--text), 0 0 3px 5px transparent;
    -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 {
    color: var(--color--text);
    -webkit-transition: color ease-in-out 0.15s;
    transition: color ease-in-out 0.15s;
  }
}
.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--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-form__swatch__item--button input[type=radio] + label:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color--text-lightest);
  -webkit-transition: border ease-in-out 0.15s;
  transition: border ease-in-out 0.15s;
}
.product-form__swatch__item--button input[type=radio]:hover + label:after {
  border: 1px solid var(--color--text);
}
.product-form__swatch__item--button input[type=radio]:checked + label:after,
.product-form__swatch__item--button input[type=radio]:hover:checked + label:after {
  border: 1.5px solid var(--color--text);
}

.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:after,
.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 */

/* ==========================================================================
  #Edited Theme Content (in backend, not code)                EdLandis.Dev
  ========================================================================== */
/*
  Search: "wrapping"
    Individual html:
      Need a liftgate for just <money-amount>{{ amount }}</money-amount> each?
    Whole html:
      Need a liftgate for just <money-amount>{{ amount }}</money-amount>?

  Search: "note" (then look at bottom)
    Cart.General.Note:
      Special instructions for seller

  Search: "select_options"
    Select Options:
      Select Options    
*/

/* ==========================================================================
  #Customizer Settings to transfer (in customizer, not code)     EdLandis.Dev
  ========================================================================== */
/*
  ->Header section: hdr-crnr-nav urls (these 2 urls need to be entered into the customizer)
  ->Klaviyo Star Widget on PDPs: add these blocks on both ELredesign template and default template

  (There still might be a few that I missed)

*/

/* ==========================================================================
  #HUBSPOT           (Code added to original Venue theme before Ed Landis)
  ========================================================================== */

  div.hbspt-form fieldset div:nth-child(2) .hs-input {
    width: 100%;
    max-width: 100%;
}

div.hbspt-form .error {
    border-color: #c87872 !important;
}

div.hbspt-form .form-columns-2 .hs-input {
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
    max-width: 100%;
    background-color: #f5f8fa;
    display: inline-block;
    width: 90%;
    height: 40px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    border-radius: 3px;
}

div.hbspt-form .form-columns-1 .hs-input:not([type="checkbox"]) {
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
    width: 100% !important;
    max-width: 100%;
    background-color: #f5f8fa;
    display: inline-block;
    height: 40px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    border-radius: 3px;
}

div.hbspt-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100% !important;
}

div.hbspt-form .form-columns-1  label,
div.hbspt-form .form-columns-2  label {
    font-size: 14px;
    width: 130px;
    text-align: right;
    color: #33475b;
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

div.hbspt-form .form-columns-1 .hs-form-field {
    width:100%;
    margin-bottom: 18px;
}

div.hbspt-form .form-columns-2 .hs-form-field {
    width:50%;
    float: left;
    margin-bottom: 18px;
}

div.hbspt-form span.hs-form-required {
    color: red;
    margin-left: 3px;
    font-weight: 300;
}

div.hbspt-form .hs-input:focus {
    outline: none;
    border-color: rgba(82,168,236,.8);
}

.hs-submit .actions {
    text-align: center;
    /* margin-top: 18px; */
    /* margin-bottom: 18px; */
    padding: 17px 0px;
}

.hs-button {
    /* some of these are old and not relevant(?) */
    /* background: #222222; */
    /* border-color: #222222; */
    font-family: var(--font--title);
    color: var(--color--btn);
    font-size: 18px;
    line-height: 18px;
    letter-spacing: var(--font--button-space);
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    /* font-weight: 700; */
    font-weight: 400;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    /* border-radius: 3px; */
    /* border-style: solid; */
    /* border-width: 1px; */
    padding: 12px 24px;
}

ul.no-list {
    list-style: none;
}

.inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 5px;
}

.inputs-list>li {
    display: block;
    padding: 0;
    width: 100%;
    padding-top: 0;
}

.inputs-list label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    font-weight: normal;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px
}

label.hs-error-msg {
    color: #f2545b !important;
}

textarea.hs-input {
    min-height: 200px !important;
    padding: 10px 15px !important;
}

li.hs-form-checkbox label input {
    margin-right: 7px;
    width: 15px !important;
    height: auto !important;
    max-width: 15px !important;
    min-height: 15px !important;
}

li.hs-form-checkbox label span {
    vertical-align: text-bottom;
}

label.hs-form-checkbox-display {
    margin-top: 7px;
}

legend.hs-field-desc {
    font-size: 13px;
}

.submitted-message.hs-main-font-element p {
    background: #e4ffe4;
    padding: 10px 20px;
    text-align: center;
}

/* ==========================================================================
    #Dealer Page Brand Marquee         EdLandis.dev
   ========================================================================== */

/* Temporary Removal Until JS transferred */
.custom-marquee-text {
  display: none;
}
.footer_html {
  margin-top: 88px !important;
}

.marquee-uncover-img {
  filter: greyscale(100%) !important;
}

.custom-marquee-text {
  max-width: 2200px;
  margin: auto;
}

.custom-marquee-text {
  overflow: hidden;
}

.custom-marquee-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  min-height: 50px;
}

.custom-marquee-text ul:hover {
  animation-play-state: paused;
}

.custom-marquee-text ul li {
  position: relative;
  list-style: none;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.custom-marquee-text li img {
  width: 88px;
}

@media (prefers-reduced-motion:reduce) {
  .custom-marquee-text ul {
      animation: none;
  }
}
@media only screen and (min-width: 651px){
  .custom-marquee-text ul li .logo-ctr{
      width: 300px;
  }
}
@media only screen and (max-width: 650px){
  .custom-marquee-text ul li {
      padding-left: 0;
      padding-right: 0;
  }
  .custom-marquee-text ul li .logo-ctr{
      width: 200px;
  }
}

@media only screen and (max-width: 650px) {
  .custom-marquee-text.bottom-display {
    display: none;
  }
}
@media only screen and (min-width: 651px) {
  .custom-marquee-text.top-display {
    display: none;
  }
}

/* ==========================================================================
    #Sample Request Page             EdLandis.dev
   ========================================================================== */

input.hs-button.primary.large:not(.FSLP__container input.hs-button.primary.large) {
  background: #c98cb0;
  font-size: 22px;
  height: 50px;
  width: 100% !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media only screen and (max-height: 766px) {
  input.hs-button.primary.large:not(.FSLP__container input.hs-button.primary.large) {
    font-size: 20px;
  }
}

.section--page input[type=submit].hs-button.primary.large:hover {
  background: var(--color--brand-dark) !important;
}

.hs-form-field ul.inputs-list.multi-container {
  margin-left: 0;
}

/* ==========================================================================
    #Free Sample Landing Page         EdLandis.dev
   ========================================================================== */

.hs-form-checkbox [type="checkbox"] {
  transition: background-color .3 ease-out, border .3 ease-out;
  cursor: pointer;
}

.retake-button span.icon.icon--theme.icon--chevron.icon--left {
  top: 7.9px;
  width: calc(var(--size) / 1.25);
}

.retake-button.title-ctr svg, .start-btn svg {
  height: 14px !important;
}

.rec-product .discount-offer {
  margin-top: 30px;
}
@media only screen and (max-height: 848px){
  .rec-product .discount-offer {
      margin-top: 7px;
  }
  .rec-product {
    padding: 0;
  }
  .rec-product-inner-ctr div:not(.slide-up-tab) {
    margin: 4px 2px 0;
  }
}

.FSLP-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 315px;
  margin-top: 30px;
  background-color: var(--color--brand);
  color: var(--color--text);
  font-family: var(--font--button);
  font-size: 25px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.FSLP-btn:hover{
  cursor: pointer;
  background-color: var(--color--brand-dark);
  transition: all 0.3s ease-in-out;
}

.page__content.rte.page__FSLP {
  position: relative;
  width: 80%;
  max-width: 1300px !important;
}

.FSLP__container {
  margin-bottom: -260px;
  color: var(--color--text);
}

.quiz__logo {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 200px;
}

.quiz__logo2 {
  position: absolute;
  bottom: -27px;
  width: 140px;
  right: -2px;
}
@media only screen and (max-width: 480px) {
  .quiz__logo2 {
    width: 120px;
  }
}
@media only screen and (max-width: 435px) {
  .quiz__logo2 {
    bottom: -25px;
    width: 110px;
  }
}

.FSLP__sample {
  position: absolute;
  width: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 800px;
  left: 60%;
  font-size: 22px;
  line-height: 24px;
}

.FSLP__sample p {
  margin-bottom: 10px;
}

.FSLP__sample-image {
  background: #F0F0F0;
  margin-top: 0;
  width: 265px;
}

.FSLP.quiz-product-title {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  font-size: 30px;
}

/* -----V2 of FSLP ----- */

.FSLP.--h2-big {
  font-size: 40px;
}

.FSLP2.start-btn {
  font-size: calc((var(--font--size-base) / 16)* 1.25em);
}
.FSLPp .start-btn,
.FSLP .start-btn {
  width: 300px;
}

@media only screen and (max-width: 690px) {
  .FSLP.--h2-big {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
  }
  .FSLP.--bigger {
    font-size: 17px;
    line-height: 22px;
  }
}

@media only screen and (max-width:600px) {
  .--FSLP-no-margin {
    margin: 0 !important;
  }
}

.completed-title2 {
  line-height: 36px;
  margin: 30px auto 25px;
  max-width: 600px;
}

.__products-inr-ctr {
  display: flex !important;
  width: 350px;
}

.FSLP .start-btn span.icon.icon--theme.icon--chevron {
  top: 6.4px;
}

.FSLP .back-btn span.icon.icon--theme.icon--chevron {
  top: 3.1px;
  left: -4.8px;
}

@media only screen and (min-width: 1441px) {
  .Free-Sample-Quiz__ .FSLP.quiz-outer-ctr__black-mask {
    margin-top: 10vh;
  }
}
@media only screen and (max-width: 767px) {
  .Free-Sample-Quiz__ .FSLP.quiz-outer-ctr__black-mask {
    margin-top: 0;
  }
}

/* -----V2 of FSLP w/ hubspot-- */

.FSLP__products-ctr {
  text-align: center;
  width: 275px;
}
@media only screen and (max-width:480px) {
  .FSLP__products-ctr {
    width: 100%;
  }
}

.FSLP__sample2 p {
  background-color: white;
  margin-bottom: 10px;
}
.FSLP__sample2 p strong {
  text-decoration: underline;
}

.FSLP__products-ctr div {
  margin: 3px;
  margin: auto; /* added for design w/o sample images*/
  padding: 3px;
}

.--uno-width {
  width: 93%;
}
.--dos-width {
  width: 80%;
}
.--tres-width {
  width: 80%;
}
.--quatro-width {
  width: 80%;
}
@media only screen and (max-width: 835px) {
  .--quatro-width {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .--uno-width {
    width: 100%;
  }
}
@media only screen and (max-width: 435px) {
  .--uno-width {
    width: 100%;
  }
  .--dos-width {
    width: 70%;
  }
  .--tres-width {
    width: 70%;
  }
  .--quatro-width {
    width: 70%;
  }
}
.--uno-font-size {
  font-size: 30px;
}
.--dos-font-size {
  font-size: 22px;
}
.--tres-font-size {
  font-size: 20px;
}
.--quatro-font-size {
  font-size: 20px;
}
@media only screen and (max-width:835px) {
  .--quatro-font-size {
    font-size: 18px;
  }
}
@media only screen and (max-width:480px) {
  .--uno-font-size {
    font-size: 20px;
  }
}
@media only screen and (max-width:435px) {
  .--dos-font-size {
    font-size: 16px;
  }
  .--tres-font-size {
    font-size: 16px;
  }
  .--quatro-font-size {
    font-size: 16px;
  }
}
.FSLP__products-ctr .product__title {
  line-height: 1.5;
}

.FSLP__container div.hbspt-form .form-columns-2 .hs-form-field,
.FSLP__container div.hbspt-form .form-columns-1 .hs-form-field  {
  margin-bottom: 0 !important;
}

.FSLP__container div.hbspt-form .form-columns-2 .hs-input,
.FSLP__container div.hbspt-form .form-columns-1 .hs-input:not([type="checkbox"]) {
  height: 35px !important;
}

.FSLP__container .hs_samples_requested.hs-samples_requested.hs-fieldtype-checkbox.field.hs-form-field strong {
  display: none;
}

.FSLP__container .hs_samples_requested.hs-samples_requested.hs-fieldtype-checkbox.field.hs-form-field span:nth-child(1):after {
  content: 'Sample Product';
  color: #212121;
  font-weight: 900;
  font-size: 18px;
  font-family: var(--font--body);
}

.FSLP__container label {
  font-family: var(--font--body) !important;
}

.FSLP__container [type="text"],
.FSLP__container [type="tel"],
.FSLP__container [type="email"] {
  cursor: auto;
}

.FSLP__container [type="checkbox"],
.hs-input[type="checkbox"] {
  accent-color: black;
}

.FSLP__container [type="submit"] {
  font-family: var(--font--title);
  font-weight: var(--font--title-weight);
  font-size: 26px;
  width: 100%;
  height: 50px;
  color: var(--color--btn);
  background-color: var(--color--brand);
  border: none;
  border-radius: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.FSLP__container [type="submit"]:hover {
  cursor: pointer;
  background-color: var(--color--brand-dark);
  transition: all .3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.FSLP__container .actions {
  margin: 0;
}

div.hbspt-form .form-columns-1 label,
div.hbspt-form .form-columns-2 label,
div.hbspt-form .form-columns-2 .hs-input,
div.hbspt-form .form-columns-1 .hs-input {
  color: var(--color--text) !important;
}

.FSLP__form-ctr p {
  text-align: justify;
}

fieldset.form-columns-1 .input,
fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}

@media only screen and (max-width: 480px) {
  form .hs-input {
    width: 100% !important;
  }
}

.hs-submit .actions {
  padding: 5px 0 10px !important;
}

.hs-error-msgs:not(.hs_error_rollup .hs-error-msgs) {
  display: none !important;
}

.hs_error_rollup .hs-error-msgs {
  position: relative;
}

.hs_error_rollup .hs-error-msgs label.hs-main-font-element {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: red;
  font-size: 20px;
  text-align: center;
  width: 200px;
  line-height: 113%;
}
@media only screen and (max-width: 843px) {
  .hs_error_rollup .hs-error-msgs label.hs-main-font-element {
    bottom: 52px;
  }
}
@media only screen and (max-width: 765px) {
  .hs_error_rollup .hs-error-msgs label.hs-main-font-element {
    font-size: 18px;
    line-height: 135%;
  }
}
@media only screen and (max-width: 531px) {
  .hs_error_rollup .hs-error-msgs label.hs-main-font-element {
    font-size: 17px;
  }
}

.FSLP__inner-ctr {
  max-width: 1100px;
  margin: auto;
}

.FSLP__form-bg {
  display: inline-block;
  padding-left: 200px;
  background: url(/cdn/shop/files/CR41-Close-Up.png?v=1722814184);
  background-size: cover;
}
@media only screen and (max-width: 965px) {
  .FSLP__form-bg {
      padding-left: 100px;
  }
}
@media only screen and (max-width: 720px) {
  .FSLP__form-bg {
      padding-left: 0px;
  }
}

.FSLP__form-ctr {
  display: inline-block;
  padding: 0 15px;
  background-color: white;
}

.FSLP__sample2 {
  position: absolute;
  width: 375px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 860px;
  left: 50%;
  font-family: var(--font--body);
  font-size: 22px;
  line-height: 24px;
  border: 1px solid var(--color--text);
  padding: 10px 5px;
  background-color: white;
}

div.hbspt-form .form-columns-1 .hs-input {
  display: inline-flex !important;
}

@media only screen and (max-width: 835px) {
  .FSLP__sample2 {
      left: 46%;
      top: 890px;
  }
  .FSLP__sample2 p {
      font-size: 18px;
      line-height: 22px;
  }
  .FSLP2.quiz-product-title {
      top:0;
  }
}
@media only screen and (max-width: 768px) {
  .FSLP__sample2 {
      left: 46%;
      width: 275px;
  }
}
@media only screen and (max-width: 720px) {
  .FSLP__sample2 {
      left: 36%;
  }
}
@media only screen and (max-width: 690px) {
  .FSLP__sample2 {
      top: 870px;
  }
}
@media only screen and (max-width: 570px) {
  .FSLP__sample2 {
      left: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .FSLP__sample2 {
      top: 1250px;
      width: 206px;
      left: 44%;
      padding: 5px 5px;
  }
  .FSLP__sample2 p {
      font-size: 16px;
      line-height: 20px;
  }
  .FSLP__products-ctr div {
      padding: 0;
  }
}
@media only screen and (max-width: 435px) {
  .FSLP__sample2 {
      width: 150px;
      left: 57%;
  }
}

.--bigger {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 600px) {
  .--bigger {
    line-height: 27px;
    max-width: 325px;
  }
}

.confirmation-outer-ctr {
  background-color: #f4f4f4;
  margin-bottom: 59px;
  padding: 0;
  display: flex;
  justify-content: center;
  height: calc(100vh - 152px);
  width: 100%;
}

.sorry-dsclmr.confirmation-outer-ctr {
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .confirmation-outer-ctr {
    height: calc(100vh - 131px);
  }
}
@media only screen and (max-width: 730px) {
  .confirmation-outer-ctr {
    align-items: center;
  }
}

.confirmation-container {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
  max-width: 1000px;
  max-height: 400px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 731px) {
  .confirmation-container {
    margin-top: min(10vh, 200px);
  }
}
@media only screen and (min-width: 1000px) and (max-height: 700px) {
  .confirmation-container {
    margin-top: 4vh;
  }
  .FSLP .quiz-container {
    padding: min(max(21vh, 50px), 250px) 10px 10px;
  }
}

.confirmation-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.confirmation-image {
  width: 225px;
  height: auto;
  margin-bottom: 20px;
}

.confirmation-text {
  max-width: 800px;
}

.confirmation-text h1 {
  color: #333;
  font-size: 35px;
  margin-bottom: 30px;
}

.confirmation-text p {
  color: #555;
  font-size: 20px;
  font-family: var(--font--body);
  line-height: 26px;
  max-width: 600px;
  margin: auto;
}

@media only screen and (max-width: 600px) and (max-height: 740px) {
  .FSLP .retake-button {
      top: -20px;
  }
}

@media only screen and (max-width: 600px) and (max-height: 722px) {
  .FSLP.completed-title.section__title-text {
      font-size: 28px;
      line-height: 120%;
  }
  .FSLP-btn {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 600px) and (max-height: 709px) {
  .FSLP .retake-button {
    display: none;
  }
}

@media only screen and (max-width: 860px) {
  .confirmation-container {
    max-height: 580px;
  }

  .confirmation-text h1 {
    line-height: 1.45;
  }
}

@media only screen and (max-width: 416px) {
  .confirmation-text p {
    font-size: 18px;
  }
  .confirmation-text h1 {
    line-height: 44px;
  }
}

@media only screen and (max-width: 382px) {
  .confirmation-text h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}

/*------------- Primer Page ----------------*/

.primer__main-ctr {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 731px) {
  .primer__main-ctr {
      margin-top: 15px;
  }
}
@media only screen and (max-height: 1030px) {
  .primer__main-ctr {
      margin-top: 10px;
  }
}
@media only screen and (max-width: 449px) {
  .primer__main-ctr {
      margin-top: 5px;
  }
}

.primer__title-ctr {
  padding: 0 15px;
}

.primer__main-ctr h1 span:nth-of-type(1):not(.exempt) {
  background-color: #11253014;
  font-weight: 900;
  padding: 0 10px;
}
.primer__main-ctr h1 br:nth-of-type(1) {
  display: none;
}
@media only screen and (max-width: 731px) {
  .primer__main-ctr h1 br:nth-of-type(1) {
      font-size: 38px;
      margin-bottom: 15px;
  }
}
@media only screen and (max-width: 449px) {
  .primer__main-ctr h1 br:nth-of-type(1) {
      display: block;
  }
  .primer__title h1 {
      font-size: 25px;
  }
}
.primer__main-ctr h1:nth-last-of-type(2) {
  text-transform: none;
}
@media only screen and (max-width: 731px) {
  .primer__main-ctr h1:nth-last-of-type(2) {
      margin-bottom: 5px;
  }
}
.primer__main-ctr h1:nth-last-of-type(1) {
  font-size: 50px;
  line-height: 150%;
}
@media only screen and (max-width: 1100px) {
  .primer__main-ctr h1:nth-last-of-type(1) {
      font-size: 46px;
  }
}
@media only screen and (max-width: 731px) {
  .primer__main-ctr h1:nth-last-of-type(1) {
      font-size: 40px;
  }
}
@media only screen and (max-width: 482px) {
  .primer__main-ctr h1:nth-last-of-type(1) {
      font-size: 36px;
  }
}
@media only screen and (max-width: 449px) {
  .primer__main-ctr h1:nth-last-of-type(1) {
      font-size: 30px;
      margin-bottom: 10px;
  }
}

.primer__video-ctr {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: auto;
}
.primer__video-ctr video {
  width: 100%;
  display: block;
}

.primer__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background-color: #c98cb0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out
}
@media only screen and (max-width: 731px) {
  .primer__play-btn {
      width: 72px;
      height: 72px;
  }
}

.primer__play-btn:before {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #111111;
  margin-left: 7px;
}
@media only screen and (max-width: 731px) {
  .primer__play-btn:before {
      border-width: 9px 0 9px 13.5px;
  }
}

.primer__play-btn:hover {
  background-color: #c17ba4;
  transition: all 0.3s ease-in-out;
}

.scrub-bar {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.primer__text-body {
  max-width: 1108px;
  margin: 0 auto 20px;
  padding: 0 29px;
}

.primer__main-ctr p {
  font-size: 30px;
  line-height: 155%;
}
.primer__text-body p:nth-of-type(2) {
  padding: 0 42px;
}
@media only screen and (max-width: 1200px) {
  .primer__main-ctr p {
      margin-bottom: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .primer__main-ctr p {
      font-size: 26px;
  }
  .primer__text-body p:nth-of-type(2) {
      padding: 0 67px;
  }
}
@media only screen and (max-width: 731px) {
  .primer__main-ctr p {
      font-size: 22px;
  }
}
@media only screen and (max-width: 626px) {
  .primer__text-body p:nth-of-type(2) {
      padding: 0 42px;
  }
}
@media only screen and (max-width: 576px) {
  .primer__text-body p:nth-of-type(2) {
      padding: 0 64px;
  }
}
@media only screen and (max-width: 482px) {
  .primer__main-ctr p {
      font-size: 20px;
  }
  .primer__text-body p:nth-of-type(2) {
      padding: 0;
  }
}
@media only screen and (max-width: 452px) {
  .primer__text-body p:nth-of-type(2) {
      padding: 0 20px;
  }
}
@media only screen and (max-width: 449px) {
  .primer__main-ctr p {
      font-size: 18px;
  }
  .primer__text-body p:nth-of-type(2) {
      padding: 0;
  }
}
@media only screen and (min-width: 483px) and (max-width: 496px) {
  .primer__text-body p:nth-of-type(2) {
      padding: 0 24px;
  }
}
@media only screen and (min-width: 391px) and (max-width: 418px) {
  .primer__text-body p:nth-of-type(2) {
      padding: 0 30px;
  }
}
@media only screen and (max-width: 390px) {
  .primer__text-body p:nth-of-type(2) {
      padding: 0 6px;
  }
}
.primer__main-ctr p:nth-of-type(1) {
  margin-top: 20px;
}
@media only screen and (max-width: 449px) {
  .primer__main-ctr p:nth-of-type(1) {
      margin-top: 10px;
  }
  .primer__text-body br {
      display: none;
  }
  .primer__text-body p {
      margin-bottom: 20px;
  }
}

.primer__text-body a:not(.quiz__logo3) {
  height: 60px;
  background-color: #c98cb0;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald';
  font-size: 30px;
  transition: all 0.3s ease-in-out;
}
.primer__text-body a:not(.quiz__logo3):hover {
  background-color: #c17ba4;
  transition: all 0.3s ease-in-out;
}

.primer__text-body p:nth-of-type(2) span {
  font-weight: 900;
  background-color: #11253014;
  padding: 5px;
}
@media only screen and (max-width: 482px) {
  .primer__text-body p:nth-of-type(2) span {
      margin-top: 10px;
      padding: 2px 5px;
  }
}
.primer__text-body p:nth-last-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 510px) {
  .primer__text-body p:nth-last-of-type(1) {
      flex-direction: column;
  }
  .primer__text-body p:nth-of-type(3) span {
      margin-top: 8px;
  }
}
.primer__text-body p:nth-of-type(3) span {
  font-size: 50px;
  margin-left: 8px;
}
@media only screen and (max-width:731px) {
  .primer__text-body a:not(.quiz__logo3) {
      font-size: 28px;
  }
  .primer__text-body p:nth-of-type(3) span {
      font-size: 40px;
      margin-left: 8px;
  }
}
@media only screen and (max-width: 449px) {
  .primer__text-body a:not(.quiz__logo3) {
      font-size: 26px;
  }
}

.primer__btn-ctr {
  max-width: 890px;
  margin: auto;
  position: relative;
}
a.quiz__logo3 {
  position: absolute;
  width: 190px;
  right: 0;
  bottom: -40px;
}
@media only screen and (max-width: 731px) {
  a.quiz__logo3 {
      width: 140px;
      bottom: -35px;
  }
}
@media only screen and (max-width: 510px) {
  .primer__text-body {
    margin: 0 auto 45px;
  }
  a.quiz__logo3 {
    width: 120px;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -65px;
  }
}

/*------------- Michael's Copy Styles (remove this to revert)  ----------------*/

.primer__main-ctr h1:nth-last-of-type(2) {
  text-transform: none;
}
.primer__main-ctr h1 br:nth-of-type(1) {
  display: block;
}
.primer__main-ctr h1 span:not(.exempt, .exempt2) {
  background-color: #11253014;
  font-weight: 900;
  padding: 0 10px;
  line-height: 86px;
}
.primer__main-ctr h1 span.exempt {
  text-transform: none;
  font-size: 44px;
}
.primer__main-ctr h1 {
  line-height: 168%;
}
span.line3 {
  display: block;
  margin-top: -17px;
}
.primer__main-ctr {
  margin-top: 0;
}
h1.primer__title {
  margin-top: -10px;
}
.line3 span {
  background: #11253030 !important;
}
span.line2 {
  background: #27516630 !important;
}
/* .line3 span {
  background: #11253020 !important;
}
span.line2 {
  background: #27516620 !important;
} */
/* .line3 span {
  background: ##ECEEEF !important;
}
span.line2 {
  background: ##ECEEEF !important;
} */

.FSLP .section__title-text:nth-of-type(1).--h1-big {
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .FSLP .section__title-text:nth-of-type(1).--h1-big {
    font-size: 35px;
  }
}

.FSLPp h2.section__title-text.--h1-big,
.FSLP h2.section__title-text.--h1-big {
  line-height: 150%;
}
.FSLPp .section__title-text:nth-of-type(1),
.FSLP .section__title-text:nth-of-type(1) {
  font-size: 32px;
  margin-bottom: 13px !important;
}
.FSLPp .section__title-text:nth-of-type(2),
.FSLP .section__title-text:nth-of-type(2) {
  font-size: 36px;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 624px) {
  .FSLPp .section__title-text:nth-of-type(1),
  .FSLP .section__title-text:nth-of-type(1) {
      font-size: 28px;
  }
  .FSLPp .section__title-text:nth-of-type(2),
  .FSLP .section__title-text:nth-of-type(2) {
      font-size: 32px;
  }
  .FSLPp .intro-description-ctr p,
  .FSLP .intro-description-ctr p {
      font-size: 18px;
  }
}

@media only screen and (max-width: 1100px) {
  .primer__main-ctr h1:nth-last-of-type(1) {
      font-size: 50px;
  }
}
.primer__video-ctr:not(.hp-video) {
  max-width: 741px;
}
.primer__main-ctr p {
  font-size: 27px;
}
@media only screen and (max-width: 920px) {
  .primer__main-ctr p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 765px) {
  span.line3.exempt2 {
    line-height: 100%;
  }
  .primer__main-ctr p {
      font-size: 23px;
  }
}
.primer__text-body p:nth-of-type(2) {
  padding: 0;
}
@media only screen and (max-width: 552px) {
  span.line3 {
    margin-top: 0;
  }
  .primer__main-ctr h1 span:not(.exempt,.exempt2) {
    line-height: 65px;
  }
}
@media only screen and (max-width: 484px) {
  h1.primer__title {
    font-size: 43px !important;
  }
  .primer__main-ctr h1 span.exempt {
    font-size: 36px;
  }
  .primer__main-ctr h1 span:not(.exempt,.exempt2) {
    line-height: 56px;
  }
  .primer__main-ctr p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 389px) {
  .primer__main-ctr h1 span.exempt {
    font-size: 29px;
  }
  h1.primer__title {
    font-size: 35px !important;
  }
  .primer__main-ctr h1 span:not(.exempt,.exempt2) {
    line-height: 45px;
  }
}

/*------------- Disclaimer Page ----------------*/

.disclaimer {
  text-align: center;
  margin-top: 200px;
  padding: 0 5%;
}

.disclaimer h1 {
  color: red;
  font-size: 50px;
}
.disclaimer h2 {
  font-size: 150px;
  line-height: 170px;
  margin: 0 5% 30px;
}

.disclaimer p {
  font-size: 22px;
  text-transform: uppercase;
}

.disclaimer p:last-of-type {
  margin-bottom: 30px;
}

.disclaimer .real, .disclaimer .shim {
  margin: 40px auto;
}

.disclaimer div:nth-of-type(1) {
  margin-top: 70px;
}

.disclaimer .real a {
  border: 1px solid black;
  padding: 5px 10px;
  font-size: 26px;
  width: 500px;
  height: 67px;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.disclaimer .shim a {
  font-family: var(--font--title);
  background: #c98cb0;
  font-size: 34px;
  padding: 3px 0;
  margin: auto;
  width: 500px;
  display: block;
}

.disclaimer .shim a:hover {
  background-color: #c17ba4;
}

@media only screen and (max-width: 1799px) {
  .disclaimer .real, .disclaimer .shim {
    margin: 30px auto;
  }
}

@media only screen and (max-width: 1160px) {
  .disclaimer h2 {
    font-size: 100px;
    line-height: 115px;
  }
  .disclaimer {
    margin-top: 12vh;
  }
  .disclaimer h1 {
    font-size: 40px;
  }
  .disclaimer p {
    font-size: 19px;
    line-height: 140%;
  }
  .disclaimer .real a {
    width: 400px;
    height: 57px;
    font-size: 25px;
  }
  .disclaimer .shim a {
    font-size: 29px;
    width: 400px;
  }
}

@media only screen and (max-width: 780px) {
  .disclaimer h2 {
    font-size: 80px;
    line-height: 95px;
  }
  .disclaimer .real a {
    height: 52px;
    font-size: 25px;
  }
  .disclaimer .shim a {
    font-size: 27px;
  }
  .disclaimer .real, .disclaimer .shim {
    margin: 25px auto;
  }
}

@media only screen and (max-width: 627px) {
  .disclaimer {
    margin-top: 8vh;
  }
  .disclaimer h1 {
    font-size: 35px;
  }
  .disclaimer h2 {
    font-size: 60px;
    line-height: 77px;
  }
  .disclaimer p {
    font-size: 17px;
    line-height: 145%;
  }
  .disclaimer div:nth-of-type(1) {
    margin-top: 50px;
  }
  .disclaimer .real, .disclaimer .shim {
    margin: 20px auto;
  }
}

@media only screen and (max-width: 475px) {
  .disclaimer {
    margin-top: 5vh;
  }
  .disclaimer h1 {
    font-size: 32px;
  }
  .disclaimer h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 30px;
  }
  .disclaimer div:nth-of-type(1) {
    margin-top: 40px;
  }
  .disclaimer .real a {
    width: 325px;
    height: 48px;
    font-size: 22px;
  }
  .disclaimer .shim a {
    font-size: 24px;
    width: 325px;
  }
  .disclaimer .real, .disclaimer .shim {
    margin: 15px auto;
  }
}

@media only screen and (max-width: 359px) {
  .disclaimer h2 {
    font-size: 45px;
  }
  .disclaimer .real a,
  .disclaimer .shim a {
    width: 270px;
  }
}

@media only screen and (min-width: 1200px) and (max-height: 815px) {
  .disclaimer {
    margin-top: 5vh;
  }
  .disclaimer h2 {
    font-size: 100px;
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 1000px) and (max-height: 615px) {
  .disclaimer {
    margin-top: 3vh;
  }
  .disclaimer div:nth-of-type(1) {
    margin-top: 30px;
  }
  .disclaimer .real a {
    height: 52px;
    font-size: 27.5px;
  }
  .disclaimer .real, .disclaimer .shim {
    margin: 20px auto;
  }
  .disclaimer h2 {
    font-size: 80px;
    margin: 0 0 30px;
  }
}

/*----- Sorry Page (for disclaimer click bait)-----*/

.sorry-emoji {
  font-size: 80px;
}

.sorry-dsclmr {
  height: 100vh;
}

.sorry-dsclmr .confirmation-text p {
  max-width: 800px;
}

/*----- Quick Fix (after publishing top nav quiz & seeing mobile and tablet messed up -----*/

.quiz__ {
  width: 100%;
}

/* ==========================================================================
   #Suggested Use Page        EdLandis.dev
   ========================================================================== */

.sqs-block-image-figure{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-block-wrapper{
  display: flex;
  justify-content: center;
}

.sqs-block-image-button {
  margin-top: -20px;
  margin-bottom: 15px;
  min-width: 125px;
}

.suggested-use__full-size-table-ctr {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

.full-size-table-ctr__table {
  display: flex;
  justify-content: center;
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 1000px;
  position: relative;
}

.full-size-table-ctr__table img{
  width: 900px;
}

.table__close-btn {
  position: absolute;
  right: 20px;
  top: 0;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  transition: all 0.1s ease-in-out;
}

.table__close-btn:hover,
.table__close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 979px){
  .table__close-btn {
    top: -11px;
  }
}

@media only screen and (max-width: 980px){
  .sqs-block-image-button{
    margin-top: -5px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1150px){
  .full-size-table-ctr__table {
    margin: 5% auto;
    padding: 20px;
    width: 90%;
    position: relative;
  }
  
  .full-size-table-ctr__table img{
    width: 100%;
  }
}

@media only screen and (max-width: 767px){
  .sqs-block-image-button{
    display: none;
  }
}

/* ==========================================================================
  #Professional Services Page        EdLandis.dev
  ========================================================================== */

a.sqs-block-button-element--medium.sqs-block-button-element.--cstm-btn {
  background: #c98cb0;
  padding: 5px 124px;
  text-decoration: none;
  font-size: 22px;
  font-family: var(--font--title);
  font-weight: normal;
  letter-spacing: 1px;
}

a.sqs-block-button-element--medium.sqs-block-button-element.--cstm-btn:hover {
  background-color: var(--color--brand-dark);
}

/* .rte ul style added for v14.1.0 only */
.rte ul:not(.hs-form-field [role=checkbox]) {
    list-style-position: outside;
    margin-left: 34px;
}

@media only screen and (max-width: 422px) {
  a.sqs-block-button-element--medium.sqs-block-button-element.--cstm-btn {
    padding: 5px 72px;
  }
}

/* ==========================================================================
   #Testimonial Section (on homepage (and PDP?))      EdLandis.dev
   ========================================================================== */

/* -------------- Bold subscription design flaw ---------------------*/
.bsub-widget__plan-header {
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1360px) and (min-width: 981px) {
  .bsub-widget__plan-header .bsub-widget__text {
      max-width: 192px;
  }
}
@media only screen and (max-width: 514px) {
  .bsub-widget__plan-header .bsub-widget__text {
      max-width: 192px;
  }
}
@media only screen and (max-width: 361px) {
  .bsub-widget__plan-pricing {
      font-size: 14px;
  }
}
@media only screen and (max-width: 1360px) and (min-width: 1329px)  {
  .bsub-widget__plan-header {
    justify-content: normal;
  }
}

/* --------------Testimonial Section 2 ---------------------*/
@media only screen and (max-width: 365px) {
  .--mobile-sm {
    font-size: 1.1rem !important;
  }
}

@media screen and (min-width: 767px) and (max-width: 1320px) {
  .--custom-triple {
      width: 50% !important;
  }
}
@media screen and (max-width: 400px) {
  .--mobile-sm {
      line-height: 1.6 !important;
  }
}

/* --------------Testimonial Section 3 ---------------------*/
.tstml3 .home-testimonials__text p {
  font-size: 22px;
}

/* --------------Testimonial Slider section ---------------------*/
.home-testimonials--carousel .home-testimonials__text__text {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 0 24px;
}

img.home-testimonials__media__item--img.home-testimonials__media__item--img {
  width: 48px;
  border-radius: 10%;
}

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

.home-testimonials-carousel__nav--next {
  right: -5%;
}

.home-testimonials-carousel__nav--prev {
  left: -5%;
}

.slick-list.draggable {
  margin-bottom: 15px;
}

.home-testimonials .slick-dots {
  bottom: 24px;
}

@media only screen and (max-width: 1724px) {
  .home-testimonials-carousel__nav--next {
    right: -2%;
  }
  .home-testimonials-carousel__nav--prev {
    left: -2%;
  }
}
@media only screen and (max-width: 1606px) and (min-width: 1401px) {
  .home-testimonials-carousel__nav--next {
    display: none !important;
  }
  .home-testimonials-carousel__nav--prev {
    display: none !important;
  }
}
@media only screen and (max-width: 1606px) {
  .home-testimonials-carousel__nav--next {
    right: 14%;
  }
  .home-testimonials-carousel__nav--prev {
    left: 14%;
  }
}
@media only screen and (max-width: 1191px) {
  .home-testimonials-carousel__nav--next {
    right: 10%;
  }
  .home-testimonials-carousel__nav--prev {
    left: 10%;
  }
}
@media only screen and (max-width: 1080px) {
  .home-testimonials-carousel__nav--next {
    right: 6%;
  }
  .home-testimonials-carousel__nav--prev {
    left: 6%;
  }
}

/* --------------Testimonial fix for Venue 14.6.8 ---------------------*/
.testimonials__item img {
  vertical-align: unset;
}

/* ==========================================================================
   #Product Finder Quiz          EdLandis.Dev
   ========================================================================== */

/* title underline animation */
body[data-heading-border=true] .quiz-container .section__title-text:after,
body[data-heading-border=true] .FSLP__container .section__title-text:after {
  left: 50%;
}

  /* to fix page load bug for CTA */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/* --- Actual Product Finder Styles --- */

.title-ctr h2 {
  font-size: 30px;
}
@media only screen and (max-width: 670px) {
  .title-ctr h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  .title-ctr h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 360px) {
  .title-ctr h2 {
    font-size: 25px;
  }
}

.quiz-container__inner-ctr h2 {
  line-height: 1.4;
}
p.quiz-product-price {
  margin-top: -4px;
}

.quiz-outer-ctr__black-mask{
  background-color: black;
  max-width: 2200px;
  margin: 0 auto;
  visibility: hidden;
}

.FSLP.quiz-outer-ctr__black-mask {
  margin: 0 auto -200px;
}

.quiz-outer-container{
  margin: auto;
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}

.fade-in-anim{
  animation-name: loadFadeIn;
  animation-duration: .3s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}

@keyframes loadFadeIn{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

:root{
  --FSLP-quiz-height: 100%;
}

@media only screen and (max-width: 1440px){
  .FSLP .--jsvh-centered {
    height: 100vh;
    height: var(--FSLP-quiz-height);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.bg-image2{
  background-image: url('/cdn/shop/files/BHO-Bubbles-Translucent.jpg?v=1724461253');
}

.FSLP .quiz__ {
  position: relative;
}

.quiz-outer-ctr__space-holder:not(.FSLP.quiz-outer-ctr__black-mask) {
  margin-bottom: 85px;
}

.quiz-container {
  display: flex;
  justify-content: center;
  height: 100%;
  max-width: 1280px;
  padding: min(max(17vh, 125px), 185px) 10px 10px; /*new compromise*/
  margin: 0 auto;
  position: relative;
}

.quiz-container__inner-ctr {
  display: inline-block;
  height: 340px;
  padding: 15px;
  width: 665px;
  text-align: center;
  position: relative;
}

.intro-description-ctr{
  margin: auto;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
    .FSLP .intro-description-ctr .--bigger {
      font-size: 18px;
      line-height: 26px;
  }
}

.intro-page h2{
  font-size: calc((var(--font--size-h2) / var(--font--size-base)) * 1.3rem);
  transition: all 0.3s ease-in-out;
}

.intro-page h1:after,
.intro-page h2:after {
  content: "";
  width: 36px;
  height: var(--font--title-border-size);
  height:3px;
  background: var(--color--brand);
  background: black;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -18px;
}
.FSLPp .intro-page h1:nth-last-of-type(2):after,
.FSLPp .intro-page h2:nth-last-of-type(2):after,
.FSLP .intro-page h1:nth-last-of-type(2):after,
.FSLP .intro-page h2:nth-last-of-type(2):after
{
  display: none;
}

.intro-description-ctr {
  width: 77%;
  min-width: 300px;
}

.title-ctr.intro-page .section__title-text {
  margin-bottom: 14px;
  margin-top: 23px;
}
.FSLPp .title-ctr.intro-page .section__title-text {
  margin-bottom: 0px;
}
.FSLPp .title-ctr:not(.intro-page) h2 {
  line-height: 150%;
}
.FSLP .title-ctr h1, .FSLP .title-ctr h2 {
  color: var(--color--headings);
}

.title-ctr svg path {
  stroke: var(--color--text);
  height: 32px;
  margin-bottom: 15px;
}
.FSLP .title-ctr svg path{
  stroke: var(--color--headings);
}

.bg-image{
  background-image: url('/cdn/shop/files/BHO-Drip.jpg?v=1724459084');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

p.choose-one{
  margin-bottom: 0;
}
  
.title-ctr,.recommended-product{
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}

.recommended-product{
  color: var(--color--text);
  position: relative;
  margin-top: -74px;
}

.retake-button{
  display: flex;
  justify-content: start;
  position: absolute;
  top: -58px;
  color: var(--color--text-light);
  transition: all 0.3s ease-in-out;
}

.retake-button .icon {
    top: 6.1px;
    right: 5px;
}

.retake-button:hover{
  color: var(--color--text-dark);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.completed-title{
  /* line-height: calc((var(--font--size-h3) / var(--font--size-base)) * 1.8rem); */
  line-height: 54px;
  margin: 0 auto 25px;
  max-width: 522px;
}
@media only screen and (max-width: 766px) {
  .completed-title {
    line-height: 47px;
  }
}
@media only screen and (max-width: 600px) {
  .completed-title {
    line-height: 43px;
  }
}


.completed-title:after{
  content: "";
  width: 36px;
  height: var(--font--title-border-size);
  background: var(--color--brand);
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -18px;
}

.discount-offer{
  width: 77%;
  margin: auto;
}

.discount-offer p{
  line-height: calc((var(--font--size-base) / 16) * 1.35em);
}

.rec-product{
  background-color: white;
  color: var(--color--text);
  padding: 10px;
  text-align: -webkit-center;
}

.rec-product-inner-ctr{
  display: flex;
  justify-content: center;
}

.rec-product-inner-ctr div:not(.slide-up-tab) {
  margin: 0 5px;
}

.rec-product-inner-ctr img{
  width: 100%;
  background-color: var(--color--product-bg);
}

.rec-product-title:after{
  left: 50%;
  margin-left: -18px;
  bottom: -1px !important;
}

.quiz-product-card,.quiz-product-card p,.quiz-product-card h3{
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.quiz-product-title {
    margin: 0;
}

@media only screen and (min-width: 601px) {
  .quiz-product-card a:hover .slide-up-tab{
    bottom: 0;
    opacity: 1;
  }
}

.quiz-product-card a:hover h3{
  opacity: .7;
}

.quiz-product-img-ctr{
  position: relative;
  max-width: 190px;
  overflow: hidden;
}

.slide-up-tab{
  display: flex;
  align-items: center;
  position: absolute;
  max-height: 40px;
  height: 20%;
  width: 100%;
  bottom: -20px;
  margin: auto;
  text-align: center;
  opacity: 0;
  background-color: var(--color--brand);
  color: var(--color--btn);
  font-family: var(--font--button);
  font-size: calc((var(--font--size-base) / 16) * 1.2em);
  transition: all 0.3s ease-in-out;
}

.slide-up-tab:hover{
  background-color: var(--color--brand-dark);
}

.slide-up-tab p {
  margin: auto;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  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);
  line-height: 1.9;
}

.slide-up-tab .icon {
  left: -38px;
  width: 11px;
  top: 5.4px;
}

.rec-product-inner-ctr .quiz-product-title{
  font-size: calc((var(--font--size-h4) / var(--font--size-base)) * 1rem);
}
.quiz-product-price{
  font-size: calc((var(--font--size-h5) / var(--font--size-base)) * .8rem)
}

.code-ctr{
  color: black;
  background-color: var(--color--product-bg);
  font-weight: 900;
  font-size: 18px;
  max-width: 322px;
  margin-top: 50px;
  padding: 15px 10px;
  text-align: center;
  border: 1px dashed rgb(156, 156, 156);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.code-ctr p:nth-child(1){
  max-width: 300px;
  margin-bottom: 0;
}

.start-button-ctr{
  display: flex;
  justify-content: center;
  max-width: 550px;
  margin: auto;
  padding: 10px;
  background-color: #00000000;
  text-align: center;
}

.start-btn .icon {
  top: 4px;
  left: 8px;
  width: 14px;
}

.back-btn .icon {
  top: 2.9px;
  right: 8px;
  width: 14px;
}

.brand-btn{
  width: 210px;
  height: 48px;
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color--brand);
  color: var(--color--btn);
  font-family: var(--font--button);
  font-size: calc((var(--font--size-base) / 16) * 1em);
  transition: all 0.3s ease-in-out;
  margin: auto;
  position: absolute;
  top: 262.5px;
  left: 0;
  right: 0;
}

.brand-btn:hover{
  cursor: pointer;
  background-color: var(--color--brand-dark);
  transition: all 0.3s ease-in-out;
}

.answers-container{
  display: grid;
  justify-content: center;
  grid-template-columns: 225px 225px;
  grid-row-gap: 17px;
  grid-column-gap: 20px;
  max-width: 550px;
  margin: auto;
  padding: 10px;
  background-color: #00000000;
  text-align: center;
}

.answer-div{
  max-width: 210px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px;
  border: 1px solid var(--color--text);
  border-radius: 6px;
  font-size: calc((var(--font--size-base) / 16) * 0.9em);
  line-height: calc((var(--font--size-base) / 16) * 1em);
}

.answer-div:hover{
  border: 2px solid var(--color--text);
  cursor: pointer;
}
  
.results{
  display: none; 
}

.fade-out {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.hide{
  display: none !important;
}

.down-arrow:after{
  content: '\e915';
  font-family: "sb-icons";
  font-size: calc((var(--font--size-h2) / var(--font--size-base)) * 1rem);
  line-height: 1.6;
}

@media only screen and (min-width: 601px) {
  .code-ctr p:nth-child(1){
    line-height: 24px;
  }
  .quiz__ {
    height: 880px;
  }
  .quiz-outer-ctr__space-holder {
    height: 880px;
  }
  .FSLP .quiz__ {
    height: 80vh;
    min-height: 600px;
    max-height: 880px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 767px){
  .title-ctr svg:not(.brand-btn svg){
    height: 28px;
    margin-bottom: 11.5px;
  }
}

@media only screen and (max-width: 767px){
  .--h1-big {
    font-size: 35px;
  }
}

@media only screen and (max-width: 600px) {
  .quiz__ {
    min-height: 545px;
    max-height: 900px;
    margin: 0 auto;
  }
  .quiz-outer-ctr__space-holder {
    min-height: 545px;
    max-height: 900px;
    margin: 0 auto 85px;
  }

  .quiz-container{
    min-height: 545px;
    height: 100%;
  }

  .quiz-container:not(.FSLP .quiz-container){
    padding: 50px 10px 10px;
  }

  .FSLP .quiz-container {
    padding: min(max(10vh, 50px), 250px) 10px 10px; /*for BHO bg image*/
  }

  .FSLP .section__title-text.--h1-big {
    max-width: 196px;
    line-height: 44px;
    margin: 10px auto 25px; 
  }
  .FSLPp .section__title-text,
  .FSLP .section__title-text {
    max-width: 300px;
  }

  .quiz-container__inner-ctr {
    height: 385px;
  }

  .title-ctr{
    height: 400px;
  }

  .title-ctr h1,.title-ctr h2 {
    margin-bottom: 2px;
  }

  .retake-button {
    top: -25px;
    font-size: 14px;
  }
  .FSLP .retake-button {
    top: -38px;
  }
  .retake-button span.icon.icon--theme.icon--chevron.icon--left {
    top: 6.2px !important;
  }

  .discount-offer p {
    margin-bottom: 0 !important;
  }
  
  .answers-container {
    grid-template-columns: 210px;
    grid-row-gap: 5px;
    margin: 2px auto;
    padding: 2px;
    background-color: #00000000;
    text-align: center;
  }

  .title-ctr svg:not(.brand-btn svg) {
    height: 24.5px;
    margin-bottom: 2px;
  }

  .quiz-product-img-ctr{
    overflow: visible;
  }

  .recommended-product{
    margin-top: 0px;
  }

  .rec-product-inner-ctr{
    flex-wrap: wrap;
    justify-content: center;
    max-width: 550px;
    margin: auto;
    padding: 10px 0;
    text-align: center;
  }

  .rec-product-inner-ctr div:not(.slide-up-tab) {
    margin: 7px 5px 0;
  }

  .rec-product-inner-ctr img {
    width: 140px;
  }

  .completed-title {
    margin: 15px auto 25px;
    max-width: 500px;
  }

  .discount-offer {
    width: 90%;
  }

  .slide-up-tab {
    bottom: -28px;
    opacity: 1;
  }
  .slide-up-tab h6{
    font-size: .7rem;
  }

  .quiz-product-card a:hover .slide-up-tab{
    bottom: -28px;
    opacity: 1;
    background-color: var(--color--brand-dark);
  }

  .quiz-product-title{
    font-size: calc((var(--font--size-h4) / var(--font--size-base)) * .85rem);
    margin-top: 31px;
  }
  .quiz-product-price{
    font-size: calc((var(--font--size-h5) / var(--font--size-base)) * .8rem)
  }

  .code-ctr{
    margin-top: 20px;
    font-size: 15px;
    padding: 10px 10px;
    line-height: 19px !important;
    max-width: 250px;
  }

  .discount-limitation{
    font-size: calc((var(--font--size-base) / 16) * .9em);
  }

  .brand-btn{
    top: 315px;
  }

}

@media only screen and (max-width: 360px) {
  .rec-product-inner-ctr img{
    width: 120px;
  }
  .slide-up-tab{
    bottom: -24px;
  }
  .quiz-product-title{
    font-size: calc((var(--font--size-h4) / var(--font--size-base)) * .75rem);
    margin-top: 26px;
  }
  .quiz-product-price{
    font-size: calc((var(--font--size-h5) / var(--font--size-base)) * .75rem)
  }

}

/* ==========================================================================
    #Account--Main Page         EdLandis.Dev
   ========================================================================== */

.section--account.account.account--main .section__title--center p {
  text-decoration: none;
}
.section--account.account.account--main .section__title--center p a.link {
  font-size: 14px;
}

.--accnt-spcng {
  margin-bottom: 25px;
}

.account--main .section__title--center p:nth-of-type(1) {
  text-decoration: underline;
}

.account--main .section__title--center .link {
  border: 1px solid black;
  padding: 5px 10px;
}

.account--main .o-layout {
  display: flex;
  justify-content: center;
}

.account--main .o-layout__item:nth-last-of-type(1) {
  width: 250px;
}

.account--main .o-layout__item:nth-of-type(1) p {
  background: #f0f0f0;
  padding: 0 12px;
  height: 48px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .account--main .o-layout__item:nth-of-type(1) {
    margin-bottom: 26px;
  }
}

/* Theme update from Venue 4.8.6 */

table.order-table.responsive-table {
    white-space: normal;
}

.account--login form, .account--address form {
  overflow: visible;
}

@media only screen and (max-width: 1000px) and (min-width: 767px) {
    .section--account.account--main .o-layout {
        flex-direction: column;
        align-items: center;
    }

    .section--account .o-layout:not(.account--register .o-layout) {
      margin: 0;
    }

    .section--account .o-layout__item.u-1\/1.u-2\/3\@tab {
        padding: 0px 50px 0;
        width: 100%
    }
  
    .section--account .o-layout__item.u-1\/1.u-1\/3\@tab {
        text-align: center;
        margin-top: 42px;
    }
}

@media only screen and (max-width: 1401px) and (min-width: 767px) {
    .section--account.account--order .o-layout {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .section--account.account--order .o-layout__item.u-1\/1.u-2\/3\@tab {
        width: 100%;
    }

    .section--account .o-layout__item.u-1\/1.u-1\/3\@tab {
        text-align: center;
        margin-top: 42px;
    }

    .note {
        max-width: 260px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }
}

@media only screen and (max-width: 766px) {
    a.link.account__form-secondary-btn {
        padding: 10.4px 16px;
        border: 1px solid black;
        position: relative;
        bottom: -0.5px;
    }
}

/* ---- points section ---- */

.account--main .points-section {
  height: 100px;
  max-width: 600px;
  display: grid;
  grid-template-areas:
  'menu menu  left left main main right right'
  'footer footer footer footer footer footer footer footer';
  gap: 5px 10px;
  padding: 15px 15px 0;
  border: 1px solid #212121;
  background-color: #27516625;
}

.account--main .points-section div {
  display: flex;
  align-items: center;
}

.account--main .points-section div:nth-last-of-type(1) {
  align-items: end;
}

.account--main .points-section div p {
  margin-bottom: 2px;
}

.account--main .points-section a {
  background-color: #275166;
  padding: 3px 15px;
  color: #fefefe;
  text-align: center;
}

.points-section div:nth-last-of-type(1) {
  font-size: 15px;
}

.account--main .points-section div:nth-of-type(1) { 
  grid-area: menu;
  font-size: 24px;
  font-family: var(--font--title);
  max-width: 100px;
  line-height: 100%;
}
.account--main .points-section div:nth-of-type(2) { grid-area: left; }
.account--main .points-section div:nth-of-type(3) { grid-area: main; }
.account--main .points-section div:nth-of-type(4) { grid-area: right; }
.account--main .points-section div:nth-of-type(5) { grid-area: footer; justify-content: center;}

@media only screen and (min-width: 572px) {
  .account--main .points-section a {
    min-width: 137px;
  }
}

@media only screen and (max-width: 767px) {
  .account--main .o-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .account--main .points-section div:nth-of-type(1) { 
    font-size: 22px;
  }
}

@media only screen and (min-width: 620px) {
  .account--main .points-section {
    margin: 0 auto 50px;
  }
}

@media only screen and (max-width: 619px) {
  .account--main .points-section {
    margin: 0 10px 40px;
  }
}
@media only screen and (max-width: 515px) {
  .points-section a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 472px) {
  .account--main .points-section {
    grid-template-areas:
    'menu'
    'left'
    'main'
    'right'
    'footer';
    min-height: 264px;
  }
  .account--main .points-section a {
    min-width: 200px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px;
  }
  .account--main .points-section div {
    justify-content: center;
  }
  .account--main .points-section div:nth-of-type(1) {
    margin: 0 auto 10px;
    max-width: 200px !important;
  }
}
@media only screen and (max-width: 389px) {
  .account--main .points-section div p {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 110%;
    text-align: center;
    width: 250px;
  }
}

/* ==========================================================================
    #Account--Register Page & Sign In Page         EdLandis.Dev
   ========================================================================== */
/* existing email error message fix */
.account--register .errors a {
  text-decoration: underline;
  color: #d12328;
  font-weight: 900;
  transition: all .3s ease-in-out;
}

a.link.account__form-secondary-btn {
    border: 1px solid black;
    position: relative;
    bottom: -0.5px;
}
  
@media only screen and (min-width: 767px) {
  a.link.account__form-secondary-btn {
    padding: 7.9px 16px;
  }
}

@media only screen and (max-width: 767px) {
  a.link.account__form-secondary-btn {
    position: static;
    width: 100%;
  }
}

@media only screen and (min-width: 767px) {
  .account--register .account__form-buttons, .account--login .account__form-buttons {
    display: flex;
    align-items: center;
  }
}
.existing-account, .create-account {
  margin-bottom: 0;
}
.existing-account a, .create-account a {
  text-decoration: underline;
}
@media only screen and (max-width: 766px) {
  .existing-account, .create-account {
    margin-top: 10px;
  }
}

/* ==========================================================================
   #All Pages (things that appear on all pages)        EdLandis.Dev
   ========================================================================== */

html {
  scroll-behavior: smooth;
}

back-to-top-button.back-to-top-button.back-to-top-button--brand.visible {
  bottom: 110px;
  right: 40.5px;
}

/* ==========================================================================
   #Collection page         EdLandis.Dev
   ========================================================================== */

.section .collection.collection--image-left .collection__header, .section .collection.collection--image-right .collection__header {
  padding: 0;
}
.collection__header-info.collection__header-info--center {
  padding: 24px 24px 0;
}

/* call for price labels */

.call-for-price-btn  {
  border: none;
  box-shadow: inset 0 0 0 0 white; /* No border initially */
  transition: box-shadow 0.3s ease-in-out;
}

.call-for-price-btn:hover {
  box-shadow: inset 0 0 0 2px black; /* Appears smoothly */
}

.collection-main button.call-for-price-btn {
  font-size: 20px !important;
  padding: 5px 0;
}

svg.email_icon_svg {
    position: relative;
    top: 1.7px;
}

@media only screen and (max-width: 1517px) {
  .collection-main button.call-for-price-btn {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .collection-main .email_icon_svg {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .collection-main .email_icon_svg {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .collection-main button.call-for-price-btn {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 376px) {
  .collection-main button.call-for-price-btn {
    font-size: 14px !important;
  }
}

/* Search Filter Progress bar (AI Search and Filter app) */
.usf-sr-more .usf-progress div {
  background: #275166 !important;
}

/* Search Feature (the theme's search filter) */

.search-page .section__title.section__title--center.js-sr-loaded,
.search-page .search-page__form.js-sr-loaded,
.usf-mobile .usf-is--compact .usf-is-inputbox .usf-remove {
  opacity: 1 !important;
}

.usf-mobile .usf-is--compact .usf-is-inputbox input {
  border: 1px solid #4e4e4e !important;
}

.usf-mobile .usf-is--compact .usf-is-viewall,
.usf-mobile .usf-is--compact .usf-is-matches:first-child {
  border-top: 1px solid #4e4e4e !important;
}

.usf-is--compact .usf-is-matches>.usf-title {
  border-bottom: 1px solid #4e4e4e !important;
  opacity: 1 !important;
}

/* Search Page (Not actually on Collection page) */
form.search-page__form {
  top: 30px;
}

/* USF Eyeball Icon Preview Links (not working) */
.usf-sr-preview.usf-sr-undefined {
  display: none;
}

/* ==========================================================================
    Klaviyo Newsletter Email Input Section                 EdLandis.Dev
   ========================================================================== */

.newsletter__title .section__title-desc {
  margin-top: 12px;
}

.footer__klaviyo-form-ctr {
  width: 800px;
  margin: auto;
}

form.klaviyo-form-version-cid_1.go3279073480 > div.needsclick.kl-private-reset-css-Xuajs1:first-child {
  min-height: 47px !important;
  align-items: center !important;
}

.newsletter [data-testid="form-row"]:nth-of-type(3) {
  width: 720px;
}

.newsletter .needsclick.kl-private-reset-css-Xuajs1[data-testid="form-component"] {
  padding: 0;
}

:root{
  --title-border-width: 36px;
}
.newsletter .kl-private-reset-css-Xuajs1.go3176171171 h3 {
  font-size: 30px !important;
}
.newsletter .kl-private-reset-css-Xuajs1.go3176171171 h3:after {
  content: "";
  width: var(--title-border-width, 36px);
  height: var(--font--title-border-size);
  background: var(--color--brand);
  left: 50%;
  bottom: -5px;
  margin-left: -18px;
  position: relative;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

[data-testid="form-row"]:nth-of-type(2).needsclick.kl-private-reset-css-Xuajs1 {
  max-width: 600px;
}

.newsletter [data-testid="form-row"]:nth-of-type(1) .kl-private-reset-css-Xuajs1.go3176171171 {
  font-size: calc((var(--font--size-h2) / var(--font--size-base))* 1rem) !important;
}

.newsletter [data-testid="form-row"]:nth-of-type(2) p {
  margin-bottom: 15px !important;
  color: #212121;
  line-height: 185%;
  text-align: center;
}

.newsletter [data-testid="form-row"]:nth-of-type(2) p span span {
  background-color: #fefefe;
  padding: 3px 3px;
}

.newsletter [data-testid="form-row"]:nth-of-type(3) [data-testid="form-component"] {
  justify-content: center !important;
  flex: 0 1 auto !important;
  padding: 10px 0 !important;
}

.newsletter [data-testid="form-row"]:nth-of-type(3) [data-testid="form-component"] > div.needsclick.kl-private-reset-css-Xuajs1 {
  flex-grow: 0 !important;
  align-items: center;
}

.newsletter .needsclick.kl-private-reset-css-Xuajs1[style="background-color: white; position: absolute; z-index: 1; right: 0px; border-radius: 4px; animation: 0.4s ease 0s 1 normal none running klaviyo-fadein; pointer-events: none; top: 9px;"] {
  display: none;
}

.newsletter button[type="button"].go300628013,
.newsletter input[type="email"].go3672200627,
.newsletter input[type="email"].go3611290184,
.newsletter input[type="email"].go2544359273,
.newsletter input[type="email"].go2483448830 {
  height: 48px !important;
}

.newsletter input[type="email"].go3672200627,
.newsletter input[type="email"].go3611290184,
.newsletter input[type="email"].go2544359273,
.newsletter input[type="email"].go2483448830 {
  width: 480px;
  border: 0 !important;
  font-family: var(--font--body) !important;
  color: #212121 !important;
}
.newsletter input[type="email"].go3672200627::placeholder,
.newsletter input[type="email"].go3611290184::placeholder,
.newsletter input[type="email"].go2544359273::placeholder,
.newsletter input[type="email"].go2483448830::placeholder {
  font-size: 19px !important;
  color: #626262c6 !important;
  font-weight: 500 !important;
}
.newsletter button[type="button"].go300628013 {
  width: 220px;
}
/* .newsletter button[type="button"].go300628013:after {
  content: '\e913';
  font-size: 12px;
  font-family: "sb-icons";
  margin-left: 6px;
  line-height: 1;
  top: -1.5px;
  height: 13px;
  display: inline-block;
  position: relative;
} */

.newsletter button[type="button"].needsclick {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newsletter button[type="button"].needsclick:hover {
  background: var(--color--brand-dark) !important;
}

@media only screen and (max-width: 874px) {
  .newsletter .kl-private-reset-css-Xuajs1.go3176171171 h3 span {
    font-size: 25px !important;
  }
  [data-testid="form-row"]:nth-of-type(1) p span {
    font-size: 25px !important;
  }
}
@media only screen and (max-width: 847px) {
  .footer__klaviyo-form-ctr {
    width: 100%;
  }
  .newsletter [data-testid="form-row"]:nth-of-type(3) {
    width: 100%;
  }
  .newsletter [data-testid="form-row"]:nth-of-type(3) {
    flex-direction: column !important;
  }
  .newsletter input[type="email"].go3672200627,
  .newsletter input[type="email"].go3611290184,
  .newsletter input[type="email"].go2544359273,
  .newsletter input[type="email"].go2483448830 {
    width: 85vw;
  }
  .newsletter button[type="button"].go300628013 {
    width: 82vw;
  }
  .newsletter [data-testid="form-row"]:nth-of-type(3) [data-testid="form-component"] {
    padding: 10px 0 4px !important;
  }
}
@media only screen and (max-width: 527px) {
  .newsletter button[type="button"].go300628013 {
    width: 80vw;
  }
}
@media only screen and (max-width: 400px) {
  .newsletter button[type="button"].go300628013 {
    width: 79vw;
  }
}
  
/*--- Updated version with better pageload ---*/

.newsletter .section__title {
  max-width: 660px;
}

.newsletter .section__title-desc {
  margin-bottom: 29px;
}

.klaviyo-form {
  min-height: 47px;
}

.newsletter.newsletter--default {
  height: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
}

form.klaviyo-form-version-cid_1.go3279073480 > div.needsclick.kl-private-reset-css-Xuajs1:first-child {
  min-height: 30px !important;
  align-items: center !important;
}

.klaviyo-form-VFVuKJ .needsclick.kl-private-reset-css-Xuajs1 {
  padding: 0 !important;
  border: none !important;
}

.newsletter__content h2.section__title-text {
  font-size: 35px;
}

.newletter__content .needsclick.kl-private-reset-css-Xuajs1:not([data-testid="form-component"],
                                        [type="email"],
                                        [style="display: flex;"],
                                        [type="button"],
                                        [style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;"]) {
  width: 720px !important;
}

.needsclick.go1615512525.kl-private-reset-css-Xuajs1[type="email"],
.needsclick.go2544359273.kl-private-reset-css-Xuajs1[type="email"],
.needsclick.go2483448830.kl-private-reset-css-Xuajs1[type="email"],
.needsclick.go1554602082.kl-private-reset-css-Xuajs1[type="email"] {
  width: 500px !important;
  padding-left: 12px !important;
  font-size: 17px !important;
  height: 47px !important;
}

.needsclick.go1615512525.kl-private-reset-css-Xuajs1[type="email"]::placeholder,
.needsclick.go2544359273.kl-private-reset-css-Xuajs1[type="email"]::placeholder,
.needsclick.go2483448830.kl-private-reset-css-Xuajs1[type="email"]::placeholder {
  font-size: 17px !important;
  height: 47px !important;
}

button.needsclick.go300628013.kl-private-reset-css-Xuajs1 {
  height: 47px !important;
  font-size: 20px !important;
}

/* .newsletter button[type="button"].go300628013:after{
  top: -2.2px !important;
} */

.newsletter__content strong {
  background: white;
  padding: 3px;
}

.newsletter__content .o-layout__item.u-1\/1.u-2\/3\@tab,
.newsletter__content .o-layout__item.u-1\/1.u-1\/3\@tab {
  display: none;
}

.newsletter__content .section__title-desc.rte.js-sr-loaded {
  margin: 27px 0 37px;
}

@media only screen and (max-width: 874px) {
  .newsletter__content h2.section__title-text {
    font-size: 28px;
  }
}

@media only screen and (max-width: 847px) {
  .newsletter__content [data-testid="form-row"] {
    flex-direction: column !important;
    height: 103px;
  }
  /* for success message */
  .newsletter__content [data-testid=form-row]:nth-of-type(2) {
    height: 51px;
    margin-top: -58px;
  }

  .needsclick.go1615512525.kl-private-reset-css-Xuajs1[type="email"],
  .needsclick.go2544359273.kl-private-reset-css-Xuajs1[type="email"],
  .needsclick.go2483448830.kl-private-reset-css-Xuajs1[type="email"],
  .needsclick.go1554602082.kl-private-reset-css-Xuajs1[type="email"] {
    width: 100% !important;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 603px) {
  .newsletter__content .section__title-desc.rte.js-sr-loaded {
    margin: 27px 0 37px;
  }
}

@media only screen and (max-width: 424px) {
  .newsletter.newsletter--default {
    height: 436px;
  }
}

@media only screen and (max-width: 363px) {
  [data-testid=form-row]:nth-of-type(1) p span {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 351px) {
  .klaviyo-form [data-testid=form-component] div.kl-private-reset-css-Xuajs1.go3176171171 pre span {
    font-size: 22px !important;
  }
}

/* ==========================================================================
   #Utility classes                           EdLandis.Dev
   ========================================================================== */

  .--hide {
    display: none !important;
  }
  .--show {
    display: block !important;
  }
  
  .--visible {
    visibility: visible !important;
  }
  .--invisible {
    visibility: hidden !important;
  }
  
  .--o-zero {
    opacity: 0 !important;
  }
  .--o-full {
    opacity: 1 !important;
  }
  
  .--cursor-auto{
    cursor: auto !important;
  }
  
  .--pos-rel {
    position: relative !important;
  }
  
  .--no-margin {
    margin: 0 !important;
  }

  .--no-padding {
    padding: 0 !important;
  }
  
  .--no-max-width {
    max-width: 10000px !important;
  }
  
  .--p-big {
    font-size: 18.7px;
    line-height: 25px;
  }
  
  .--z-zero {
    z-index: 0;
  }

  .--flex-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .--flex-right {
    display: flex !important;
    justify-content: right !important;
    align-items: center !important;
  }

  .--overflow-v {
    overflow: visible !important;
  }

/* ==========================================================================
    Free Sample Top Nav                     EdLandis.Dev
   ========================================================================== */

.top-nav .title-ctr .FSLP2.brand-btn svg path {
  stroke: #121212;
}
   
.top-nav .bg-image{
  background-image: none;
}

.top-nav .bg-image2{
  background-image: url('/cdn/shop/files/crop-with-fan-leaves.jpg?v=1728351691');
}

.top-nav.quiz-outer-ctr__black-mask{
  margin: 0 auto 80px;
}

.top-nav .quiz-container__inner-ctr {
  box-shadow: inset 0 0 0 1000px rgba(200, 200, 200, 0.05);
}

.top-nav .title-ctr h1, .top-nav .title-ctr h2 {
  color: white;
}

.top-nav p.choose-one{
  max-width: 405px;
  margin: auto;
  color: white;
  font-size: 17px;
}

.top-nav .answer-div {
  color: white;
  border: 1px solid white;
}

.top-nav .title-ctr svg path {
  stroke: white;
}

.top-nav.FSLP__container {
  margin-bottom: 80px;
}

.top-nav input.hs-button.primary.large {
  width: 100%;
}

.top-nav .start-btn {
  font-size: calc((var(--font--size-base) / 16)* 1em);
}

.top-nav .FSLP__sample2 {
  top: 1060px;
}

@media only screen and (min-width: 601px) {
  .top-nav .quiz__ {
    max-height: 880px;
  }
}

@media only screen and (min-width: 1441px) {
  .top-nav.quiz-outer-ctr__black-mask {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-nav p.choose-one{
    font-size: 18px;
    max-width: 376px;
  }
}

@media only screen and (max-width: 600px) {
  .top-nav .intro-page.title-ctr h1, .top-nav .intro-page.title-ctr h2 {
    margin: 23px auto 30px;
    width: 225px;
    line-height: 152%;
  }
  .top-nav .bg-image2 {
      background-position-x: 42%;
  }
}

@media only screen and (max-width: 480px) {
  .top-nav .FSLP__sample2 {
      top: 1394px;
  }
}

@media only screen and (max-width: 448px) {
  .top-nav .bg-image2 {
      background-position-x: 46%;
  }
}

/* ==========================================================================
    Rewards Page                EdLandis.Dev
   ========================================================================== */

body.page-rewards [id*="section_image_grid"] .o-layout__item.u-1\/1.u-1\/1\@tab {
  max-width: 2200px;
  margin: auto !important;
  display: block;
}

@media only screen and (min-width: 1632px) {
  body.page-rewards [id*="section_image_grid"] .image-grid__items {
    --height-desktop: 392px !important;
  }
}
@media only screen and (max-width: 1358px) {
  body.page-rewards [id*="section_image_grid"] .image-grid__items {
    --height-desktop: 341px !important;
  }
}
@media only screen and (max-width: 920px) {
  body.page-rewards [id*="section_image_grid"] .image-grid__items {
    --height-desktop: 296px !important;
  }
  body.page-rewards [id*="section_image_grid"] h3.image-grid__title.h1 {
    line-height: 1.3;
  }
}
@media only screen and (max-width: 766px) {
  body.page-rewards [id*="section_image_grid"] .image-grid__item {
    position: static;
  }
  body.page-rewards [id*="section_image_grid"] .o-layout__item.u-1\/1.u-1\/1\@tab {
    padding-left: 0;
  }
  body.page-rewards [class*="section_image_grid"] .image-grid__item.image-grid__item--image.u-flex.u-flex--bottom {
    margin: 0px 0 0 30px;
  }
}
@media only screen and (max-width: 715px) {
  body.page-rewards [id*="section_image_grid"] .image-grid__items {
    --height-mobile: 257px !important;
  }
}
@media only screen and (max-width: 633px) {
  body.page-rewards [id*="section_image_grid"] .image-grid__items {
    --height-mobile: 246px !important;
  }
}

body.page-rewards [id*="section_image_grid"] h3.image-grid__title.h1 {
  color: #121212;
  text-align: center;
}

body[data-heading-border=true].page-rewards .image-grid__content .image-grid__title::after,
body[data-heading-border=true].page-rewards [class*="section_multi_column_images"] .multi-column__wrapper .section__title-text::after,
body[data-heading-border=true].page-rewards .logo-list__content .section__title-text::after,
body[data-heading-border=true].page-rewards .custom-content__item .section__title-text::after,
body[data-heading-border=true].page-rewards [class*="section_faq"] .section__title-text::after {
  background: #275166;
}
body[data-heading-border=true] .image-grid__title:after {
  left: 45% !important;
}
body[data-heading-border="true"] .image-grid__title::after {
  bottom: -4px;
}

body.page-rewards section.page-description p:nth-of-type(2) {
  margin-top: 16px !important;
}
body.page-rewards section.page-description p {
  max-width: 680px;
  margin: auto;
}
body.page-rewards section.page-description .o-layout__item.u-1\/1.u-1\/3\@tab,
body.page-rewards section.bottom-button .o-layout__item.u-1\/1.u-1\/3\@tab {
  height: 50px;
  width: 270px;
}
body.page-rewards section.page-description a.custom-content__btn.c-btn.c-btn--full.c-btn--primary,
body.page-rewards section.bottom-button a.custom-content__btn.c-btn.c-btn--full.c-btn--primary {
  background: #275166;
  color: white;
}

body.page-rewards .image-grid__item.image-grid__item--image.u-flex.u-flex--bottom {
  justify-content: center;
  padding: 0;
  margin: 0;
}
body.page-rewards [id*="section_logo_list"] .container.container--p-0 {
  background: #f1f1f1;
  padding: 25px 0 63px;
}
body.page-rewards [id*="section_logo_list"] .container.container--large:nth-of-type(2) {
  margin: 36px auto 0 !important;
}
body.page-rewards [id*="section_logo_list"] .grid-layout.grid-layout--4.grid-layout--1\@mob.grid-spacing--24.grid-layout--uniform-rows {
  column-gap: 11px;
  row-gap: 11px;
}
body.page-rewards .image-grid__item .image-grid__content {
  max-width: 360px;
}
body.page-rewards .grid-layout.grid-layout--4.grid-layout--1\@mob.grid-spacing--24.grid-layout--uniform-rows {
  max-width: 1000px;
  margin: auto;
}
body.page-rewards .logo-list__item-content.u-flex .logo-list__img.logo-list__img {
  width: 1200px;
}
body.page-rewards .logo-list__item {
  max-width: 200px;
}

section.redeem-points .custom-content__item-text {
  background: #f1f1f1;
  padding: 33px;
}
section.redeem-points .custom-content__item-text.rte {
  margin-top: 35px;
}
section.redeem-points .custom-content__item-text .home-inline__media-img {
  display: block !important;
}
section.redeem-points .custom-content__item-text.rte {
  display: flex;
  justify-content: center;
}
section.redeem-points .o-layout__item.u-1\/1.u-1\/2\@tab {
  width: 100%;
  max-width: 760px;
}
section.redeem-points .custom-content__item-text.rte img {
  margin: 24px 10px 24px 0;
}
section.redeem-points .custom-content__item-text.rte p {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.redeem-points img.home-inline__media-img {
  max-width: 40px;
}
section.redeem-points .u-text-center {
  text-align: left;
}
@media (max-width: 47.9275em) {
  section.redeem-points .section--padded, .section__content--padded {
      padding-top: calc(var(--space-top));
      padding-bottom: calc(var(--space-bottom));
  }
}
@media only screen and (max-width: 473px) {
  section.redeem-points .custom-content__item-text.rte {
    flex-direction: column;
    align-items: center;
  }
  section.redeem-points .custom-content__item-text.rte p {
    text-align: center;
  }
  section.redeem-points .custom-content__item-text.rte img {
    margin: 0 0 11px;
  }
}

section.section--faq.referral-points {
  display: flex;
  justify-content: center;
}
section.section--faq.referral-points .section__content.section__content--padded {
  background: #f1f1f1;
  width: 100%;
  max-width: 2200px;
}
.faq__accordion__item-wrap {
  margin-left: 30px;
  line-height: 25px;
}
@media only screen and (max-width: 450px) {
  .faq__accordion__item-wrap {
    margin-left: 30px;
    line-height: 30px;
  }
}
@media (max-width: 47.9275em) {
  section.section--faq.main-faq .section--padded, .section__content--padded,
  section.section--faq.referral-points .section--padded, .section__content--padded {
      padding-top: calc(var(--space-top));
      padding-bottom: calc(var(--space-bottom));
  }
}

section.section--faq.main-faq {
  margin-top: -27px;
}
@media only screen and (max-width: 766px) {
  section.section--faq.main-faq {
    margin-top: -13px;
  }
}

/* ==========================================================================
    General Homepage Tweaks                        EdLandis.Dev
   ========================================================================== */

/* Video Gallery Section  */
[class*="home-video"] h2 {
  line-height: 1.3;
}
.v-bigPlay .icon.icon--theme svg .fill {
  fill: black;
}

/* Sample Section at bottom */
body.template-index .js-section__image-with-text-overlap {
  box-shadow: 0 15px 15px -10px #f0f0f0;
}
body.template-index .image-with-text__item.block--image_aBgVgj {
  padding-bottom: 69px;
}
@media only screen and (max-width: 979px) {
  body.template-index .image-with-text__item.block--image_aBgVgj {
    padding-bottom: 35px;
  }
}

/* FAQ Section at bottom */
body.template-index .section--faq {
  margin: 0;
  padding-bottom: 97px;
}
@media only screen and (min-width: 832px) {
  body.template-index .section--faq span.u-large {
    font-size: 1.3rem !important;
  }
  body.template-index .section--faq summary-icon {
    font-size: 20px !important;
    right: 0px !important;
  }
}

/* Slideshow  */
.home-carousel__content.home-carousel__content--btn {
  max-width: 650px;
}
#shopify-section-template--18234939670718__section-slideshow h2.section__title-text {
  font-size: 45px;
}
#shopify-section-template--18234939670718__section-slideshow .home-carousel__text p {
  font-size: 22px;
}
#shopify-section-template--18234939670718__section-slideshow .home-carousel__text {
  max-width: 537px !important;
}
@media only screen and (max-width: 766px) {
  .home-carousel__content.home-carousel__content--btn {
    max-width: 503px;
  }
  #shopify-section-template--18234939670718__section-slideshow h2.section__title-text {
    font-size: 36px;
  }
  #shopify-section-template--18234939670718__section-slideshow .home-carousel__text p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 448px) {
  #shopify-section-template--18234939670718__section-slideshow h2.section__title-text {
    font-size: 33.15px;
  }
  #shopify-section-template--18234939670718__section-slideshow .home-carousel__text p {
    font-size: 19px;
  }
}
.home-carousel__btn__wrapper.u-flex.u-flex--middle {
  margin-top: 50px;
}
.home-carousel__content .home-carousel__content--btn {
  width: 650px !important;
}
.home-carousel__content {
  max-width: 663px;
}
a.home-carousel__btn.c-btn {
  width: 235px;
  padding: 12.5px 30px;
}

@media only screen and (max-height: 685px) {
  .o-ratio__content .home-carousel__content.home-carousel__content--btn {
    margin-top: 0;
  }
  .home-carousel__content .home-carousel__btn__wrapper.u-flex.u-flex--middle {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 365px) and (max-height: 645px) {
  a.home-carousel__btn {
    height: 50px;
  }
  a.home-carousel__btn.c-btn {
    padding: 10px 30px;
  }
}

@media only screen and (max-width: 385px) {
  .home-carousel__content.home-carousel__content--btn {
    padding: 0 !important;
    margin: 30px 10px 0 !important;
  }
}

@media only screen and (max-width: 766px) {
  a.home-carousel__btn.c-btn.c-btn--hollow {
    margin-bottom: 40px;
  }
}

/* Testimonial Section  */
div#shopify-section-template--18234939670718__e6c3bd10-67e9-4c3b-b5e2-69738954310b {
  box-shadow: 0 15px 15px -10px #f0f0f0;
  padding-bottom: 1px;
  margin-bottom: 63px;
}
@media only screen and (max-width: 766px) {
  div#shopify-section-template--18234939670718__e6c3bd10-67e9-4c3b-b5e2-69738954310b {
    margin-bottom: 44px;
  }
}

/* Product summary with image section */
.image-with-text__box a.image-with-text__btn.c-btn.c-btn--primary {
  font-size: 17px;
}

/* ==========================================================================
    QR Master Page (COA/SOP/SDS Master page for QR Code use)     EdLandis.Dev
   ========================================================================== */

.qr-master {
  gap: 40px;
}
.qr-master a {
  border: 1px solid #121212;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
@media only screen and (min-width: 369px) {
  .qr-master {
    width: 330px;
  }
}
.qr-master a:hover {
  background-color: #11253008;
  box-shadow: 0 0 6px 1px #11253030;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  p.clearable:nth-of-type(2) {
    display: none;
  }
}
@media only screen and (max-width: 571px) {
  p.clearable:nth-of-type(2), p.clearable:nth-of-type(3) {
    display: none;
  }
  .qr-master {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 538px) {
  .qr-master {
    gap: 25px;
    flex-direction: column;
    align-items: center;
  }
  .qr-master a {
    min-height: 112px;
  }
}
@media only screen and (max-width: 538px) {
  .qr-master {
    margin-top: 22px;
  }
}
@media only screen and (min-width: 369px) {
  .qr-master {
    width: 100%;
  }
}

/* ==========================================================================
    FAQ Page (different from Venue v4.8.6)                EdLandis.Dev
   ========================================================================== */

.rte2 a {
  text-decoration: underline;
  font-weight: bold;
}

/* ==========================================================================
    Policy Pages (and other pages w/ defaut page template)       EdLandis.Dev
   ========================================================================== */

.section--page.page h2 {
  font-size: 30px;
}
@media (max-width: 766px) {
  .section--page.page h2 {
    font-size: 26px;
  }
}

/* ==========================================================================
    EL Section Slideshow    EdLandis.Dev
   ========================================================================== */

[id*='el_section_slideshow'] {
  margin-bottom: 28px;
}

.slideshow-outer-ctr {
  position: relative;
  background: #f1f1f1;
  padding: 0 30px;
  max-width: 2200px;
  margin: auto;
}

.slideshow h2 {
  text-transform: uppercase;
  line-height: 1.33;
  font-size: 43.2px;
  margin-bottom: 21px;
  position: relative;
}
.slideshow .section__title-text:after {
  bottom: -3px !important;
}

.slide-text {
  flex: 1;
}

.slide-text.text-box {
  padding: 60px 60px 30px;
  background-color: white;
}

.slide-text p {
  font-size: 22px;
  line-height: 150%;
  margin-bottom: 24px;
}

.slide-image {
  flex: 1;
  position: relative;
}

.slide-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.slide-buttons {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: .45rem 1.2rem .75rem;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
  width: 223px;
  height: 55px;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
}

.btn-primary {
  background: #c98cb0;
  color: #121212;
  border: 1.5px solid transparent;
}

.btn-primary:hover {
  background: #c17ba4;
}

.btn-secondary {
  background: #fff;
  color: #121212;
  border: 1.5px solid #121212;
  transform: translateZ(0); /* Forces GPU rendering, smooths border */
}

.btn-secondary:hover {
  background: #f9f9f9;
}

.slide {
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  opacity: 0;
  /* transition: opacity 1s ease; */
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  z-index: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8rem;
}

.slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.slide.inactive {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.slideshow {
  position: relative;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  height: 690px;
  overflow: hidden;
}

.slide-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  display: flex;
  gap: 0.25rem;
}

.slide-btn {
  background: #c98cb0;
  color: #121212;
  border: none;
  cursor: pointer;
  /* opacity: 0.8; */
  transition: all 0.2s ease-in-out;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-btn:hover {
  background: #c17ba4;
}

.slide-btn span.icon.icon--theme.icon--chevron {
  margin: auto;
}
.slide-btn span.icon.icon--theme.icon--chevron svg {
  /* margin-left: -1.2px; */
  stroke-width: 1.5px;
  width: 15px;
  height: 15px;
  display: block;
}

/* Added styles for newly edited desktop graphic */
@media only screen and (min-width: 1401px ) {
  .slide-image img:nth-of-type(2) {
    display: none;
  }
  .slideshow {
    max-width: 1598px;
  }
  .slide:not(.slide-text .slide-buttons) {
    gap: 1rem;
    top: 105px;
  }
  .slide-text {
    flex: 1;
  }
  .slide-image {
    flex: 1.6;
  }
}
@media only screen and (min-width: 1435px ) { .slide:not(.slide-text .slide-buttons) { top: 105px; }}
@media only screen and (min-width: 1477px ) { .slide:not(.slide-text .slide-buttons) { top: 105px; }}
@media only screen and (min-width: 1552px ) { .slide:not(.slide-text .slide-buttons) { top: 77px; }}
@media only screen and (min-width: 1605px ) { .slide:not(.slide-text .slide-buttons) { top: 63px; }}
@media only screen and (min-width: 1401px ) { .slide:nth-of-type(2):not(.slide-text .slide-buttons) { top: 136px; }}
@media only screen and (min-width: 1435px ) { .slide:nth-of-type(2):not(.slide-text .slide-buttons) { top: 129px; }}
@media only screen and (min-width: 1477px ) { .slide:nth-of-type(2):not(.slide-text .slide-buttons) { top: 116px; }}
@media only screen and (min-width: 1552px ) { .slide:nth-of-type(2):not(.slide-text .slide-buttons) { top: 103px; }}
@media only screen and (min-width: 1605px ) { .slide:nth-of-type(2):not(.slide-text .slide-buttons) { top: 96px; }}
@media only screen and (max-width: 1400px ) {
  .slide-image img:nth-of-type(1) {
    display: none;
  }
}

@media only screen and (max-width: 1400px) {
  .slideshow {
    height: 657px;
  }
  .slide {
    gap: 0rem;
  }
  .slide.mobile-reverse {
    gap: 2rem;
  }
}
@media only screen and (max-width: 1289px) {
  .slideshow {
    height: 610px;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1165px) {
  .mobile-reverse .slide-image img {
    width: 88%;
  }
}
@media only screen and (min-width: 1193px) {
  .mobile-reverse .slide-image img {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 1140px) {
  .slideshow {
    height: 610px;
  }
  .slide {
    gap: 0.5rem;
  }
  .slide-text p {
    font-size: 20px;
  }
  .slideshow h2 {
    font-size: 41px;
  }
}
@media only screen and (max-width: 1114px) {
  .btn-primary, .btn-secondary {
    width: 193px;
  }
  .slideshow {
    height: 577px;
  }
}
@media only screen and (max-width: 1057px) {
  .slide-text.text-box {
    padding: 30px 60px;
  }
  .slideshow {
    height: 539px;
  }
}
@media only screen and (max-width: 1023px) {
  .slide {
    top: -4px;
  }
}
@media only screen and (max-width: 994px) {
  .slide {
    flex-direction: column;
    text-align: center;
    top: 43px;
  }
  .slideshow {
    height: 1069px;
  }
  .slide-text .section__title-text:after {
    left: 50% !important;
    margin-left: -18px;
  }
  .slide-buttons {
    justify-content: center;
  }
  .slide-image img {
    max-width: 90%;
    margin-top: -15px;
  }
  .mobile-reverse .slide-image img {
    margin-top: -8px;
  }
}
@media only screen and (max-width: 838px) and (min-width: 767px) {
  .slideshow {
    height: 1070px;
  }
}
@media only screen and (max-width: 794px) {
  .mobile-reverse .slide-image img {
    margin-top: -71px;
  }
}
@media only screen and (max-width: 766px) {
  div#shopify-section-template--18443550130366__el_section_slideshow_HM6Rhm,
  div#shopify-section-template--18234939670718__el_section_slideshow_p8pn83 {
    margin-bottom: 19px;
  }
  .slideshow h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 617px) {
  .slideshow {
    height: 1133px;
  }
  .slide-image img {
    margin-top: -14px;
  }
}
@media only screen and (max-width: 594px) {
  .slideshow {
    height: 1107px;
  }
  .slide-text.text-box {
    padding: 30px;
  }
  .slide:not(.mobile-reverse).slide-image img {
    max-width: 90%;
  }
  .slide-image img {
    margin-top: -9px;
  }
  /* .mobile-reverse .slide-image img {
    margin-top: 16px;
  } */
  .slide-buttons {
    gap: .5rem;
  }
}
@media only screen and (max-width: 574px) {
  .btn-primary, .btn-secondary {
    width: 269px;
  }
  .slideshow h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 574px) {
  .slideshow {
    height: 1160px;
  }
}
@media only screen and (max-width: 475px) {
  .slideshow-outer-ctr {
    padding: 0 20px;
  }
  .slide-text.text-box {
    padding: 30px 20px;
  }
  .slideshow h2 {
    font-size: 30px;
  }
  .slide-text p {
    font-size: 18px;
  }
  .slideshow {
    height: 1086px;
  }
  .slide-image img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 433px) {
  .slideshow {
    height: 1099px;
  }
  .mobile-reverse .slide-image img {
    margin-top: 26px;
  }
  .slide-image img {
    margin-top: -23px;
  }
}
@media only screen and (max-width: 412px) {
  .mobile-reverse .slide-image img {
    margin-top: 33px;
  }
}
@media only screen and (max-width: 397px) {
  .slideshow {
    height: 1029px;
  }
}
@media only screen and (max-width: 368px) {
  .slide-image img {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 385px) { .slideshow { height: 1023px; }}
@media only screen and (max-width: 365px) { .slideshow { height: 1030px; }}
@media only screen and (max-width: 355px) { .slideshow { height: 1026px; }}

/* --- testimonial superimposed in box --- */

.hero-quote-ctr {
  position: absolute;
  left: 36%;
  bottom: 33px;
  width: 432px;
  text-align: center;
  border: 4px solid var(--color--brand);
  background: white;
  padding: 24px 22px 12px;
  line-height: 129%;
  border-radius: 18px;
  font-size: 20px;
}
.hero-quote-ctr:before {
  content: '\201C';
  width: 40px;
  height: 40px;
  background: white;
  position: absolute;
  top: -21px;
  right: 46%;
  border-radius: 50%;
  font-size: 50px;
  color: var(--color--brand);
  font-family: 'georgia', serif;
  line-height: 61px;
  letter-spacing: 1px;
}
/* @media only screen and (max-width: 767px) and (min-resolution: .001dpcm) {
  @supports (-webkit-appearance:none) {
    .hero-quote-ctr:before {
      font-family: "Fleur De Leah", cursive;
      line-height: 40px;
    }
  }
} */
.hero-quote-ctr p {
  margin: 0;
  position: relative;
}
.hero-quote-ctr p:nth-of-type(2) {
  font-weight: 900;
  margin: 15px 0 0;
}
.hero-quote-ctr p:nth-of-type(2), .hero-quote-ctr p:nth-of-type(3) {
  font-size: 17px;
}
@media only screen and (min-width: 1549px) {
  .hero-quote-ctr {
    left: 47%;
  }
}
@media only screen and (min-width: 1661px) {
  .hero-quote-ctr.beta {
    left: 52%;
  }
}
@media only screen and (max-width: 1660px) {
  .hero-quote-ctr {
      left: 48.9%;
      width: 407px;
      border: 3px solid var(--color--brand);
      padding: 20px 18px 10px;
      font-size: 18px;
  }
  .hero-quote-ctr {
    padding: 20px 24px 10px;
  }
  .hero-quote-ctr p:nth-of-type(2), .hero-quote-ctr p:nth-of-type(3) {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1492px) {
  .hero-quote-ctr {
    width: 375px;
    font-size: 16px;
    bottom: 15px;
  }
}
@media only screen and (max-width: 1400px) {
  .hero-quote-ctr {
    width: 375px;
    font-size: 16px;
    bottom: 15px;
  }
}
@media only screen and (max-width: 1400px ) and (min-width: 1198px) {
  .slide-image img {
    max-width: 551px;
  }
  .slide-text.text-box {
    margin-top: -26px;
  }
  .mobile-reverse .slide-text.text-box {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 1197px) {.slide-text.text-box {margin-top: 38px;}}
@media only screen and (max-width: 1160px) {.slide-text.text-box {margin-top: 36px;}}
@media only screen and (max-width: 1111px) {.slide-text.text-box {margin-top: 36px;}}
@media only screen and (max-width: 1058px) and (min-width: 995px) {.slide-text.text-box {margin-top: 85px;}}
@media only screen and (max-width: 1400px ) {
  .hero-quote-ctr {
    bottom: auto;
    left: 50%;
    top: 70px;
    width: auto;
    max-width: 313px;
    border: 2px solid var(--color--brand);
    padding: 18px 10px 8px;
    border-radius: 12px;
    font-size: 16px;
  }
  .hero-quote-ctr:before {
    width: 25px;
    height: 25px;
    top: -13.8px;
    font-size: 36px;
    line-height: 43.3px;
    z-index: 0;
  }
  .hero-quote-ctr p:nth-of-type(2) {
    margin: 9px 0 -2px;
  }
  .hero-quote-ctr p:nth-of-type(2), .hero-quote-ctr p:nth-of-type(3) {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1400px ) and (min-width: 995px) {.hero-quote-ctr.beta { display: none; }}
@media only screen and (max-width: 794px ) and (min-width: 618px) {.hero-quote-ctr.beta { display: none; }}
@media only screen and (max-width: 1229px) and (min-width: 1173px) {
  .hero-quote-ctr {
    top: 56px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1172px) and (min-width: 995px) {
  .slideshow {
    height: 624px;
  }
  .slide-image img {
    width: 466px;
  }
  .hero-quote-ctr {
    left: 9%;
    top: 518px;
    width: 337px;
    padding: 14px 7px 7px;
    font-size: 14px;
  }
  .hero-quote-ctr p:nth-of-type(2) {
    margin: 7px 0 -1px;
  }
}
@media only screen and (max-width: 1140px) {
  .hero-quote-ctr {
    left: 6%;
  }
}
@media only screen and (max-width: 1088px) and (min-width: 995px) {
  .slideshow {
    height: 600px;
  }
  .hero-quote-ctr {
    top: 497px;
  }
}
@media only screen and (max-width: 1062px) and (min-width: 995px) {
  .hero-quote-ctr {
    top: 486px;
    left: 3.8%;
  }
}
@media only screen and (max-width: 1022px) and (min-width: 995px) {
  .hero-quote-ctr {
    top: 462px;
    left: 5.9%;
    font-size: 13px;
    max-width: 280px;
  }
}
@media only screen and (max-width: 994px) {
  .slide-text.text-box {
    margin-top: 0;
  }
  .hero-quote-ctr {
    top: 37px;
    left: 53.5%;
    max-width: max-content;
    width: clamp(194px, 42vw, 401px);
    border: 3px solid var(--color--brand);
    padding: 21px 19px 11px;
    font-size: 17px;
  }
  .hero-quote-ctr:before {
    width: 30px;
    height: 30px;
    top: -13.8px;
    font-size: 42px;
    line-height: 46.3px;
    z-index: 0;
  }
  .hero-quote-ctr.beta {
    top: -8.3px;
    left: 55.6%;
    font-size: 16px;
    padding: 12px 19px 6px;
  }
  .hero-quote-ctr p:nth-of-type(2) {
    margin: 10px 0 -1px;
  }
  .hero-quote-ctr p:nth-of-type(2), .hero-quote-ctr p:nth-of-type(3) {
    font-size: 14px;
  }
}
@media only screen and (max-width: 839px) and (min-width: 796px) {
  .slide:not(.mobile-reverse) .slide-image img {
    max-width: 85%;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 838px) and (min-width: 795px) {
  .slide.mobile-reverse .slide-image img {
    max-width: 80%;
    margin-top: 22px;
  }
}
@media only screen and (max-width: 686px) {
  .hero-quote-ctr {
    font-size: 15px;
  }
}
@media only screen and (max-width: 617px) {
  .hero-quote-ctr {
    font-size: 15px;
  }
  .hero-quote-ctr.alpha {
    top: 86%;
    left: 2%;
    width: clamp(194px, 63vw, 401px);
    border: 2.5px solid var(--color--brand);
    padding: 16px 18px 10px;
  }
  .hero-quote-ctr.beta {
    top: 99%;
    /* top: 587.3px; */
    left: 5%;
    font-size: 15px;
    width: clamp(194px, 63vw, 401px);
    border: 2.5px solid var(--color--brand);
    padding: 14px 18px 6.5px;
  }
  .hero-quote-ctr.beta p:nth-of-type(2), .hero-quote-ctr.beta p:nth-of-type(3) {
    font-size: 13px;
  }
  .hero-quote-ctr.beta p:nth-of-type(2) {
    margin: 6px 0 -2px;
  }
}
@media only screen and (max-width: 594px) {
  .hero-quote-ctr.beta {
    top: 99%
  }
}
@media only screen and (max-width: 574px) {
  .hero-quote-ctr.beta {
    top: 104%;
  }
  .slide:not(.mobile-reverse) .slide-image img {
    max-width: 94%;
  }
  /* .hero-quote-ctr.beta {
    top: auto;
    left: 4%;
    font-size: 15px;
    padding: 16px 14px 9px;
    bottom: -136px;
  }
  .mobile-reverse .slide-image img {
    margin-top: -42px;
  } */
}
@media only screen and (max-width: 574px) { .mobile-reverse .slide-image img { margin-top: -58px; }}
@media only screen and (max-width: 556px) { .mobile-reverse .slide-image img { margin-top: -46px; }}
@media only screen and (max-width: 538px) { .mobile-reverse .slide-image img { margin-top: -34px; }}
@media only screen and (max-width: 520px) { .mobile-reverse .slide-image img { margin-top: -22px; }}
@media only screen and (max-width: 502px) { .mobile-reverse .slide-image img { margin-top: -10px; }}
@media only screen and (max-width: 485px) { .mobile-reverse .slide-image img { margin-top: 4px; }}
@media only screen and (max-width: 475px) {
  .hero-quote-ctr.beta {
    top: 101%;
  }
  .mobile-reverse .slide-image img {
    margin-top: -47px;
  }
}
@media only screen and (max-width: 459px) { .mobile-reverse .slide-image img { margin-top: -44px; } }
@media only screen and (max-width: 443px) { .mobile-reverse .slide-image img { margin-top: -41px; } }
@media only screen and (max-width: 427px) { .mobile-reverse .slide-image img { margin-top: -38px; } }
@media only screen and (max-width: 411px) { .mobile-reverse .slide-image img { margin-top: -35px; } }
@media only screen and (max-width: 397px) { .mobile-reverse .slide-image img { margin-top: -32px; } }
@media only screen and (max-width: 462px) {
  .slide-btn {
    height: 35px;
    width: 35px;
  }
}
@media only screen and (max-width: 397px) {
  .hero-quote-ctr.alpha, .hero-quote-ctr.beta {
    top: 85%;
    left: 0.9%;
    width: clamp(194px, 62vw, 401px);
    border: 2px solid var(--color--brand);
    padding: 14px 18px 7px;
    font-size: 13px;
  }
  .hero-quote-ctr:before {
    width: 25px;
    height: 25px;
    top: -12.8px;
    font-size: 33px;
    line-height: 40.3px;
  }
  .hero-quote-ctr.beta {
    top: 106%;
  }
  .hero-quote-ctr p:nth-of-type(2), .hero-quote-ctr p:nth-of-type(3) {
    font-size: 12px;
  }
  .hero-quote-ctr p:nth-of-type(2) {
    margin: 5px 0 -1px;
  }
}
@media only screen and (max-width: 376px) {
  .hero-quote-ctr.beta {
    top: 104%;
    left: 2%;
  }
}

/* ==========================================================================
   Product Comparison Chart                           EdLandis.Dev
   ========================================================================== */

div[id*="el_section_comparison"] {
  padding: 0 30px;
}

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

.comparison-chart .section__title {
  margin-bottom: 31px;
}

body[data-heading-border=true] .comparison-chart .section__title-text {
  padding: 0 18px 4.5px;
  line-height: 1.3;
}

body[data-heading-border=true] .comparison-chart .section__title-text::after {
  bottom: -7px;
}

@media only screen and (max-width: 766px) {
  .comparison-chart h2 {
    margin-bottom: 6px;
  }
  .comparison-chart .section__title {
    margin-bottom: 20px;
  }
}

.comparison-table-wrapper {
  overflow-x: auto;
  margin-bottom: 2rem;
  max-width: 1518px;
  margin: 0 auto 70px;
}

table.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-family: sans-serif;
  table-layout: fixed;
  margin-bottom: 0;
}

.comparison-table th,
.comparison-table td {
  border: 2px solid #ddd;
  padding: 1rem !important;
  vertical-align: middle;
  white-space: normal;
}

.product-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.comparison-table th:first-child {
  padding-left: 17px;
}

.comparison-chart td:first-child {
  background: #112530;
  color: #fff !important;
}

.comparison-table img:not(.logo-cell img) {
  max-width: 100%;
  height: auto;
  background-color: #f0f0f0;
}

.product-name {
  margin-bottom: 0.5rem;
  font-family: var(--font--title);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 23px;
}

.shop-button {
  display: inline-block;
  color: #121212;
  border: 2px solid #c98cb0;
  transform: translateZ(0);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.shop-button:hover {
  background-color: #c98cb0;
}

@media screen and (max-width: 768px) {
  .comparison-table th,
  .comparison-table td {
    padding: 0.75rem;
    font-size: 0.875rem;
  }

  .shop-button {
    font-size: 0.75rem;
    padding: 0.4rem 0.75rem;
  }
}

@media screen and (max-width: 947px) { 
  .comparison-table td {
    font-size: 13.5px;
  }
}

/* Additional CSS for responsive sliding table */
@media screen and (max-width: 900px) {
  .comparison-table-wrapper {
    overflow-x: auto;
    position: relative;
  }

  .comparison-table {
    min-width: 100%;
    display: block;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ddd;
    border-right: none;
  }

  .comparison-table th:nth-of-type(1) .product-header {
    transform: translate(0, 110px);
  }

  .comparison-table thead,
  .comparison-table tbody {
    display: block;
    width: max-content;
  }

  .comparison-table thead tr,
  .comparison-table tbody tr {
    display: flex;
    width: max-content;
  }

  .comparison-table th,
  .comparison-table td {
    flex: 0 0 200px;
    min-width: 200px;
    max-width: 200px;
    border: 1px solid #ddd;
  }

  .comparison-table td {
    display: grid !important;
    place-items: center;
  }

  .comparison-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    box-shadow: 5px 0 10px -1px #39393975;
  }

  .comparison-table th:first-child {
    z-index: 3; /* Ensure it stays above the td */
    background-color: #fff;
  }
}

@media only screen and (max-width: 655px) {
  div[id*="el_section_comparison"] {
    padding: 0 10px;
  }

  .comparison-table th:nth-of-type(1) .product-header {
    transform: translateY(89px);
  }

  .comparison-table td {
    font-size: 12px;
  }

  .comparison-table th,
  .comparison-table td {
    flex: 0 0 150px;
    min-width: 150px;
    max-width: 150px;
  }
  .product-name {
    font-size: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .comparison-table th:not(:first-child),
  .comparison-table td:not(:first-child) {
    flex: 0 0 120px;
    min-width: 120px;
    max-width: 120px;
  }
  th:nth-of-type(1) .product-header {
    transform: translateY(79px);
  }
  .comparison-table th, .comparison-table td {
    padding: .5rem !important;
  }
  .comparison-table .product-name {
    font-size: 17px;
  }
}

.comparison-table-wrapper {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* ==========================================================================
    Homepage Split-Up Video Sections    EdLandis.Dev
   ========================================================================== */
   
/* This is actually the section above it */
[class*=el_section_multi_column] {
  margin-bottom: 0;
}

/* Hompage Video Scrub Bar */
.hp-video .primer__video-ctr {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: auto;
}

.hp-video .primer__video-ctr video {
  width: 100%;
  display: block;
}

.hp-video .primer__play-btn:before {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #111111;
  margin-left: 7px;
}

.hp-video .primer__play-btn:hover {
  background-color: #c17ba4;
  transition: all 0.3s ease-in-out;
}

.scrub-bar {
  position: absolute;
  bottom: 10px;
  left: 5%;
  width: 90%;
  opacity: 0;
  background: black;
  padding: 0 20px;
  display: flex;
  height: 40px;
  align-items: center;
  border-radius: 5px;
  transition: opacity 0.3s ease-in-out;
}

#scrub {
  width: 100%;
  -webkit-appearance: none;
  background: #7a7a7a;
  height: 5px;
  cursor: pointer;
}

#scrub::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #c98cb0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  cursor: pointer;
}

#scrub::-moz-range-thumb {
  background: #c98cb0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  cursor: pointer;
}

/* Split up video section (I moved this code here from general HP tweaks) */

.video-preview {
  position: relative;
  cursor: pointer;
}

.video-preview img {
  width: 100%;
  height: auto;
  display: block;
}

.EL-section-image-with-text .primer__play-btn {
  position: absolute;
  top: 50%; left: 50%;
  width: 80px; height: 80px;
  transform: translate(-50%, -50%);
  background: url('/path-to-play-icon.svg') no-repeat center center;
  background-color: #c98cb0;
  background-size: contain;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.EL-section-image-with-text .image-with-text__title--3 h2.section__title-text {
 line-height: 1.33;
}

/* These 2 selectors were accidentally left in the FSLP section */
.EL-section-image-with-text .primer__video-ctr {
  margin: 0;
}
.EL-section-image-with-text .hp-video:hover {
  cursor: pointer !important;
}

@media only screen and (min-width: 981px) {
  .EL-section-image-with-text .hp-video {
    max-width: 741px;
  }
}
@media only screen and (max-width: 980px) {
  .EL-section-image-with-text .o-layout.u-flex.u-flex--middle {
    flex-direction: column-reverse;
  }
  .image-with-text__box.image-with-text__box--left,
  .image-with-text__box.image-with-text__box--right {
    margin: 0 auto;
  }
  .EL-section-image-with-text h2.section__title-text {
    text-align: center;
  }
  body[data-heading-border=true] .EL-section-image-with-text .section__title-text:after {
    left: 50% !important;
    margin-left: -20px;
  }
  .EL-section-image-with-text .o-layout__item.u-1\/1.u-1\/2\@desk:nth-of-type(1) {
    margin-top: -40px;
    width: 100%;
  }
  .EL-section-image-with-text .image-with-text__text.rte {
    text-align: center;
  }
  .EL-section-image-with-text .image-with-text__item .image-with-text__box {
    margin-top: 6px;
    margin-bottom: 24px;
  }
  .o-layout__item.u-1\/1.u-1\/2\@desk:nth-of-type(2) {
    width: 100%;
  }
  .EL-section-image-with-text .o-ratio__content {
    height: 95%;
  }
  .EL-section-image-with-text .image-with-text__media {
    max-width: 674px;
    margin: auto;
  }
}

@media only screen and (max-width: 731px) {
  .hp-video .primer__play-btn {
    width: 72px;
    height: 72px;
  }
  .hp-video .primer__play-btn:before {
    border-width: 9px 0 9px 13.5px;
  }
}

/* ==========================================================================
   #BLOG FEATURED IMAGE FIX                 Previous Developer {EdLandis comment}
   ========================================================================== */

   .article .article__featured-media{
		width: 100%;
	}

/* ==========================================================================
   #BLOG CTA BOXES                         Previous Developer {EdLandis comment}
   ========================================================================== */

	.article .article__content div.cta-box { width: 100%; padding: 20px; margin: 30px 0; background: #f5f5f5; border-radius: 8px; border: 1px solid #212121; text-align: center; }
	.article .article__content h2.cta-header h2 { margin-bottom: 10px; }
	.article .article__content hr.cta-hr { width: 100px; background: #478189; margin: 0 auto 15px auto; height: 5px; border: none; }
	.article .article__content p.cta-blurb { font-size: 125%; line-height: 2em; }
	.article .article__content a.cta-button { margin-bottom: 5px; color: white; background: #478189; text-decoration: none; }
	.article .article__content .cta-box img { margin: 0; }

.cfp-prod-button-call{
  text-align: center;
  padding: 20px;
}

/* ==========================================================================
  #BLOG                                                    EdLandis.Dev
========================================================================== */

a.c-btn.c-btn--arrow.keychainify-checked.cta-button {
  width: 169px;
}

.article__content table {
  white-space: normal;
}

/* ==========================================================================
  #Search Page                                           EdLandis.Dev
========================================================================== */

section.section.section--search.search-page {
  min-height: 457px;
  min-height: 56vh;
}

.search-bar {
  position: relative;
}
.search-bar [type='search'] {
  height: auto;
  line-height: 0;
  padding: 0;
  margin-bottom: 0;
  padding-left: 3px;
}
.search-bar span.secondary-nav__item.secondary-nav__item--sub {
  position: absolute;
  bottom: -6.5px;
  width: 182px;
  right: -23px;
}

/* ==========================================================================
  #Blog Sidebar                                        EdLandis.Dev
========================================================================== */

.article__container {
  position: relative;
}
.article__container .klaviyo-form-ctr {
  position: absolute;
  top: 179px;
  z-index: 9;
  right: -440px;
  height: calc(100% - 225px);
}
.klaviyo-form-WXrTDb {
  position: sticky;
  top: 30%;
}
.klaviyo-form-WXrTDb > div {
  width: 450px;
  height: 369px;
  align-items: center;
  justify-content: center;
  display: flex;
  background: white;
  box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.05), -2px 2px 5px rgba(0, 0, 0, 0.05), -2px -2px 5px rgba(0, 0, 0, 0.05), 2px 2px 5px rgba(0, 0, 0, 0.05);
}
.klaviyo-form-WXrTDb [data-testid="form-row"]:nth-of-type(3),
.klaviyo-form-WXrTDb [data-testid="form-row"]:nth-of-type(4) {
  width: 300px;
  margin: 0 auto;
}
.klaviyo-form-WXrTDb button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.klaviyo-form-WXrTDb form.klaviyo-form {
  padding: 42px 16px !important;
}
.klaviyo-form-WXrTDb form.klaviyo-form > div {
  min-height: auto !important;
}

@media only screen and (max-width: 2034px) and (min-width: 1707px) {
  [data-testid="form-row"]:nth-of-type(1) [data-testid="form-component"] div[id*="rich-text"] p span {
    font-size: 32px !important;
  }
  [data-testid="form-row"]:nth-of-type(1) [data-testid="form-component"] div[id*="rich-text"] p {
    width: 286px;
  }
  [data-testid="form-row"]:nth-of-type(2) span.ql-font-nunito-sans {
    max-width: 279px !important;
    display: block;
    line-height: 148%;
  }
  .article__container .klaviyo-form-ctr {
    right: -330px;
  }
  .klaviyo-form-WXrTDb > div {
    width: 342px;
    height: 364px;
  }
  .klaviyo-form-WXrTDb form.klaviyo-form {
    padding: 20px 20px !important;
  }
  [data-testid="form-row"]:nth-of-type(2) [data-testid="form-component"] {
    padding: 10px 0 30px !important;
  }
}
@media only screen and (max-width: 1780px) and (min-width: 1707px) { .article__container .klaviyo-form-ctr { right: -298px; }}
@media only screen and (max-width: 1706px) {
  .article__container .klaviyo-form-ctr {
    display: none;
  }
}

/* ==========================================================================
  #Value Proposition section (EL-section-multi-column)        EdLandis.Dev
========================================================================== */

[class*="el_section_multi_column"] .multi-column__text {
  position: absolute;
  top: 0;
  padding: 29px;
  z-index: 1;
  max-width: 1000px;
}
[class*="el_section_multi_column"] .multi-column__item.multi-column__item--left {
  position: relative;
}
[class*="el_section_multi_column"] h2.section__title-text {
  color: var(--color--headings);
  line-height: 1.3;
}
[class*="el_section_multi_column"] .overlay-mask {
  background: #00000060;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
[class*="el_section_multi_column"] h3.multi-column__title {
  font-size: 32px;
}
[class*="el_section_multi_column"] .multi-column__desc {
  padding-left: 45px;
  line-height: 140%;
  font-weight: 900;
  font-size: 18.7px;
  text-shadow: 1px 1px 1px #333;
}
[class*="el_section_multi_column"] .container--large {
  max-width: 1954px;
}
[class*="el_section_multi_column"] .multi-column__item h3.multi-column__title {
  line-height: 1.33;
  margin-bottom: 3%;
}

@media only screen and (min-width: 1576px ) {
  [class*="el_section_multi_column"] .multi-column__item:nth-of-type(1) h3.multi-column__title,
  [class*="el_section_multi_column"] .multi-column__item:nth-of-type(2) h3.multi-column__title {
    width: 228px;
  }
  [class*="el_section_multi_column"] .multi-column__item:nth-of-type(3) h3.multi-column__title {
    width: 319px;
  }
}
@media only screen and (max-width: 1575px) and (min-width: 767px ) {
  [class*="el_section_multi_column"] {
    padding-bottom: 72px !important;
  }
  [class*="el_section_multi_column"] .grid-layout {
    flex-direction: column;
  }
  [class*="el_section_multi_column"] .multi-column__item {
    height: 220px !important;
    flex-basis: auto !important;
    margin-bottom: 0;
  }
  [class*="el_section_multi_column"] .container--large {
    max-width: 885px;
    padding: 0 42px;
  }
  [class*="el_section_multi_column"] .multi-column--image .multi-column__media .o-ratio {
    width: auto;
  }
  [class*="el_section_multi_column"] .multi-column__text {
    width: 100%;
    padding: 29px 64px;
  }
  [class*="el_section_multi_column"] .multi-column__desc {
    padding-left: 0;
    width: 516px;
    margin: auto;
  }
  [class*="el_section_multi_column"] .multi-column__item:nth-of-type(1) img {
    object-position: 0px 1017%;
  }
  [class*="el_section_multi_column"] .multi-column__item:nth-of-type(3) img {
    object-position: 0px 864%;
  }
}
@media only screen and (max-width: 766px) {
  [class*="el_section_multi_column"] .o-ratio {
    width: 100% !important;
  }
  [class*="el_section_multi_column"] .multi-column__item:nth-of-type(3) h3.multi-column__title {
    width: 319px;
  }
}
@media only screen and (max-width: 766px) and (min-width: 561px) {
  [class*="el_section_multi_column"] .o-ratio {
    max-height: 329px;
  }
  [class*="el_section_multi_column"] .multi-column__item:nth-of-type(3) img {
    object-position: 0;
  }
  [class*="el_section_multi_column"] .multi-column__item:nth-of-type(1) h3.multi-column__title,
  [class*="el_section_multi_column"] .multi-column__item:nth-of-type(2) h3.multi-column__title {
    width: 183px;
  }
}
@media only screen and (max-width: 560px) {
  [class*="el_section_multi_column"] .multi-column__media {
    height: 410px;
  }
  [class*="el_section_multi_column"] .o-ratio {
    height: 100%;
  }
  [class*="el_section_multi_column"] .multi-column__item:nth-of-type(3) img {
    object-position: 0;
  }
  [class*="el_section_multi_column"] .multi-column__item h3.multi-column__title {
    margin-bottom: 20px;
  }
  [class*="el_section_multi_column"] .multi-column__item:nth-of-type(1) h3.multi-column__title,
  [class*="el_section_multi_column"] .multi-column__item:nth-of-type(2) h3.multi-column__title {
    width: 196px;
  }
}
@media only screen and (max-width: 460px) {
  [class*="el_section_multi_column"] .multi-column__desc {
    padding-left: 23px;
  }
}
@media only screen and (max-width: 659px) {[class*="el_section_multi_column"] h3.multi-column__title {font-size: 31px !important; max-width: 309px;}}; 
@media only screen and (max-width: 470px) {[class*="el_section_multi_column"] h3.multi-column__title {font-size: 30px !important;} [class*="el_section_multi_column"] .multi-column__desc {padding-left: 11px;}}
@media only screen and (max-width: 434px) {
  [class*="el_section_multi_column"] h3.multi-column__title {
    font-size: 31px !important;
  }
  [class*="el_section_multi_column"] .multi-column__desc {
    padding-left: 6px;
  }
  [class*="el_section_multi_column"] .multi-column__item h3.multi-column__title {
    font-size: 27px !important;
  }
  [class*="el_section_multi_column"] .multi-column__item:nth-of-type(3) h3.multi-column__title {
    width: 272px;
  }
}
@media only screen and (max-width: 396px) {
  [class*="el_section_multi_column"] .multi-column__item:nth-of-type(3) h3.multi-column__title {
        width: 227px;
    }
}