/** Shopify CDN: Minification failed

Line 5714:0 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;
    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;
}

[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    top: 4px;
    margin-right: 3px;
    border: 1px solid var(--color--text);
    background-color: var(--color--bg);
    width: 18px;
    height: 18px;
    font-size: 18px;
    transition: background-color 0.3s ease-out, border 0.3s ease-out;
    cursor: pointer;
}
[type="checkbox"]:checked {
    background-color: var(--color--text);
}
[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 1em;
    height: 1.08em;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3L4 6L9.00146 1' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E");
    filter: Invert(var(--checkbox-check-invert));
}
[type="checkbox"]:checked:hover {
    background-color: var(--color--text);
}
[type="checkbox"]:hover {
    background-color: var(--color--text-lightest);
}

.checkbox-label {
    cursor: pointer;
}

/* 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);
    border-radius: 0.5rem;
    -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--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--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: #f0f0f0;
}

.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(13, 13, 13);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

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

.page-container {
    width: 100%;
}

.main {
    min-height: 180px;
}

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

iframe {
    width: 100%;
}

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

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

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

/* ==========================================================================
   #BUTTONS
   ========================================================================== */
.c-btn,
.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: inherit;
    text-align: center;
    margin: 0;
    cursor: pointer;
    font-family: var(--font--button);
    letter-spacing: var(--font--button-space);
    text-transform: var(--font--button-transform);
    transition: opacity 0.2s ease-in-out;
    color: var(--color--btn);
    font-size: calc(var(--font--button-size) / var(--font--size-base) * 1rem);
    font-weight: var(--font--button-weight);
    font-style: var(--font--button-style);
    height: auto;
    line-height: 30px;
    padding: 9px 30px;
    min-width: 84px;
    border: 0 none;
    border-radius: 0.5rem;
    -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(13, 13, 13));
}
@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(13, 13, 13));
}
@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(13, 13, 13));
    }
}

.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(13, 13, 13));
    }
}

.c-btn--light {
    box-shadow: none;
    background-color: var(--button-background-color, #f0f0f0);
    color: var(--button-color, rgb(13, 13, 13));
}
@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(13, 13, 13));
}
@media (hover: hover) {
    .c-btn--white:hover,
    .c-btn--white:focus {
        background-color: var(--button-hover-background-color, #f0f0f0);
    }
}

.c-btn--hollow.c-btn--dark {
    color: var(--button-color, rgb(13, 13, 13));
    box-shadow: inset 0px 0px 0px 1px var(--button-color, rgb(13, 13, 13));
}
@media (hover: hover) {
    .c-btn--hollow.c-btn--dark:hover:not([disabled]) {
        background-color: var(--button-hover-background-color, rgb(13, 13, 13));
        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(13, 13, 13));
    }
}

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

/* 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(13, 13, 13);
    --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--button);
    letter-spacing: var(--font--button-space);
    text-transform: var(--font--button-transform);
    font-size: calc(var(--font--button-size) / var(--font--size-base) * 0.8rem);
    font-weight: var(--font--button-weight);
    font-style: var(--font--button-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(13, 13, 13);
}

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

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

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

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

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

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

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

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

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

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

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

.search-grid-item__label {
    position: absolute;
    top: 12px;
    right: -6px;
    margin: calc(var(--radius-container) / 10 * 3 + 2px);
}

.search-grid-item__label--position_left {
    right: auto;
    left: -6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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);
    }
}
.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: -6px;
    margin-bottom: 0;
    text-align: right;
    align-items: flex-end;
}
@media (max-width: 47.9275em) {
    .product-card__label__items {
        top: 6px;
    }
}

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

.product-card__label__items--left {
    right: auto;
    left: -6px;
    align-items: flex-start;
    text-align: left;
}

.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 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: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: #f0f0f0;
    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: #f0f0f0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section--search {
    overflow: visible;
}

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

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

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

/* ==========================================================================
   #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;
}

/* ==========================================================================
   #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(13, 13, 13);
}

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

.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(13, 13, 13));
    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;
    }
}
/* ==========================================================================
   #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 */


/*custom css*/
/
/* =============================
   📱 RESPONSIVE MEDIA QUERIES
   ============================= */

/* 💻 Large Tablets (max-width: 1250px) */

@media (max-width: 1250px) {
  .about-custom-sec,
  .custom-lean,.electrolean-custom-sec {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items:Start !important;
  }
  

  .main-worked-image-col {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-worked-image-col .custom-img-1 {
    width: 280px !important;
    height: 330px !important;
  }

}

@media only screen and (max-width: 1280px) {
 
  .main-worked-image-col .custom-img-1 {
    width: 389px !important;
    height: 389px !important;
  }
     .about-custom-sec, .custom-lean,.electrolean-custom-sec{
       gap:50px !important;
     }

}

 @media only screen and (max-width: 1229px) {
 
  .main-worked-image-col .custom-img-1 {
    width: 350px !important;
    height: 370px !important;
  }
     .about-custom-sec, .custom-lean,.electrolean-custom-sec{
       gap:50px !important;
     }

}

   @media only screen and (max-width: 1024px) {
 
  .main-worked-image-col .custom-img-1 {
    width: 300px !important;
    height: 330px !important;
  }
     .about-custom-sec, .custom-lean,.electrolean-custom-sec{
       gap:50px !important;
     }

}


@media only screen and (max-width: 820px) {
 
  .main-worked-image-col .custom-img-1 {
    width: 248px !important;
    height: 330px !important;
  }
     .about-custom-sec, .custom-lean,.electrolean-custom-sec{
       gap:50px !important;
     }

}

@media only screen and (max-width: 912px) {
 
  .main-worked-image-col .custom-img-1 {
    width: 248px !important;
    height: 330px !important;
  }
     .about-custom-sec, .custom-lean,.electrolean-custom-sec{
       gap:50px !important;
     }

}


/* 📲 Tablets (max-width: 992px) */
@media (max-width: 992px) {
  .about-custom-sec,
  .custom-lean ,.electrolean-custom-sec{
    grid-template-columns: 1fr;
    text-align: center;
  }

  .main-worked-image-col {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-worked-image-col .custom-img-1 {
    width: 100%;
    height: 350px;
  }

  h2 {
    font-size: 34px;
  }
}

/* 📱 Mobile Landscape (max-width: 768px) */
@media (max-width: 768px) {
  .main-worked-image-col {
    grid-template-columns: 1fr;
  }

  .main-worked-image-col .custom-img-1 {
    width: 100%;
    height: 320px;
  }
.main-worked-image-col .custom-img-1 {
    width: 228px !important;
    height: 228px !important;
  }


  .about-custom-sec,
  .custom-lean ,.electrolean-custom-sec{
    grid-template-columns: 1fr;
    gap: 20px;
  }

  h2 {
    font-size: 30px;
  }
}

/* 📱 Mobile Portrait (max-width: 576px) */
@media (max-width: 576px) {
  :is(.about-custom-sec, .main-worked-image-col, .custom-lean,.electrolean-custom-sec) {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    text-align: center;
  }

  .main-worked-image-col .custom-img-1 {
    width: 100% !important;
    height: 300px !important;
  }

  h2 {
    font-size: 26px;
  }

  p {
    font-size: 15px;
    line-height: 1.6;
  }

  .custom-btn-about {
    font-size: 12px;
    padding: 10px 26px;
  }
}

/* 📱 Extra Small Screens (max-width: 400px) */
@media (max-width: 400px) {
  .main-worked-image-col .custom-img-1 {
    height: 260px !important;
  }

  h2 {
    font-size: 22px;
  }
}

/*about-page-css*/
.image-custom img {
  margin: 0;
}
.about-custom-sec,.electrolean-custom-sec {
  padding-top: 40px !important;
  gap: 30px !important;
}
.custom-hydrate-about {
  padding-bottom: 40px !important;
}
.about-custom-sec,
.custom-lean ,.electrolean-custom-sec{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; /* adjust spacing between columns */
  align-items: start;
}
.about-img-sec img,
.custom-lean-img img , .electrolean-img-sec img{
  height: 550px;
  width: 100%;
  object-fit: COVER;
  border-radius: 20px;
}
.custom-btn-about {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  background-color: #142db7;
  color: #ffffff;
  text-decoration: none !important;
  border-radius: 6px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.custom-btn-about:hover {
  background-color: #0f1f8a;
  transform: translateY(-2px);
}
.main-worked-image-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.main-worked-image-col .custom-img-1 {
  width: 430px;
  height: 430px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 20px; /* center if container wider than 430px */
}
.main-worked-image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures image fills box nicely */
  display: block;
  border-radius: 20px; /* optional rounded corners */
}

/*electrolean™ page css*/
.custom-electrolean-sec-1
{
        PADDING-TOP: 40PX;
        
}
.electrolean-custom-sec{
    padding-bottom:40px;
}

.lean-process-col{
    padding:40px 0px;
}


.custom-electrolean-logo{
    text-align:center;
}

.custom-electrolean-logo img{
 width:342px !important;
}

.custom-electrolean-sec-1 .custom-electrolean-para{
    text-align:center;
}

 .electrolean-img-sec img{
  height: 700px;
 
}
.electrolean-custom-sec {
  padding-top: 0px !important;
  
}
 /* Essential Electrolytes band */
.essential-Electrolytes {
  /* background: #0f1740; dark navy */
  padding:10px 0px;
  overflow: hidden;
}

/* container grid */
.essential-Electrolytes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap:  10px; /* row-gap col-gap */
  align-items: center;
  justify-items: center;
}

/* each item */
.essential-Electrolytes li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 80px;
}

/* small symbol above (cyan) */
.essential-Electrolytes .symbol {
  color: #13b6ff;         /* cyan/teal accent */
  font-weight: 700;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size: 22px;
  letter-spacing: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

/* larger white name below */
.essential-Electrolytes .name {
  color: #ffffff;
  font-weight: 800;
  font-size: 20px;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  line-height: 0;
  white-space: nowrap;
}

/* optional — make name bigger on large screens */
@media (min-width: 1200px) {
  .essential-Electrolytes .symbol {
    font-size: 60px;
  }
  .essential-Electrolytes .name {
    font-size: 24px;
  }
}

/* tablet */
@media (max-width: 992px) {
  .essential-Electrolytes {
    padding: 40px 16px;
  }
  .essential-Electrolytes .symbol {
    font-size: 20px;
  }
  .essential-Electrolytes .name {
    font-size: 18px;
  }
}

/* mobile */
@media (max-width: 576px) {
  .essential-Electrolytes ul {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 20px;
  }
  .essential-Electrolytes .symbol {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .essential-Electrolytes .name {
    font-size: 16px;
  }
}

/* =============================
   ELECTROLEAN SECTION
============================= */


/* ===== GRID SYSTEM ===== */
.ElectroLEAN-all-essential{
    padding:40px 0px;
}
.electrolean-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

/* Make two cards per row by default */
.electrolean-grid .electrolean-card {
  flex: 1 1 calc(50% - 20px);
  box-sizing: border-box;
}

/* ===== CARD DESIGN ===== */
.electrolean-card {
  border-radius: 18px;
  padding: 35px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 320px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  text-align: left;
}

/* ===== BACKGROUND COLORS ===== */
.blue-light {
  background-color: #41b6e6;
}

.blue-dark {
  background-color: #002d72;
}

.red {
  background-color: #d7263d;
}

/* ===== TEXT STYLE ===== */
.electrolean-card h3 span,
.electrolean-card h4 span {
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 30px !important;
}

.electrolean-card span {
  line-height: 1.6;
  color: #fff;
  font-size: 16px;
}

/* ===== IMAGE CARD SUPPORT ===== */
.electrolean-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .electrolean-grid .electrolean-card {
    flex: 1 1 100%;
  }
  .electrolean-card {
    min-height: auto;
    padding: 25px;
  }
  .electrolean-card h3,
  .electrolean-card h4 {
    font-size: 20px;
  }
}


.main-bg-sec-electrolean {
  background-image: url('/cdn/shop/files/banner..jpg?v=1763987643');
  background-size: cover;
  background-position: TOP;
  background-repeat: no-repeat;
  color: #fff;
  padding: 0 0;
  border-radius: 0PX;
  border-bottom-left-radius:70px;
  border-bottom-right-radius:70px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.shop-custom-bg{
    background-color:#2c4688;
   padding: 80px 40px;
}
.shop-custom-bg h2{
    font-size:48px;
    font-weight:700;
}
/* Optional overlay for better text visibility */
.main-bg-sec-electrolean::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.45); */
  border-radius: 20px;
}

.main-bg-sec-electrolean * {
  position: relative;
  z-index: 2;
}

.main-bg-sec-electrolean h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.main-bg-sec-electrolean span,
.main-bg-sec-electrolean li {
  font-size: 17px;
  line-height: 1.7;
}
.main-bg-sec-electrolean h2{
    font-size:48px;
}


.main-bg-sec-electrolean ul {
  margin-top: 15px;
  padding-left: 20px;
}

.main-bg-sec-electrolean li {
  margin-bottom: 8px;
  list-style: disc;
}

/* Responsive */
@media (max-width: 768px) {
  .main-bg-sec-electrolean {
    padding: 50px 25px;
  }
  .main-bg-sec-electrolean h4 {
    font-size: 22px;
  }
}

.container container--small{
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}


.container--small P{
   font-size:15PX; 
}

.shopify-policy__body .container--small{
    max-width:1400px !important;
}
/* Main Container */
.shopify-policy__container{
    max-width:100% !important;
    padding:0 !important;
}

/* Body */
.shopify-policy__body {
    padding:0px 0;
       word-break: break-word !important;
    overflow-wrap: break-word !important;
}

/* Title Hide */
.shopify-policy__title{
    display:none !important;
}

/* Headings */
.shopify-policy__body h2{
    font-size:48px !important;
    font-weight:700;
}


.shopify-policy__body h2.blue{
color:#007bff;
} 


.shopify-policy__body h3{
    font-size:30px !important;
    font-weight:700;
}

/* Paragraphs */
.shopify-policy__body p{
    font-size:15px !important;
    line-height:1.6;
}

/* Links */
.shopify-policy__body a{
    color:#007bff !important;
}

/* List Items */
.shopify-policy__body li{
    font-size:15px;
    line-height:1.5;
}

/* Custom Container */
.custom-policy{
    padding:40px 0;
}



.lean-hydration-custom{
    padding:40px 0 !important;
}

#appstleSubscriptionCustomerPortal, #appstle_initialLoader {
    min-height: 44vh !important;
}


.article__container{
    max-width:1400px !important; 
    
}

.article__container p{
    font-size:15px !important;
}

.section--article .container{
    padding:0 !important;
}
/* ------------------------- */
/*      RESPONSIVE FIXES     */
/* ------------------------- */

/* Tablet */
@media (max-width: 992px) {
     .section--article h2 ,h2{
        font-size:36px !important;
       
    }
    .shopify-policy__body p,
    .shopify-policy__body li{
        font-size:14px !important;
    }
    .custom-policy{
        padding:30px 0;
    }

   .section--article .article__container {
        padding:0 30px !important; 
    }
}

/* Mobile */
@media (max-width: 768px) {
   
   .section--article h2 ,  h2{
        font-size:28px !important;
    }
    .shopify-policy__body p,
    .shopify-policy__body li{
        font-size:15px !important;
    }
    .custom-policy{
        padding:20px 0;
    }

    .section--article .article__container {
        padding:0 30px !important; 
    }

    .table-1,.table-2{
    overflow:scroll !important;
}
}

/* Extra Small Mobile */
@media (max-width:480px) {
    
   .section--article h2 , .shopify-policy__body h2{
        font-size:24px !important;
    }
    .shopify-policy__body p,
    .shopify-policy__body li{
        font-size:15px !important;
    }
  .section--article  .article__container {
        padding:0 30px !important; 
    }
}


.main-content-electrolean-custom{
    width:700px !important;
    padding:70px 0px;
}

.collection__header-info{
    width:100% !important;
    max-width:100% !important;
    padding:0 !important;
}

@media(max-width:992px){
    .main-bg-sec-electrolean{
        background-image:none;
        background-color:#2c4688;
    }

    .main-content-electrolean-custom{
        margin:auto;
    }
}

@media(max-width:576px){
    .main-content-electrolean-custom {
    width: 460px !important;
    padding: 70px 0px;
}
}


.newsletter.js-animate-single.js-animation-done{
        background-image: url(/cdn/shop/files/Gemini_Generated_Image_bo7yvsbo7yvsbo7y.png?v=1784110716);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* section.section.section-testimonials.section--padded.section--template--22689153548596__e6c3bd10-67e9-4c3b-b5e2-69738954310b.section--mb-s--desk{
        background-image: url(/cdn/shop/files/crystal-clear-water-droplets-varying-sizes-scattered-white-background-showcasing-purity-transparency-isolated-white.png?v=1767770154);
    background-position: unset;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom:0;
} */

section.section.section--template--22689153548596__section_image_text_banner_kyc6WU.section--full {
    margin: 0;
}

section.section.section--multi-column.section--template--22689153548596__ac7829e3-f3f8-4fbb-8aaf-dc6c93046065.section--mb-m.section--no-bg {
    margin: 0;
}

#shopify-section-template--22689153548596__ac7829e3-f3f8-4fbb-8aaf-dc6c93046065 .multi-column__item {
    
    padding:40px  20px !important;
    }

    h2.section__title-text ,h3.multi-column__title{
        font-weight:700 !important; 
    }

     div#shopify-section-template--22689153548596__blocks_mBqMWi{
            display:none !important;
        }
    @media (max-width:576px){
        div#shopify-section-template--22689153548596__blocks_mBqMWi{
            display:block !important;
        }

        div#shopify-section-template--22689153548596__17677654686a81493d{
            display:none !important;
        }

        .c-btn {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
    }


    section.section.section--template--22689153548596__section_image_text_banner_ThHUri.section--full,section.section.section--template--22689153548596__section-slideshow.section--full.section--full-mobile,section.section.section--template--22689153548596__0436301d-0018-4b49-8493-36629494c103.section--featured-collections.section--has-link{
        margin-bottom:0;
    }