@charset "UTF-8";
/* ==========================================================================
   #THEME SCSS
   ========================================================================== */
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1024px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1024px)/";
  width: 1024px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1024px) and (max-width:1440px)/";
  width: 1024px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1440px)/";
  width: 1440px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

/* ==========================================================================
   #ABSTRACTS
   ========================================================================== */
/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
  overflow-x: hidden; }

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

/* ==========================================================================
   #FUNCTIONS
   ========================================================================== */
/* ==========================================================================
   #MIXINS
   ========================================================================== */
/* ==========================================================================
   #ARIA DESCRIPTION
   ========================================================================== */
.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

/* ==========================================================================
   #FOCUS TOOLTIP
   ========================================================================== */
/* ==========================================================================
   #BASE
   ========================================================================== */
/* ==========================================================================
   #RESET
   ========================================================================== */
body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0; }

/**
  * Reset for BigCommerce pages
  */
body {
  margin: 0;
  overflow-x: hidden; }

body.page-search {
  overflow-x: auto; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

/**
  * 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 {
  border: 0;
  min-width: 0;
  /* [1] */ }

/* ==========================================================================
   #VARIABLES
   ========================================================================== */
/* ==========================================================================
   #FONTS
   ========================================================================== */
@font-face {
  font-family: 'Glacial Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/GlacialIndifference-Regular.woff2") format("woff2"), url("../fonts/GlacialIndifference-Regular.woff") format("woff"), url("../fonts/GlacialIndifference-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Glacial Bold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/GlacialIndifference-Bold.woff2") format("woff2"), url("../fonts/GlacialIndifference-Bold.woff") format("woff"), url("../fonts/GlacialIndifference-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff"), url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype"); }

* {
  font-family: 'Glacial Regular', sans-serif; }

.rounded-left {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem; }

.rounded-right {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem; }

.rounded-top {
  border-top-right-radius: 0.625rem;
  border-top-left-radius: 0.625rem; }

.round-all-img img {
  border-radius: 0.625rem; }

.u-display-none {
  display: none !important; }

.u-display-block {
  display: block !important; }

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

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

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

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

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: #333333;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 14px; }
  @media (min-width: 551px) {
    html {
      font-size: 14px; } }
  @media (min-width: 801px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #333333;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #757575; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.78571rem; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 2rem-0.0625rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.35714rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: #333333;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 22px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.21429rem;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.78571rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.78571rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e5e5e5; }

.table-tfoot {
  border: 1px solid #e5e5e5; }

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 360px) {
    .button + .button {
      margin-left: 0.78571rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #444444;
  border-color: #444444;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 15px; }

.button--small {
  font-size: 13px;
  padding: 0.57143rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.78571rem 0.78571rem; }
  .button--icon svg {
    fill: #757575; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.78571rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.78571rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #757575;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #8f8f8f;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #474747;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.35714rem;
    padding-left: 1.85714rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #8f8f8f;
      border-width: 1px;
      height: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(51, 51, 51, 0.999);
  border: 3px solid white;
  border-radius: 1rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.85714rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.85714rem;
    margin: 0.07143rem 0 0 -2.92857rem;
    width: 2.85714rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.57143rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.57143rem;
    width: 1.42857rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6.42857rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.4286rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.4286rem;
  left: 0.21427rem;
  position: absolute;
  top: 0.21427rem;
  transition: all 100ms ease-out;
  width: 1.4286rem; }
  .switch--checked .switch-toggle::before {
    left: 2.49999rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.92857;
  position: absolute;
  right: 0.42857rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.42857rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 1.85714rem;
  width: 1.85714rem; }
  .switch-label--icon.icon svg {
    height: 1.85714rem;
    width: 1.85714rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 360px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 360px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 360px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.57143rem;
  width: 1.57143rem;
  float: left;
  margin: 0 0 0 -2.14286rem;
  position: relative;
  top: 0.71429rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.21429rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.35714rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #cc4749; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #cc4749; }

.form-field--error .form-input-indicator > svg {
  fill: #cc4749; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #757575;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 360px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #757575;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #333333; }

.tab.is-active .tab-title {
  color: #333333;
  font-weight: 700; }

@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 15px;
  padding: 0.78571rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #333333;
  font-size: 15px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #757575;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.28571rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #333333; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #333333;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.78571rem;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #333333; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.14286rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.14286rem; }
  .alertBox-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #333333;
    padding: 1.85714rem;
    display: block;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e5e5e5 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 360px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 360px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 360px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.35714rem 0.78571rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.78571rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.35714rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 14.28571rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #757575; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #333333; }

.card-body {
  padding: 0.78571rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #757575; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #8f8f8f;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 4.35714rem;
  margin-top: -1.07143rem;
  padding: 0.71429rem;
  width: 2.85714rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (min-width: 1024px) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1024px) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.28571rem;
    width: 2.28571rem;
    margin: 0;
    padding: 0.35714rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.07143rem;
      width: 1.07143rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  min-width: 100%;
  width: 1px;
  *width: 100%; }

.slick-slide .card-image,
.slick-slide .heroCarousel-image {
  -webkit-touch-callout: default; }

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: ' ';
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip::before, .carousel-tooltip::after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 551px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip::after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip::before, .slick-prev:focus .carousel-tooltip::after,
  .slick-next:focus .carousel-tooltip::before,
  .slick-next:focus .carousel-tooltip::after,
  .slick-dots button:focus .carousel-tooltip::before,
  .slick-dots button:focus .carousel-tooltip::after {
    display: block; }
  .slick-prev .carousel-tooltip::before,
  .slick-next .carousel-tooltip::before {
    top: -7px; }
  .slick-prev .carousel-tooltip::before {
    right: -2px; }
  .slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto; }
  .slick-next .carousel-tooltip::after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip::before, .slick-dots button .carousel-tooltip::after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip::before {
      top: -7px; }

.carousel-play-pause-button {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 801px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

html,
body {
  height: auto; }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.78571rem; }

a {
  transition: color 0.15s ease;
  color: inherit; }
  a:hover, a:active, a:focus {
    color: #6d6d6d; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  margin: 0 0 3rem;
  text-align: center;
  font-size: 22px; }
  @media (min-width: 801px) {
    .page-heading {
      font-size: 40px; } }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.35714rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.57143rem top 0.71429rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.35714rem; }

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.35714rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.35714rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.78571rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.28571rem 1.14286rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }
  @media (min-width: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1024px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 801px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1024px) {
      .form-wishlist .button {
        margin-right: 0.78571rem; } }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: transparent;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1024px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

#success-message {
  margin-top: 0.42857rem;
  text-align: center;
  font-size: 0.85714rem;
  color: #fff;
  background-color: #232629;
  border-radius: 5px;
  padding: 0.5rem;
  overflow: hidden;
  transition: 0.5s ease-out; }

.heart-fill svg {
  fill: #232629;
  transform: 0.5s ease-in; }
  .heart-fill svg path {
    stroke: unset; }

.animate-in {
  animation: slideIn 0.5s; }

.animate-out {
  animation: slideOut 0.5s; }

@keyframes slideIn {
  from {
    transform: translateX(-100%); } }

@keyframes slideOut {
  to {
    transform: translateX(100%); } }

.modal {
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .form-field {
    position: relative; }

@media (min-width: 1024px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 3.03571rem; }

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #757575;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  .modal-close::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: ' ';
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.71429rem); }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .alert-icon {
    border: 0.25em solid transparent;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    display: flex;
    font-family: inherit;
    height: 5em;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    user-select: none;
    width: 5em; }
  .modal--alert .error-icon {
    animation: animate-icon 0.5s;
    border-color: #f27474;
    color: #f27474; }
    .modal--alert .error-icon .icon-content {
      animation: animate-icon-content 0.5s;
      flex-grow: 1;
      position: relative; }
      .modal--alert .error-icon .icon-content .line {
        background-color: #f27474;
        border-radius: 0.125em;
        display: block;
        height: 0.3125em;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em; }
        .modal--alert .error-icon .icon-content .line-left {
          left: 1.0625em;
          transform: rotate(45deg); }
        .modal--alert .error-icon .icon-content .line-right {
          right: 1em;
          transform: rotate(-45deg); }
  .modal--alert .warning-icon {
    animation: animate-icon 0.5s;
    border-color: #facea8;
    color: #f8bb86; }
    .modal--alert .warning-icon .icon-content {
      align-items: center;
      animation: animate-icon-content 0.5s;
      display: flex;
      font-size: 3.75em; }
  .modal--alert .modal-content {
    color: #333333;
    font-size: 1.14286rem;
    font-family: "Glacial Regular", sans-serif; }
  .modal--alert .button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    margin: 25px 0 0; }
    .modal--alert .button-container .btn {
      padding: 16px 20px; }

.hide-content {
  opacity: 0; }

@keyframes animate-icon {
  0% {
    opacity: 0;
    transform: rotateX(100deg); }
  100% {
    opacity: 1;
    transform: rotateX(0deg); } }

@keyframes animate-icon-content {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1); } }

ol.breadcrumbs {
  overflow: visible;
  text-align: center; }
  @media (min-width: 551px) {
    ol.breadcrumbs {
      text-align: left; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem;
  color: #707070; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    color: #232629; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid #757575;
    content: '';
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    transform: rotate(15deg); }
  .breadcrumb a {
    text-decoration: none; }

.breadcrumbs-category {
  margin: 0 0 8px 0%; }
  .breadcrumbs-category .breadcrumb {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #757575; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #757575; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.42857rem;
  margin-top: -0.14286rem;
  width: 1.42857rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.85714rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.85714rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #757575;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.35714rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.78571rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #757575; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1024px) {
    .tab-title {
      padding: 0.78571rem 1.28571rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

@media (min-width: 551px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 801px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1024px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.accordion {
  border: 0;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  color: #444444;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.07143rem;
  margin: 0; }

.accordion-navigation {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 1rem;
  position: relative;
  text-decoration: none;
  width: 100%; }

@media (min-width: 801px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 801px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.78571rem !important;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #999999; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.78571rem; }
  .inlineList--labels > li {
    margin-bottom: 0.78571rem;
    margin-left: 0.78571rem; }

.alertBox {
  border-radius: 4px;
  color: #333333; }
  .alertBox span {
    color: #fff; }
  .alertBox--success {
    background-color: #067f52; }
    .alertBox--success svg {
      fill: #fff; }

.alertBox-icon .icon {
  height: 1.78571rem;
  width: 1.78571rem; }

.alertBox--info {
  background-color: #707070;
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

.form-field--success .form-input[type='text'] {
  padding-right: 3rem; }

.form-field--success .form-input[name='credit_card_number'] {
  background-position: right 2.28571rem center; }

.form-field--success .form-input[name='cvv'] {
  background-position: right 2.28571rem center; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.28571rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.28571rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.21429rem; }

.form-option-wrapper {
  display: inline-block;
  position: relative; }
  .form-option-wrapper .form-radio,
  .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

.form-label--alternate {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.35714rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #8f8f8f;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1024px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

.form-prefixPostfix .form-input ::placeholder {
  color: #666666; }

@media (min-width: 1024px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.35714rem; }
  @media (min-width: 1024px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix--centeredColumn.wrap {
  flex-direction: column; }

.form-prefixPostfix--centeredColumn .g-recaptcha {
  margin: 2em auto 0; }

@media (min-width: 1024px) {
  .form-prefixPostfix--centeredColumn .form-prefixPostfix-button--postfix {
    margin: 1em 0 0.78571rem; } }

.form-prefixPostfix-button--postfix {
  margin: 0.78571rem 0 0;
  order: 1; }
  @media (min-width: 1024px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.78571rem;
      order: 0; } }

.form-increment {
  display: inline-flex;
  border: 1px solid #232629; }
  .form-increment svg {
    display: block;
    margin: 0 auto; }
  .form-increment .qty-button {
    height: 30px;
    width: 30px;
    padding: 6px; }
    @media (min-width: 801px) {
      .form-increment .qty-button {
        height: 38px;
        width: 36px;
        padding: 7px; } }
  .form-increment .form-input {
    margin: 5px 0;
    padding: 0 7px;
    height: 20px;
    width: 30px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #d8dad6;
    border-width: 0 1px;
    border-radius: 0; }
    @media (min-width: 801px) {
      .form-increment .form-input {
        margin: 7px 0;
        height: 24px;
        width: 39px;
        font-size: 20px; } }
  .form-increment .button {
    margin: 0;
    padding: 0.21429rem 0.35714rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem; }
  .form-field--success .form-input--incrementTotal {
    float: none; }

.form-option {
  border: 1px solid #8f8f8f;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.71429rem;
  padding: 1px 0.35714rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable::before {
      background-color: #000;
      content: '';
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute='set-radio'] .unavailable,
[data-product-attribute='product-list'] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card {
  border-radius: 16px;
  overflow: hidden;
  position: relative; }
  .card:focus-within .card-figcaption {
    opacity: 1; }
  .card.focus-within .card-figcaption {
    opacity: 1; }

.card-figure {
  margin-top: 0;
  overflow: hidden;
  padding: 3px;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }

.card-img-container {
  max-width: 500px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  @media only screen and (max-width: 700px) {
    .card-img-container::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 100.8%;
      width: 100%; } }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  /* Object-fit polyfill */
  font-family: "object-fit: contain;";
  max-height: 100%;
  object-fit: contain;
  width: 100%; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #333333;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #757575; }

.card-text {
  margin-bottom: 0.21429rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

@media only screen and (max-width: 550px) {
  .card-body > :last-child {
    position: absolute;
    bottom: 5px !important;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 16px); } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #757575; }
    .card--alternate:hover .card-body {
      background-color: #757575; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox::after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.28571rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.92857rem;
    width: 0.92857rem;
    fill: #333333; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.78571rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section {
  float: right; }
  .actionBar-section .form-field {
    margin-bottom: 0;
    background-color: white; }
    .actionBar-section .form-field:hover {
      border-color: #474747; }
  .actionBar-section .form-label {
    color: #757575;
    font-size: 15px;
    line-height: 2.14286rem;
    margin-bottom: 0;
    padding-left: 0.78571rem;
    text-transform: uppercase;
    font-family: "Glacial Bold", sans-serif;
    margin-right: 20px;
    margin-bottom: 10px; }
    @media (min-width: 801px) {
      .actionBar-section .form-label {
        display: inline-block;
        margin-bottom: 0; } }
  .actionBar-section .form-input,
  .actionBar-section .form-select {
    border: 0;
    padding-left: 0.21429rem;
    width: auto; }
  .actionBar-section .form-input,
  .actionBar-section .form-select {
    display: inline-block; }
  .actionBar-section .form-select {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    height: 100%;
    color: #333333;
    padding-left: 30px;
    background-position: right 1rem top 1.7rem; }
    @media (min-width: 801px) {
      .actionBar-section .form-select {
        height: 54px;
        background-position: right 1rem top 1.2rem;
        padding-left: 20px; } }

.page-category .actionBar-section {
  float: none;
  width: 48%; }
  @media (min-width: 551px) {
    .page-category .actionBar-section {
      width: 100%; } }
  @media (min-width: 801px) {
    .page-category .actionBar-section {
      width: 100%; } }
  @media (min-width: 801px) {
    .page-category .actionBar-section .form-field {
      display: flex;
      justify-content: flex-end;
      align-items: center; } }
  .page-category .actionBar-section .form-field .form-select--small {
    background-position-y: center;
    background-position-x: calc(100% - 7px);
    width: 100%;
    font-family: "Glacial Bold", sans-serif;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 14px; }
    @media (max-width: 801px) {
      .page-category .actionBar-section .form-field .form-select--small {
        max-width: none; } }
    @media (min-width: 801px) {
      .page-category .actionBar-section .form-field .form-select--small {
        width: 100%;
        background-position-x: calc(100% - 20px);
        padding: 18px 50px 18px 24px; } }

.page-category .actionBar {
  display: flex;
  gap: 1.5rem;
  flex-direction: row-reverse;
  margin-top: 0; }
  .page-category .actionBar::before, .page-category .actionBar::after {
    display: none; }
  .page-category .actionBar .form-field {
    background-color: transparent; }
  .page-category .actionBar .facetedSearch-block-toggle {
    background-color: #fff;
    width: 48%;
    border: 1px solid #e6e6e6;
    padding: 18px 16px 18px 24px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 551px) {
      .page-category .actionBar .facetedSearch-block-toggle {
        display: none; } }
    .page-category .actionBar .facetedSearch-block-toggle > a {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-decoration: none;
      font-size: 12px;
      line-height: 1.3;
      letter-spacing: 1.8px;
      text-transform: uppercase; }
      .page-category .actionBar .facetedSearch-block-toggle > a > span {
        font-family: "Glacial Bold", sans-serif; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.78571rem -0.78571rem 0 0;
  padding: 0.07143rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 801px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.78571rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open::after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }

@media (min-width: 801px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.78571rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    transition: all 0.2s ease; }

.navUser-action--currencySelector + .dropdown-menu::before {
  left: auto !important;
  right: 0.78571rem; }

.navUser-action--currencySelector + .dropdown-menu::after {
  left: auto !important;
  right: 0.92857rem; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 21.42857rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 10rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 10.14286rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: #757575;
  display: inline-block;
  padding: 0 1.42857rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.3125rem;
        padding-right: 0.3125rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.5625rem;
        margin-top: 0.5rem;
        padding-left: 0.125rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.35714rem;
      top: auto !important; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.42857rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.57143rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: #333333;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open::before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  position: absolute;
  top: 1px;
  right: -2px;
  background-color: #232629;
  width: 17px;
  height: 17px;
  color: #e3d3e2;
  border-radius: 100%;
  text-align: center;
  font-weight: 600;
  padding: 2px 0;
  font-size: 10px; }
  @media (min-width: 1024px) {
    .countPill {
      top: 5px;
      right: 9px;
      width: 20px;
      height: 20px;
      padding: 3px 0;
      font-size: 11px; } }
  @media (min-width: 1261px) {
    .countPill {
      top: 7px;
      right: auto;
      left: 11px; } }
  .countPill:empty {
    display: none; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 801px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 85.71429rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 801px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 801px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 801px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 85.71429rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 801px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 801px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none; }
  @media (min-width: 801px) {
    .navPages-action {
      color: #fff;
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #757575; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.78571rem;
    width: 0.78571rem;
    margin: 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        margin: 0 0 0 0.78571rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 801px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

@media (min-width: 801px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 15.35714rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #cccccc;
    display: inherit;
    height: auto;
    margin-left: 15.35714rem;
    padding: 0 !important;
    top: 0;
    width: 16.35714rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  padding: 0.78571rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-item {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      padding: 0 0.75rem !important; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1.14286rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 801px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; } }

.navPage-subMenu-action {
  padding: 0.78571rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.78571rem 0 1.14286rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 801px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.35714rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.78571rem; }
  @media (min-width: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.78571rem 1.5rem; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.42857rem;
    width: 1.42857rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440 transparent;
      border-style: solid;
      border-width: 0.71429rem;
      content: ' ';
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.57143rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.28571rem 0.42857rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .socialLinks-item .socialLinks__link::before, .socialLinks-item .socialLinks__link::after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus::before, .socialLinks-item .socialLinks__link:focus::after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus::after {
      left: 0;
      right: auto;
      z-index: 20; }

.socialLinks--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: #757575; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 801px) {
    .heroCarousel.slick-initialized {
      max-height: 42.85714rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    height: 100%;
    object-fit: contain;
    object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 56.25vw;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.57143rem; } }
    @media (min-width: 801px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 42.85714rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      padding: 2.25rem;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 50rem;
      width: 70%; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

.heroCarousel-title {
  color: #444444;
  font-size: 20px;
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 1.5rem 0 0; }

@media (min-width: 801px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #999999;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 801px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  .writeReview-productImage-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.78571rem;
        padding-top: 0.78571rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.21429rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 15px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1024px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1024px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #757575;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.35714rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView-brand {
  color: #757575;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1024px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type='number'] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type='file'] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.71429rem;
        width: 50%; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 1024px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.78571rem;
        width: 50%; } }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.78571rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.35714rem;
      padding: 0.35714rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }

.productOptions-list {
  border: 1px solid #8f8f8f;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #8f8f8f; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.28571rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

@media (min-width: 801px) {
  .productView-options .price-and-action {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 20px; } }

@media (min-width: 1024px) {
  .productView-options .price-and-action {
    margin: 30px 0 40px; } }

@media (min-width: 801px) {
  .productView-options .price-and-action .productView-price--container {
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    width: 30%; } }

@media (min-width: 801px) {
  .productView-options .price-and-action .productView-price--container .productView-price {
    border-bottom: none;
    height: inherit;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px; }
    .productView-options .price-and-action .productView-price--container .productView-price .price-section {
      padding: 0 10px;
      width: 100%;
      border-bottom: 1px solid #e6e6e6;
      text-align: center; } }

@media (min-width: 801px) {
  .productView-options .price-and-action .productView-price--container .productView-price .price,
  .productView-options .price-and-action .productView-price--container .productView-price .price--withTax {
    line-height: 29px;
    font-size: 16px;
    letter-spacing: 2.4px;
    vertical-align: middle; } }

@media (min-width: 801px) {
  .productView-options .price-and-action .productView-price--container .productView-price .currency {
    font-size: 16px; }
  .productView-options .price-and-action .productView-price--container .productView-price .cents {
    font-size: 10px; }
  .productView-options .price-and-action .productView-price--container .productView-price abbr {
    font-size: 12px;
    vertical-align: middle; } }

.productView-options .desktop-action-pdp {
  display: none !important; }
  @media (min-width: 801px) {
    .productView-options .desktop-action-pdp {
      display: block !important;
      width: 70%;
      padding-left: 14px; } }
  @media (min-width: 801px) {
    .productView-options .desktop-action-pdp .add-to-cart-wrapper .form-field--increments {
      height: 70px; } }
  @media (min-width: 801px) {
    .productView-options .desktop-action-pdp .add-to-cart-wrapper .add-to-cart-buttons .form-action input {
      height: 70px; } }

.productView-options .mobile-action-pdp {
  display: block !important; }
  @media (min-width: 801px) {
    .productView-options .mobile-action-pdp {
      display: none !important; } }

.productView-options .productView-prodInfo--rating {
  display: none;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: end; }
  @media (min-width: 801px) {
    .productView-options .productView-prodInfo--rating {
      display: flex;
      align-items: center; } }
  .productView-options .productView-prodInfo--rating label {
    font-family: "Glacial Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-right: 8px;
    margin-bottom: 0;
    text-transform: inherit; }

.productView-options .productView-prodInfo--professional {
  display: none; }
  @media (min-width: 801px) {
    .productView-options .productView-prodInfo--professional {
      display: block; } }

.reviews-container {
  align-items: center; }

@media only screen and (max-width: 800px) {
  .productView-options .add-to-cart-wrapper {
    gap: 20px; }
    .productView-options .add-to-cart-wrapper .form-field--increments {
      margin: 0 0 0 auto;
      height: 64px;
      display: inline-block;
      width: auto;
      position: static; }
      .productView-options .add-to-cart-wrapper .form-field--increments [data-action='inc'] {
        padding-top: 22px; }
    .productView-options .add-to-cart-wrapper .add-to-cart-buttons {
      margin: 0;
      padding: 0;
      width: calc(100% - 150px);
      display: inline-block; } }

@media (min-width: 801px) and (max-width: 1200px) {
  .price-and-action {
    position: relative;
    padding-bottom: 70px; }
    .price-and-action .productView-price--container {
      width: 50% !important; }
    .price-and-action .desktop-action-pdp {
      width: 50% !important; }
      .price-and-action .desktop-action-pdp .form-field .form-increment {
        width: 100%;
        justify-content: space-between; }
        .price-and-action .desktop-action-pdp .form-field .form-increment input.form-input.form-input--incrementTotal {
          min-width: 54px; }
        .price-and-action .desktop-action-pdp .form-field .form-increment button {
          padding: 20px; }
      .price-and-action .desktop-action-pdp .add-to-cart-wrapper {
        width: 100%;
        display: block !important;
        position: inherit; }
      .price-and-action .desktop-action-pdp .add-to-cart-buttons {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -15px; } }

.price--rrp,
.price--non-sale {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

.price--withoutTax {
  color: #232629;
  margin-right: 5px; }
  .price--withoutTax * {
    font-weight: 700 !important;
    font-size: 1rem;
    font-family: "Glacial Bold", sans-serif; }

.price--discounted .price--sale-price {
  color: #707070;
  text-decoration: line-through;
  margin-right: 0.3125rem; }
  .price--discounted .price--sale-price * {
    font-weight: 700 !important;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: 'Glacial Regular'; }

.price--discounted .price--withoutTax {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #F7815B;
  text-decoration: none !important;
  margin-right: 0.3125rem; }
  .price--discounted .price--withoutTax * {
    font-weight: 700 !important;
    font-family: 'Glacial Bold';
    font-size: 16px;
    line-height: 20px; }

.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.28571rem;
  white-space: nowrap; }
  @media (min-width: 801px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #757575;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 71.42857rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

.toggle-title {
  margin-bottom: 2.28571rem; }

.toggleLink {
  color: #757575; }
  .toggleLink:hover {
    color: #333333; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: 1px solid #e6e6e6;
  background-color: white;
  display: block;
  margin-bottom: 0;
  padding: 14px; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important;
      padding: 18px 16px 17px 24px; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }
  .facetedSearch-navList .accordion-block {
    border: 1px solid #e6e6e6;
    padding: 0 30px; }
    .facetedSearch-navList .accordion-block .accordion-navigation {
      text-transform: uppercase;
      height: auto;
      margin-bottom: 0 !important; }
      @media (min-width: 801px) {
        .facetedSearch-navList .accordion-block .accordion-navigation {
          height: 67px; } }
      .facetedSearch-navList .accordion-block .accordion-navigation.is-open {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 1rem !important; }
      .facetedSearch-navList .accordion-block .accordion-navigation .accordion-title {
        font-size: 16px;
        font-family: "Glacial Bold", sans-serif;
        font-weight: 400;
        text-transform: capitalize;
        letter-spacing: normal; }
        @media (min-width: 801px) {
          .facetedSearch-navList .accordion-block .accordion-navigation .accordion-title {
            text-transform: uppercase; } }
    .facetedSearch-navList .accordion-block .facetedSearch-clearLink {
      position: absolute;
      top: 40px;
      right: 50px;
      color: #fff;
      font-family: "Glacial Regular", sans-serif;
      font-size: 12px;
      line-height: 15px;
      font-weight: 400;
      letter-spacing: normal;
      text-transform: none;
      padding: 0; }
      .facetedSearch-navList .accordion-block .facetedSearch-clearLink:hover {
        background-color: none; }
    .facetedSearch-navList .accordion-block .accordion-content.is-open {
      margin-bottom: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 801px) {
    .facetedSearch-refineFilters {
      display: block;
      opacity: 1;
      visibility: visible; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: #e3d3e2;
  color: white;
  padding: 0.78571rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: #232629;
    font-family: "Glacial Regular", sans-serif;
    font-size: 14px; }
  .banners strong {
    font-family: "Glacial Bold", sans-serif;
    color: black; }

.banner {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

.cart-additional-actions {
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 10px 11px 20px 11px; }
  @media (min-width: 551px) {
    .cart-additional-actions {
      padding: 10px 30px 30px 30px; } }

#banner-region- {
  width: 100% !important;
  margin: 0 !important; }

div[data-content-region='cart_below_totals'] {
  display: flex;
  margin: 12px 0px 0px 0px !important; }

div[data-content-region='cart_below_totals'] > div {
  flex: 1; }

.cartDrawer {
  display: flex;
  gap: 20px; }

.cartDrawerLeft {
  width: 67%; }

.cartDrawerRight {
  flex: 1;
  padding: 0px 30px 30px 30px; }

.cart-additionalCheckoutButtons, .previewCart-additionalCheckoutButtons {
  gap: 12px;
  display: flex !important;
  flex-direction: column;
  padding: 0 !important;
  flex-wrap: wrap;
  margin-top: 0; }
  .cart-additionalCheckoutButtons .or-use-label, .previewCart-additionalCheckoutButtons .or-use-label {
    display: none !important; }
  .cart-additionalCheckoutButtons .paypal-buttons, .previewCart-additionalCheckoutButtons .paypal-buttons {
    background: #ffc439; }
  .cart-additionalCheckoutButtons .PaypalCommerceCreditCheckout, .previewCart-additionalCheckoutButtons .PaypalCommerceCreditCheckout,
  .cart-additionalCheckoutButtons .PaypalCommerceCheckout,
  .previewCart-additionalCheckoutButtons .PaypalCommerceCheckout,
  .cart-additionalCheckoutButtons .GooglePayCheckout,
  .previewCart-additionalCheckoutButtons .GooglePayCheckout {
    flex: 1; }
  .cart-additionalCheckoutButtons .PaypalCommerceCreditInnerContainer, .previewCart-additionalCheckoutButtons .PaypalCommerceCreditInnerContainer,
  .cart-additionalCheckoutButtons .PaypalCommerceInnerContainer,
  .previewCart-additionalCheckoutButtons .PaypalCommerceInnerContainer {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: none; }
    @media (min-width: 801px) {
      .cart-additionalCheckoutButtons .PaypalCommerceCreditInnerContainer, .previewCart-additionalCheckoutButtons .PaypalCommerceCreditInnerContainer,
      .cart-additionalCheckoutButtons .PaypalCommerceInnerContainer,
      .previewCart-additionalCheckoutButtons .PaypalCommerceInnerContainer {
        margin-top: 4px; } }
  .cart-additionalCheckoutButtons .GooglePayContainer, .previewCart-additionalCheckoutButtons .GooglePayContainer,
  .cart-additionalCheckoutButtons .GooglePayInnerContainer,
  .previewCart-additionalCheckoutButtons .GooglePayInnerContainer {
    width: 100%;
    max-width: none;
    margin: 0; }
  .cart-additionalCheckoutButtons .gpay-button, .previewCart-additionalCheckoutButtons .gpay-button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A1A1A1' class='main-header__logo-image' viewBox='0 0 435.97 173.13'%3E%3Cpath d='M206.2 84.58v50.75h-16.1V10h42.7a38.61 38.61 0 0 1 27.65 10.85A34.88 34.88 0 0 1 272 47.3a34.72 34.72 0 0 1-11.55 26.6q-11.2 10.68-27.65 10.67h-26.6Zm0-59.15v43.75h27a21.28 21.28 0 0 0 15.93-6.48 21.36 21.36 0 0 0 0-30.63 21 21 0 0 0-15.93-6.65h-27ZM309.1 46.78q17.85 0 28.18 9.54t10.32 26.16v52.85h-15.4v-11.9h-.7q-10 14.7-26.6 14.7-14.17 0-23.71-8.4a26.82 26.82 0 0 1-9.54-21q0-13.31 10.06-21.17t26.86-7.88q14.34 0 23.62 5.25v-3.68A18.33 18.33 0 0 0 325.54 67 22.8 22.8 0 0 0 310 61.13q-13.49 0-21.35 11.38l-14.18-8.93q11.7-16.8 34.63-16.8Zm-20.83 62.3a12.86 12.86 0 0 0 5.34 10.5 19.64 19.64 0 0 0 12.51 4.2 25.67 25.67 0 0 0 18.11-7.52q8-7.53 8-17.67-7.53-6-21-6-9.81 0-16.36 4.73c-4.41 3.2-6.6 7.09-6.6 11.76ZM436 49.58l-53.76 123.55h-16.62l19.95-43.23-35.35-80.32h17.5l25.55 61.6h.35l24.85-61.6Z' fill='%235f6368'/%3E%3Cpath d='M141.14 73.64A85.79 85.79 0 0 0 139.9 59H72v27.73h38.89a33.33 33.33 0 0 1-14.38 21.88v18h23.21c13.59-12.53 21.42-31.06 21.42-52.97Z' fill='%234285f4'/%3E%3Cpath d='M72 144c19.43 0 35.79-6.38 47.72-17.38l-23.21-18C90.05 113 81.73 115.5 72 115.5c-18.78 0-34.72-12.66-40.42-29.72H7.67v18.55A72 72 0 0 0 72 144Z' fill='%2334a853'/%3E%3Cpath d='M31.58 85.78a43.14 43.14 0 0 1 0-27.56V39.67H7.67a72 72 0 0 0 0 64.66Z' fill='%23fbbc04'/%3E%3Cpath d='M72 28.5a39.09 39.09 0 0 1 27.62 10.8l20.55-20.55A69.18 69.18 0 0 0 72 0 72 72 0 0 0 7.67 39.67l23.91 18.55C37.28 41.16 53.22 28.5 72 28.5Z' fill='%23ea4335'/%3E%3C/svg%3E") !important;
    background-color: #f2f2f2 !important;
    height: 40px;
    border: 1px solid #c0c3bd;
    border-radius: 0; }
    @media (min-width: 801px) {
      .cart-additionalCheckoutButtons .gpay-button, .previewCart-additionalCheckoutButtons .gpay-button {
        height: 50px; } }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .cart-header {
      text-align: left; } }

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px; }
  .cart-list .cart-item .cart-item-figure:after {
    display: none; }

.cart-item {
  border: 1px solid #e5e5e5;
  display: flex;
  column-gap: 16px;
  padding: 10px;
  background-color: #fff; }
  @media (min-width: 551px) {
    .cart-item {
      column-gap: 5px;
      align-items: stretch;
      padding: 10px 0; } }

.cart-item2 {
  display: flex;
  flex: 1;
  column-gap: 20px;
  row-gap: 10px;
  flex-direction: column; }
  @media (min-width: 1261px) {
    .cart-item2 {
      flex-direction: row;
      align-items: center; } }

.cart-item-block {
  display: block; }
  @media (min-width: 801px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.35714rem; }

.cart-item-figure {
  position: relative;
  text-align: center;
  flex-shrink: 0;
  width: 140px; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media only screen and (max-width: 374px) {
    .cart-item-figure {
      width: 90px; } }
  .cart-item-figure a {
    text-decoration: none; }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  width: 100%;
  max-width: 160px; }
  @media (min-width: 801px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: block;
  flex: 1;
  font-size: 12px; }
  @media (min-width: 551px) {
    .cart-item-title {
      min-width: 256px;
      font-size: 14px; } }

.cart-item-info {
  clear: both;
  width: 100%;
  font-size: 12px; }
  @media (min-width: 551px) {
    .cart-item-info {
      font-size: 14px;
      clear: none;
      float: left;
      overflow: hidden; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }

.cart-content-padding-right {
  padding-right: 4px;
  padding-bottom: 24px; }

@media (min-width: 801px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity {
  width: 140px;
  flex-shrink: 0; }
  .cart-item-quantity .form-increment {
    display: inline-block;
    margin: 0 0.21429rem 1px 0;
    vertical-align: middle;
    padding: 7px 5px; }
    @media (min-width: 551px) {
      .cart-item-quantity .form-increment {
        margin-left: 0; } }
    .cart-item-quantity .form-increment .form-input {
      margin: 0;
      background: none;
      font-size: 16px;
      font-family: "Glacial Bold", sans-serif; }
    .cart-item-quantity .form-increment .button--icon {
      border: none; }

.cart-item-label {
  color: #333333;
  float: left;
  margin-bottom: 0.35714rem;
  text-align: right;
  width: 33.33333%;
  display: none; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: none;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 801px) {
    .cart-item-value {
      padding-left: 0; } }

.cartItem-professional {
  color: #9ca6a8;
  font-family: "Glacial Bold", sans-serif;
  font-size: 14px;
  line-height: 22px;
  display: none; }
  @media (min-width: 801px) {
    .cartItem-professional {
      display: block; } }
  .cartItem-professional.cartItem-professional-moble {
    font-size: 8px;
    display: block; }
    @media (min-width: 801px) {
      .cartItem-professional.cartItem-professional-moble {
        display: none; } }

.cart-item-name {
  display: inline-block;
  font-size: 15px;
  margin: 0; }
  .cart-item-name__label {
    display: inline-block;
    text-decoration: none;
    font-size: 16px; }
    @media (min-width: 801px) {
      .cart-item-name__label {
        font-size: 16px; } }
    @media only screen and (max-width: 374px) {
      .cart-item-name__label {
        font-size: 14px; } }
  .cart-item-name + .definitionList {
    margin-top: 0.35714rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.14286rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #333333; }

.cart-remove {
  cursor: pointer;
  width: 1.28571rem;
  height: 1.42857rem;
  transition: background-color 0.15s ease;
  padding: 0; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: none;
    stroke-width: 1.5px; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  .cart-totals-wrapper {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6; }
  .cart-totals-title {
    position: relative;
    font-family: "Glacial Regular", sans-serif;
    font-size: 16px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
    @media (min-width: 551px) {
      .cart-totals-title {
        padding: 24px 0;
        font-size: 22px;
        letter-spacing: 4px;
        line-height: 1.45; } }
  .cart-totals-body {
    padding: 5px 11px;
    border-bottom: 1px solid #e6e6e6;
    display: none; }
    @media (min-width: 801px) {
      .cart-totals-body {
        padding: 11px 30px;
        display: block; } }
  .cart-totals-footer {
    padding: 18px 11px; }
    @media (min-width: 801px) {
      .cart-totals-footer {
        padding: 24px 30px 0px 30px; } }
  .cart-totals-toggle {
    position: absolute;
    top: 0;
    right: 11px;
    bottom: 0;
    line-height: 0;
    display: flex;
    align-items: center; }
    @media (min-width: 801px) {
      .cart-totals-toggle {
        display: none; } }
    .cart-totals-toggle .minus {
      display: none; }
    .cart-totals-toggle-up .plus {
      display: none; }
    .cart-totals-toggle-up .minus {
      display: block; }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem center;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #1d2023;
  width: 58.33333%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex; }
  .cart-total-label > div {
    font-size: 18px;
    line-height: 1; }
  .cart-total-label span {
    align-self: flex-end;
    font-size: 14px;
    margin-left: 6px;
    line-height: 1; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .cart-total-label {
      padding-left: 0;
      text-align: left; } }
  .cart-total-label strong {
    font-family: "Glacial Regular", sans-serif;
    font-weight: 400; }

.cart-total-value {
  text-align: right;
  width: 41.66667%;
  font-family: "Glacial Bold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71; }
  @media (min-width: 551px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 801px) {
    .cart-total-value {
      width: 50%; } }
  .cart-total-value button {
    font-weight: normal;
    text-align: right; }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 0; }
  @media (min-width: 801px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Glacial Bold", sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      padding-top: 1.2rem;
      top: -0.28571rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded='true'] {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 10px 0 0 0;
    width: auto; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2.28571rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.71429rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-action-login {
  padding-bottom: 24px; }

.cart-actions {
  clear: both;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 0 11px 0 11px; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .cart-actions {
      padding: 0 30px 0 30px; } }
  .cart-actions .button {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-family: "Glacial Bold", sans-serif;
    font-size: 14px;
    letter-spacing: 3.2px;
    background-color: #232629;
    margin-bottom: 30px;
    padding: 20px 0;
    line-height: 1.14;
    letter-spacing: 2.1px;
    border-radius: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right;
        margin-bottom: 30px; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

.previewCartWrapper {
  max-height: calc(100vh - 6rem);
  overflow: auto; }

.previewCartMessage, .preview-Cart-Message {
  padding: 0 12px 6px; }
  @media (min-width: 801px) {
    .previewCartMessage, .preview-Cart-Message {
      padding: 0 18px 8px; } }
  .previewCartMessage .message, .preview-Cart-Message .message {
    background-color: #232629;
    color: #fff;
    padding: 7px 15px;
    margin: 0;
    font-size: 14px;
    text-align: center; }
    .previewCartMessage .message span, .preview-Cart-Message .message span {
      font-weight: 700; }
    .previewCartMessage .message + .message, .preview-Cart-Message .message + .message {
      margin-top: 5px; }
      @media (min-width: 801px) {
        .previewCartMessage .message + .message, .preview-Cart-Message .message + .message {
          margin-top: 8px; } }
    .previewCartMessage .message.white, .preview-Cart-Message .message.white {
      background-color: #fff;
      color: #232629;
      font-size: 10px; }

.previewCartList {
  list-style: none;
  margin: 0;
  flex: 1;
  overflow: auto;
  padding: 18px;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */ }
  .previewCartList::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */ }

.previewCartItem {
  display: flex;
  gap: 23px;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  border: 1px solid #e6e6e6; }
  .previewCartItem + .previewCartItem {
    margin-top: 10px; }
    @media (min-width: 801px) {
      .previewCartItem + .previewCartItem {
        margin-top: 15px; } }
  .previewCartItem a.thumbnail-img-link {
    text-decoration: none; }

.previewCartItem-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1; }

.previewCartItem-image {
  width: 136px;
  padding-right: 0;
  z-index: -1; }
  .previewCartItem-image img {
    width: 100%;
    max-height: 90%; }

.previewCartItem-name {
  font-family: "Glacial Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #232629; }

.previewCartItem-size {
  font-family: "Glacial Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57; }

.previewCartItem-professional {
  color: #9ca6a8;
  font-family: "Glacial Regular", sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic; }

.previewCartItem-price {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  font-family: "Glacial Regular", sans-serif; }
  .previewCartItem-price .excluding-tax span:first-child {
    font-family: "Glacial Bold", sans-serif;
    font-weight: 700; }
  .previewCartItem-price .including-tax {
    font-size: 14px; }
    @media (min-width: 801px) {
      .previewCartItem-price .including-tax {
        padding: 0 18px 8px 0; } }

.previewCartItem-actions {
  display: flex;
  align-items: center;
  margin-top: 17px; }
  .previewCartItem-actions .cart-item-remove {
    margin-left: 40px; }
  .previewCartItem-actions .form-input {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.8px;
    text-transform: uppercase; }

.previewCartSummary-title {
  padding: 0 10px 8px;
  text-align: center;
  font-family: "Glacial Regular", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: relative;
  line-height: 32px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6; }
  @media (min-width: 801px) {
    .previewCartSummary-title {
      cursor: default;
      padding: 0 32px 10px;
      font-size: 20px;
      border-bottom: 0; } }
  .previewCartSummary-title svg {
    position: absolute;
    right: 18px;
    top: 4px;
    transition: transform 0.3s; }
    @media (min-width: 801px) {
      .previewCartSummary-title svg {
        display: none; } }
  .previewCartSummary-title.active {
    border-bottom: 0; }
    .previewCartSummary-title.active svg {
      transform: rotate(45deg); }
    .previewCartSummary-title.active + .previewCartSubTotals {
      display: block; }

.previewCartSubTotals {
  padding: 12px;
  border: 1px solid #e6e6e6;
  border-width: 1px 0;
  font-family: "Glacial Bold", sans-serif;
  font-size: 12px;
  display: none; }
  @media (min-width: 801px) {
    .previewCartSubTotals {
      display: block;
      padding: 13px 32px;
      font-size: 14px; } }

.previewCartGrandTotals {
  padding: 12px;
  font-family: "Glacial Bold", sans-serif;
  font-size: 16px; }
  @media (min-width: 801px) {
    .previewCartGrandTotals {
      padding: 13px 32px;
      font-size: 20px; } }
  .previewCartGrandTotals .previewCartTotal-amount {
    font-size: 18px;
    line-height: 1.33; }
  .previewCartGrandTotals .order-total-title {
    font-size: 18px; }
  .previewCartGrandTotals .previewCartTotal-label span:last-child {
    font-size: 12px; }
    @media (min-width: 801px) {
      .previewCartGrandTotals .previewCartTotal-label span:last-child {
        font-size: 14px; } }

.order-total.cart-grand-total {
  display: flex;
  justify-content: space-between; }
  .order-total.cart-grand-total span:nth-child(1) {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3; }
  .order-total.cart-grand-total span:nth-child(2) {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }

.previewCartTotal {
  display: flex;
  justify-content: space-between;
  font-size: 14px; }
  .previewCartTotal-amount {
    font-family: "Glacial Bold", sans-serif;
    font-weight: 700; }
  .previewCartTotal + .previewCartTotal {
    margin-top: 8px; }

.previewCartAction {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 12px; }
  @media (min-width: 801px) {
    .previewCartAction {
      padding: 0 32px; } }
  .previewCartAction .btn {
    padding: 10px 20px;
    font-weight: 400;
    font-size: 12px; }
    @media (min-width: 801px) {
      .previewCartAction .btn {
        padding: 12px 20px;
        font-size: 16px; } }
  .previewCartAction .previewCartAction-checkout {
    text-align: center;
    font-size: 12px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    line-height: 1.3;
    padding: 16px 22px; }
  .previewCartAction .previewCartAction-viewCart {
    background-color: #232629;
    color: #fff;
    font-family: "Glacial Regular", sans-serif;
    font-size: 12px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    border: none;
    padding: 16px 22px;
    line-height: 1.3; }
    @media (min-width: 801px) {
      .previewCartAction .previewCartAction-viewCart {
        background-color: #232629;
        color: #fff;
        font-family: "Glacial Bold", sans-serif;
        order: -1;
        border: 1px solid #232629; } }

.previewCartAction-paymentIcons {
  margin-top: 16px;
  text-align: center; }
  .previewCartAction-paymentIcons img {
    display: inline-block;
    max-width: 100%;
    height: auto; }

.cart-actions-paymentIcons {
  clear: both;
  margin-top: 16px;
  text-align: center; }
  .cart-actions-paymentIcons img {
    display: inline-block;
    max-width: 100%;
    height: auto; }

.previewCartUpload {
  padding: 18px 12px 12px;
  text-align: center;
  border-top: 0; }
  @media (min-width: 801px) {
    .previewCartUpload {
      padding: 25px 32px 30px;
      border: 1px solid #e6e6e6; } }
  .previewCartUpload p {
    font-family: "Glacial Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 14px;
    color: #232629;
    line-height: 2;
    padding: 0 15px; }
    @media (min-width: 801px) {
      .previewCartUpload p {
        margin-bottom: 28px;
        padding: 0; } }
  .previewCartUpload svg {
    display: block;
    margin: auto;
    margin-bottom: 20px; }
  .previewCartUpload .btn {
    padding: 10px 20px;
    font-weight: 400;
    font-size: 12px; }
    @media (min-width: 801px) {
      .previewCartUpload .btn {
        padding: 16px 20px;
        font-size: 16px; } }

.previewCart-additionalCheckoutButtons {
  gap: 0px; }

.cart-item-remove svg {
  display: block; }

.page-cart .breadcrumbs {
  margin-bottom: 0; }

.cart-head {
  display: flex;
  align-items: center;
  position: relative;
  height: 60px;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-head {
      height: 100px; } }
  .cart-head .page-heading {
    margin: 0;
    justify-self: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 3.2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 801px) {
      .cart-head .page-heading {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 6px; } }

.cart-back {
  padding: 0 11px;
  border: 1px solid #232629;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-decoration: none;
  height: 28px;
  justify-self: flex-start;
  display: flex;
  align-items: center;
  gap: 10px; }
  .cart-back span {
    font-family: "Glacial Regular", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1.8px;
    color: #232629; }
    @media (min-width: 801px) {
      .cart-back span {
        font-family: "Glacial Bold", sans-serif; } }
  @media (min-width: 551px) {
    .cart-back {
      padding: 11px 16px;
      font-size: 12px;
      width: auto;
      height: 38px; } }
  .cart-back span {
    margin-top: 2px; }
  .cart-back .on-small {
    display: block; }
    @media (min-width: 801px) {
      .cart-back .on-small {
        display: none; } }
  .cart-back .on-large {
    display: none; }
    @media (min-width: 801px) {
      .cart-back .on-large {
        display: block; } }

@media (min-width: 801px) {
  .cart-body {
    display: flex;
    column-gap: 20px;
    margin-bottom: 30px; } }

.cart-body-content {
  width: 100%; }
  @media (min-width: 801px) {
    .cart-body-content {
      width: 67%; } }
  .cart-body-content-full {
    width: 100%; }

.cart-body-summary {
  left: 0;
  bottom: 68px;
  z-index: 2;
  box-shadow: 0px -15px 36px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff; }
  @media (min-width: 801px) {
    .cart-body-summary {
      position: relative;
      flex: 1;
      width: auto;
      bottom: 0;
      box-shadow: none; } }
  .cart-body-summary-wrapper {
    overflow: hidden; }
    @media (min-width: 801px) {
      .cart-body-summary-wrapper {
        position: sticky;
        top: 10px; } }

.cart-delivery {
  background-color: #1d2023;
  color: white;
  padding: 8px 20px;
  text-align: center;
  margin-bottom: 12px; }
  @media (min-width: 551px) {
    .cart-delivery {
      margin-bottom: 17px; } }
  .cart-delivery span {
    font-weight: 700; }

.cart-item-price > div {
  display: flex;
  align-items: baseline;
  gap: 15px; }
  @media (min-width: 1261px) {
    .cart-item-price > div:nth-child(1) {
      flex-direction: column;
      gap: 0;
      margin-bottom: 10px; } }

.cart-item-price span {
  font-size: 12px;
  font-family: "Glacial Bold", sans-serif;
  line-height: 1.45;
  letter-spacing: 2.4px;
  display: block; }
  @media (min-width: 551px) {
    .cart-item-price span.small-text {
      font-size: 0.625rem;
      font-family: "Glacial Regular", sans-serif; } }
  @media (min-width: 551px) {
    .cart-item-price span {
      font-size: 15px;
      letter-spacing: 4.4px; } }
  @media only screen and (max-width: 374px) {
    .cart-item-price span {
      font-size: 10px; } }

@media (min-width: 551px) {
  .cart-item-price .including-tax {
    display: flex;
    gap: 0; } }

@media (min-width: 1260px) {
  .cart-item-price .including-tax {
    flex-direction: column; } }

@media (min-width: 551px) {
  .cart-item-price .including-tax.discounted {
    padding-top: 0.3125rem; } }

.cart-item-price .including-tax span {
  font-size: 10px; }
  @media (min-width: 551px) {
    .cart-item-price .including-tax span {
      font-size: 12px; } }

.cart-grand-total .cart-total-label {
  font-size: 18px;
  line-height: 1.3; }

.cart-item-capacity {
  margin: 10px 0; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.78571rem;
  margin-right: -0.78571rem; }

.address {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1024px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

.address-title {
  margin: 0 0 0.78571rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.78571rem; }

.address-details--postal {
  font-size: 15px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #757575;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #757575; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 801px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

.video-figure {
  margin-right: 1.85714rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.cart-preview {
  width: 100%;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  opacity: 0;
  z-index: 20;
  position: fixed;
  background-color: #fff;
  height: 100%;
  top: 0;
  transform: translateX(100%);
  right: 0;
  z-index: 500; }
  .cart-preview .sidebar-header {
    display: flex;
    align-items: center;
    justify-content: start;
    color: #232629;
    flex-direction: row-reverse; }
    @media (min-width: 801px) {
      .cart-preview .sidebar-header {
        flex-direction: row;
        justify-content: end; } }
  .cart-preview .sidebar-items {
    font-size: 12px;
    margin-top: 5px; }
  .cart-preview .sidebar-close {
    margin: 0 0 0 20px;
    left: auto;
    right: 10px; }
    @media (min-width: 801px) {
      .cart-preview .sidebar-close {
        margin: 0;
        position: absolute;
        top: 30px;
        right: 40px !important;
        left: unset !important; } }
    .cart-preview .sidebar-close svg {
      display: block; }
    .cart-preview .sidebar-close svg path {
      stroke: #232629; }
    @media (min-width: 801px) {
      .cart-preview .sidebar-close {
        right: auto;
        left: 10px; } }
  .cart-preview .sidebar-back {
    padding: 0;
    margin-right: 13px; }
    .cart-preview .sidebar-back svg {
      display: block; }
  .cart-preview .sidebar-title {
    color: #1d2023;
    text-align: center;
    font-family: "Glacial Regular", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    padding: 24px 0;
    margin: 0 auto; }
    @media (min-width: 801px) {
      .cart-preview .sidebar-title {
        font-size: 22px;
        font-style: normal;
        line-height: 70px;
        padding: 0;
        letter-spacing: 4.8px; } }
  .cart-preview .sidebar-inner {
    height: 100%;
    overflow-y: auto; }
  .cart-preview .previewCartMessage {
    padding: 0 18px 0 18px; }
  @media (min-width: 551px) {
    .cart-preview {
      width: 463px; } }
  .cart-preview .previewCart {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25); }
  .cart-preview .previewCartUpload {
    padding: 22px 31px 22px 38px; }
    .cart-preview .previewCartUpload p {
      font-family: "Glacial Bold", sans-serif;
      color: #232629;
      text-align: left; }

@media (min-width: 801px) {
  .previewCart .productView {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 75%;
    float: left;
    display: flex;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0; }
  .previewCart .productView-image {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 58.33333%;
    float: left;
    display: flex;
    flex-direction: column; }
  .previewCart .productView-image--cart {
    align-self: flex-start;
    margin: 0 auto;
    width: 100%; }
  .previewCart .productView-details {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 41.66667%;
    float: left; } }

.previewCart .productView-title {
  margin-top: 0; }

.previewCart-emptyBody {
  padding: 15px 32px;
  text-align: center; }
  .previewCart-emptyBody a {
    font-weight: 600;
    text-decoration: none; }

.previewCartSummary {
  padding: 10px 0; }
  @media (min-width: 801px) {
    .previewCartSummary {
      padding: 20px 18px; } }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.78571rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 801px) {
    .suggestiveCart {
      display: block; } }

.off-canvas-proceed-btn {
  padding: 0 18px; }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1024px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1024px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 801px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.78571rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 64.28571rem; }

.login-row {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 801px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: 0.78571rem; }

@media (min-width: 1261px) {
  .quickSearch {
    position: relative; } }

.quickSearchResults {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 17px;
  gap: 33px; }
  .quickSearchResults span {
    font-family: "Glacial Bold", sans-serif; }
  .quickSearchResults .list-title {
    font-size: 12px;
    line-height: 1.25;
    width: 100%;
    margin-bottom: 16px;
    color: #707070;
    text-transform: capitalize; }
    @media (min-width: 801px) {
      .quickSearchResults .list-title {
        margin-bottom: 35px; } }
  .quickSearchResults .recommendation-list {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .quickSearchResults .recommendation-list > div {
      display: flex;
      flex-direction: column;
      gap: 24px; }
    .quickSearchResults .recommendation-list .list-title {
      margin-bottom: 0; }
    .quickSearchResults .recommendation-list .recommendation-item {
      display: flex;
      gap: 16px;
      align-items: center;
      font-size: 14px;
      line-height: 1.57;
      text-transform: capitalize;
      text-decoration: none;
      cursor: pointer; }
      .quickSearchResults .recommendation-list .recommendation-item-loading {
        width: 60%;
        height: 22px;
        background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
        background-size: 200% 100%;
        -webkit-animation: 1.5s shine linear infinite;
        animation: 1.5s shine linear infinite; }
    @media (min-width: 801px) {
      .quickSearchResults .recommendation-list {
        width: 25%; } }
  .quickSearchResults .products-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    .quickSearchResults .products-list a {
      text-decoration: none; }
    .quickSearchResults .products-list > div {
      display: flex;
      overflow: scroll;
      width: 100%;
      gap: 9px;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .quickSearchResults .products-list > div::-webkit-scrollbar {
        display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .products-list {
        width: 37.5%; }
        .quickSearchResults .products-list > div {
          flex-wrap: wrap;
          overflow: unset; } }
  .quickSearchResults .product-item {
    display: flex;
    flex-direction: column; }
    .quickSearchResults .product-item p {
      margin: 0;
      font-size: 12px;
      line-height: 1.25;
      color: #232629; }
    .quickSearchResults .product-item img {
      border: 1px solid #e6e6e6;
      min-width: 104px;
      min-height: 104px;
      object-fit: contain; }
    .quickSearchResults .product-item > div {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 9px 0 7px 0;
      gap: 9px; }
    .quickSearchResults .product-item-loading > div:nth-child(1) {
      width: 80px;
      height: 80px;
      background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
      background-size: 200% 100%;
      -webkit-animation: 1.5s shine linear infinite;
      animation: 1.5s shine linear infinite; }
    .quickSearchResults .product-item-loading p {
      width: 90px;
      height: 15px;
      background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
      background-size: 200% 100%;
      -webkit-animation: 1.5s shine linear infinite;
      animation: 1.5s shine linear infinite; }
    @media (min-width: 801px) {
      .quickSearchResults .product-item {
        padding-right: 29px;
        gap: 25px;
        flex-direction: row; }
        .quickSearchResults .product-item img {
          width: 80px;
          min-width: 80px;
          min-height: 80px; } }
  .quickSearchResults .posts-list {
    display: flex;
    flex-direction: column; }
    .quickSearchResults .posts-list > a:nth-child(2) {
      margin-bottom: 16px; }
    .quickSearchResults .posts-list > div {
      display: flex;
      overflow: scroll;
      width: 100%;
      gap: 9px;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .quickSearchResults .posts-list > div::-webkit-scrollbar {
        display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .posts-list {
        flex: 1; }
        .quickSearchResults .posts-list > div {
          flex-direction: column; } }
  .quickSearchResults .post-item {
    text-decoration: none;
    display: flex;
    background: #f0c3d2;
    min-width: 220px; }
    .quickSearchResults .post-item img {
      width: 80px;
      object-fit: cover;
      min-height: 80px; }
    .quickSearchResults .post-item p {
      padding: 7px 12px 12px 12px;
      margin: 0;
      color: #232629;
      font-size: 12px;
      line-height: 1.25; }
    .quickSearchResults .post-item-loading {
      background-color: transparent; }
      .quickSearchResults .post-item-loading div {
        width: 80px;
        height: 80px;
        background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
        background-size: 200% 100%;
        -webkit-animation: 1.5s shine linear infinite;
        animation: 1.5s shine linear infinite; }
      .quickSearchResults .post-item-loading p {
        margin-left: 16px;
        width: 90px;
        height: 15px;
        background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
        background-size: 200% 100%;
        -webkit-animation: 1.5s shine linear infinite;
        animation: 1.5s shine linear infinite; }
    @media (min-width: 801px) {
      .quickSearchResults .post-item {
        min-width: unset; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        display: block; } }
  @media (min-width: 801px) {
    .quickSearchResults {
      width: calc(100vw - 20px);
      left: 50%;
      transform: translateX(-50%);
      top: 190px;
      padding: 18px 24px 32px 24px;
      position: absolute;
      z-index: 500;
      border-radius: 20px;
      border: 1px solid #e6e6e6;
      flex-direction: row;
      gap: 0; } }
  @media (min-width: 1024px) {
    .quickSearchResults {
      width: 70vw;
      top: 140px; } }
  @media (min-width: 1261px) {
    .quickSearchResults {
      top: 70px;
      left: 0;
      transform: none;
      width: 60vw; } }

.searchPage .card-img-container img,
.categoryPage .card-img-container img {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%; }

.searchPage .card-img-container::after,
.categoryPage .card-img-container::after {
  display: none; }

.searchPage .no-results,
.categoryPage .no-results {
  align-self: center;
  margin: 0 auto; }

.searchPage .button--certificate,
.categoryPage .button--certificate {
  padding: 10px 16px !important; }

.searchPage .sortBy,
.categoryPage .sortBy {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  margin-bottom: 20px; }
  .searchPage .sortBy p,
  .categoryPage .sortBy p {
    margin: 0;
    color: #232629;
    font-size: 16px;
    line-height: 1.5; }
  .searchPage .sortBy > div,
  .categoryPage .sortBy > div {
    display: flex;
    padding: 15px 25px 15px 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    align-items: center;
    min-width: 200px;
    justify-content: space-between;
    background-color: white;
    border: 1px solid #e6e6e6;
    text-transform: capitalize;
    position: relative; }
  .searchPage .sortBy-value,
  .categoryPage .sortBy-value {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between; }
    .searchPage .sortBy-value svg,
    .categoryPage .sortBy-value svg {
      margin-left: auto; }
  .searchPage .sortBy-options,
  .categoryPage .sortBy-options {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: white;
    border: 1px solid #e6e6e6;
    width: 100%;
    z-index: 100; }
    .searchPage .sortBy-options > div,
    .categoryPage .sortBy-options > div {
      border-bottom: 1px solid #e6e6e6;
      padding: 10px 16px;
      cursor: pointer; }

.searchPage .options-hidden,
.categoryPage .options-hidden {
  height: 0;
  overflow: hidden; }
  .searchPage .options-hidden > div,
  .categoryPage .options-hidden > div {
    text-transform: capitalize; }

.searchPage .productGrid-container,
.categoryPage .productGrid-container {
  width: 100%; }
  @media (min-width: 801px) {
    .searchPage .productGrid-container,
    .categoryPage .productGrid-container {
      width: calc(100% - 244px); } }

.searchPage .productGrid,
.categoryPage .productGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 0 40px;
  height: fit-content;
  position: relative;
  z-index: 0; }
  @media (min-width: 551px) {
    .searchPage .productGrid,
    .categoryPage .productGrid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 801px) {
    .searchPage .productGrid,
    .categoryPage .productGrid {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 1024px) {
    .searchPage .productGrid,
    .categoryPage .productGrid {
      grid-template-columns: repeat(5, 1fr); } }
  .searchPage .productGrid::before, .searchPage .productGrid::after,
  .categoryPage .productGrid::before,
  .categoryPage .productGrid::after {
    display: none; }
  .searchPage .productGrid .product,
  .categoryPage .productGrid .product {
    padding: 0; }
  .searchPage .productGrid .card-text,
  .categoryPage .productGrid .card-text {
    color: #232629; }
  .searchPage .productGrid .price-section--withoutTax,
  .categoryPage .productGrid .price-section--withoutTax {
    font-size: 12px;
    line-height: 15px; }
  .searchPage .productGrid .price--withoutTax,
  .categoryPage .productGrid .price--withoutTax {
    font-family: "Glacial Bold", sans-serif;
    margin-right: 5px; }
  .searchPage .productGrid .card,
  .categoryPage .productGrid .card {
    margin: 0;
    border-radius: 16px;
    overflow: hidden; }
  .searchPage .productGrid .card-title,
  .categoryPage .productGrid .card-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57; }
  .searchPage .productGrid .btn-full,
  .categoryPage .productGrid .btn-full {
    width: 100% !important;
    text-align: center;
    display: flex;
    justify-content: center; }
    .searchPage .productGrid .btn-full span,
    .categoryPage .productGrid .btn-full span {
      margin: 0 !important; }
  @media (min-width: 801px) {
    .searchPage .productGrid,
    .categoryPage .productGrid {
      gap: 20px; } }

.searchPage .filters-mobile,
.categoryPage .filters-mobile {
  display: flex;
  gap: 12px;
  width: 100%;
  margin-bottom: 16px;
  z-index: 1; }
  .searchPage .filters-mobile > div,
  .categoryPage .filters-mobile > div {
    background-color: #fff;
    padding: 18px 20px 18px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    font-size: 12px;
    font-family: "Glacial Bold", sans-serif;
    line-height: 1.33;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    position: relative;
    z-index: 0; }

.searchPage .facetLabel,
.categoryPage .facetLabel {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-transform: capitalize;
  padding: 10px 12px; }
  .searchPage .facetLabel svg,
  .categoryPage .facetLabel svg {
    transform: scale(0.8); }

.searchPage #searchPage,
.searchPage #categoryPage,
.categoryPage #searchPage,
.categoryPage #categoryPage {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 20px; }

.searchPage .breadcrumbs,
.categoryPage .breadcrumbs {
  text-align: center;
  margin-bottom: 0;
  width: 100%; }

.searchPage .search-header,
.categoryPage .search-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding: 20px 27px 24px 27px;
  width: 100%; }
  .searchPage .search-header h3,
  .categoryPage .search-header h3 {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 4.4px;
    text-transform: uppercase;
    margin: 0; }
  .searchPage .search-header span,
  .categoryPage .search-header span {
    font-family: "Glacial Bold", sans-serif; }
  .searchPage .search-header-views,
  .categoryPage .search-header-views {
    display: flex;
    gap: 12px;
    width: 100%; }
    .searchPage .search-header-views > div,
    .categoryPage .search-header-views > div {
      width: 50%; }
    .searchPage .search-header-views > div:nth-child(1),
    .categoryPage .search-header-views > div:nth-child(1) {
      display: flex;
      justify-content: flex-end; }
    @media (min-width: 801px) {
      .searchPage .search-header-views,
      .categoryPage .search-header-views {
        width: auto; }
        .searchPage .search-header-views > div,
        .categoryPage .search-header-views > div {
          width: auto; } }
  .searchPage .search-header .active,
  .categoryPage .search-header .active {
    background-color: #232629;
    color: #fff; }
  .searchPage .search-header button,
  .categoryPage .search-header button {
    border: 1px solid #707070;
    cursor: pointer;
    padding: 16px;
    font-size: 12px;
    font-family: "Glacial Bold", sans-serif;
    line-height: 1.33;
    letter-spacing: 1.8px;
    text-transform: uppercase; }

.searchPage .search-facets,
.categoryPage .search-facets {
  width: 200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: min-content;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0; }
  .searchPage .search-facets-mb,
  .categoryPage .search-facets-mb {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    left: -100%;
    z-index: 500;
    max-width: 310px;
    transition: all ease-in-out 0.3s; }
    .searchPage .search-facets-mb::-webkit-scrollbar,
    .categoryPage .search-facets-mb::-webkit-scrollbar {
      display: none; }
    .searchPage .search-facets-mb > div:nth-child(1),
    .categoryPage .search-facets-mb > div:nth-child(1) {
      padding: 38px 17px 12px 19px;
      background-color: #232629;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 18px;
      font-family: "Glacial Bold", sans-serif;
      line-height: 1.33;
      text-transform: capitalize; }
      .searchPage .search-facets-mb > div:nth-child(1) p,
      .categoryPage .search-facets-mb > div:nth-child(1) p {
        margin: 0;
        color: white; }
      .searchPage .search-facets-mb > div:nth-child(1) span,
      .categoryPage .search-facets-mb > div:nth-child(1) span {
        color: white;
        text-align: right;
        cursor: pointer;
        font-size: 12px;
        line-height: 1.25;
        text-decoration-line: underline;
        margin-left: auto;
        margin-right: 30px; }
    .searchPage .search-facets-mb .facets-list,
    .categoryPage .search-facets-mb .facets-list {
      display: flex;
      flex-direction: column; }
      .searchPage .search-facets-mb .facets-list p,
      .categoryPage .search-facets-mb .facets-list p {
        margin: 0;
        color: #232629;
        font-size: 16px;
        line-height: 1.5;
        font-size: 16px;
        line-height: 1.5;
        text-transform: capitalize; }
      .searchPage .search-facets-mb .facets-list > div,
      .categoryPage .search-facets-mb .facets-list > div {
        display: flex;
        justify-content: space-between;
        padding: 19px 17px;
        align-items: center;
        border-bottom: 1px solid #e6e6e6; }
    .searchPage .search-facets-mb .facets-list-values,
    .categoryPage .search-facets-mb .facets-list-values {
      max-height: 70vh;
      overflow-y: auto; }
      .searchPage .search-facets-mb .facets-list-values > div,
      .categoryPage .search-facets-mb .facets-list-values > div {
        display: flex;
        padding: 12px 13px 13px 19px;
        border-bottom: 1px solid #e6e6e6;
        text-transform: capitalize;
        gap: 9px;
        align-items: center; }
      .searchPage .search-facets-mb .facets-list-values > div > div,
      .categoryPage .search-facets-mb .facets-list-values > div > div {
        width: 23px;
        height: 23px;
        border: 1px solid #e6e6e6;
        border-radius: 50%;
        padding: 2px;
        display: flex;
        align-items: center;
        justify-content: center; }
    .searchPage .search-facets-mb .close-icon,
    .categoryPage .search-facets-mb .close-icon {
      cursor: pointer; }
    .searchPage .search-facets-mb .close-filters,
    .categoryPage .search-facets-mb .close-filters {
      width: 100%;
      padding: 24px 16px; }
      .searchPage .search-facets-mb .close-filters button,
      .categoryPage .search-facets-mb .close-filters button {
        width: 100%;
        padding: 16px 20px;
        background-color: #232629;
        color: #fff;
        font-size: 12px;
        font-style: normal;
        font-family: "Glacial Bold", sans-serif;
        line-height: 1.3333;
        letter-spacing: 1.8px;
        text-transform: uppercase;
        display: flex;
        justify-content: space-between;
        align-items: center; }
  .searchPage .search-facets-header,
  .categoryPage .search-facets-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px; }
    .searchPage .search-facets-header p,
    .categoryPage .search-facets-header p {
      margin: 0;
      font-size: 22px;
      line-height: 1.45;
      letter-spacing: 4.4px;
      text-transform: uppercase;
      color: #232629; }
    .searchPage .search-facets-header a,
    .categoryPage .search-facets-header a {
      font-family: "Glacial Regular", sans-serif;
      color: #1d2023;
      cursor: pointer;
      font-size: 14px;
      text-decoration-line: underline; }

.searchPage .is-open,
.categoryPage .is-open {
  left: 0; }

.searchPage .productGrid,
.categoryPage .productGrid {
  width: 100%; }

.searchPage .category-load-more,
.categoryPage .category-load-more {
  width: 100%; }

.searchPage .facet,
.categoryPage .facet {
  background-color: white;
  padding: 25px 30px;
  border: 1px solid #e6e6e6;
  cursor: pointer; }
  .searchPage .facet > div:nth-child(1),
  .categoryPage .facet > div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1d2023;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 2.1px;
    text-transform: uppercase; }
  .searchPage .facet svg,
  .categoryPage .facet svg {
    transition: all ease-in-out 0.3s; }
  .searchPage .facet ul,
  .categoryPage .facet ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 0px;
    transition: height ease-in-out 0.3s;
    overflow: hidden; }
  .searchPage .facet li,
  .categoryPage .facet li {
    display: flex;
    gap: 16px;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize; }
    .searchPage .facet li > div,
    .categoryPage .facet li > div {
      width: 23px;
      height: 23px;
      border: 1px solid #e6e6e6;
      border-radius: 50%;
      padding: 2px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .searchPage .facet-open > div:nth-child(1),
  .categoryPage .facet-open > div:nth-child(1) {
    padding-bottom: 26px;
    border-bottom: 1px solid #e6e6e6; }
  .searchPage .facet-open ul,
  .categoryPage .facet-open ul {
    height: fit-content;
    padding-top: 21px;
    gap: 12px; }
  .searchPage .facet-open svg,
  .categoryPage .facet-open svg {
    transform: rotate(45deg); }

.searchPage .facet-selected,
.categoryPage .facet-selected {
  border-color: #232629 !important; }

.searchPage .facet-color,
.categoryPage .facet-color {
  border-radius: 50%;
  background-color: #e6e6e6;
  width: 100%;
  height: 100%; }

.searchPage .load-more-content,
.categoryPage .load-more-content {
  margin: 40px auto 0 auto; }

.searchPage .search-blogPosts,
.categoryPage .search-blogPosts {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 13px; }
  .searchPage .search-blogPosts .article-block-block,
  .categoryPage .search-blogPosts .article-block-block {
    position: relative;
    min-width: 100%;
    display: flex;
    flex-direction: column; }
  .searchPage .search-blogPosts .article-block-content,
  .categoryPage .search-blogPosts .article-block-content {
    flex: 1;
    display: flex;
    flex-direction: column; }
  .searchPage .search-blogPosts .article-block-link,
  .categoryPage .search-blogPosts .article-block-link {
    margin-top: auto; }

.searchPage .loading-main-view,
.categoryPage .loading-main-view {
  height: 30vh;
  width: 30vh;
  border-radius: 50%;
  border: 3px solid;
  border-color: #e6e6e6 transparent;
  -webkit-animation: spin 1s infinite ease-out;
  animation: spin 1s infinite ease-out;
  align-self: center;
  justify-self: center;
  margin: 20vh auto; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media (min-width: 551px) {
  .searchPage .search-blogPosts,
  .categoryPage .search-blogPosts {
    grid-template-columns: 1fr 1fr; } }

@media (min-width: 801px) {
  .searchPage .search-header,
  .categoryPage .search-header {
    gap: 40px;
    align-items: flex-start;
    padding: 40px 0 48px 0; }
  .searchPage .breadcrumbs,
  .categoryPage .breadcrumbs {
    text-align: left; }
  .searchPage .category-load-more,
  .categoryPage .category-load-more {
    margin-left: auto;
    width: calc(80% - 8px); }
  .searchPage .productGrid,
  .categoryPage .productGrid {
    margin-bottom: 80px; }
  .searchPage .category-load-more,
  .categoryPage .category-load-more {
    margin-top: 40px; }
  .searchPage .search-blogPosts,
  .categoryPage .search-blogPosts {
    grid-template-columns: 1fr 1fr 1fr; }
  .searchPage .card-title,
  .categoryPage .card-title {
    font-size: 18px;
    line-height: 1.33; }
  .searchPage .price-section--withoutTax,
  .categoryPage .price-section--withoutTax {
    font-size: 16px;
    line-height: 24px; }
  .searchPage .price--withoutTax,
  .categoryPage .price--withoutTax {
    margin-right: 10px; } }

.categoryPage .productGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 0 40px;
  height: fit-content;
  position: relative;
  z-index: 0; }
  @media (min-width: 801px) {
    .categoryPage .productGrid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1024px) {
    .categoryPage .productGrid {
      grid-template-columns: repeat(4, 1fr); } }

.categoryPage .search-facets {
  width: 270px; }

.categoryPage .productGrid-container {
  width: calc(100% - 290px); }
  @media (max-width: 801px) {
    .categoryPage .productGrid-container {
      width: 100%; } }

.categoryPage .sortBy p {
  color: #757575;
  font-size: 15px;
  line-height: 2.14286rem;
  margin-bottom: 0;
  padding-left: 0.78571rem;
  text-transform: uppercase;
  font-family: 'Glacial Bold', sans-serif;
  margin-right: 20px;
  letter-spacing: 1.8px; }

.categoryPage .sortBy .sortBy-value {
  font-family: 'Glacial Bold', sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 1.8px;
  text-transform: uppercase; }

.categoryPage .search-facets-mb .facets-list-values .navList-action {
  padding-left: 40px; }
  .categoryPage .search-facets-mb .facets-list-values .navList-action--checkbox::before, .categoryPage .search-facets-mb .facets-list-values .navList-action--checkbox::after {
    left: 15px; }

.navBar--account {
  min-width: 329px;
  background-color: white;
  margin: 0 auto;
  display: block; }
  @media (min-width: 801px) {
    .navBar--account {
      display: flex; } }
  .navBar--account .navBar-section {
    display: flex;
    flex-direction: column;
    padding: 0 25px;
    border: 1px solid #e6e6e6; }
    @media (min-width: 801px) {
      .navBar--account .navBar-section {
        border: 0; } }
    .navBar--account .navBar-section .navBar-item {
      border-bottom: 0;
      text-align: left; }
      @media (min-width: 801px) {
        .navBar--account .navBar-section .navBar-item {
          border-bottom: 1px solid #e6e6e6; } }
      .navBar--account .navBar-section .navBar-item:last-child {
        border-bottom: 0; }
      .navBar--account .navBar-section .navBar-item button.navBar-action {
        width: 100%;
        color: #1d2023;
        font-family: "Glacial Regular", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 2.6px;
        text-transform: uppercase; }
      .navBar--account .navBar-section .navBar-item .navBar-action {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        padding: 16px 0; }
        @media (min-width: 801px) {
          .navBar--account .navBar-section .navBar-item .navBar-action {
            padding: 22px 0; } }
        .navBar--account .navBar-section .navBar-item .navBar-action div {
          display: flex;
          align-items: center;
          gap: 18px; }
          .navBar--account .navBar-section .navBar-item .navBar-action div svg {
            width: 18px; }
            @media (min-width: 801px) {
              .navBar--account .navBar-section .navBar-item .navBar-action div svg {
                width: 31px; } }
          .navBar--account .navBar-section .navBar-item .navBar-action div p {
            margin: 0;
            color: #232629;
            font-family: "Glacial Regular", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.5; }
        .navBar--account .navBar-section .navBar-item .navBar-action .arrow-right {
          justify-self: flex-end;
          display: none; }
          @media (min-width: 801px) {
            .navBar--account .navBar-section .navBar-item .navBar-action .arrow-right {
              display: flex; } }
      .navBar--account .navBar-section .navBar-item.is-active {
        border-bottom: 0;
        position: relative; }
        @media (min-width: 801px) {
          .navBar--account .navBar-section .navBar-item.is-active {
            border-bottom: 1px solid #e6e6e6; } }
        .navBar--account .navBar-section .navBar-item.is-active::before {
          content: '';
          display: none;
          height: 100%;
          position: absolute;
          width: 7px;
          background-color: #232629;
          left: -36px; }
          @media (min-width: 801px) {
            .navBar--account .navBar-section .navBar-item.is-active::before {
              display: block; } }
        .navBar--account .navBar-section .navBar-item.is-active .navBar-action p {
          font-family: "Glacial Regular", sans-serif;
          font-weight: 400;
          line-height: 1.5; }
          @media (min-width: 801px) {
            .navBar--account .navBar-section .navBar-item.is-active .navBar-action p {
              font-family: "Glacial Bold", sans-serif;
              font-weight: 700;
              line-height: 1.25; } }
    .navBar--account .navBar-section .navBar-item-dropdown {
      display: block;
      border: 0; }
      @media (min-width: 801px) {
        .navBar--account .navBar-section .navBar-item-dropdown {
          display: none; } }
      .navBar--account .navBar-section .navBar-item-dropdown svg {
        transition: all 0.2s ease-in-out; }
    .navBar--account .navBar-section .navBar-dropdown-toggled svg {
      transition: all 0.2s ease-in-out;
      transform: rotate(180deg); }
    .navBar--account .navBar-section .navBar-dropdown-items {
      display: none;
      flex-direction: column; }
      @media (min-width: 801px) {
        .navBar--account .navBar-section .navBar-dropdown-items {
          display: flex;
          flex-direction: column; } }

@media (min-width: 801px) {
  .navBar-hub-account .navBar-section {
    padding: 18px 46px 32px; } }

@media (min-width: 801px) {
  .navBar-hub-account .navBar-section .navBar-dropdown-items {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 56px;
    row-gap: 19px; } }

@media (min-width: 801px) {
  .navBar-hub-account .navBar-section .navBar-dropdown-items .navBar-item {
    width: calc(25% - 42px);
    margin: 0; } }

@media (min-width: 801px) {
  .navBar-hub-account .navBar-section .navBar-dropdown-items .navBar-item:last-child {
    border-bottom: 1px solid #e6e6e6; } }

.account-heading {
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.21429rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1024px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1024px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #757575;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1024px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1024px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1024px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757575; }

.account_created_hero {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #707070;
  margin-bottom: 0;
  padding: 1.25rem 0; }
  .account_created_hero h1 {
    font-size: 2rem;
    color: #707070; }
  .account_created_hero p {
    color: #707070; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.71429rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

.icon--ratingFull svg {
  fill: #474747; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 90px;
  padding: 1.5rem;
  width: 160px; }

.apple-pay-checkout-button--white {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black); }

.apple-pay-checkout-button--white-border {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black);
  border: 0.5px solid #000; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button,
.apple-pay-supported .productView-options .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  margin: 0 0 0.78571rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGridWrapper {
  margin-top: 20px; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.78571rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    padding: 0.78571rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.21429rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1024px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1024px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1024px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.78571rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1024px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 13.28571rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.category-desc {
  margin-bottom: 3.125rem; }

.category-desc__after {
  display: none; }

.category-desc__toggle {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
  padding-block: 0.5rem; }
  .category-desc__toggle-text {
    color: #fff;
    margin-right: 0.5rem; }

.chevron {
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.25rem;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.rotate {
  transform: rotate(-135deg);
  margin-top: 0.3125rem;
  margin-bottom: 0; }

.category-subcategories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 15px; }
  @media (min-width: 551px) {
    .category-subcategories {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 20px;
      grid-row-gap: 20px; } }
  .category-subcategories .item {
    text-decoration: none; }
    .category-subcategories .item:hover span, .category-subcategories .item:active span {
      background-color: #232629;
      color: #fff; }
    .category-subcategories .item img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-top-right-radius: 0.625rem;
      border-top-left-radius: 0.625rem; }
      @media (min-width: 801px) {
        .category-subcategories .item img {
          height: 320px; } }
    .category-subcategories .item span {
      display: block;
      background-color: #e3d3e2;
      transition: all 0.3s;
      font-weight: 600;
      padding: 7px 12px;
      font-size: 12px;
      font-family: "Glacial Bold", sans-serif; }
      @media (min-width: 551px) {
        .category-subcategories .item span {
          padding: 17px 21px;
          font-size: 16px; } }

.category-header {
  position: relative;
  background-color: #d8dad6;
  padding: 20px 0 0 0;
  background-color: white;
  background-position: top right;
  background-size: auto;
  background-repeat: no-repeat;
  z-index: 0; }
  @media (min-width: 801px) {
    .category-header {
      padding: 30px 0; } }
  @media (min-width: 1024px) {
    .category-header {
      margin: 0 16px;
      padding: 48px 0 46px;
      background-size: cover; } }
  .category-header-body {
    padding: 0 35px; }
  .category-header .page-heading {
    color: #fff;
    font-size: 22px;
    text-align: left;
    z-index: 1;
    position: relative;
    margin: 0 0 1rem; }
    @media (min-width: 551px) {
      .category-header .page-heading {
        font-size: 40px;
        margin-bottom: 8px;
        line-height: 1.2;
        letter-spacing: 8px;
        text-transform: uppercase; } }
    .category-header .page-heading.peacci-category-heading {
      font-family: "Playfair Display", sans-serif;
      color: #fff;
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 1;
      letter-spacing: normal; }
  .category-header .category-desc {
    padding: 0 0 20px 0;
    margin: 0; }
    @media (min-width: 801px) {
      .category-header .category-desc {
        padding: 0;
        width: 50%; } }
    .category-header .category-desc p {
      margin: 0;
      color: #fff; }
    .category-header .category-desc ul {
      margin: 1.25rem 0;
      display: flex;
      align-items: center;
      gap: 1.25rem; }
      @media (max-width: 801px) {
        .category-header .category-desc ul {
          flex-wrap: wrap; } }
      .category-header .category-desc ul li {
        list-style-type: none; }
        .category-header .category-desc ul li a {
          color: #fff;
          align-items: center;
          border-radius: 0.5rem;
          background-color: #232629;
          border: 1px solid #232629;
          display: flex;
          font-family: "Glacial Bold", sans-serif;
          font-size: 0.75rem;
          justify-content: space-between;
          padding: 0.6875rem 1rem;
          text-align: center;
          text-decoration: none;
          transition: all 0.2s ease-in-out;
          width: 100%;
          letter-spacing: 0.15em; }
          @media (min-width: 801px) {
            .category-header .category-desc ul li a {
              width: max-content; } }
          .category-header .category-desc ul li a:hover, .category-header .category-desc ul li a:focus, .category-header .category-desc ul li a:active {
            color: #232629;
            background-color: #fff;
            transition: all 0.2s ease-in-out; }
            .category-header .category-desc ul li a:hover svg,
            .category-header .category-desc ul li a:hover path, .category-header .category-desc ul li a:focus svg,
            .category-header .category-desc ul li a:focus path, .category-header .category-desc ul li a:active svg,
            .category-header .category-desc ul li a:active path {
              stroke: #232629; }
  .category-header img {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    height: 134px; }
    @media (min-width: 551px) {
      .category-header img {
        height: 190px; } }

.page-category .page-main.full {
  padding: 0;
  border: none;
  margin-bottom: 20px; }

.page-category .page-sidebar {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 551px) {
    .page-category .page-sidebar {
      display: block;
      margin-top: 20px; } }
  @media (min-width: 801px) {
    .page-category .page-sidebar {
      position: sticky;
      top: 0;
      width: 26%; } }
  @media (max-width: 360px) {
    .page-category .page-sidebar {
      padding: 0; } }

.page-category .close-filters {
  width: 100%;
  padding: 24px 16px; }
  @media (min-width: 801px) {
    .page-category .close-filters {
      display: none; } }
  .page-category .close-filters button {
    width: 100%;
    padding: 16px 20px;
    background-color: #232629;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-family: "Glacial Bold", sans-serif;
    line-height: 1.3333;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center; }

.page-category .facets-list {
  display: flex;
  flex-direction: column; }
  .page-category .facets-list p {
    margin: 0;
    color: #232629;
    font-size: 16px;
    line-height: 1.5;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize; }
  .page-category .facets-list > div {
    display: flex;
    justify-content: space-between;
    padding: 19px 17px;
    align-items: center;
    border-bottom: 1px solid #e6e6e6; }

.page-category .is-open {
  left: 0; }

.page-category .facetedSearch-refineFilters {
  position: relative; }
  .page-category .facetedSearch-refineFilters .sidebarBlock-heading {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 4.8px; }
  .page-category .facetedSearch-refineFilters li a {
    position: unset; }
  @media (min-width: 801px) {
    .page-category .facetedSearch-refineFilters a {
      position: absolute;
      left: 0;
      top: 30px;
      left: initial; } }
  @media (min-width: 1024px) {
    .page-category .facetedSearch-refineFilters a {
      position: absolute;
      right: 0;
      top: 6px; } }

.page-category .facetedSearch-navList {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 14;
  max-width: 310px;
  transition: all ease-in-out 0.3s; }
  @media (min-width: 801px) {
    .page-category .facetedSearch-navList {
      background-color: transparent;
      position: relative;
      left: 0; } }
  .page-category .facetedSearch-navList .accordion-block {
    padding: 0;
    border: 0; }
    .page-category .facetedSearch-navList .accordion-block .accordion-navigation {
      border: 0;
      border-bottom: 1px solid #e6e6e6; }
      @media (min-width: 801px) {
        .page-category .facetedSearch-navList .accordion-block .accordion-navigation {
          border: 0; } }
      @media (min-width: 801px) {
        .page-category .facetedSearch-navList .accordion-block .accordion-navigation.is-open {
          border-bottom: 1px solid #e6e6e6; } }
      .page-category .facetedSearch-navList .accordion-block .accordion-navigation.is-open .accordion-icon {
        transform: rotate(45deg); }
      .page-category .facetedSearch-navList .accordion-block .accordion-navigation .accordion-icon {
        display: none; }
        @media (min-width: 801px) {
          .page-category .facetedSearch-navList .accordion-block .accordion-navigation .accordion-icon {
            display: block; } }
      .page-category .facetedSearch-navList .accordion-block .accordion-navigation .accordion-icon-mobile {
        display: block; }
        @media (min-width: 801px) {
          .page-category .facetedSearch-navList .accordion-block .accordion-navigation .accordion-icon-mobile {
            display: none; } }
    .page-category .facetedSearch-navList .accordion-block .accordion-title {
      font-family: "Glacial Regular", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px; }
      @media (min-width: 801px) {
        .page-category .facetedSearch-navList .accordion-block .accordion-title {
          font-size: 14px;
          line-height: 16px; } }
    @media (min-width: 801px) {
      .page-category .facetedSearch-navList .accordion-block {
        padding: 0 20px;
        background-color: #fff;
        border: 1px solid #e6e6e6; } }
  .page-category .facetedSearch-navList::-webkit-scrollbar {
    display: none; }
  .page-category .facetedSearch-navList.is-open {
    z-index: 100;
    left: 0; }
  .page-category .facetedSearch-navList .facetedSearch-header {
    padding: 38px 17px 12px 19px;
    background-color: #232629;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-family: "Glacial Bold", sans-serif;
    line-height: 1.33;
    text-transform: capitalize; }
    @media (min-width: 801px) {
      .page-category .facetedSearch-navList .facetedSearch-header {
        display: none; } }
    .page-category .facetedSearch-navList .facetedSearch-header .filter-back-icon {
      display: none; }
    .page-category .facetedSearch-navList .facetedSearch-header .filter-back-container {
      display: flex;
      align-items: center;
      gap: 10px; }
    .page-category .facetedSearch-navList .facetedSearch-header p {
      margin: 0;
      color: white;
      font-family: "Glacial Bold", sans-serif;
      font-weight: bold; }
    .page-category .facetedSearch-navList .facetedSearch-header div {
      color: white;
      text-align: right;
      font-size: 12px;
      line-height: 1.25;
      cursor: pointer; }

.filters-category {
  display: flex;
  gap: 12px;
  width: 100%;
  margin-bottom: 16px;
  align-items: end; }
  @media (max-width: 360px) {
    .filters-category {
      display: block; } }
  @media (max-width: 360px) {
    .filters-category .hide-min-md {
      margin-top: 10px; } }
  .filters-category > div {
    flex: 1;
    height: 100%; }
  .filters-category .actionBar {
    height: 100%;
    width: 100%;
    margin: 0; }
  .filters-category .actionBar-section {
    width: 100%; }
  .filters-category .facetedSearch-toggle-text,
  .filters-category .facetedSearch-toggle-indicator {
    width: 100%;
    height: 100%;
    margin: 0; }
    .filters-category .facetedSearch-toggle-text svg,
    .filters-category .facetedSearch-toggle-indicator svg {
      transform: rotate(-90deg); }
      @media (min-width: 801px) {
        .filters-category .facetedSearch-toggle-text svg,
        .filters-category .facetedSearch-toggle-indicator svg {
          transform: none; } }
  .filters-category .toggleLink-text {
    display: flex;
    justify-content: space-between;
    color: #232629;
    font-family: "Glacial Bold", sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    text-align: left; }
  .filters-category .toggleLink-text--off {
    display: flex !important; }
  .filters-category .toggleLink-text--on {
    display: none !important; }

.card-actions {
  margin-top: 10px;
  text-align: left; }
  .card-actions .button {
    margin: 0;
    border: 1px solid #232629;
    color: #232629;
    font-family: "Glacial Bold", sans-serif;
    text-transform: uppercase;
    font-size: 8px;
    line-height: 1.2;
    height: 26px;
    border-radius: 0;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 5px;
    padding: 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 551px) {
      .card-actions .button {
        font-size: 12px;
        height: 38px;
        column-gap: 15px;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; } }
    .card-actions .button span {
      display: inline-block;
      margin-left: 7px; }
      @media (min-width: 551px) {
        .card-actions .button span {
          margin-left: 20px; } }
    .card-actions .button svg {
      margin-right: 7px; }
      @media (min-width: 551px) {
        .card-actions .button svg {
          margin-right: 15px; } }

.category-add-to-cart {
  gap: 10px;
  flex-wrap: wrap !important; }
  @media (min-width: 551px) {
    .category-add-to-cart {
      gap: 1rem; } }
  .category-add-to-cart .form-increment {
    display: flex;
    align-items: center; }
    .category-add-to-cart .form-increment .form-input {
      color: #232629;
      font-family: "Glacial Bold", sans-serif;
      font-size: 12px;
      background: none;
      padding: 0;
      width: 24px;
      height: 16px;
      margin: 0;
      border-left: none;
      line-height: 1.3; }
      @media (min-width: 551px) {
        .category-add-to-cart .form-increment .form-input {
          width: 28px;
          height: 28px;
          border-left: 1px solid #d8dad6; } }
    .category-add-to-cart .form-increment .button--dec {
      display: none; }
      @media (min-width: 551px) {
        .category-add-to-cart .form-increment .button--dec {
          display: block; } }
    .category-add-to-cart .form-increment .button {
      border: none;
      height: 24px; }
      @media (min-width: 551px) {
        .category-add-to-cart .form-increment .button {
          height: 36px; } }
      .category-add-to-cart .form-increment .button svg {
        width: 8px;
        margin: 0 6px; }
        @media (min-width: 551px) {
          .category-add-to-cart .form-increment .button svg {
            margin: 0 10px; } }
      .category-add-to-cart .form-increment .button .small {
        display: block;
        fill: none; }
        @media (min-width: 551px) {
          .category-add-to-cart .form-increment .button .small {
            display: none; } }
      .category-add-to-cart .form-increment .button .large {
        display: none; }
        @media (min-width: 551px) {
          .category-add-to-cart .form-increment .button .large {
            display: block; } }

.card {
  margin-bottom: 20px; }
  @media (min-width: 551px) {
    .card {
      margin-bottom: 30px; } }
  .card .card-body {
    background-color: #fff;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 50px; }
    @media (min-width: 801px) {
      .card .card-body {
        padding: 12px 16px;
        padding-bottom: 60px; } }
    .card .card-body .button > span {
      font-family: "Glacial Bold", sans-serif;
      margin-left: 10px;
      text-align: left; }
      @media (min-width: 1024px) {
        .card .card-body .button > span {
          white-space: nowrap; } }
    .card .card-body .wishlist-wrapper {
      position: absolute;
      right: 5px; }
      @media (min-width: 551px) {
        .card .card-body .wishlist-wrapper {
          top: -14px;
          right: 20px; } }
      @media (min-width: 801px) {
        .card .card-body .wishlist-wrapper {
          top: -12px;
          right: 14px; } }
      .card .card-body .wishlist-wrapper button {
        padding: 0;
        line-height: 0; }
      .card .card-body .wishlist-wrapper svg {
        width: 11px; }
        @media (min-width: 551px) {
          .card .card-body .wishlist-wrapper svg {
            width: 16px; } }
    .card .card-body .card-title {
      text-align: left;
      padding-right: 20px; }
      .card .card-body .card-title > a {
        text-transform: none;
        letter-spacing: 0;
        font-size: 14px;
        line-height: 1.3; }
        @media (min-width: 551px) {
          .card .card-body .card-title > a {
            font-size: 16px; } }
    .card .card-body .price-section--withTax {
      display: none; }
    .card .card-body .price-section--minor {
      font-size: 12px;
      font-weight: 700;
      color: #232629; }
      @media (min-width: 551px) {
        .card .card-body .price-section--minor {
          font-size: 14px; } }
    .card .card-body .currency,
    .card .card-body .main-price {
      font-family: "Glacial Regular", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px; }
    .card .card-body .cents {
      font-family: "Glacial Regular", sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 15px;
      vertical-align: super; }
    .card .card-body .card-text {
      text-align: left;
      margin: 16px 0; }
      .card .card-body .card-text abbr {
        font-size: 12px;
        line-height: 16px;
        color: #232629;
        text-decoration: none; }
  .card .card-actions .btn {
    line-height: 16px;
    padding: 11px 10px; }

.br-product .card-body {
  position: relative; }

@media (max-width: 800px) {
  .br-product .card .card-body .card-title {
    min-height: 36.5px; } }

@media (max-width: 375px) {
  .br-product .card-body > :last-child {
    font-size: 10px; } }

.card-body > :first-child {
  position: relative; }

.card-body > :last-child {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 32px); }

@media (max-width: 800px) {
  .card-body > :last-child {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 16px); } }

.pagination {
  display: none; }

.category-load-more {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 551px) {
    .category-load-more {
      margin-bottom: 65px; } }
  .category-load-more .viewing-all {
    font-size: 18px;
    line-height: 1.3;
    color: #232629; }
    .category-load-more .viewing-all span {
      font-family: "Glacial Bold", sans-serif; }
  .category-load-more--line button {
    background-color: #232629;
    border: none;
    border-radius: 0;
    color: white;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    column-gap: 30px;
    padding: 16px 20px; }
    .category-load-more--line button span {
      font-family: "Glacial Bold", sans-serif; }
    .category-load-more--line button:focus {
      background-color: #232629;
      border-color: #232629;
      color: white; }
    .category-load-more--line button:hover {
      background-color: #232629;
      color: white; }

.category-promo {
  display: none; }
  .category-promo-img {
    padding: 3px;
    position: relative; }
    .category-promo-img [data-edit-mode]::after {
      content: '';
      display: block;
      height: 0;
      padding-bottom: 171.8%;
      width: 100%; }
    .category-promo-img img {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      border: 0;
      font-family: 'object-fit: contain;';
      max-height: 100%;
      object-fit: contain;
      width: 100%; }

.category-main--title {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 4.4px;
  text-transform: uppercase;
  margin-bottom: 8px; }
  @media (min-width: 801px) {
    .category-main--title {
      font-size: 30px;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: 6px;
      margin-bottom: 24px;
      padding-top: 20px; } }

.category-main--description {
  font-size: 14px;
  line-height: 1.57;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center; }
  .category-main--description p {
    margin: 0; }
  @media (min-width: 801px) {
    .category-main--description {
      width: 66%; } }

.recommendation-price {
  color: #232629;
  font-family: "Glacial Regular", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; }
  @media (min-width: 801px) {
    .recommendation-price {
      font-size: 16px; } }
  .recommendation-price .price-container {
    display: inline-flex;
    color: #232629;
    font-family: "Glacial Regular", sans-serif;
    font-weight: 400;
    line-height: 1.25; }
    .recommendation-price .price-container * {
      font-family: "Glacial Bold", sans-serif !important;
      font-weight: 700 !important;
      font-size: 1rem; }
    .recommendation-price .price-container.cents {
      font-size: 12px;
      vertical-align: super; }

.category-below-content-container {
  border-bottom: 1px solid #d9dee3; }

.form-range-inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center; }

.yellow-checkbox::before {
  background-color: #fff766 !important; }

.brown-checkbox::before {
  background-color: #964b00 !important; }

.pink-checkbox::before {
  background-color: #f854b4 !important; }

.red-checkbox::before {
  background-color: #bb0f1d !important; }

.neutrals-checkbox::before {
  background-color: #d9cbc5 !important; }

.purple-checkbox::before {
  background-color: #7328a2 !important; }

.blue-checkbox::before {
  background-color: #2f97e7 !important; }

.gold-checkbox::before {
  background-color: gold !important; }

.silver-checkbox::before {
  background-color: silver !important; }

.green-checkbox::before {
  background-color: #5ff830 !important; }

.orange-checkbox::before {
  background-color: #fc7e1e !important; }

.glitter-checkbox:before {
  content: '';
  background: url("../img/glitter.jpeg") !important;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.light-up-glitter-checkbox:before {
  content: '';
  background: url("../img/light-up-glitter.png") !important;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.metallic-checkbox:before {
  content: '';
  background: url("../img/metallic.png") !important;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.pearl-checkbox:before {
  content: '';
  background: url("../img/pearl.png") !important;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.cat-eye-checkbox:before {
  content: '';
  background: url("../img/cat-eye.png") !important;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.nude-checkbox::before {
  background-color: #d5b5ba !important; }

.white-checkbox::before {
  background-color: white !important; }

.black-checkbox:before {
  background-color: #000 !important; }

.yellow-checkbox:before {
  background-color: yellow; }

.grey-checkbox:before {
  background-color: grey !important; }

.main-colour-checkbox {
  display: flex;
  align-items: center;
  padding-bottom: 0;
  padding-left: 33px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Glacial Regular", sans-serif;
  font-weight: 400;
  color: #232629; }
  .main-colour-checkbox.is-selected::before {
    box-shadow: 0px 0px 0px 1px #232629 !important; }
  .main-colour-checkbox::before {
    display: block;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    padding: 2px;
    box-shadow: 0px 0px 0px 1px #e6e6e6;
    border: 2px solid white !important;
    box-sizing: border-box; }
  .main-colour-checkbox::after {
    display: none; }

.navList-action--checkbox.is-selected::after {
  border: 1px solid #232629 !important;
  background-image: none !important;
  transform: scale(1.6);
  border-radius: 50%; }

.navList-action--checkbox::before {
  border-radius: 50% !important; }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

/* ==========================================================================
   #LAYOUTS
   ========================================================================== */
.header {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5; }
  .page-default .header {
    border-bottom: 0; }

@keyframes slideIn {
  from {
    transform: translateY(-100%); } }

@keyframes slideOut {
  to {
    transform: translateY(-100%); } }

.panel-links-list {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center; }

.panel-links-item {
  flex: 1; }
  .panel-links-item + .panel-links-item {
    border-left: 0.0625rem solid #e6e6e6; }
  @media (min-width: 1024px) {
    .panel-links-item {
      flex: initial; } }
  .panel-links-item + .toggle-price {
    display: flex;
    align-items: center; }
  .panel-links-item .vat-toggle {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 26px;
    margin: 0.625rem; }
  .panel-links-item .vat-toggle input {
    display: none; }
  .panel-links-item .slider {
    cursor: pointer;
    background-color: #e0e0e0;
    border-radius: 34px;
    height: 100%;
    transition: all ease-in-out 0.3s;
    position: relative; }
  .panel-links-item .slider::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 5px;
    top: 3px;
    background-color: white;
    border-radius: 50%;
    transition: all ease-in-out .3s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }
  .panel-links-item .label-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.75rem;
    font-weight: 300;
    color: #333;
    right: 8px;
    transition: all ease-in-out 0.3s;
    text-transform: none;
    letter-spacing: 0; }
  .panel-links-item input:checked + .slider {
    background-color: #2c2c2c; }
  .panel-links-item input:checked + .slider::before {
    left: auto;
    right: 5px; }
  .panel-links-item input:checked + .slider .label-text {
    color: white;
    left: 8px;
    right: auto; }

.panel-links-action {
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.5rem 0.75rem;
  font-family: "Glacial Bold", sans-serif; }

.header-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem;
  border-top: 0.0625rem solid #e6e6e6; }
  @media (max-width: 1023px) {
    .page-default .header-main {
      padding-bottom: 0; } }
  @media (min-width: 1024px) {
    .header-main {
      padding: 0.75rem 1rem; } }

.header-menu {
  background-color: #232629;
  position: relative;
  z-index: 101; }
  @media (max-width: 1023px) {
    .header-menu {
      max-width: 345px;
      transition: all 0.3s ease-in-out;
      pointer-events: none;
      opacity: 0;
      z-index: 101;
      width: 92%;
      position: fixed;
      background-color: #f8f9fb;
      height: 100%;
      top: 0;
      transform: translateX(-100%);
      left: 0; } }
  @media (max-width: 1023px) and (min-width: 801px) {
    .header-menu {
      max-width: 463px; } }
  @media (max-width: 1023px) {
      .header-menu .sidebar-header {
        display: flex;
        align-items: center;
        padding: 15px 20px 5px;
        background-color: #232629; }
      .header-menu .sidebar-items {
        font-size: 12px;
        margin-top: 5px; }
      .header-menu .sidebar-close {
        padding: 10px;
        position: relative;
        left: 10px; }
        .header-menu .sidebar-close svg {
          display: block; }
      .header-menu .sidebar-back {
        padding: 0;
        margin-right: 13px; }
        .header-menu .sidebar-back svg {
          display: block; }
      .header-menu .sidebar-title {
        font-size: 16px;
        flex: 1;
        color: #fff;
        font-weight: 600;
        display: flex;
        align-items: center;
        padding: 10px;
        position: relative;
        right: 10px; }
      .header-menu .sidebar-inner {
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow-y: auto; } }
  @media (min-width: 1024px) {
    .header-menu {
      padding: 0 4.375rem; } }

.header-logo {
  flex: 1;
  margin: 0 0.9375rem 0 1.25rem; }
  @media (min-width: 1024px) {
    .header-logo {
      flex: initial;
      margin: 0;
      max-width: 18%; } }
  .header-logo__link {
    display: block; }
    .header-logo__link svg {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
    @media (min-width: 1024px) {
      .header-logo__link {
        padding: 0.625rem; }
        .header-logo__link svg {
          margin: 0; } }

@media (min-width: 1024px) {
  .header-links {
    order: 1; } }

.header-links-list {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0; }

.header-links-item + .header-links-item {
  margin-left: 1.25rem;
  padding-left: 0.8125rem;
  border-left: 0.0625rem solid #e6e6e6; }

.header-links-action {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 1.3;
  user-select: none; }
  .header-links-action svg {
    display: block; }
    @media (min-width: 1024px) {
      .header-links-action svg:first-child {
        margin-right: 0.625rem; } }
    .header-links-action svg:last-child {
      margin-left: 1.25rem; }
      @media (max-width: 1023px) {
        .header-links-action svg:last-child {
          display: none; } }
  .header-links-action p {
    margin: 0; }
  .header-links-action[data-cart-preview] {
    position: relative; }
  .header-links-action strong {
    font-family: "Glacial Bold", sans-serif; }
  .header-links-action.fill:hover svg:first-of-type {
    fill: #232629; }

@media (min-width: 1024px) {
  .header-navigation {
    margin-left: 1.125rem;
    order: 2;
    width: auto; } }

.header-navigation .header-links-item + .header-links-item {
  margin-left: 0;
  padding-left: 0;
  border: 0; }
  @media (min-width: 1024px) {
    .header-navigation .header-links-item + .header-links-item {
      margin-left: 0.625rem; } }

.header-navigation .header-links-action {
  padding: 0.4375rem; }
  .header-navigation .header-links-action-sign-in {
    background-color: #e3d3e2; }
  .header-navigation .header-links-action svg {
    width: 1.375rem;
    height: 1.375rem; }
  @media (min-width: 1024px) {
    .header-navigation .header-links-action {
      border: 0.0625rem solid #e6e6e6;
      padding: 0.75rem 1.25rem; }
      .header-navigation .header-links-action svg {
        width: auto;
        height: auto; } }

.header-search {
  width: 100%;
  margin-top: 1rem; }
  @media (min-width: 1024px) {
    .header-search {
      width: auto;
      flex: 1;
      margin: 0 1.25rem; } }
  .header-search .form-input {
    border-radius: 1.5625rem;
    height: 2.5rem;
    background-color: #f5f5f5; }
    @media (min-width: 1024px) {
      .header-search .form-input {
        background-color: transparent; } }
  .header-search form {
    position: relative; }
    .header-search form svg {
      position: absolute;
      right: 0.9375rem;
      top: 50%;
      transform: translateY(-50%); }
      @media (min-width: 1024px) {
        .header-search form svg {
          right: 1.125rem; } }

.mobileMenu-toggle a {
  display: block;
  padding: 0.4375rem; }

.mobileMenu-toggle svg {
  display: block; }

@media (min-width: 1024px) {
  .mobileMenu-toggle {
    display: none; } }

.body {
  margin-top: 0.9375rem; }
  .body.product {
    margin-top: 0.3125rem; }
    @media (min-width: 801px) {
      .body.product {
        margin-top: 1.25rem; } }
  @media (min-width: 801px) {
    .body {
      margin-top: 1.25rem; } }
  .body.page {
    margin-top: 0.9375rem !important; }
    @media (min-width: 801px) {
      .body.page {
        margin-top: 1.25rem !important; } }

.page {
  margin: 0;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        width: 73%;
        float: right; } }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding: 0 10px;
  position: relative;
  width: 100%; }
  @media (min-width: 801px) {
    .container {
      max-width: 1332px;
      padding: 0 16px; } }

.container-full {
  padding: 0 10px;
  position: relative;
  width: 100%; }
  @media (min-width: 801px) {
    .container-full {
      padding: 0 16px; } }

.blog-title {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.45;
  letter-spacing: 0.275rem; }
  @media (min-width: 801px) {
    .blog-title {
      margin-bottom: 1.5rem; } }
  @media (min-width: 1024px) {
    .blog-title {
      font-size: 1.875rem;
      line-height: 1.2;
      letter-spacing: 0.375rem; } }

.blog-summary {
  max-width: 53.625rem;
  margin: 0 auto 2.5rem; }
  .blog-summary p {
    color: #707070;
    text-align: center;
    font-family: "Glacial Regular", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57; }

.blog-post-figure {
  width: 100%;
  max-height: 26.8125rem;
  overflow: hidden;
  object-fit: cover;
  object-position: center; }
  .blog-post-figure img {
    object-fit: cover;
    object-position: center; }

.blog-post-body {
  max-width: 53.375rem;
  margin-top: 2.0625rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 801px) {
    .blog-post-body {
      margin-top: 6.0625rem; } }
  .blog-post-body p,
  .blog-post-body ul,
  .blog-post-body li {
    color: #232629;
    font-family: "Glacial Regular", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57; }

.blog-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.0625rem; }
  @media (min-width: 801px) {
    .blog-header {
      flex-direction: row;
      margin-bottom: 2.8125rem; } }
  .blog-header a {
    background-color: transparent;
    background-position-x: center;
    padding: 0 !important;
    width: 2.375rem !important;
    height: 2.375rem; }
    .blog-header a span {
      display: none; }
      @media (min-width: 801px) {
        .blog-header a span {
          display: block;
          color: #1d2023;
          text-align: center;
          font-family: "Glacial Bold", sans-serif;
          font-size: 0.75rem;
          font-style: normal;
          font-weight: 700;
          line-height: 1.33;
          letter-spacing: 0.1125rem;
          text-transform: uppercase; } }
    @media (min-width: 801px) {
      .blog-header a {
        background-position-x: 1.25rem;
        padding: 0.6875rem 1rem 0.6875rem 2.5rem !important;
        height: initial !important;
        width: fit-content !important; } }

.blog-tag-and-date {
  background-color: #232629;
  padding: 0.75rem 1rem;
  color: white;
  font-family: "Glacial Bold", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.1125rem;
  text-transform: uppercase;
  position: relative;
  text-align: right;
  max-width: 12.5rem; }
  @media (min-width: 801px) {
    .blog-tag-and-date {
      text-align: left;
      max-width: auto; } }
  .blog-tag-and-date::after {
    position: absolute;
    display: block;
    content: '';
    width: 1.5625rem;
    height: 100%;
    top: 0;
    right: auto;
    left: -rem-calc(25px);
    transform: scaleX(-1);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAADICAYAAAAjriWnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA5FJREFUeNrs3cFpVFEYhuGJWIAlKIFAdmnBDmzBDkwHWoElOB1YgiWYnSDYQzqIN6AgwjTwfs+BWSSzuy/n/59kMXN1fXP7dHKq5/zCM8ieT79+/nj/0nPIncfjdX/EPT//IHAv7tsj7sPfXxjRnfMc9c2/cQUOYerPzX38/w0juoGpj5feFDiCKYHjmLp07OAIpgSOY8qIjmNK4DimBI5jyg6OY0rgOKaM6DimBI5jSuA4puzgOKYEjmPKiI5jSuA4pgSOY8oOjmNK4DimjOg4pgSOY0rgOKbs4DimBI5jyoiOY0rgOKYEjmPKDo5jSuA4pozoOKYEjmNK4Dim7OA4pgSOY8qIjmNK4DimBI5jyg6OY0rgOKaM6DimBI5jSuA4puzgOKYEjmPKiI5jajnwBKZWA89ganEHT2FqLfAcppZG9CSmFgJPY6oeeB5T5R0MU+HAMBUe0TAVDQxT4cAwFd7BMBUODFPhEQ1T0cAwFQ4MU+EdDFPhwDAVHtEwFQ0MU+HAMBXewTAVDgxT4RENU9HAMBUODFPhHQxT4cAwFR7RMBUNDFPhwDAV3sEwFQ4MU+ERDVPRwDAVDgxT4R0MU+HAMBUe0TAVDQxT4cAwFd7BMBUODFPhEQ1T0cAwFQ4MU+EdDFOjinYige+O1/frm9s7j6N7g18fr29H5HceSXdEvzpeX4/IHzyW9g7+fET+4tE0ztUR8+nCew8n/81KKxq+Bv5Mgq+Bv4PhKx4YvqLIOsHX1g2Gr5HA8DUQGL4GAsNXFFnwNXaD4WskMHwNBIavgcDwFUUWfI3dYPgaCQxfA4HhayAwfEWRBV9jNxi+RgLD10Bg+BoIDF9RZMHX2A2Gr5HA8DUQGL4GAsNXFFnwNXaD4WskMHwNBIavgcDwFUUWfI3dYPgaCQxfA4HhayAwfEWRBV9jNxi+RgLD12nj86Kn8bX0geCT+CojC75Omx/pP4Wv1e9smMHX8pdyTODLt67E8bWIrCl8ucFxfAkcx5fAcXwJHMcXZMXx5QbH8SVwHF8Cx/ElcBxfkBXHlxscx5fAcXwJHMeXwHF8QVYcX25wHF8Cx/ElcBxfAsfxBVlxfLnBcXwJHMeXwHF8CRzHF2TF8eUGx/ElcBxfAsfxJXAcX5AVx5cbHMeXwHF8CRzHl8BxfEFWHF9ucBxfAsfxJXAcXwLH8QVZcXy5wXF8CRzHl8HF82cHtc/4twABNAZ9s+YFhPgAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-size: 1.5625rem 100%; }
    @media (min-width: 801px) {
      .blog-tag-and-date::after {
        left: auto;
        right: -rem-calc(25px);
        transform: scaleX(1); } }

.blog-post h1,
.blog-post h2,
.blog-post h3,
.blog-post h4 {
  margin-bottom: 1rem;
  font-size: 1.375rem;
  line-height: 1.45;
  letter-spacing: 0.275rem; }
  @media (min-width: 801px) {
    .blog-post h1,
    .blog-post h2,
    .blog-post h3,
    .blog-post h4 {
      margin-bottom: 1.5rem; } }
  @media (min-width: 1024px) {
    .blog-post h1,
    .blog-post h2,
    .blog-post h3,
    .blog-post h4 {
      font-size: 1.875rem;
      line-height: 1.2;
      letter-spacing: 0.375rem; } }

.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5,
.blog-post h6 {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2rem; }
  @media (min-width: 1024px) {
    .blog-post h2,
    .blog-post h3,
    .blog-post h4,
    .blog-post h5,
    .blog-post h6 {
      font-size: 1.375rem;
      line-height: 1.45;
      letter-spacing: 0.275rem; } }

.blog-post img {
  display: block;
  margin-bottom: 1rem;
  max-width: 80%;
  margin-inline: auto; }
  @media (min-width: 801px) {
    .blog-post img {
      margin-bottom: 1.5rem;
      max-width: 100%; } }

.blog-posts-page .main-section h1 {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: 1.375rem;
  line-height: 1.45;
  letter-spacing: 0.275rem; }
  @media (min-width: 801px) {
    .blog-posts-page .main-section h1 {
      font-size: 1.875rem;
      line-height: 1.2;
      letter-spacing: 0.375rem; } }

.blog-posts-page .main-section p {
  color: #707070;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.57;
  margin-bottom: 1.8125rem;
  max-width: 100ch;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 801px) {
    .blog-posts-page .main-section p {
      margin-bottom: 2.5rem; } }

.blog-posts-page .tags-section {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  margin: 1.6875rem 0;
  flex-wrap: wrap; }
  .blog-posts-page .tags-section .tags-opened {
    display: flex !important; }
  .blog-posts-page .tags-section .rotate-svg {
    transform: rotate(90deg); }
  .blog-posts-page .tags-section .tag-label {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    margin: 0;
    color: #232629;
    text-transform: uppercase;
    background-color: #fff;
    width: 100%;
    padding: 1.125rem 1rem 1.125rem 1.5rem;
    justify-content: space-between;
    border: 0.0625rem solid #e6e6e6; }
    .blog-posts-page .tags-section .tag-label p {
      color: #232629;
      margin: 0;
      font-size: 0.75rem;
      font-family: "Glacial Bold", sans-serif;
      line-height: 1.33;
      letter-spacing: 0.1125rem; }
    .blog-posts-page .tags-section .tag-label svg:nth-child(1) {
      display: none; }
      @media (min-width: 1024px) {
        .blog-posts-page .tags-section .tag-label svg:nth-child(1) {
          display: block; } }
    .blog-posts-page .tags-section .tag-label svg:nth-child(3) {
      display: block; }
      @media (min-width: 1024px) {
        .blog-posts-page .tags-section .tag-label svg:nth-child(3) {
          display: none; } }
    @media (min-width: 551px) {
      .blog-posts-page .tags-section .tag-label {
        width: 50%; } }
    @media (min-width: 1024px) {
      .blog-posts-page .tags-section .tag-label {
        width: auto;
        background-color: transparent;
        gap: 1.5625rem;
        padding: 0;
        border: none; }
        .blog-posts-page .tags-section .tag-label p {
          text-transform: capitalize;
          font-size: 1rem;
          font-family: "Glacial Regular", sans-serif;
          line-height: 1.5; } }
  @media (min-width: 1024px) {
    .blog-posts-page .tags-section [data-content-region='blog-posts-tags'] {
      margin: 0 auto 0 1.75rem; } }
  .blog-posts-page .tags-section .tags {
    margin: 0;
    position: absolute;
    flex-direction: column;
    left: 0;
    top: 3.25rem;
    width: 100%;
    z-index: 100;
    display: none; }
    .blog-posts-page .tags-section .tags a {
      background-color: #fff;
      color: #1d2023;
      display: flex;
      align-items: center;
      gap: 1.5625rem;
      font-size: 0.625rem;
      font-family: "Glacial Bold", sans-serif;
      line-height: 1.33;
      letter-spacing: 0.1125rem;
      text-transform: uppercase;
      padding: 0.875rem 1.125rem;
      border: 0.0625rem solid #e6e6e6;
      text-decoration: none;
      white-space: nowrap; }
      .blog-posts-page .tags-section .tags a svg {
        display: none; }
      .blog-posts-page .tags-section .tags a.active {
        background-color: #1d2023;
        color: #fff; }
    @media (min-width: 551px) {
      .blog-posts-page .tags-section .tags {
        top: 100%;
        width: calc(50% - 5px); } }
    @media (min-width: 1024px) {
      .blog-posts-page .tags-section .tags {
        top: auto;
        flex-direction: row;
        margin: 0 auto 0 1.75rem;
        position: relative;
        gap: 0.5rem;
        display: flex; }
        .blog-posts-page .tags-section .tags a {
          font-size: 0.75rem;
          justify-content: space-between; }
          .blog-posts-page .tags-section .tags a svg {
            display: block; } }
  .blog-posts-page .tags-section .sort-by {
    display: flex;
    gap: 1.125rem;
    align-items: center;
    width: 100%; }
    .blog-posts-page .tags-section .sort-by p {
      margin: 0;
      min-width: 3.0625rem;
      display: none; }
    .blog-posts-page .tags-section .sort-by select {
      height: 100%;
      padding: 1.125rem 1rem 1.125rem 1.5rem;
      background-color: #fff;
      font-family: "Glacial Bold", sans-serif;
      font-size: 0.75rem;
      line-height: 1.33;
      text-transform: uppercase;
      letter-spacing: 0.1125rem;
      background-position-x: calc(100% - 20px); }
    @media (min-width: 551px) {
      .blog-posts-page .tags-section .sort-by {
        width: 50%; } }
    @media (min-width: 1024px) {
      .blog-posts-page .tags-section .sort-by {
        width: auto; }
        .blog-posts-page .tags-section .sort-by select {
          text-transform: capitalize;
          padding: 0.9375rem 2.5rem 0.9375rem 1.25rem;
          font-family: "Glacial Regular", sans-serif; }
        .blog-posts-page .tags-section .sort-by p {
          display: block; } }
  @media (min-width: 551px) {
    .blog-posts-page .tags-section {
      flex-wrap: nowrap; } }
  @media (min-width: 1024px) {
    .blog-posts-page .tags-section {
      gap: none;
      margin-top: 4.5625rem; } }

.blog-posts-page .blog-posts-listing {
  display: flex;
  flex-direction: column;
  gap: 1.875rem; }
  .blog-posts-page .blog-posts-listing .no-posts {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
  @media (min-width: 801px) {
    .blog-posts-page .blog-posts-listing {
      padding: 2.5rem 0 3.375rem 0; } }

.blog-posts-page .blog-post {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #e3d3e2;
  border-top-right-radius: 0.625rem !important;
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem; }
  .blog-posts-page .blog-post img {
    border-radius: 0.625rem; }
  @media (min-width: 801px) {
    .blog-posts-page .blog-post {
      background-color: #fff;
      border: 0.0625rem solid #e6e6e6;
      width: 100%;
      display: flex;
      flex-direction: row;
      background: #fff;
      padding: 0;
      border-top-right-radius: 0 !important;
      border-bottom-left-radius: 0.625rem !important; } }

.blog-posts-page .blog-post-image {
  width: 100%;
  height: auto;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }
  .blog-posts-page .blog-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media (min-width: 801px) {
    .blog-posts-page .blog-post-image {
      border-top-left-radius: 0.625rem !important;
      border-top-right-radius: 0.625rem !important;
      min-width: 18.75rem;
      height: auto;
      width: 20%; } }

.blog-posts-page .blog-post-content {
  width: 90%;
  padding: 0 1.25rem 1.25rem; }
  .blog-posts-page .blog-post-content h3 {
    color: #232629;
    font-size: 1.125rem;
    line-height: 1.45;
    letter-spacing: 0.275rem;
    text-transform: uppercase;
    margin: 0; }
    @media (min-width: 801px) {
      .blog-posts-page .blog-post-content h3 {
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0.2rem; } }
  .blog-posts-page .blog-post-content p {
    color: #232629;
    font-size: 0.875rem;
    line-height: 1.57;
    margin: 0.5rem 0 1rem 0; }
  .blog-posts-page .blog-post-content a {
    text-decoration: none;
    display: flex;
    gap: 0.625rem;
    align-items: center;
    color: #232629;
    font-size: 0.875rem;
    font-family: "Glacial Bold", sans-serif;
    line-height: normal;
    letter-spacing: 0.0875rem;
    text-transform: uppercase; }
  @media (min-width: 801px) {
    .blog-posts-page .blog-post-content {
      width: 55%;
      padding: 2.9375rem 3.375rem 2.5625rem 3.375rem; }
      .blog-posts-page .blog-post-content h3 {
        font-size: 1.375rem;
        line-height: 1.45;
        letter-spacing: 0.275rem; }
      .blog-posts-page .blog-post-content p {
        font-size: 0.875rem;
        line-height: 2;
        margin: 1.875rem 0 2.1875rem 0; } }

.blog-posts-page .blog-post-flag > div {
  display: flex;
  width: 100%;
  position: relative;
  padding: 0.75rem 1.875rem 0.75rem 1rem; }
  .blog-posts-page .blog-post-flag > div p {
    font-size: 0.75rem;
    font-family: "Glacial Bold", sans-serif;
    line-height: 1.33;
    letter-spacing: 0.1125rem;
    text-transform: uppercase; }
  .blog-posts-page .blog-post-flag > div p:nth-child(1) {
    border-right: 0.0625rem solid #fff;
    padding-right: 0.625rem; }
  .blog-posts-page .blog-post-flag > div p:nth-child(2) {
    padding-left: 0.625rem; }
  .blog-posts-page .blog-post-flag > div::before {
    content: '';
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    top: 0;
    left: 0;
    transform: translateX(-99%);
    height: 100%;
    width: 1.25rem;
    background-color: #232629; }
  .blog-posts-page .blog-post-flag > div::after {
    content: '';
    position: absolute;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    bottom: 0;
    left: 0;
    transform: translateX(-99%);
    height: 100%;
    width: 1.25rem;
    background-color: #232629; }

.blog-posts-page .blog-post-flag p {
  color: #fff;
  margin: 0;
  padding: 0; }

@media (min-width: 551px) {
  .blog-posts-page .blog-post-flag {
    position: absolute;
    background-color: #232629;
    width: auto;
    top: 0.625rem;
    right: 0;
    transform-origin: right;
    transform: rotate(-90deg) translate(1.875rem, -1.875rem); } }

@media (min-width: 1261px) {
  .blog-posts-page .blog-post-flag {
    top: 2.1875rem;
    transform: none; } }

.blog-posts-page .blog-post-flag-mobile {
  position: absolute;
  background-color: #232629;
  top: -rem-calc(20px);
  left: 2.5rem;
  transform-origin: left;
  transform: rotate(90deg); }
  .blog-posts-page .blog-post-flag-mobile > div {
    display: flex;
    width: 100%;
    position: relative;
    padding: 0.75rem 1.875rem 0.75rem 1rem; }
    .blog-posts-page .blog-post-flag-mobile > div p {
      color: #fff;
      font-size: 0.75rem;
      font-family: "Glacial Bold", sans-serif;
      line-height: 1.33;
      letter-spacing: 0.1125rem;
      text-transform: uppercase; }
    .blog-posts-page .blog-post-flag-mobile > div p:nth-child(1) {
      border-right: 0.0625rem solid #fff;
      padding-right: 0.625rem; }
    .blog-posts-page .blog-post-flag-mobile > div p:nth-child(2) {
      padding-left: 0.625rem; }
    .blog-posts-page .blog-post-flag-mobile > div::before {
      content: '';
      position: absolute;
      -webkit-clip-path: polygon(100% 0, 0 0, 0 50%);
      clip-path: polygon(100% 0, 0 0, 0 50%);
      top: 0;
      right: 0;
      -webkit-transform: translateX(99%);
      transform: translateX(99%);
      height: 100%;
      width: 1.25rem;
      background-color: #232629; }
    .blog-posts-page .blog-post-flag-mobile > div::after {
      content: '';
      position: absolute;
      -webkit-clip-path: polygon(100% 100%, 0 100%, 0 50%);
      clip-path: polygon(100% 100%, 0 100%, 0 50%);
      bottom: 0;
      right: 0;
      -webkit-transform: translateX(99%);
      transform: translateX(99%);
      height: 100%;
      width: 1.25rem;
      background-color: #232629; }
  .blog-posts-page .blog-post-flag-mobile p {
    color: #232629;
    margin: 0;
    padding: 0; }

.blog-posts-page .blog-post-load-more {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 3.375rem; }
  .blog-posts-page .blog-post-load-more .button-load-more {
    padding: 1.5rem 1.5rem;
    color: #fff;
    background-color: #232629;
    text-align: center;
    width: 13.125rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .blog-posts-page .blog-post-load-more .button-load-more span {
      font-size: 0.875rem;
      font-style: normal;
      font-family: "Glacial Bold", sans-serif;
      letter-spacing: 0.0875rem;
      text-transform: uppercase; }
    .blog-posts-page .blog-post-load-more .button-load-more svg {
      margin-left: 15%; }
  .blog-posts-page .blog-post-load-more .viewing-all {
    color: #232629;
    font-size: 1rem;
    font-style: normal; }
    .blog-posts-page .blog-post-load-more .viewing-all span {
      font-family: "Glacial Bold", sans-serif; }

.blog-posts-page .link-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media (min-width: 801px) {
    .blog-posts-page .link-mobile {
      display: none !important; } }

.blog-recent-content img {
  border-top-right-radius: 0.625rem;
  border-top-left-radius: 0.625rem; }

div.blog-post .post-gallery-2-in-row img {
  margin: 0.625rem;
  width: 45%; }

div.blog-post .post-gallery-3-in-row img {
  margin: 0.625rem;
  width: 30%; }

@media (max-width: 768px) {
  div.blog-post .post-gallery-3-in-row img {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
    width: 100%; }
  div.blog-post .post-gallery-2-in-row img {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
    width: 100%; }
  div.blog-post .scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap; }
  div.blog-post .scrolling-wrapper div {
    display: inline-block;
    max-width: 80%; } }

@media (min-width: 769px) {
  div.blog-post .scrolling-wrapper {
    white-space: nowrap;
    display: flex;
    gap: 0.625rem; }
  div.blog-post .scrolling-wrapper div {
    display: inline-block; } }

div.blog-post .scrolling-wrapper-center div {
  margin-left: auto;
  margin-right: auto; }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  @media (min-width: 551px) {
    .productGrid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1024px) {
    .productGrid {
      grid-template-columns: repeat(4, 1fr); } }
  .productGrid::before {
    display: none; }
  .productGrid .product {
    display: grid;
    font-size: 1rem;
    width: 100%;
    background-color: #fff;
    border-radius: 16px; }
    .productGrid .product .card {
      margin: 0;
      position: relative; }
      .productGrid .product .card .card-body .card-actions .form-increment {
        display: none; }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1024px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1024px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1024px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 0.1875rem; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1024px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1024px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1024px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1024px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1024px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1024px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1024px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1024px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

@media (min-width: 801px) {
  .productView {
    display: grid;
    grid-template-columns: 46.5% 49%;
    gap: 1.875rem 4.5%; } }

.modal .productView {
  padding-bottom: 0;
  padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView--quickView .productView-details {
  position: relative; }

@media (min-width: 801px) {
  .productView-details {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: start;
    position: sticky;
    top: 0.9375rem; } }

.productView-details .productView-logo-block--mobile {
  text-align: center; }

.productView-description .productView-title {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem; }

.productView-info {
  margin-top: 1.5rem; }

/* add to cart button desiging ( click on break) */
.productGrid .category-add-to-cart {
  flex-direction: column; }
  .productGrid .category-add-to-cart .form-increment.form-field--success + .button.br-add-to-cart {
    min-width: 2.375rem;
    max-width: 100%; }

@media (max-width: 28.125rem) {
  .productView-gallery .productView-images-slider .productView-image .productView-img-container {
    background-color: #fff; } }

.video-section-pdp {
  max-height: 31.25rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  .video-section-pdp iframe {
    background: #fff;
    align-items: normal;
    position: absolute;
    border-radius: 0.625rem;
    width: 100%; }
  .video-section-pdp .features_video_thumbnail {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2; }
    @media (max-width: 28.125rem) {
      .video-section-pdp .features_video_thumbnail svg {
        width: 3.125rem; } }

.video-iframe-video iframe {
  background: #fff; }

.video-iframe-video .features_video_thumbnail {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2; }
  .video-iframe-video .features_video_thumbnail svg {
    width: 1.5rem; }
    @media (max-width: 28.125rem) {
      .video-iframe-video .features_video_thumbnail svg {
        width: 0.875rem; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: '';
  display: block;
  height: 3.125rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.125rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.125rem;
  left: 0.75rem;
  position: absolute;
  top: 0.75rem;
  width: 3.125rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1024px) {
    .listItem-figure .starwrap {
      top: 0.625rem;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 3.125rem 3.125rem 0;
  font-size: 0.9375rem;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.custom-flag-side {
  padding: 0.375rem 0.375rem 0 0;
  position: absolute;
  top: 0;
  right: 0;
  transition: background-color 800ms ease;
  color: #fff;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 0.625rem; }
  .custom-flag-side .new-text {
    font-size: 0.625rem;
    padding: 0.1875rem 0.5rem;
    background-color: #b9bcb5;
    border-radius: 0.1875rem;
    font-family: "Glacial Bold", sans-serif; }
    @media (min-width: 801px) {
      .custom-flag-side .new-text {
        padding: 0.25rem 0.625rem; } }
  .custom-flag-side .sale-text {
    font-size: 0.625rem;
    padding: 0.1875rem 0.5rem;
    background-color: #dc0327;
    font-family: "Glacial Bold", sans-serif;
    border-radius: 0.1875rem; }
    @media (min-width: 801px) {
      .custom-flag-side .sale-text {
        padding: 0.25rem 0.625rem; } }
  @media (min-width: 801px) {
    .custom-flag-side {
      padding: 0.75rem 0.75rem 0 0; } }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 0.9375rem;
  font-weight: 700;
  height: 1.25rem;
  left: -1.5625rem;
  line-height: 1rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 1.5625rem;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 7.4375rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -1.25rem;
      top: 1.1875rem; } }
  @media (min-width: 1024px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -0.9375rem;
      top: 1.5rem; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 1.375rem;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 6.25rem;
  width: 6.25rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.1875rem;
  margin-bottom: 1.25rem; }
  @media (min-width: 801px) {
    .account {
      flex-direction: row;
      margin-bottom: 2.5rem; } }

.account-container {
  width: 100%; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

.account--fixedSmall {
  flex-direction: column; }
  @media (min-width: 801px) {
    .account--fixedSmall {
      margin: 0 auto;
      width: 50%; } }
  .account--fixedSmall form.new-password-form {
    width: 95%;
    margin: 5% auto; }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-content {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .account-content .alertBox {
    margin-block: 1.25rem 0; }
  .account-content .yotpo-loyalty-page-container {
    width: 100%; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

.account-page__loyalty-header {
  justify-content: center !important;
  margin-top: 2.5rem; }

.order-pagination {
  width: fit-content;
  margin: 3.5rem auto 0; }
  .order-pagination .pagination-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.875rem; }
    .order-pagination .pagination-list .pagination-item {
      color: #232629;
      text-align: center;
      font-family: "Glacial Bold", sans-serif;
      font-size: 1rem;
      font-style: normal;
      font-weight: 700;
      line-height: 1.5;
      text-decoration: none; }
    .order-pagination .pagination-list .active-pagination-item {
      color: #fff;
      background-color: #232629;
      border-radius: 50%;
      width: 2.3125rem;
      height: 2.3125rem;
      line-height: 2.25rem; }
    .order-pagination .pagination-list .pagination-item--next {
      transform: rotate(180deg); }

.custom-table {
  border: 0.0625rem solid #e6e6e6; }

.custom-table-row {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  border-top: 0.0625rem solid #e6e6e6; }
  .custom-table-row:first-child {
    border-top: 0; }
  .custom-table-row:nth-child(odd) {
    background-color: #f8f9fb; }

.custom-table-column {
  width: 16.66%;
  min-width: 16.66%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.125rem 0.3125rem;
  border-right: 0.0625rem solid #e6e6e6;
  background-color: #fff; }
  @media (min-width: 1024px) {
    .custom-table-column {
      padding: 1.125rem; } }
  .custom-table-column:last-child {
    border-right: 0; }
  .custom-table-column.col-6 {
    width: 16.666%;
    min-width: 16.666%; }
    @media (min-width: 801px) {
      .custom-table-column.col-6 {
        width: 19.26%;
        min-width: 19.26%; } }
    @media (min-width: 1024px) {
      .custom-table-column.col-6 {
        width: 18%;
        min-width: 18%; } }
    @media (min-width: 1024px) {
      .custom-table-column.col-6:last-child {
        width: 31.1%; } }
    @media (min-width: 801px) {
      .custom-table-column.col-6.quantity, .custom-table-column.col-6.unit_price {
        min-width: 13.5%;
        width: auto; } }
    @media (min-width: 1024px) {
      .custom-table-column.col-6.quantity, .custom-table-column.col-6.unit_price {
        min-width: 10.6%; } }
    @media (min-width: 801px) {
      .custom-table-column.col-6.total-price {
        min-width: 15%;
        width: auto; } }
    @media (min-width: 1024px) {
      .custom-table-column.col-6.total-price {
        min-width: 11.7%; } }
  .custom-table-column p {
    margin: 0;
    color: #232629;
    text-align: center;
    font-family: "Glacial Regular", sans-serif;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25; }
    @media (min-width: 1024px) {
      .custom-table-column p {
        font-size: 0.75rem; } }
  .custom-table-column .status-green,
  .custom-table-column .status-grey,
  .custom-table-column .status-red {
    color: #fff;
    padding: 0.4375rem 0.375rem;
    border-radius: 0.25rem;
    text-align: center;
    font-family: "Glacial Bold", sans-serif;
    font-size: 0.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25; }
    @media (min-width: 801px) {
      .custom-table-column .status-green,
      .custom-table-column .status-grey,
      .custom-table-column .status-red {
        padding: 0.5625rem 0.4375rem; } }
  .custom-table-column .status-grey {
    background-color: #707070; }
  .custom-table-column .status-red {
    background-color: #cc142b; }
  .custom-table-column .status-green {
    background-color: #067f52; }
  .custom-table-column a {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.125rem;
    background-color: #232629;
    text-decoration: none;
    width: 1.75rem;
    height: 1.75rem; }
    @media (min-width: 801px) {
      .custom-table-column a {
        justify-content: space-between;
        height: auto;
        width: auto;
        padding: 0.625rem 1.5rem; } }
    .custom-table-column a.btn2 {
      gap: 0.3125rem;
      width: 100%;
      padding: 0.625rem;
      justify-content: center;
      font-size: 0.5rem; }
      @media (min-width: 801px) {
        .custom-table-column a.btn2 {
          font-size: 0.625rem; } }
      .custom-table-column a.btn2 svg {
        width: 0.9375rem;
        height: 0.9375rem; }
      .custom-table-column a.btn2 span {
        display: block; }
        @media (min-width: 801px) {
          .custom-table-column a.btn2 span {
            font-size: 0.625rem; } }
    .custom-table-column a.reorderBtn {
      gap: 0;
      background-color: transparent;
      border: none;
      background: url(../img/loading.svg) no-repeat center center;
      width: 2.5rem;
      height: 2.5rem;
      background-size: 1.875rem;
      margin: auto; }
      .custom-table-column a.reorderBtn span,
      .custom-table-column a.reorderBtn svg {
        display: none; }
    @media screen and (max-width: 1023px) {
      .custom-table-column a.instock {
        gap: 0;
        border: none;
        background: url(../img/add-to-cart-icon.svg) no-repeat center center;
        width: 2.5rem;
        height: 2.5rem;
        background-size: 1.875rem;
        margin: auto; }
        .custom-table-column a.instock span,
        .custom-table-column a.instock svg {
          display: none !important; } }
    @media (min-width: 1024px) {
      .custom-table-column a.instock {
        background: none;
        background-color: #232629;
        color: white; }
        .custom-table-column a.instock span {
          color: white; }
        .custom-table-column a.instock svg {
          fill: white;
          stroke: white; } }
    @media screen and (max-width: 1023px) {
      .custom-table-column a.done {
        gap: 0;
        border: none;
        background: url(../img/done-icon.svg) no-repeat center center;
        width: 2.5rem;
        height: 2.5rem;
        background-size: 1.875rem;
        margin: auto; }
        .custom-table-column a.done span,
        .custom-table-column a.done svg {
          display: none !important; } }
    @media screen and (max-width: 1023px) {
      .custom-table-column a.failed-adding {
        gap: 0;
        border: none;
        background: url(../img/red-x-icon.svg) no-repeat center center;
        width: 2.5rem;
        height: 2.5rem;
        background-size: 1.875rem;
        margin: auto; }
        .custom-table-column a.failed-adding span,
        .custom-table-column a.failed-adding svg {
          display: none !important; } }
    .custom-table-column a.outstock {
      background-color: #eee;
      color: #000;
      pointer-events: none; }
      .custom-table-column a.outstock span {
        color: #000; }
    .custom-table-column a.config {
      background-color: transparent;
      color: #000;
      border: 0.0625rem solid #232629; }
      .custom-table-column a.config span {
        color: #000; }
    .custom-table-column a.update-config {
      padding: 0.625rem 0.5625rem;
      background-color: transparent;
      color: #000;
      border: 0.0625rem solid #232629; }
      .custom-table-column a.update-config span {
        color: #000; }
    .custom-table-column a span {
      display: none;
      color: white;
      text-align: center;
      font-family: "Glacial Bold", sans-serif;
      font-size: 0.625rem;
      font-style: normal;
      font-weight: 700;
      line-height: 1.33;
      letter-spacing: 0.1125rem;
      text-transform: uppercase; }
      @media (min-width: 1175px) {
        .custom-table-column a span {
          display: block; } }
  .custom-table-column:first-child a {
    width: auto;
    height: auto; }
  .custom-table-column button svg {
    width: 1.5rem;
    height: 1.5rem; }

.custom-table-column-header {
  background-color: #e3d3e2; }
  .custom-table-column-header p {
    color: #232629;
    text-align: center;
    font-family: "Glacial Bold", sans-serif;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25; }
    @media (min-width: 1024px) {
      .custom-table-column-header p {
        font-size: 0.75rem; } }

.pro-account-table {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.125rem;
  padding: 0.875rem 1.3125rem 1.6875rem 1.5625rem;
  background-color: #fff;
  border: 0.0625rem solid #e6e6e6;
  margin-bottom: 2.5rem; }
  @media (min-width: 801px) {
    .pro-account-table {
      flex-direction: row;
      gap: 1.625rem;
      padding: 2rem 4rem 2rem 1.875rem; } }
  .pro-account-table .status-image-container {
    display: flex;
    align-items: center;
    gap: 1.125rem;
    min-width: 7.1875rem; }
    .pro-account-table .status-image-container img {
      width: 3.6875rem;
      height: 4.125rem; }
      @media (min-width: 801px) {
        .pro-account-table .status-image-container img {
          width: 7.1875rem;
          height: 8.0625rem; } }
  .pro-account-table h3 {
    margin-bottom: 2rem; }
    .pro-account-table h3 strong {
      color: #1d2023;
      font-family: "Glacial Bold", sans-serif;
      font-size: 1rem;
      font-style: normal;
      font-weight: 700;
      line-height: 1.5rem;
      letter-spacing: 0.2rem;
      text-transform: uppercase; }
      @media (min-width: 801px) {
        .pro-account-table h3 strong {
          font-size: 1.375rem;
          line-height: 2rem;
          letter-spacing: 0.275rem; } }
  .pro-account-table p {
    color: #1d2023;
    font-family: "Glacial Regular", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    margin: 0; }
    .pro-account-table p strong {
      font-family: "Glacial Bold", sans-serif;
      font-weight: 700; }
  .pro-account-table .account-status-heading-mobile {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 801px) {
      .pro-account-table .account-status-heading-mobile {
        display: none; } }
  .pro-account-table .account-status-heading-desktop {
    display: none; }
    @media (min-width: 801px) {
      .pro-account-table .account-status-heading-desktop {
        display: block; } }

.account-body {
  width: 100%; }
  .account-body h3 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .account-body h3 .wishlist-count {
      color: #1d2023;
      text-align: right;
      font-family: "Glacial Regular", sans-serif;
      font-size: 1rem !important;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      text-transform: none;
      letter-spacing: normal; }

.order-details-navigation {
  display: none; }
  @media (min-width: 801px) {
    .order-details-navigation {
      display: block; } }

.order-details .order-list p {
  color: #232629;
  font-family: "Glacial Regular", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25; }

.order-details-addresses {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  max-width: 22.5rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 551px) {
    .order-details-addresses {
      justify-content: flex-start;
      margin-left: 0; } }
  @media (min-width: 801px) {
    .order-details-addresses {
      gap: 11.375rem;
      max-width: 100%; } }

.shipping-billing-address p {
  color: #232629;
  font-family: "Glacial Regular", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0; }
  .shipping-billing-address p:first-child {
    margin-bottom: 1.25rem; }
    @media (min-width: 801px) {
      .shipping-billing-address p:first-child {
        margin-bottom: 2.5rem; } }
  .shipping-billing-address p strong {
    font-family: "Glacial Bold", sans-serif;
    font-weight: 700; }
  @media (min-width: 801px) {
    .shipping-billing-address p {
      font-size: 1.125rem; } }

.order-details-info {
  display: flex;
  justify-content: center;
  margin-top: 3.125rem; }
  .order-details-info button[type='submit'] {
    color: #fff !important;
    border-radius: 0 !important;
    text-align: center;
    font-family: "Glacial Bold", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: 0.13125rem;
    text-transform: uppercase;
    padding: 1.3125rem 1.25rem 1.3125rem 1.5rem !important;
    background-color: #067f52 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    outline: none;
    width: calc(100vw - 20px);
    min-width: 16.875rem; }
    .order-details-info button[type='submit']:hover {
      border: 0;
      outline: none; }
    @media (min-width: 801px) {
      .order-details-info button[type='submit'] {
        width: auto; } }

.details-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 801px) {
    .details-header {
      flex-direction: row;
      justify-content: space-between;
      gap: 0; } }
  .details-header h3 {
    margin: 0;
    text-align: center; }
    @media (min-width: 801px) {
      .details-header h3 {
        text-align: left; } }
  .details-header a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 2.375rem !important;
    height: 2.375rem; }
    @media (min-width: 801px) {
      .details-header a {
        justify-content: space-between;
        width: auto !important;
        height: auto; } }
    .details-header a span {
      display: none;
      color: #1d2023;
      text-align: center;
      font-family: "Glacial Bold", sans-serif;
      font-size: 0.75rem;
      font-style: normal;
      font-weight: 700;
      line-height: 1.33;
      letter-spacing: 0.1125rem;
      text-transform: uppercase; }
      @media (min-width: 801px) {
        .details-header a span {
          display: block; } }

.order-details-summary {
  margin: 3.8125rem 0 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.375rem;
  padding: 0 1.25rem; }
  @media (min-width: 551px) {
    .order-details-summary {
      padding: 0 0.625rem;
      justify-content: flex-start; } }
  @media (min-width: 801px) {
    .order-details-summary {
      padding: initial;
      gap: 3.75rem; } }
  .order-details-summary .details-content p {
    color: #1d2023;
    font-family: "Glacial Regular", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57;
    margin: 0; }
    .order-details-summary .details-content p strong {
      font-family: "Glacial Bold", sans-serif;
      font-weight: 700; }

.order-section-title {
  margin: 3.75rem 0 1.875rem; }

.order-details .custom-table-row:nth-child(odd) {
  background-color: #fff; }

.order-details .custom-table-row .custom-table-column {
  justify-content: flex-start; }

.total-details-list .custom-table-row .custom-table-column {
  justify-content: flex-start; }
  .total-details-list .custom-table-row .custom-table-column:nth-child(1), .total-details-list .custom-table-row .custom-table-column:nth-child(2) {
    border-right: 0; }

.order-status-list {
  margin-bottom: 2.0625rem; }
  .order-status-list .custom-table-row .custom-table-column-header,
  .order-status-list .custom-table-row .custom-table-column {
    width: 50%;
    justify-content: flex-start; }

.edit-details-form {
  padding: 2rem;
  background-color: #fff;
  border: 0.0625rem solid #e6e6e6;
  margin-top: 1.25rem; }
  .edit-details-form h3 {
    margin-bottom: 2.25rem; }
  .edit-details-form select {
    background-color: #f8f9fb;
    padding: 0.75rem 1rem;
    color: #232629;
    border: 0.0625rem solid #e6e6e6;
    border-radius: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.57;
    min-height: 2.8125rem; }
    .edit-details-form select:focus {
      border: 0.0625rem solid #e6e6e6; }
  .edit-details-form .form-label {
    color: #232629;
    font-family: "Glacial Bold", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.57;
    text-transform: none;
    letter-spacing: normal; }
    .edit-details-form .form-label small {
      display: none; }
  .edit-details-form .checkbox-container {
    color: #232629;
    font-family: "Glacial Regular", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57;
    text-transform: none;
    letter-spacing: normal; }
  .edit-details-form .form-actions {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 801px) {
      .edit-details-form .form-actions {
        flex-direction: row; } }
    .edit-details-form .form-actions::before, .edit-details-form .form-actions::after {
      display: none; }

.my-vouchers-container {
  width: 100%; }
  .my-vouchers-container .details-header {
    margin-bottom: 1.25rem; }
    .my-vouchers-container .details-header h3 {
      margin: 0; }
    .my-vouchers-container .details-header a {
      display: flex; }
      @media (min-width: 801px) {
        .my-vouchers-container .details-header a {
          display: none; } }
    @media (min-width: 1024px) {
      .my-vouchers-container .details-header {
        margin-bottom: 1.25rem; } }

.how-to-apply {
  padding: 2rem 1.375rem;
  background-color: #fff;
  border: 0.0625rem solid #e6e6e6; }
  @media (min-width: 1024px) {
    .how-to-apply {
      padding: 2rem 1.875rem; } }
  .how-to-apply .steps-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 2.5rem; }
    @media (min-width: 1024px) {
      .how-to-apply .steps-container {
        flex-direction: row;
        margin-top: 3.75rem; } }
    .how-to-apply .steps-container .application-step {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      width: max-content;
      gap: 1.375rem; }
      @media (min-width: 1024px) {
        .how-to-apply .steps-container .application-step {
          flex-direction: column;
          align-items: center;
          gap: 0; } }
      .how-to-apply .steps-container .application-step p {
        color: #232629;
        text-align: left;
        font-family: "Glacial Bold", sans-serif;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.57;
        max-width: 11rem;
        margin-top: 1rem; }
        @media (min-width: 1024px) {
          .how-to-apply .steps-container .application-step p {
            text-align: center;
            margin-top: 0;
            max-width: 11rem; } }
      .how-to-apply .steps-container .application-step .application-step-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        border: 0.0625rem solid #e6e6e6;
        width: 4.875rem;
        height: 4.875rem;
        position: relative;
        margin-bottom: 2.5rem;
        background-color: #fff;
        z-index: 1; }
        .how-to-apply .steps-container .application-step .application-step-icon svg {
          max-width: 2.625rem;
          z-index: 1; }
        @media (min-width: 1024px) {
          .how-to-apply .steps-container .application-step .application-step-icon {
            width: 8.0625rem;
            height: 8.0625rem;
            margin-bottom: 1rem; } }
        .how-to-apply .steps-container .application-step .application-step-icon::after {
          content: '';
          position: absolute;
          display: block;
          height: 3.125rem;
          width: 0.0625rem;
          background-color: #e6e6e6;
          bottom: -65%;
          z-index: 0; }
          @media (min-width: 1024px) {
            .how-to-apply .steps-container .application-step .application-step-icon::after {
              width: 7.0625rem;
              height: 0.0625rem;
              bottom: initial;
              right: -89%; } }
        .how-to-apply .steps-container .application-step .application-step-icon .application-step-counter {
          position: absolute;
          top: -rem-calc(4px);
          left: -rem-calc(4px);
          background-color: #232629;
          color: #fff;
          height: 1.5625rem;
          width: 1.5625rem;
          text-align: center;
          font-family: "Glacial Bold", sans-serif;
          font-size: 0.75rem;
          font-style: normal;
          font-weight: 700;
          line-height: 1.5625rem;
          border-radius: 50%; }
          @media (min-width: 1024px) {
            .how-to-apply .steps-container .application-step .application-step-icon .application-step-counter {
              top: -rem-calc(10px);
              left: -rem-calc(10px);
              height: 2.5rem;
              width: 2.5rem;
              font-size: 1rem;
              line-height: 2.5rem; } }
      .how-to-apply .steps-container .application-step:last-of-type .application-step-icon::after {
        display: none; }

.wishlist-table {
  margin-top: 1.25rem; }
  .wishlist-table .custom-table-row .custom-table-column-header,
  .wishlist-table .custom-table-row .custom-table-column {
    width: 25%; }
    .wishlist-table .custom-table-row .custom-table-column-header a:not(.btn-small),
    .wishlist-table .custom-table-row .custom-table-column a:not(.btn-small) {
      background-color: transparent;
      color: #232629;
      padding: 0; }
  .wishlist-table .form {
    margin: 0; }
  .wishlist-table .form-fieldset {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem; }
    .wishlist-table .form-fieldset .btn-small {
      width: 100%; }

.wishlist-form-actions {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem; }

.wishlist-add {
  margin-top: 2.5rem; }
  .wishlist-add .form-label,
  .wishlist-add .checkbox-container {
    color: #232629;
    font-family: "Glacial Bold", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.57;
    text-transform: none;
    letter-spacing: normal; }
  .wishlist-add .btn-medium {
    margin: 0 auto; }

.product-filtering-actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem 0 1.375rem; }
  @media (min-width: 801px) {
    .product-filtering-actions {
      flex-direction: row;
      margin: 3.125rem 0 2.25rem; } }
  .product-filtering-actions input[type='text'].form-input {
    background-color: #fff;
    border-radius: 1.5625rem;
    background-image: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTIwLjU2MDcgMTkuNDM2NkwxNS4yMzA3IDE0LjEwNjZDMTYuNTc2NyAxMi40NTE5IDE3LjIzNjYgMTAuMzQzOCAxNy4wNzQyIDguMjE2OTJDMTYuOTExNyA2LjA5MDAzIDE1LjkzOTUgNC4xMDY2IDE0LjM1NzYgMi42NzU1QzEyLjc3NiAxLjI0NDQ0IDEwLjcwNTUgMC40NzQ3ODQgOC41NzMwNCAwLjUyNTI4NkM2LjQ0MDYgMC41NzU2ODggNC40MDg5OCAxLjQ0MjQyIDIuODk2NTkgMi45NDY4OEMxLjM5MjI0IDQuNDU5MTQgMC41MjU0MDUgNi40OTA4OSAwLjQ3NDk5MiA4LjYyMzMzQzAuNDI0NTA0IDEwLjc1NTggMS4xOTQxNiAxMi44MjYzIDIuNjI1MiAxNC40MDc5QzQuMDU2MzMgMTUuOTg5NyA2LjAzOTczIDE2Ljk2MTkgOC4xNjY2MyAxNy4xMjQ1QzEwLjI5MzQgMTcuMjg2OSAxMi40MDE1IDE2LjYyNyAxNC4wNTYzIDE1LjI4MUwxOS4zODYzIDIwLjYxMUMxOS42MDA2IDIwLjc5NDYgMTkuODkzNSAyMC44NTcxIDIwLjE2NDIgMjAuNzc3QzIwLjQzNDggMjAuNjk3MSAyMC42NDY2IDIwLjQ4NTMgMjAuNzI2NiAyMC4yMTQ2QzIwLjgwNjYgMTkuOTQ0IDIwLjc0NDMgMTkuNjUwOSAyMC41NjA3IDE5LjQzNjZaTTQuMDcxMDEgMTMuNTQ4N0MzLjEzODc3IDEyLjYxNzEgMi41MDM4NiAxMS40MyAyLjI0NjM3IDEwLjEzNzVDMS45ODg5OCA4Ljg0NSAyLjEyMDY3IDcuNTA1MTQgMi42MjQ3OCA2LjI4NzQ2QzMuMTI4OTggNS4wNjk4MiAzLjk4Mjg3IDQuMDI4ODcgNS4wNzg1OCAzLjI5NjY2QzYuMTc0MjkgMi41NjQ0NiA3LjQ2MjY0IDIuMTczNSA4Ljc4MDQ5IDIuMTczNUMxMC4wOTgzIDIuMTczNSAxMS4zODY2IDIuNTY0NDEgMTIuNDgyNCAzLjI5NjY2QzEzLjU3ODIgNC4wMjg5MiAxNC40MzIgNS4wNjk3OCAxNC45MzYyIDYuMjg3NDZDMTUuNDQwMyA3LjUwNTEgMTUuNTcyIDguODQ0OTcgMTUuMzE0NiAxMC4xMzc1QzE1LjA1NzEgMTEuNDMgMTQuNDIyMiAxMi42MTcxIDEzLjQ5IDEzLjU0ODdDMTIuNjY2OCAxNC4zODE4IDExLjYzNzQgMTQuOTgxNiAxMC41MDY3IDE1LjI4NjlDOS4zNzYwNSAxNS41OTIzIDguMTg0NjIgMTUuNTkyMyA3LjA1Mzk5IDE1LjI4NjlDNS45MjMzNiAxNC45ODE2IDQuODk0MjMgMTQuMzgxOCA0LjA3MTAxIDEzLjU0ODdaIiBmaWxsPSIjMTExMTExIi8+Cjwvc3ZnPgo=");
    background-position-y: center;
    background-position-x: calc(100% - 20px);
    background-repeat: no-repeat; }
    @media (min-width: 801px) {
      .product-filtering-actions input[type='text'].form-input {
        max-width: 22.375rem; } }
  .product-filtering-actions .product-filtering-mobile {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 801px) {
      .product-filtering-actions .product-filtering-mobile {
        justify-content: flex-end; } }
  .product-filtering-actions .wishlist-count {
    display: block; }
    @media (min-width: 801px) {
      .product-filtering-actions .wishlist-count {
        display: none; } }
  .product-filtering-actions label {
    display: flex;
    align-items: center;
    gap: 0.5rem; }
    .product-filtering-actions label span {
      color: #1d2023;
      text-align: right;
      font-family: "Glacial Regular", sans-serif;
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: normal;
      text-transform: none;
      text-wrap: nowrap;
      display: none; }
      @media (min-width: 801px) {
        .product-filtering-actions label span {
          display: block; } }
    .product-filtering-actions label select {
      background-color: #fff;
      border-radius: 0;
      min-width: 12.5rem;
      color: #1d2023;
      font-family: "Glacial Regular", sans-serif;
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5; }

.details-header {
  position: relative;
  justify-content: center; }
  @media (min-width: 801px) {
    .details-header {
      justify-content: center; } }
  .details-header h3 {
    width: fit-content; }
    @media (min-width: 801px) {
      .details-header h3 {
        margin: 0; } }
    .details-header h3 span {
      display: none; }
      @media (min-width: 801px) {
        .details-header h3 span {
          display: block !important; } }
    @media (min-width: 801px) {
      .details-header h3 {
        width: 100%; } }
  .details-header a {
    position: absolute;
    left: 0;
    display: flex !important; }
    @media (min-width: 801px) {
      .details-header a {
        display: none !important; } }

.details-subheader,
.certificates-description {
  color: #232629;
  font-family: "Glacial Regular", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57;
  margin: 2rem 0 0;
  text-align: center; }
  @media (min-width: 801px) {
    .details-subheader,
    .certificates-description {
      margin: 2rem 0 0;
      text-align: left; } }

.certificates-description:last-of-type {
  margin: 0.5rem 0 1.5rem; }
  @media (min-width: 801px) {
    .certificates-description:last-of-type {
      margin: 0.5rem 0 2.5rem; } }

.certificate-drop-area {
  cursor: pointer;
  padding: 1.125rem;
  background-color: #fff;
  border: 0.0625rem solid #e6e6e6; }
  @media (min-width: 801px) {
    .certificate-drop-area {
      padding: 1.875rem; } }

.certificate-form-notification {
  display: none;
  text-align: center;
  margin: 1.25rem auto;
  padding: 0.625rem 1.25rem;
  border-radius: 0.25rem;
  background-color: #067f52;
  color: #fff;
  max-width: fit-content; }

.certificate-upload-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.125rem 2.75rem 1.375rem;
  background-color: #f8f9fb;
  border: 0.125rem dashed #d9d9d6; }
  .certificate-upload-form p {
    color: #232629;
    text-align: center;
    font-family: "Glacial Regular", sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    max-width: 16.125rem; }
    .certificate-upload-form p svg {
      margin-right: 0.5rem; }
  .certificate-upload-form span {
    color: #232629;
    text-align: center;
    font-family: "Glacial Regular", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57;
    display: block;
    margin-top: 1.5rem; }
  .certificate-upload-form .btn-medium {
    cursor: pointer; }

.address-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin: 2.5rem 0 0; }
  @media (min-width: 1024px) {
    .address-list {
      grid-template-columns: repeat(2, 1fr);
      gap: 2.5rem; } }
  .address-list .address {
    width: 100%;
    padding: 0; }

.panel-address .panel-body {
  background-color: #fff;
  border: 0.0625rem solid #e6e6e6;
  width: 100%;
  margin: 0; }
  .panel-address .panel-body h5 {
    font-family: "Glacial Bold", sans-serif;
    font-weight: bold;
    letter-spacing: normal; }
  .panel-address .panel-body .form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.625rem; }
    .panel-address .panel-body .form-actions::before, .panel-address .panel-body .form-actions::after {
      display: none; }
    .panel-address .panel-body .form-actions a,
    .panel-address .panel-body .form-actions button {
      width: 100%;
      margin: 0;
      height: 3.125rem; }

.panel-new-address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #232629; }
  .panel-new-address:hover {
    color: #232629; }
  .panel-new-address .panel-body {
    margin: 0; }
  .panel-new-address .address-add-new {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.25rem; }

#certificates-list {
  margin: 1.4375rem 0; }

.certificate-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.125rem 1.25rem;
  background-color: #fff;
  border: 0.0625rem solid #e6e6e6;
  border-bottom: 0; }
  .certificate-item:nth-child(even) {
    background-color: #f8f9fb; }
  .certificate-item:last-child {
    border-bottom: 0.0625rem solid #e6e6e6; }
  .certificate-item span {
    color: #232629;
    font-family: "Glacial Regular", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25; }

.reset-password {
  background-color: #fff;
  padding: 1.25rem;
  border: 0.0625rem solid #e6e6e6; }
  @media (min-width: 551px) {
    .reset-password {
      padding: 2.5rem; } }
  @media (min-width: 801px) {
    .reset-password {
      padding: 3.5rem 6.875rem 2.875rem 6rem; } }
  .reset-password .reset-password-container {
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 801px) {
      .reset-password .reset-password-container {
        width: 75%; } }
    @media (min-width: 1024px) {
      .reset-password .reset-password-container {
        width: 50%; } }
    .reset-password .reset-password-container .form {
      display: flex;
      flex-direction: column;
      gap: 1.25rem; }
      .reset-password .reset-password-container .form .form-label {
        color: #232629;
        font-family: "Glacial Bold", sans-serif;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.57;
        text-transform: none; }
      .reset-password .reset-password-container .form .btn {
        margin: 0 auto; }
      .reset-password .reset-password-container .form br {
        display: none; }

.account-created-page .page-heading {
  margin-block-start: 2.5rem; }

.account-created-page .btn {
  margin: 0 auto; }

.account-page-heading {
  width: fit-content;
  margin-inline: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .account-page-heading {
      margin-inline: unset;
      text-align: left; } }

.navBar-dropdown-items {
  display: none; }
  @media (min-width: 801px) {
    .navBar-dropdown-items {
      display: flex; } }

.dropdown-visible {
  display: flex !important; }

@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0; }

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1; }

.splide--rtl {
  direction: rtl; }

.splide__track--ttb > .splide__list {
  display: block; }

.splide__container {
  box-sizing: border-box;
  position: relative; }

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important; }

.splide.is-initialized:not(.is-active) .splide__list {
  display: block; }

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none; }

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto; }

.splide:not(.is-overflow) .splide__pagination {
  display: none; }

.splide__progress__bar {
  width: 0; }

.splide {
  position: relative;
  visibility: hidden; }

.splide.is-initialized, .splide.is-rendered {
  visibility: visible; }

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative; }

.splide__slide img {
  vertical-align: bottom; }

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none; }

.splide__toggle.is-active .splide__toggle__pause {
  display: inline; }

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0; }

/* ==========================================================================
   #GLOBAL
   ========================================================================== */
body {
  background-color: #fafafa;
  font-family: "Glacial Regular", sans-serif;
  line-height: 1.5; }

* {
  touch-action: manipulation; }

.hero-banner-textbox svg path {
  fill: #ffffff !important; }

/* ==========================================================================
   #ELEMENTS
   ========================================================================== */
/* ==========================================================================
   #BUTTONS
   ========================================================================== */
button {
  color: #232629;
  font-family: "Glacial Bold", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.15em;
  text-transform: uppercase; }
  button.btn-text-large {
    font-size: 0.875rem;
    line-height: 1.14;
    letter-spacing: 0.15em; }

a.btn-text {
  color: #232629;
  font-family: "Glacial Bold", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.15em;
  text-transform: uppercase; }

a.btn-text-large {
  font-size: 0.875rem;
  line-height: 1.14;
  letter-spacing: 0.15em; }

.btn {
  color: white;
  align-items: center;
  background-color: #232629;
  border: 1px solid #232629;
  display: flex;
  font-family: "Glacial Bold", sans-serif;
  font-size: 0.875rem;
  justify-content: space-between;
  padding: 0.6875rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  width: 100%;
  letter-spacing: 0.15em; }
  @media (min-width: 801px) {
    .btn {
      width: fit-content; } }
  .btn:hover, .btn:focus, .btn:active {
    color: white;
    background-color: #232629;
    transition: all 0.2s ease-in-out; }
    .btn:hover svg,
    .btn:hover path, .btn:focus svg,
    .btn:focus path, .btn:active svg,
    .btn:active path {
      stroke: white; }

.btn-inverse {
  color: #232629;
  align-items: center;
  background-color: #fff;
  border: 1px solid #232629;
  display: flex;
  font-family: "Glacial Bold", sans-serif;
  font-size: 0.75rem;
  justify-content: space-between;
  padding: 0.6875rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  width: 100%;
  letter-spacing: 0.15em; }
  @media (min-width: 801px) {
    .btn-inverse {
      width: fit-content; } }
  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active {
    color: #fff;
    background-color: #232629;
    transition: all 0.2s ease-in-out; }
    .btn-inverse:hover svg,
    .btn-inverse:hover path, .btn-inverse:focus svg,
    .btn-inverse:focus path, .btn-inverse:active svg,
    .btn-inverse:active path {
      stroke: #fff; }

.btn-small {
  color: #232629;
  align-items: center;
  background-color: white;
  border: 1px solid #232629;
  display: flex;
  font-family: "Glacial Bold", sans-serif;
  font-size: 0.75rem;
  justify-content: space-between;
  padding: 0.6875rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  width: 100%;
  letter-spacing: 0.15em;
  padding: 0.6875rem 1rem; }
  @media (min-width: 801px) {
    .btn-small {
      width: fit-content; } }

.btn-medium {
  color: #fff;
  align-items: center;
  background-color: #232629;
  border: 1px solid #232629;
  display: flex;
  font-family: "Glacial Bold", sans-serif;
  font-size: 0.75rem;
  justify-content: space-between;
  padding: 0.6875rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  width: 100%;
  letter-spacing: 0.15em;
  padding: 1rem 1.25rem; }
  @media (min-width: 801px) {
    .btn-medium {
      width: fit-content; } }
  .btn-medium:hover, .btn-medium:focus, .btn-medium:active {
    color: white;
    background-color: black;
    transition: all 0.2s ease-in-out; }
    .btn-medium:hover svg,
    .btn-medium:hover path, .btn-medium:focus svg,
    .btn-medium:focus path, .btn-medium:active svg,
    .btn-medium:active path {
      stroke: white; }
  .btn-medium.outline {
    color: #232629;
    align-items: center;
    background-color: white;
    border: 1px solid black;
    display: flex;
    font-family: "Glacial Bold", sans-serif;
    font-size: 0.75rem;
    justify-content: space-between;
    padding: 0.6875rem 1rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    width: 100%;
    letter-spacing: 0.15em; }
    @media (min-width: 801px) {
      .btn-medium.outline {
        width: fit-content; } }
    .btn-medium.outline:hover, .btn-medium.outline:focus {
      color: black;
      background-color: white;
      transition: all 0.2s ease-in-out; }
      .btn-medium.outline:hover svg,
      .btn-medium.outline:hover path, .btn-medium.outline:focus svg,
      .btn-medium.outline:focus path {
        stroke: black; }
  .btn-medium.sign-up {
    margin-bottom: 1.25rem; }
  .btn-medium.inverse-outline {
    color: #232629;
    align-items: center;
    background-color: white;
    border: 1px solid white;
    display: flex;
    font-family: "Glacial Bold", sans-serif;
    font-size: 0.75rem;
    justify-content: space-between;
    padding: 0.6875rem 1rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    width: 100%;
    letter-spacing: 0.15em; }
    @media (min-width: 801px) {
      .btn-medium.inverse-outline {
        width: fit-content; } }
    .btn-medium.inverse-outline:hover, .btn-medium.inverse-outline:focus {
      color: white;
      background-color: transparent;
      transition: all 0.2s ease-in-out; }
      .btn-medium.inverse-outline:hover svg,
      .btn-medium.inverse-outline:hover path, .btn-medium.inverse-outline:focus svg,
      .btn-medium.inverse-outline:focus path {
        stroke: white; }

.btn-large {
  color: #232629;
  align-items: center;
  background-color: #232629;
  border: 1px solid black;
  display: flex;
  font-family: "Glacial Bold", sans-serif;
  font-size: 0.875rem;
  justify-content: space-between;
  padding: 0.6875rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  width: 100%;
  letter-spacing: 0.15em;
  padding: 1.625rem 1.6875rem;
  width: 100%;
  min-height: 4.375rem;
  height: auto;
  line-height: 4.375rem;
  color: white; }
  @media (min-width: 801px) {
    .btn-large {
      width: fit-content; } }
  @media (min-width: 1024px) {
    .btn-large {
      min-width: 4rem-calc 20px; } }
  .btn-large:hover, .btn-large:focus, .btn-large:active {
    color: white;
    background-color: black;
    transition: all 0.2s ease-in-out; }
    .btn-large:hover svg,
    .btn-large:hover path, .btn-large:focus svg,
    .btn-large:focus path, .btn-large:active svg,
    .btn-large:active path {
      stroke: white; }

.btn-full {
  width: 100%;
  justify-content: center;
  gap: 0.875rem; }
  .btn-full.previewCartAction-checkout {
    margin: auto; }

.btn-next,
.btn-previous {
  height: 3.125rem;
  width: 3.125rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #111;
  color: white; }
  @media (min-width: 1024px) {
    .btn-next,
    .btn-previous {
      height: 3.5rem;
      width: 3.5rem; } }

.btn--arrow svg {
  max-width: 0.3125rem; }

.btn-arrow-right,
.btn-arrow-left,
.btn-arrow-right-black,
.btn-arrow-left-black {
  background-size: 0.5rem;
  background-position-y: center;
  background-repeat: no-repeat; }

.btn-arrow-right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='15' viewBox='0 0 9 15' fill='none'%3E%3Cpath d='M1.46387 13.7285L7.46387 7.72852L1.46387 1.72852' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  padding-right: 4.5rem;
  background-position-x: calc(100% - 20px); }

.btn-arrow-left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M7 1L1 7L7 13' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  padding-left: 4.5rem;
  background-position-x: 1.25rem; }

.btn-arrow-right-black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='13' viewBox='0 0 7 13' fill='none'%3E%3Cpath d='M1.23926 12L6.23926 6.5L1.23926 1' stroke='%23232629' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  padding-right: 4.5rem;
  background-position-x: calc(100% - 20px); }

.btn-arrow-left-black {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M5.5%200.5L1%205L5.5%209.5%22%20stroke%3D%22%23232629%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E");
  padding-left: 4.5rem !important;
  background-position-x: 1.25rem; }

.btn-inspiration-college {
  margin-inline: 1.25rem;
  width: calc(100% - 40px); }
  @media (min-width: 801px) {
    .btn-inspiration-college {
      margin-inline: auto;
      width: fit-content; } }

.btn-added-to-basket {
  background-color: #232629 !important;
  color: #fff !important; }
  .btn-added-to-basket span {
    margin-left: 0 !important; }
  .btn-added-to-basket svg {
    display: none; }

.button svg {
  position: relative;
  top: unset;
  right: unset; }

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232629;
  font-family: "Glacial Regular", sans-serif;
  font-style: normal;
  text-transform: uppercase; }

h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.5rem; }
  @media (min-width: 1024px) {
    h1 {
      font-size: 4rem;
      line-height: 1.125;
      letter-spacing: 0.8rem; } }

h2 {
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0.375rem; }
  @media (min-width: 1024px) {
    h2 {
      font-size: 2.5rem;
      letter-spacing: 0.5rem; } }

h3 {
  font-size: 1.375rem;
  line-height: 1.45;
  letter-spacing: 0.275rem; }
  @media (min-width: 1024px) {
    h3 {
      font-size: 1.875rem;
      line-height: 1.2;
      letter-spacing: 0.375rem; } }

h4 {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2rem; }
  @media (min-width: 1024px) {
    h4 {
      font-size: 1.375rem;
      line-height: 1.45;
      letter-spacing: 0.275rem; } }

h5,
h6 {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2rem; }

/* ==========================================================================
   #LABELS
   ========================================================================== */
label {
  color: #232629;
  font-family: "Glacial Bold", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.8px;
  text-transform: uppercase; }

/* ==========================================================================
   #PARAGRAPH
   ========================================================================== */
p {
  color: #707070;
  font-family: "Glacial Regular", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.57; }

/* ==========================================================================
   #FORMS
   ========================================================================== */
input.form-input[type='text'],
input.form-input[type='email'],
input.form-input[type='password'], select, .dropdownTrigger a, #InStockNotifyEmailAddress {
  color: #232629;
  background-color: #f8f9fb;
  border: 0.0625rem solid #e6e6e6;
  border-radius: 0.3125rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  width: 100%; }
  input.form-input[type='text']::placeholder,
  input.form-input[type='email']::placeholder,
  input.form-input[type='password']::placeholder, select::placeholder, .dropdownTrigger a::placeholder, #InStockNotifyEmailAddress::placeholder {
    color: #707070;
    font-family: "Glacial Regular", sans-serif;
    line-height: 1.57;
    opacity: 1; }
  input.form-input:focus[type='text'],
  input.form-input:focus[type='email'],
  input.form-input:focus[type='password'], select:focus, .dropdownTrigger a:focus, #InStockNotifyEmailAddress:focus {
    outline: none; }

label {
  display: block;
  color: #232629;
  font-family: "Glacial Bold", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.57;
  margin-bottom: 0.5rem; }

input[type='password'],
input[type='password'].form-input {
  padding-right: 1.875rem;
  box-shadow: none; }
  input[type='password'] :focus,
  input[type='password'] :active,
  input[type='password'].form-input :focus,
  input[type='password'].form-input :active {
    box-shadow: none; }

.form-field .pass-type {
  position: relative; }

.form-field svg {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  cursor: pointer; }
  .form-field svg > * {
    pointer-events: none; }

input[type='submit']:not(.btn-medium):not(.btn-small):not(.btn-large):not(.btn) {
  background-color: #232629;
  border: none;
  border-radius: 0.25rem;
  padding: 1.25rem 1.25rem;
  font-size: 1rem;
  color: #f8f9fb;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  text-transform: uppercase; }

select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='rem-calc(10px)' height='rem-calc(6px)' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M0.5 0.75L5 5.25L9.5 0.75' stroke='%23232629' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 0.625rem top 50%;
  background-repeat: no-repeat;
  padding-right: 1.875rem;
  background-size: 0.75rem; }

.product-options-select {
  background-color: #fff; }

.dropdownTrigger a {
  color: #232629;
  font-family: "Glacial Regular", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='rem-calc(10px)' height='rem-calc(6px)' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M0.5 0.75L5 5.25L9.5 0.75' stroke='%23232629' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 0.625rem top 50%;
  background-repeat: no-repeat;
  background-size: 0.625rem;
  padding-right: 1.875rem; }
  .dropdownTrigger a::after {
    display: none; }

.radio-container {
  display: block;
  position: relative;
  color: #232629;
  font-family: "Glacial Regular", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.57;
  padding-left: 1.875rem;
  text-align: left;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .radio-container:hover input ~ .checkmark {
    background-color: #f8f9fb; }
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .radio-container input:checked ~ .checkmark {
      background-color: #232629;
      border: 0.0625rem solid #232629; }
      .radio-container input:checked ~ .checkmark:after {
        display: block; }
  .radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    background-color: #f8f9fb;
    border-radius: 50%;
    border: 0.0625rem solid #e6e6e6; }
    .radio-container .checkmark:after {
      content: '';
      position: absolute;
      display: none;
      top: 0.3125rem;
      left: 0.3125rem;
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 50%;
      background: #fafafa; }

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 2.1875rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  user-select: none;
  color: #232629;
  font-family: "Glacial Bold", sans-serif;
  font-size: 0.875rem;
  line-height: 1.57; }
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .checkbox-container input:checked ~ .checkmark {
      background-color: #232629;
      border: 0.0625rem solid #232629; }
      .checkbox-container input:checked ~ .checkmark:after {
        display: block; }
    .checkbox-container input:checked ~ .checkmark-no-bg:after {
      background: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTE5LjA1OCA4Ljc1ODA2TDEwLjgwOCAxNy4wMDgxTDcuMDU3OTggMTMuMjU4MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 100%;
      height: 100%;
      transform: rotate(0deg); }
  .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.5rem;
    width: 1.5rem;
    background-color: #f8f9fb;
    border-radius: 0.25rem;
    border: 0.0625rem solid #e6e6e6; }
    .checkbox-container .checkmark:after {
      content: '';
      display: block;
      background: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTE5LjA1OCA4Ljc1ODA2TDEwLjgwOCAxNy4wMDgxTDcuMDU3OTggMTMuMjU4MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
      background-size: contain;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 0.3125rem;
      height: 0.625rem;
      border: solid white;
      border-width: 0 0.1875rem 0.1875rem 0;
      transform: rotate(45deg); }
  .checkbox-container .checkmark-no-bg:after {
    background: none;
    border: 0; }

.form-field--error span[role='alert'],
.form-field--error span[role='alert'].form-inlineMessage,
.form-field--error .form-inlineMessage {
  color: #cc142b;
  font-family: "Glacial Regular", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.71;
  text-transform: none;
  margin: 0.5rem 0 0; }
  .form-field--error span[role='alert']::before,
  .form-field--error span[role='alert'].form-inlineMessage::before,
  .form-field--error .form-inlineMessage::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='rem-calc(17px)' height='rem-calc(16px)' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M0.759572 15.1458C0.607989 15.1458 0.475134 15.1115 0.361009 15.0427C0.246871 14.974 0.1581 14.8833 0.094697 14.7708C0.0252525 14.6597 -0.00599748 14.5347 0.00094697 14.3958C0.00789141 14.2569 0.0460859 14.125 0.11553 14L7.7822 1.20833C7.85164 1.08333 7.94557 0.993053 8.06399 0.937497C8.18239 0.881942 8.30392 0.854164 8.42857 0.854164C8.55321 0.854164 8.67456 0.881942 8.79261 0.937497C8.91067 0.993053 9.00442 1.08333 9.07386 1.20833L16.7405 14C16.81 14.125 16.8482 14.2569 16.8551 14.3958C16.8621 14.5347 16.8308 14.6597 16.7614 14.7708C16.6919 14.8819 16.6016 14.9722 16.4905 15.0417C16.3794 15.1111 16.2481 15.1458 16.0965 15.1458H0.759572ZM8.42363 12.6458C8.6349 12.6458 8.81345 12.5744 8.95928 12.4315C9.10511 12.2886 9.17803 12.1115 9.17803 11.9002C9.17803 11.689 9.10658 11.5104 8.96368 11.3646C8.82076 11.2187 8.64368 11.1458 8.43243 11.1458C8.22116 11.1458 8.04261 11.2173 7.89678 11.3602C7.75095 11.5031 7.67803 11.6802 7.67803 11.8914C7.67803 12.1027 7.74948 12.2812 7.89238 12.4271C8.0353 12.5729 8.21238 12.6458 8.42363 12.6458ZM8.42363 10.1458C8.6349 10.1458 8.81345 10.074 8.95928 9.93021C9.10511 9.78646 9.17803 9.60833 9.17803 9.39583V6.89583C9.17803 6.68333 9.10658 6.50521 8.96368 6.36146C8.82076 6.21771 8.64368 6.14583 8.43243 6.14583C8.22116 6.14583 8.04261 6.21771 7.89678 6.36146C7.75095 6.50521 7.67803 6.68333 7.67803 6.89583V9.39583C7.67803 9.60833 7.74948 9.78646 7.89238 9.93021C8.0353 10.074 8.21238 10.1458 8.42363 10.1458Z' fill='%23CC142B'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: none;
    background-repeat: no-repeat;
    left: 0;
    width: 0.875rem;
    height: 1rem;
    margin-right: 0.5rem; }

.navList-action--checkbox::before {
  background-color: #f8f9fb;
  border-color: #e6e6e6; }

.navList-action--checkbox.is-selected::before {
  background-color: #232629;
  border-color: #232629; }

.navList-action--checkbox::after {
  background-image: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTE5LjA1OCA4Ljc1ODA2TDEwLjgwOCAxNy4wMDgxTDcuMDU3OTggMTMuMjU4MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-size: 120%; }

input[type='checkbox']:focus,
input[type='radio']:focus {
  outline-color: transparent; }

.form-label {
  font-family: "Glacial Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #232629;
  text-transform: capitalize;
  text-align: left; }
  .form-label small {
    font-family: "Glacial Regular", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.375rem;
    color: #232629;
    text-transform: capitalize; }

.form-input {
  color: #232629;
  background-color: #f8f9fb;
  border-radius: 0.3125rem;
  border-color: #e6e6e6;
  height: 2.8125rem;
  font-weight: 500; }
  .form-input ::placeholder {
    color: #232629; }

.form-field svg.lock-opened,
.form-field svg.lock-closed {
  top: 0.65rem; }
  .form-field svg.lock-opened path,
  .form-field svg.lock-closed path {
    fill: #232629; }

/* ==========================================================================
   #CUSTOM COMPONENTS
   ========================================================================== */
.br-recommendation {
  position: relative;
  padding: 1.875rem 0; }
  @media (min-width: 801px) {
    .br-recommendation {
      padding: 3.125rem 0 2.5rem; } }
  .br-recommendation.border-bottom:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    height: 1px;
    background: #d9dee3; }
  .br-recommendation-title {
    text-align: center;
    margin: 0; }
  .br-recommendation-list {
    list-style: none;
    margin: 0; }
    .br-recommendation-list:not(.splide) {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.75rem; }
      @media (min-width: 801px) {
        .br-recommendation-list:not(.splide) {
          grid-template-columns: repeat(4, 1fr);
          gap: 1.3125rem; } }
    .br-recommendation-list li.br-product .card .card-body .card-text.rating[data-test-info-type='productRating'],
    .br-recommendation-list li .card .card-body .card-text.rating[data-test-info-type='productRating'] {
      display: none; }
    .br-recommendation-list li.br-product .card .card-body .card-actions .form-increment,
    .br-recommendation-list li .card .card-body .card-actions .form-increment {
      display: none; }
  .br-recommendation .splide__arrow {
    top: 50%; }
    .br-recommendation .splide__arrow--prev {
      left: 10px;
      transform: translate(-50%, -50%); }
      @media (min-width: 801px) {
        .br-recommendation .splide__arrow--prev {
          left: 0.9375rem; } }
      @media (min-width: 1261px) {
        .br-recommendation .splide__arrow--prev {
          left: 0.9375rem; } }
    .br-recommendation .splide__arrow--next {
      right: 0.625rem;
      transform: translate(50%, -50%); }
      @media (min-width: 801px) {
        .br-recommendation .splide__arrow--next {
          right: 0.9375rem; } }
      @media (min-width: 1261px) {
        .br-recommendation .splide__arrow--next {
          right: 0.9375rem; } }
  .br-recommendation .card {
    background-color: #fff;
    margin-bottom: 0; }
    .br-recommendation .card .card-body p {
      margin: 0; }
    .br-recommendation .card .card-body .rating {
      margin-bottom: 1rem; }

.productView-daisys-picks-title {
  margin-top: 2.5rem; }
  @media (min-width: 1024px) {
    .productView-daisys-picks-title {
      margin-top: 0; } }

.productView-daisys-picks-wrapper {
  margin-bottom: 1.125rem; }

.br-recommendation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  list-style-type: none; }
  @media (min-width: 801px) {
    .br-recommendation-grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 801px) {
    .br-recommendation-grid {
      grid-template-columns: repeat(4, 1fr); } }
  .br-recommendation-grid .br-product {
    display: none; }

.br-card-image {
  position: relative;
  aspect-ratio: 1/1; }
  .br-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.br-card-badges {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.3125rem;
  text-align: right; }
  @media (min-width: 801px) {
    .br-card-badges {
      padding: 0.4375rem; } }
  .br-card-badges .badge {
    color: #fff;
    font-size: 0.5625rem;
    font-family: "Glacial Bold", sans-serif;
    font-weight: 600;
    padding: 0.125rem 0.3125rem;
    display: table;
    margin-left: auto; }
    @media (min-width: 801px) {
      .br-card-badges .badge {
        font-size: 0.875rem;
        padding: 0.1875rem 0.75rem; } }
    .br-card-badges .badge:nth-child(1) {
      background-color: #9ca6a8; }
    .br-card-badges .badge:nth-child(2) {
      background-color: #dfd4e1; }
    .br-card-badges .badge + .badge {
      margin-top: 0.3125rem; }
      @media (min-width: 801px) {
        .br-card-badges .badge + .badge {
          margin-top: 0.5rem; } }

.br-card-details {
  padding: 0.625rem 0.3125rem 0.3125rem; }
  @media (min-width: 801px) {
    .br-card-details {
      padding: 0.9375rem 1.25rem 1.375rem; } }

.br-card-name {
  font-size: 0.75rem;
  font-family: "Glacial Bold", sans-serif;
  font-weight: 600;
  margin-bottom: 0.625rem; }
  @media (min-width: 801px) {
    .br-card-name {
      font-size: 1rem; } }

.br-card-price {
  font-size: 0.75rem;
  margin-bottom: 0.625rem; }
  @media (min-width: 801px) {
    .br-card-price {
      font-size: 0.875rem; } }
  .br-card-price .price {
    font-weight: 700;
    margin-right: 0.3125rem; }
  .br-card-price .label {
    font-size: 0.5625rem; }
    @media (min-width: 801px) {
      .br-card-price .label {
        font-size: 0.875rem; } }

.br-card-rating {
  margin-bottom: 0.9375rem; }

.br-card-actions {
  display: flex;
  gap: 0.25rem; }
  @media (min-width: 801px) {
    .br-card-actions {
      gap: 0.6875rem; } }

.br-card .form-increment .qty-select {
  width: 3.125rem;
  position: relative; }
  .br-card .form-increment .qty-select:after {
    content: '';
    width: 1px;
    background-color: #d8dad6;
    position: absolute;
    top: 0.3125rem;
    bottom: 0.3125rem;
    right: 1.3125rem;
    pointer-events: none; }

.br-card .form-increment .form-select {
  border: 0;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 3.5 4L8 1' stroke='%23232629' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 0.375rem center 0.625rem no-repeat;
  font-size: 0.625rem;
  font-weight: 700;
  color: #232629;
  text-align: center;
  padding: 0.25rem 1.5625rem 0.25rem 0.25rem;
  height: 1.75rem; }

.br-card .form-increment .qty-button {
  width: 1.625rem; }

.br-card .form-increment .form-input {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  width: 2.25rem; }

.register-to-buy {
  font-family: "Glacial Bold", sans-serif;
  font-weight: bold; }

.navMenu {
  padding-bottom: 3.125rem; }
  @media (min-width: 1024px) {
    .navMenu {
      padding-bottom: 0; } }
  .navMenu-list {
    list-style: none;
    margin: 0;
    background-color: #fff; }
    @media (min-width: 1024px) {
      .navMenu-list {
        display: flex;
        background-color: #232629; } }
    .navMenu-list--user {
      background-color: #f8f9fb; }
      @media (min-width: 1024px) {
        .navMenu-list--user {
          display: none; } }
  .navMenu-item {
    border-bottom: 1px solid #e6e6e6; }
    @media (min-width: 1024px) {
      .navMenu-item {
        border-bottom: 0; } }
    @media (min-width: 1024px) {
      .navMenu-item-top:hover > .navMenu-action-top.has-subMenu:after {
        content: ''; }
      .navMenu-item-top:hover > .navMenu-subMenu {
        display: block; } }
    .navMenu-item-editing {
      display: block !important; }
  .navMenu-action {
    display: block;
    text-decoration: none;
    color: #232629;
    padding: 0.8125rem 1.25rem; }
    @media (min-width: 1024px) {
      .navMenu-action {
        padding: 0.4375rem 0; } }
    .navMenu-action-top {
      position: relative; }
      .navMenu-action-top[aria-label="Outlet"] {
        color: #dc0327;
        font-weight: bold; }
      .navMenu-action-top:hover, .navMenu-action-top:active, .navMenu-action-top:focus {
        color: inherit; }
        .navMenu-action-top:hover[aria-label="Outlet"], .navMenu-action-top:active[aria-label="Outlet"], .navMenu-action-top:focus[aria-label="Outlet"] {
          color: #dc0327; }
      .navMenu-list--user .navMenu-action-top {
        display: flex;
        align-items: center;
        height: 3rem;
        padding: 0.3125rem 1.25rem; }
      @media (min-width: 1024px) {
        .navMenu-action-top {
          display: block;
          color: #fff;
          padding: 0.9375rem; }
          .navMenu-action-top:hover, .navMenu-action-top:active, .navMenu-action-top:focus {
            color: #e3d3e2; }
          .navMenu-action-top:after {
            content: none;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            border: 0.4375rem solid transparent;
            border-top-width: 0;
            border-bottom-color: #e3d3e2; } }
    .navMenu-action-icon {
      width: 1.5625rem;
      margin-right: 0.625rem;
      text-align: center; }
      .navMenu-action-icon svg {
        display: block; }
    .navMenu-action.has-subMenu {
      background: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 13 6-6-6-6' stroke='%231D2023' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 1.25rem center no-repeat; }
      @media (min-width: 1024px) {
        .navMenu-action.has-subMenu {
          background: none; } }
  .navMenu-subMenu {
    display: none; }
    @media (max-width: 1023px) {
      .navMenu-subMenu {
        z-index: 100;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        background-color: #fff;
        height: 100%;
        top: 0;
        overflow: auto;
        padding-bottom: 3.125rem; } }
    @media (min-width: 1024px) {
      .navMenu-subMenu-top {
        background-color: #dfd4e1;
        position: absolute;
        left: 0;
        top: 100%;
        text-align: left;
        z-index: 15;
        width: 100%;
        box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.08);
        padding: 1.25rem 4.375rem; }
        .navMenu-subMenu-top > .navMenu-subMenu-inner {
          max-width: 100%;
          margin: 0 auto;
          padding: 0 0.9375rem; } }
    .navMenu-subMenu-title {
      display: none;
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: 0.25rem;
      margin: 0.625rem 0 1.25rem; }
      @media (min-width: 1024px) {
        .navMenu-subMenu-title {
          display: block; } }
    @media (min-width: 1024px) {
      .navMenu-subMenu-inner {
        display: flex;
        justify-content: space-between; }
        .navMenu-subMenu-inner .navMenu-subMenu {
          position: absolute;
          top: 0;
          left: 100%;
          width: 100%;
          height: 100%;
          padding-left: 24%; }
        .navMenu-subMenu-inner .navMenu-subMenu-inner {
          width: 100%;
          position: relative; }
          .navMenu-subMenu-inner .navMenu-subMenu-inner::before {
            content: '';
            display: block;
            position: absolute;
            top: 2.5rem;
            left: -100vw;
            height: 100%;
            width: 200vw;
            background-color: #dfd4e1;
            z-index: -1; } }
    .navMenu-subMenu-list {
      list-style: none;
      margin: 0; }
      @media (min-width: 1024px) {
        .navMenu-subMenu-list {
          width: 22%;
          position: relative;
          border-right: 1px solid #e6e6e6; } }
    .navMenu-subMenu-images {
      display: none;
      align-items: flex-start;
      width: 40%;
      max-width: 32.5rem;
      gap: 1.25rem; }
      .navMenu-subMenu-images:empty {
        display: none; }
      @media (min-width: 801px) {
        .navMenu-subMenu-images {
          display: flex; } }
      .navMenu-subMenu-images .navMenu-submenu-image {
        width: 50%;
        text-decoration: none; }
        .navMenu-subMenu-images .navMenu-submenu-image:hover span, .navMenu-subMenu-images .navMenu-submenu-image:active span {
          background-color: #232629;
          color: #e3d3e2; }
      .navMenu-subMenu-images div {
        position: relative; }
      .navMenu-subMenu-images span {
        display: block;
        background-color: #d8dad6;
        padding: 1.0625rem;
        font-size: 1rem;
        font-weight: 600;
        transition: all 0.3s; }
    @media (min-width: 1024px) {
      .navMenu-subMenu-item.active > .navMenu-subMenu-action:after {
        content: ''; }
      .navMenu-subMenu-item.active > .navMenu-subMenu {
        display: block; } }
    .navMenu-subMenu-action:hover, .navMenu-subMenu-action:active, .navMenu-subMenu-action:focus {
      color: inherit; }
    @media (min-width: 1024px) {
      .navMenu-subMenu-action {
        position: relative; }
        .navMenu-subMenu-action:hover span, .navMenu-subMenu-action:active span, .navMenu-subMenu-action:focus span {
          text-decoration: underline; }
        .navMenu-subMenu-action:after {
          position: absolute;
          left: 100%;
          top: 50%;
          transform: translate(-50%, -50%) rotate(45deg);
          width: 1rem;
          height: 1rem;
          background-color: #232629;
          border: 1px solid #e6e6e6;
          border-bottom: 1px;
          border-left: 1px;
          border-width: 1px 1px 0 0; } }
  .navMenu-childList {
    list-style: none;
    margin: 0; }
    .navMenu-childList-action:hover, .navMenu-childList-action:active, .navMenu-childList-action:focus {
      color: inherit; }
    @media (min-width: 1024px) {
      .navMenu-childList-action:hover span, .navMenu-childList-action:active span, .navMenu-childList-action:focus span {
        text-decoration: underline; } }

.blog-recent-title {
  text-align: center;
  margin: 0 0 1.25rem; }
  @media (min-width: 801px) {
    .blog-recent-title {
      margin-bottom: 1.75rem; } }

.blog-recent-list {
  list-style: none;
  margin: 0; }
  .blog-recent-list:not(.splide) {
    display: flex; }

.blog-recent .splide__track {
  overflow: visible; }

.blog-recent .splide__slide {
  opacity: 0.2;
  transition: opacity 0.2s; }
  .blog-recent .splide__slide.is-visible {
    opacity: 1; }

.blog-recent .splide__arrow {
  top: 40%;
  transition: opacity 0.5s ease-in-out; }
  .blog-recent .splide__arrow--prev {
    left: 0.9375rem;
    transform: translate(-50%, -50%); }
    @media (min-width: 1261px) {
      .blog-recent .splide__arrow--prev {
        left: 0; } }
  .blog-recent .splide__arrow--next {
    right: 0.9375rem;
    transform: translate(50%, -50%); }
    @media (min-width: 1261px) {
      .blog-recent .splide__arrow--next {
        right: 0; } }
  .blog-recent .splide__arrow:disabled {
    opacity: 0; }

.recent-post:not(.splide__slide):not(:first-child) {
  display: none; }

.recent-post-image {
  display: block;
  position: relative;
  aspect-ratio: 1/1; }
  .recent-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.recent-post-tag {
  position: absolute;
  top: 1.0625rem;
  left: -0.4375rem;
  background: #232629;
  color: #e3d3e2;
  font-family: "Glacial Bold", sans-serif;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.1125rem;
  text-decoration: none;
  padding: 0.625rem 0.75rem 0.625rem 1.25rem;
  font-weight: 600; }
  @media (min-width: 801px) {
    .recent-post-tag {
      font-size: 0.75rem;
      padding: 0.6875rem 0.8125rem 0.6875rem 1.25rem; } }
  .recent-post-tag:before, .recent-post-tag:after {
    content: '';
    position: absolute;
    right: -1.1875rem;
    height: 50%;
    width: 1.25rem;
    background-color: #232629; }
  .recent-post-tag:before {
    top: 0;
    clip-path: polygon(70% 0%, 0% 110%, 0% 0%); }
  .recent-post-tag:after {
    bottom: 0;
    clip-path: polygon(70% 100%, 0% 100%, 0% -10%); }

.recent-post-details {
  padding: 0.8125rem 0.9375rem 1.125rem;
  background-color: #dfd4e1; }

.recent-post-title {
  display: block;
  font-weight: 600;
  height: 2.625rem;
  margin-bottom: 0.625rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  @media (min-width: 801px) {
    .recent-post-title {
      font-size: 1.1875rem;
      height: 3.5625rem;
      margin-bottom: 0.1875rem; } }

.recent-post-body {
  margin-bottom: 0.5rem;
  font-size: 0.75rem; }
  @media (min-width: 801px) {
    .recent-post-body {
      font-size: 1rem; } }

.recent-post-read {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.0875rem;
  font-size: 0.75rem; }
  .recent-post-read svg {
    margin-left: 0.3125rem; }
  @media (min-width: 801px) {
    .recent-post-read {
      font-size: 0.875rem; } }

.courses-courses-block {
  display: flex;
  margin: 0 -1.25rem; }
  @media (min-width: 801px) {
    .courses-courses-block {
      gap: 1.25rem;
      align-items: center;
      justify-content: center;
      margin: 0; } }

.courses-block-heading {
  text-align: center;
  margin: 0 auto 1.5rem; }
  @media (min-width: 801px) {
    .courses-block-heading {
      margin-bottom: 3.3125rem; } }
  @media (min-width: 1024px) {
    .courses-block-heading {
      margin-bottom: 5rem; } }
  .courses-block-heading h3 {
    margin: 0; }
  .courses-block-heading p {
    margin: 0;
    line-height: 1.7;
    font-size: 0.75rem; }
    @media (min-width: 801px) {
      .courses-block-heading p {
        font-size: 0.875rem; } }

.courses-block-tag {
  background-color: #232629;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 1.5625rem;
  left: -0.625rem; }
  .courses-block-tag p {
    color: #fff;
    margin: 0;
    padding: 0.625rem 1.125rem 0.8125rem 1.125rem;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0.1125rem;
    text-transform: uppercase; }
  .courses-block-tag > div {
    position: relative; }
    .courses-block-tag > div::before {
      position: absolute;
      top: 0;
      right: 0;
      clip-path: polygon(100% 0, 0 0, 0 100%);
      background-color: #232629;
      width: 1.25rem;
      height: 1.25rem;
      content: '';
      transform: translateX(96%); }
    .courses-block-tag > div::after {
      position: absolute;
      bottom: 0;
      right: 0;
      clip-path: polygon(0 0, 100% 100%, 0 100%);
      background-color: #232629;
      width: 1.25rem;
      height: 1.25rem;
      content: '';
      transform: translateX(96%); }

.courses-block-image {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden; }
  .courses-block-image img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: width 0.5s ease, height 0.5s ease;
    max-width: none; }

.courses-block-content {
  padding: 1.3125rem 1.25rem;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  color: #232629;
  transition: all 0.5s;
  font-size: 0.75rem;
  font-weight: 600; }

.courses-block-title {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left; }

.courses-block-summary {
  color: #232629;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  margin: 0.75rem 0 1.75rem 0;
  text-align: left; }

.courses-block-link {
  color: #232629;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.13125rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.875rem; }
  .courses-block-link > a {
    text-decoration: none; }

.courses-block .splide__track {
  width: 100%; }

.courses-block .splide__slide {
  opacity: 0.2; }

.courses-block .splide__arrow {
  top: 44%;
  width: 1.75rem;
  height: 1.75rem; }

.courses-block .splide__arrow--prev {
  left: 1rem;
  transform: translate(-50%, -50%); }
  @media (min-width: 1245px) {
    .courses-block .splide__arrow--prev {
      left: 0; } }

.courses-block .splide__arrow--next {
  right: 1rem;
  transform: translate(50%, -50%); }
  @media (min-width: 1261px) {
    .courses-block .splide__arrow--next {
      right: 0; } }

.courses-block .is-active,
.courses-block .is-prev,
.courses-block .is-next {
  opacity: 1 !important; }

.courses-block .courses-block--loading {
  min-height: 31.25rem; }

.courses-block .big-square {
  width: 100%;
  height: 70%;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 0.3125rem;
  background-size: 200% 100%;
  -webkit-animation: 1.5s shine linear infinite;
  animation: 1.5s shine linear infinite; }

.courses-block .small-square {
  width: 100%;
  height: 6.25rem;
  background-color: #f3f3f3;
  top: 5rem;
  left: 1.25rem; }

@keyframes shine {
  to {
    background-position-x: -200%; } }

@media (min-width: 551px) {
  .courses-block [data-academy-courses] .splide__list {
    transform: translateX(8%) !important; } }

@media (min-width: 801px) {
  .courses-block [data-academy-courses] .splide__list {
    transform: translateX(11%) !important; } }

.faq-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e3d3e2;
  padding: 2.25rem 1.9375rem 1.6875rem;
  margin-top: 0; }
  @media (min-width: 801px) {
    .faq-hero {
      padding: 3.875rem 2.5rem 2.5rem;
      margin-top: 2.0625rem; } }

.faq-hero-heading {
  color: #232629;
  text-align: center;
  font-family: "Glacial Regular", sans-serif;
  font-size: 1.375rem;
  line-height: 1.45;
  letter-spacing: 0.275rem;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2.4375rem; }
  @media (min-width: 801px) {
    .faq-hero-heading {
      font-size: 1.875rem;
      line-height: 1.2;
      letter-spacing: 6px; } }

.faq-hero-search-form {
  max-width: 53.625rem;
  width: 100%;
  display: flex;
  position: relative; }

.faq-hero-search-input {
  width: 100%;
  height: 2.5rem;
  border-radius: 1.5625rem;
  border: 0;
  outline: 0;
  padding: 0.875rem 1.5rem;
  color: #232629;
  font-family: "Glacial Regular", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57; }
  @media (min-width: 801px) {
    .faq-hero-search-input {
      height: 3rem; } }

.faq-hero-search-button {
  position: absolute;
  right: 1.5rem;
  height: 100%; }
  .faq-hero-search-button svg {
    margin-top: 0.3125rem; }

.contact-details {
  padding: 1.875rem 4.4375rem 2.8125rem 1.875rem;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex: 1; }
  .contact-details > h3 {
    color: #1d2023;
    font-size: 1.25rem;
    letter-spacing: 0.25rem;
    margin-bottom: 3.125rem;
    text-transform: uppercase; }
    @media (min-width: 801px) {
      .contact-details > h3 {
        font-size: 1.375rem;
        line-height: 1.45;
        letter-spacing: 0.275rem;
        margin-bottom: 1.875rem; } }
  .contact-details > ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0; }
    .contact-details > ul li {
      display: flex;
      gap: 1.125rem;
      align-items: center; }
    .contact-details > ul p {
      margin: 0;
      color: #232629;
      font-size: 0.8125rem;
      line-height: 1.7;
      letter-spacing: -0.013px; }
    .contact-details > ul svg {
      width: 1.375rem;
      height: 1.375rem; }
    @media (min-width: 801px) {
      .contact-details > ul {
        gap: 1.25rem; }
        .contact-details > ul p {
          font-size: 1.125rem;
          line-height: 1.33; } }
  @media (min-width: 1024px) {
    .contact-details {
      padding: 2.5rem 6.25rem 6rem 5.625rem; } }

.contact-address {
  padding: 1.875rem 4.4375rem 2.8125rem 1.875rem;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex: 1; }
  .contact-address > h3 {
    color: #1d2023;
    font-size: 1.25rem;
    letter-spacing: 0.25rem;
    margin-bottom: 3.125rem;
    text-transform: uppercase; }
    @media (min-width: 801px) {
      .contact-address > h3 {
        font-size: 1.375rem;
        line-height: 1.45;
        letter-spacing: 0.275rem;
        margin-bottom: 1.875rem; } }
  .contact-address > div {
    display: flex;
    gap: 1rem; }
  .contact-address svg {
    width: 1.375rem;
    height: 1.375rem; }
  .contact-address address {
    color: #232629;
    font-style: normal;
    font-size: 0.8125rem;
    line-height: 1.7;
    letter-spacing: -0.013px; }
    @media (min-width: 801px) {
      .contact-address address {
        font-size: 1.125rem;
        line-height: 1.63; } }
  .contact-address ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin: 0; }
    .contact-address ul li {
      display: flex;
      gap: 1.125rem;
      align-items: center;
      margin: 0;
      color: #232629;
      font-size: 0.8125rem;
      line-height: 1.7;
      letter-spacing: -0.013px; }
    @media (min-width: 801px) {
      .contact-address ul {
        gap: 1rem; }
        .contact-address ul li {
          font-size: 1.125rem;
          line-height: 1.33; } }
  @media (min-width: 1024px) {
    .contact-address {
      padding: 2.5rem 6.25rem 6rem 5.625rem; } }

.modal-overlay {
  display: none; }
  .modal-overlay.is-open {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1; }

.sign-in-modal {
  background-color: #fff;
  max-width: 31.25rem;
  color: #232629;
  font-family: "Glacial Regular", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.33;
  box-shadow: 0 0.125rem 0.75rem rgba(153, 153, 153, 0.4);
  border-radius: 0.375rem;
  padding: 1.375rem 1.5rem; }
  .sign-in-modal__close svg,
  .sign-in-modal__close .icon {
    height: 1.875rem;
    width: 1.875rem; }
  .sign-in-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem; }
  .sign-in-modal__body p {
    color: #232629; }
  .sign-in-modal__title {
    font-family: "Glacial Bold", sans-serif;
    font-size: 1.25rem;
    letter-spacing: normal;
    margin: 0; }
  .sign-in-modal__footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem; }
    .sign-in-modal__footer .btn {
      padding: 1rem 1.25rem;
      justify-content: center !important; }

[data-content-region]:empty {
  display: none; }

[data-layout-id] > [data-placeholder] {
  height: auto !important; }

[data-sub-layout] {
  padding: 0 !important; }

[data-sub-layout],
[data-sub-layout-container] {
  position: static !important;
  z-index: inherit !important; }

[data-layout-name='Layout-22'] div[data-edit-mode],
[data-layout-name='Layout-22'] div:not([data-placement-id]),
[data-layout-name='Layout-rounded-img'] div[data-edit-mode],
[data-layout-name='Layout-rounded-img'] div:not([data-placement-id]) {
  border-radius: 0.625rem; }

[data-layout-name='Layout-22'] img,
[data-layout-name='Layout-rounded-img'] img {
  border-radius: 0.625rem; }

[data-layout-name='Layout-impact'] div[data-edit-mode],
.small-cta-panel-inner div[data-edit-mode] {
  border-radius: 0.625rem; }

[data-layout-name='Layout-impact'] img,
.small-cta-panel-inner img {
  border-radius: 0.625rem; }

[data-layout-name='Layout-rounded-img'] div:not([data-placement-id]):not([class]) {
  border-radius: 0.625rem;
  margin: auto;
  width: fit-content; }

[data-layout-name='Layout-rounded-img-m'] div:not([class]):not([id]):not([data]) {
  display: flex;
  justify-content: center; }
  [data-layout-name='Layout-rounded-img-m'] div:not([class]):not([id]):not([data]) div[data-edit-mode] {
    border-radius: 0.625rem; }

[data-layout-name='Layout-rounded-img-e'] div[data-edit-mode] {
  border-radius: 0.625rem; }

[data-layout-name='Layout-top-rounded'] div[data-edit-mode] {
  border-top-right-radius: 0.625rem;
  border-top-left-radius: 0.625rem; }

.splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 1.875rem;
  height: 1.875rem;
  background-size: contain; }
  @media (min-width: 801px) {
    .splide__arrow {
      width: 3.125rem;
      height: 3.125rem; } }
  .splide__arrow svg {
    display: none; }
  .splide__arrow--prev {
    left: -0.625rem;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='25' transform='rotate(-180 25 25)' fill='%23232629'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m30.303 14.4002-9.9241 10.2209L30.303 34.842l-1.4774 1.5215-11.4014-11.7424 11.4014-11.7424 1.4774 1.5215Z' fill='%23fff'/%3E%3C/svg%3E"); }
  .splide__arrow--next {
    right: -0.625rem;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='25' fill='%23232629'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m19.6968 35.5998 9.9241-10.2209-9.9241-10.2209 1.4773-1.5215 11.4015 11.7424-11.4015 11.7424-1.4773-1.5215Z' fill='%23fff'/%3E%3C/svg%3E"); }

.splide__pagination {
  margin-top: 1.875rem; }
  @media (min-width: 801px) {
    .splide__pagination {
      margin-top: 0.625rem; } }
  .splide__pagination__page {
    width: 5.625rem;
    background-color: #232629;
    opacity: 0.2; }
    .splide__pagination__page.is-active {
      opacity: 1; }
  .splide__pagination li + li {
    margin-left: 0.625rem; }

.splide__track,
.splide__splide,
.splide__list,
.slick-list,
.slick-track,
.slick-slide {
  height: fit-content; }

#splide02-list img {
  border-top-right-radius: 0.625rem;
  border-top-left-radius: 0.625rem; }

.modal-content {
  color: #333333;
  font-size: 1.14286rem;
  font-family: "Glacial Regular", sans-serif; }
  .modal-content .video_element.pop-up {
    padding-top: 0.4375rem;
    width: 100% !important; }

#storerocket-panel,
#storerocket-search,
.storerocket-overlay-details-content,
#storerocket-overlay {
  background: #e3d3e2 !important; }

#storerocket-search {
  display: none !important; }

.storerocket-overlay-hours p.storerocket-overlay-hours-item {
  justify-content: space-between;
  padding: 0.5rem !important;
  font-size: 1rem !important;
  border-bottom: 1px solid #fff; }

@media (min-width: 801px) {
  .salon-finder-app .storerocket-search-container.storerocket-search-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: inherit;
    -ms-flex-direction: column;
    flex-direction: row; } }

@media (min-width: 801px) {
  .salon-finder-app .storerocket-search-button {
    text-indent: -9999px;
    width: 4rem;
    height: 3rem;
    position: relative;
    flex: inherit;
    margin: 0 0 0 0.5rem; }
    .salon-finder-app .storerocket-search-button::before {
      content: '';
      background: url(../img/search.svg) no-repeat center;
      background-size: 1.5rem;
      width: 4rem;
      height: 3rem;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto; } }

.storerocket-result-list,
.storerocket-result-list-content {
  background-color: #fff; }

.storerocket-result {
  border-radius: 1rem;
  margin: 1.25rem;
  background-color: #e3d3e2 !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTAgNkw4LjU5IDcuNDEgMTMuMTcgMTJsLTQuNTggNC41OUwxMCAxOGw2LTZ6Ii8+PC9zdmc+") !important;
  background-position-x: calc(100% - 20px) !important;
  background-position-y: center !important;
  background-repeat: no-repeat !important; }

#InStockNotifyForm {
  margin-block: 1.25rem;
  padding: 1.25rem;
  background-color: #fff;
  border: 1px solid #e6e6e6; }

#InStockNotifyOutOfStockLabel {
  font-family: "Glacial Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #232629;
  text-transform: capitalize;
  text-align: left; }

#InStockNotifyEmailAddress {
  color: #232629;
  background-color: #f8f9fb;
  border-radius: 0.3125rem;
  border-color: #e6e6e6;
  height: 2.8125rem;
  font-weight: 500;
  width: 100% !important; }
  #InStockNotifyEmailAddress ::placeholder {
    color: #232629; }

#InStockNotifyMarketingOptInContainer {
  display: block;
  position: relative;
  margin-bottom: 0.75rem;
  cursor: pointer;
  user-select: none;
  color: #232629;
  font-family: "Glacial Bold", sans-serif;
  font-size: 0.875rem;
  line-height: 1.57; }

#InStockNotifyMarketingOptInLabel {
  margin: 0 !important; }

#InStockNotifyMarketingOptIn {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

#InStockNotifyMarketingOptIn + label {
  position: relative;
  padding-left: 2.1875rem;
  cursor: pointer;
  user-select: none; }

#InStockNotifyMarketingOptIn + label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #f8f9fb;
  border-radius: 0.25rem;
  border: 0.0625rem solid #e6e6e6; }

#InStockNotifyMarketingOptIn + label::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 8px;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid white;
  border-width: 0 0.1875rem 0.1875rem 0;
  transform: rotate(45deg);
  display: none;
  background-size: contain; }

#InStockNotifyMarketingOptIn:checked + label::before {
  background-color: #232629;
  border: 1px solid #232629; }

#InStockNotifyMarketingOptIn:checked + label::after {
  display: block; }

#InStockNotifyMarketingOptIn:checked + label::after {
  background: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTE5LjA1OCA4Ljc1ODA2TDEwLjgwOCAxNy4wMDgxTDcuMDU3OTggMTMuMjU4MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

#InStockNotifyClick {
  color: #fff;
  align-items: center;
  background-color: #232629;
  border: 1px solid #232629;
  display: flex;
  font-family: "Glacial Bold", sans-serif;
  font-size: 0.75rem;
  justify-content: space-between;
  padding: 0.6875rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  width: 100%;
  letter-spacing: 0.15em;
  padding: 1rem 1.25rem; }
  @media (min-width: 801px) {
    #InStockNotifyClick {
      width: fit-content; } }
  #InStockNotifyClick:hover, #InStockNotifyClick:focus, #InStockNotifyClick:active {
    color: white;
    background-color: black;
    transition: all 0.2s ease-in-out; }
    #InStockNotifyClick:hover svg,
    #InStockNotifyClick:hover path, #InStockNotifyClick:focus svg,
    #InStockNotifyClick:focus path, #InStockNotifyClick:active svg,
    #InStockNotifyClick:active path {
      stroke: white; }
  #InStockNotifyClick.outline {
    color: #232629;
    align-items: center;
    background-color: white;
    border: 1px solid black;
    display: flex;
    font-family: "Glacial Bold", sans-serif;
    font-size: 0.75rem;
    justify-content: space-between;
    padding: 0.6875rem 1rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    width: 100%;
    letter-spacing: 0.15em; }
    @media (min-width: 801px) {
      #InStockNotifyClick.outline {
        width: fit-content; } }
    #InStockNotifyClick.outline:hover, #InStockNotifyClick.outline:focus {
      color: black;
      background-color: white;
      transition: all 0.2s ease-in-out; }
      #InStockNotifyClick.outline:hover svg,
      #InStockNotifyClick.outline:hover path, #InStockNotifyClick.outline:focus svg,
      #InStockNotifyClick.outline:focus path {
        stroke: black; }
  #InStockNotifyClick.sign-up {
    margin-bottom: 1.25rem; }
  #InStockNotifyClick.inverse-outline {
    color: #232629;
    align-items: center;
    background-color: white;
    border: 1px solid white;
    display: flex;
    font-family: "Glacial Bold", sans-serif;
    font-size: 0.75rem;
    justify-content: space-between;
    padding: 0.6875rem 1rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    width: 100%;
    letter-spacing: 0.15em; }
    @media (min-width: 801px) {
      #InStockNotifyClick.inverse-outline {
        width: fit-content; } }
    #InStockNotifyClick.inverse-outline:hover, #InStockNotifyClick.inverse-outline:focus {
      color: white;
      background-color: transparent;
      transition: all 0.2s ease-in-out; }
      #InStockNotifyClick.inverse-outline:hover svg,
      #InStockNotifyClick.inverse-outline:hover path, #InStockNotifyClick.inverse-outline:focus svg,
      #InStockNotifyClick.inverse-outline:focus path {
        stroke: white; }

/* ==========================================================================
   #CUSTOM STYLES
   ========================================================================== */
*,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.hide {
  display: none !important; }

@media (min-width: 551px) {
  .hide-min-sm {
    display: none !important; } }

@media (min-width: 801px) {
  .hide-min-md {
    display: none !important; } }

@media (min-width: 1024px) {
  .hide-min-lg {
    display: none !important; } }

@media (min-width: 1261px) {
  .hide-min-xl {
    display: none !important; } }

@media (max-width: 550px) {
  .hide-max-sm {
    display: none !important; } }

@media (max-width: 800px) {
  .hide-max-md {
    display: none !important; } }

@media (max-width: 1023px) {
  .hide-max-lg {
    display: none !important; } }

@media (max-width: 1260px) {
  .hide-max-xl {
    display: none !important; } }

.page-main.full,
.page-middle.full,
.page-bottom.full {
  overflow: hidden; }

#consent-manager,
#consent-manager-update-banner {
  display: none !important; }

.cartPreview-open,
.menu-open {
  overflow-y: hidden;
  height: 100vh; }

.cartPreview-open .cart-preview,
.menu-open .header-menu {
  transform: translateX(0);
  pointer-events: all;
  opacity: 1; }
  .cartPreview-open .cart-preview::before,
  .menu-open .header-menu::before {
    content: '';
    background-color: transparent;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none; }

.breakout {
  width: 100vw;
  margin-left: 50%;
  transform: translate3d(-50%, 0, 0); }

.quick-search-open {
  overflow: hidden !important;
  height: 100vh; }
  .quick-search-open .header {
    height: 100%;
    position: relative;
    z-index: 500; }
    @media (min-width: 801px) {
      .quick-search-open .header {
        height: auto; } }
  @media (min-width: 801px) {
    .quick-search-open {
      height: auto; } }

.rounded,
.square-pane {
  border-radius: 0.625rem; }
  .rounded img,
  .square-pane img {
    border-radius: 0.625rem; }

p.alertBox-column {
  color: #fff; }

.product-grid li.br-product .card .card-body .card-text.rating[data-test-info-type='productRating'],
.product-grid li .card .card-body .card-text.rating[data-test-info-type='productRating'] {
  display: none; }

.product-grid li.br-product .card .card-body .card-actions .form-increment,
.product-grid li .card .card-body .card-actions .form-increment {
  display: none; }

#sds-safety-sheets [data-layout-name='Layout']:not(:first-of-type) > div {
  flex-basis: 50%;
  max-width: 50%; }
  @media (min-width: 801px) {
    #sds-safety-sheets [data-layout-name='Layout']:not(:first-of-type) > div {
      flex-basis: 16.66%;
      max-width: 16.66%; } }

@media (max-width: 801px) {
  .fc-widget-normal {
    bottom: 4.0625rem !important; } }

/* ==========================================================================
   #WIDGETS
   ========================================================================== */
.text-banner-container {
  text-align: center;
  white-space: nowrap;
  background-color: #e3d3e2; }
  .text-banner-container a {
    color: #232629;
    font-family: "Glacial Regular", sans-serif;
    font-size: 0.875rem; }
  .text-banner-container .splide__slide {
    width: 100%;
    transition: all 0.3s ease-in-out; }
  .text-banner-container .splide__pagination {
    display: none; }
  .text-banner-container .splide__arrow {
    width: 20px;
    height: 20px; }
  .text-banner-container .splide__arrow--prev {
    left: 10px; }
    @media (min-width: 801px) {
      .text-banner-container .splide__arrow--prev {
        left: 25%; } }
  .text-banner-container .splide__arrow--next {
    right: 10px; }
    @media (min-width: 801px) {
      .text-banner-container .splide__arrow--next {
        right: 25%; } }
  .text-banner-container .splide__list {
    transition: all 0.3s ease-in-out !important; }
  .text-banner-container strong {
    font-family: "Glacial Bold", sans-serif;
    color: #232629; }
  .text-banner-container p {
    font-family: "Glacial Regular", sans-serif;
    color: #232629;
    margin: 0;
    padding: 0.625rem 0.5rem; }
  .text-banner-container.widget-text-banner p {
    text-wrap: wrap; }
  .text-banner-container .splide__slide p {
    margin-bottom: 0 !important; }

.store-selector {
  position: relative; }
  .store-selector img {
    margin-right: 0.5rem; }
  .store-selector-link span {
    text-align: left; }
  .store-selector-button {
    position: relative;
    padding: 0.5rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    border-bottom: 0.0625rem solid transparent;
    margin-bottom: -0.0625rem;
    z-index: 2;
    transition: border-color 0.5s;
    width: 100%; }
    .store-selector-button svg {
      transition: transform 0.5s;
      margin-left: 0.5rem; }
    @media (min-width: 1024px) {
      .store-selector-button {
        width: auto; } }
  .store-selector-dropdown {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    width: 35.9375rem;
    max-width: 92vw;
    background: #fff;
    padding: 0.9375rem;
    border: 0.0625rem solid #e6e6e6;
    font-size: 0.75rem;
    z-index: 500; }
    @media (min-width: 801px) {
      .store-selector-dropdown {
        padding: 1.25rem; } }
  .store-selector-list {
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 0.9375rem; }
    @media (min-width: 801px) {
      .store-selector-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem; } }
  .store-selector-link {
    display: flex;
    align-items: center;
    text-decoration: none; }
  .store-selector.active .store-selector-button {
    border-color: #232629; }
    .store-selector.active .store-selector-button svg {
      transform: scale(-1); }
  .store-selector.active .store-selector-dropdown {
    opacity: 1;
    pointer-events: all; }

.store-selector-dropdown {
  width: 15.625rem;
  max-width: 15.625rem;
  padding: 1.25rem 0.625rem;
  right: 0.3125rem;
  max-height: 24.0625rem;
  overflow: scroll; }

#currency-selector .store-selector-dropdown {
  width: max-content; }

.store-selector-list {
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0; }
  @media (min-width: 800px) {
    .store-selector-list {
      grid-template-columns: repeat(1, 1fr);
      gap: 0;
      width: auto; } }
  .store-selector-list li {
    padding: 0.3125rem 0.625rem; }
    .store-selector-list li:hover {
      background-color: #0052cca6;
      border-radius: 0.3125rem; }
      .store-selector-list li:hover span {
        color: #fff; }

.store-selector img {
  display: none; }

.store-selector-link span {
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 600;
  letter-spacing: 0.03125rem; }
  @media (min-width: 801px) {
    .store-selector-link span {
      font-size: 0.75rem; } }

.why-sign-up-container {
  border: 0.0625rem solid #e6e6e6;
  margin: 1.875rem 0;
  padding-bottom: 2.1875rem;
  text-align: center; }
  @media (min-width: 801px) {
    .why-sign-up-container {
      margin: 2.1875rem 0;
      padding-top: 1.25rem; } }
  .why-sign-up-container .why-signup-header {
    font-size: 1.375rem;
    line-height: 4.375rem;
    margin-top: 1.5625rem; }
    @media (min-width: 801px) {
      .why-sign-up-container .why-signup-header {
        font-size: 2.125rem;
        margin-top: 1.25rem;
        margin-bottom: 1.875rem; } }
    .why-sign-up-container .why-signup-header h2 {
      margin: 0; }
  .why-sign-up-container .why-signup-inner-list {
    margin: 0 auto;
    display: grid;
    gap: 0 0.46875rem;
    grid-template-columns: 1fr;
    width: 85%;
    justify-items: center; }
    @media (min-width: 551px) {
      .why-sign-up-container .why-signup-inner-list {
        width: 95%;
        grid-template-columns: repeat(2, 1fr);
        justify-items: unset; } }
    @media (min-width: 801px) {
      .why-sign-up-container .why-signup-inner-list {
        width: 60%;
        grid-template-columns: repeat(2, 1fr); } }
    .why-sign-up-container .why-signup-inner-list--item {
      display: flex;
      gap: 0.9375rem;
      align-items: center;
      margin-bottom: 1.25rem;
      width: 85%; }
      .why-sign-up-container .why-signup-inner-list--item svg {
        width: 1.4375rem;
        height: 1.625rem;
        vertical-align: middle; }
      @media (min-width: 551px) {
        .why-sign-up-container .why-signup-inner-list--item {
          width: initial; } }
      @media (min-width: 801px) {
        .why-sign-up-container .why-signup-inner-list--item {
          justify-content: unset; } }
    .why-sign-up-container .why-signup-inner-list p {
      margin-bottom: 0;
      font-size: 0.75rem;
      text-align: left; }
      @media (min-width: 801px) {
        .why-sign-up-container .why-signup-inner-list p {
          font-size: 0.875rem; } }

.footer-top {
  background-color: #00000052;
  z-index: 500;
  display: none; }
  .footer-top button {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .footer-top button svg {
      margin: auto;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  .footer-top.sticky {
    display: block;
    position: fixed;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    left: 1rem;
    bottom: 10rem; }
    @media (min-width: 801px) {
      .footer-top.sticky {
        position: fixed;
        width: 3.875rem;
        height: 3.875rem;
        border-radius: 50%;
        left: 3.125rem;
        bottom: 3.125rem; } }

.footer-main {
  padding-bottom: 1.25rem;
  border: 0.0625rem solid #6d6d6d;
  border-width: 0.0625rem 0 0; }
  @media (min-width: 1024px) {
    .footer-main {
      display: flex;
      gap: 2.375rem;
      padding-top: 2.8125rem;
      padding-bottom: 2.8125rem;
      border-width: 0.0625rem 0; } }

.footer-bottom {
  font-size: 0.75rem;
  padding: 1.25rem 0.625rem;
  padding-bottom: 7.5rem; }
  .footer-bottom a,
  .footer-bottom p {
    color: #babbb1 !important;
    font-family: "Glacial Regular", sans-serif;
    font-size: 0.75rem;
    line-height: 2; }
  @media (min-width: 1024px) {
    .footer-bottom {
      padding: 0.8125rem 0 1.875rem 0; } }

.footer a {
  display: inline-block;
  text-decoration: none; }

.footer ul {
  list-style: none;
  margin: 0; }

.footer-back {
  width: 100%;
  padding: 1.25rem 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  text-transform: none; }
  @media (min-width: 801px) {
    .footer-back {
      padding: 1.8125rem 0 1.9375rem; } }
  @media (min-width: 1024px) {
    .footer-back {
      padding: 1.8125rem 0 1.625rem; } }
  .footer-back svg {
    margin-left: 0.75rem; }

.footer-column {
  border-bottom: 0.0625rem solid #6d6d6d;
  transition: border-color 0.5s;
  padding: 0 0.625rem; }
  @media (min-width: 1024px) {
    .footer-column {
      flex: 1;
      border-bottom: 0;
      padding: 0; } }
  .footer-column.active .footer-column-title:after {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='3' viewBox='0 0 9 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.42614.519886V2.72727H.6875V.519886h7.73864Z' fill='%23fff'/%3E%3C/svg%3E"); }
  .footer-column.active .footer-column-content {
    height: var(--height); }
    @media (min-width: 1024px) {
      .footer-column.active .footer-column-content {
        height: auto; } }
  .footer-column a {
    font-size: 0.875rem;
    line-height: 2.3; }
  .footer-column-content {
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
    font-size: 0.8125rem; }
    .footer-column-content > *:last-child {
      margin-bottom: 1.25rem; }
    @media (min-width: 1024px) {
      .footer-column-content {
        height: auto; } }
  .footer-column-title {
    margin: 0;
    padding: 0.875rem 0;
    font-size: 0.875rem;
    font-family: "Glacial Bold", sans-serif;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 600;
    line-height: 1.57; }
    @media (max-width: 1023px) {
      .footer-column-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer; } }
    @media (min-width: 1024px) {
      .footer-column-title {
        margin: 0 0 0.875rem;
        font-size: 0.875rem;
        padding: 0;
        cursor: initial; } }
    .footer-column-title:after {
      content: '';
      background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.84375 11.892V.369318h2.29261V11.892H4.84375ZM.232955 7.27273V4.98011H11.7557v2.29262H.232955Z' fill='%23fff'/%3E%3C/svg%3E") center no-repeat;
      height: 0.9375rem;
      width: 0.9375rem; }
  .footer-column-links {
    margin-bottom: 1.875rem; }
    @media (min-width: 1024px) {
      .footer-column-links {
        margin-bottom: 0.625rem;
        display: flex;
        flex-direction: column;
        gap: 0.4375rem; } }

@media (min-width: 1024px) {
  .footer-contact {
    flex: 1.6; } }

.footer-contact .footer-column-content {
  font-size: 0.875rem; }
  @media (min-width: 1024px) {
    .footer-contact .footer-column-content {
      font-size: 0.8125rem; } }

.footer-contact .tel,
.footer-contact .email {
  margin-bottom: 0.75rem; }
  @media (min-width: 1024px) {
    .footer-contact .tel,
    .footer-contact .email {
      margin-bottom: 0.1875rem; } }

.footer-contact .tel,
.footer-contact .email,
.footer-contact .address {
  display: flex;
  align-items: center;
  text-decoration: none; }
  .footer-contact .tel svg,
  .footer-contact .email svg,
  .footer-contact .address svg {
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    margin-right: 1.4375rem; }
    @media (min-width: 1024px) {
      .footer-contact .tel svg,
      .footer-contact .email svg,
      .footer-contact .address svg {
        width: 0.75rem;
        height: 0.8125rem;
        margin-right: 1.125rem; } }

.footer-contact .address {
  width: 100%;
  padding: 0; }
  .footer-contact .address svg {
    align-self: flex-start; }
  .footer-contact .address address {
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.375rem; }

.footer-social {
  padding-top: 1.5rem;
  border-bottom: 0; }
  @media (min-width: 1024px) {
    .footer-social {
      padding-top: 0;
      flex: 2.4; } }
  .footer-social-icon {
    line-height: normal !important; }
  .footer-social-icons {
    display: flex;
    align-items: center;
    gap: 1.5625rem; }
    .footer-social-icons svg {
      display: block; }

.footer-logo {
  margin-bottom: 1.75rem; }
  @media (min-width: 1024px) {
    .footer-logo {
      margin: 0 0 3.125rem; } }

.footer-newsletter {
  margin-top: 2.125rem; }
  @media (min-width: 1024px) {
    .footer-newsletter {
      margin-top: 6.25rem; } }
  .footer-newsletter > p {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.125rem;
    color: #fff;
    border-bottom: 0.0625rem solid #6d6d6d;
    padding-bottom: 0.625rem; }
    @media (min-width: 1024px) {
      .footer-newsletter > p {
        border: none;
        font-family: "Glacial Bold", sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.25rem; } }
  .footer-newsletter .footer-newsletter-text {
    margin-top: 0.625rem;
    line-height: 1.2; }
  .footer-newsletter .form {
    margin: 0; }
  .footer-newsletter .form-field {
    display: flex;
    margin: 0; }
  .footer-newsletter .form-input {
    border-radius: 0 !important; }
  .footer-newsletter .btn {
    margin-left: 0.9375rem;
    border: 0.0625rem solid #fff !important;
    font-size: 0.75rem;
    font-family: "Glacial Bold", sans-serif;
    line-height: 1.3;
    letter-spacing: 0.1125rem;
    text-transform: uppercase;
    padding: 0.875rem 1.8125rem;
    max-width: 7.5rem;
    text-align: center;
    border-radius: 0 !important; }

.footer-bottom {
  width: 90%; }
  @media (min-width: 1024px) {
    .footer-bottom {
      width: auto; } }
  @media (min-width: 1024px) {
    .footer-bottom p {
      margin-bottom: 0.625rem; } }
  .footer-bottom .footer-bottom-links {
    margin-bottom: 1.0625rem; }
    @media (min-width: 1024px) {
      .footer-bottom .footer-bottom-links {
        margin-bottom: 0.625rem; } }
    .footer-bottom .footer-bottom-links li {
      display: inline-block;
      margin: 0 0.9375rem 0.375rem 0; }
      @media (min-width: 1024px) {
        .footer-bottom .footer-bottom-links li {
          margin-bottom: 0; } }

#br_form_footer {
  display: flex;
  align-items: center;
  gap: 13px; }
  #br_form_footer .form-label {
    display: none; }
  #br_form_footer .form-input {
    width: fit-content; }
  #br_form_footer .btn {
    border: 0.0625rem solid #fff !important;
    font-size: 0.75rem;
    font-family: 'Glacial Bold', sans-serif;
    line-height: 1.3;
    letter-spacing: 0.1125rem;
    text-transform: uppercase;
    padding: 0.875rem 1.8125rem;
    max-width: 7.5rem;
    text-align: center;
    border-radius: 0 !important;
    margin: 0;
    white-space: nowrap; }

.hero-banner {
  margin: 0 0.625rem 1.875rem; }
  @media (min-width: 801px) {
    .hero-banner {
      margin: 0 1.0625rem 2.1875rem; } }

.hero-banner-slide {
  padding-inline: 0.3125rem;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: bottom left;
  border-radius: 0.625rem; }
  .hero-banner-slide img {
    border-radius: 0.625rem; }
  .hero-banner-slide:not(.splide__slide) + .hero-banner-slide {
    display: none; }
  @media (min-width: 801px) {
    .hero-banner-slide {
      background-position: top right; } }
  @media only screen and (max-width: 550px) {
    .hero-banner-slide {
      width: calc(100% - 50px) !important; } }

.hero-banner-content {
  display: none;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  max-width: 84%; }
  @media (min-width: 801px) {
    .hero-banner-content {
      left: 20%;
      max-width: 39.375rem; } }

.hero-banner-content2 {
  border-radius: 0.625rem;
  overflow: hidden; }

.hero-banner-textbox {
  padding: 1rem; }
  .hero-banner-textbox a {
    text-decoration: none; }

.hero-banner-textbox .article-block-title,
.hero-banner-textbox .article-block-summary {
  text-overflow: ellipsis; }

.hero-banner-cta {
  text-decoration: none; }

.hero-banner-cta:hover {
  text-decoration: underline; }

.hero-banner-image {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio: 430 / 331;
  width: 100%;
  height: auto; }

.hero-banner-title {
  font-size: 2.5rem;
  margin: 0 0 1.5rem; }
  @media (min-width: 801px) {
    .hero-banner-title {
      font-size: 4rem;
      margin-bottom: 2.5rem; } }

.hero-banner-text {
  margin: 0 0 0.625rem; }
  @media (min-width: 801px) {
    .hero-banner-text {
      margin-bottom: 2.5rem;
      font-size: 1rem; } }

.hero-banner-caption {
  color: #232629;
  font-family: "Glacial Bold", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.1125rem;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  display: none; }
  @media (min-width: 801px) {
    .hero-banner-caption {
      display: block; } }

.hero-banner-slider .splide__pagination {
  margin-top: 0;
  visibility: hidden; }
  @media (min-width: 801px) {
    .hero-banner-slider .splide__pagination {
      margin-top: 0.375rem; } }
  .hero-banner-slider .splide__pagination__page {
    height: 0.125rem; }

@media (min-width: 801px) {
  .hero-banner-slider .splide__arrow {
    display: none; } }

@media (min-width: 801px) {
  .show-arrows-desktop .splide__arrow {
    display: block; } }

.why-choose-us {
  border-bottom: 0.0625rem solid #d9dee3;
  padding-top: 2.3125rem;
  padding-bottom: 2.3125rem; }
  @media (min-width: 551px) {
    .why-choose-us {
      padding-top: 4.0625rem;
      padding-bottom: 3.9375rem;
      min-height: 28.125rem; } }
  .why-choose-us-container {
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem; }
    @media (min-width: 551px) {
      .why-choose-us-container {
        flex-direction: row;
        column-gap: 7.5rem; } }
  @media (min-width: 551px) {
    .why-choose-us-image {
      width: 40rem;
      height: 16.5625rem;
      flex-shrink: 0;
      padding-right: 0.5625rem;
      border-right: 0.0625rem solid #e6e6e6; } }
  .why-choose-us-image2 {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden; }
    @media (min-width: 551px) {
      .why-choose-us-image2 {
        aspect-ratio: 1 / 0.5; } }
    .why-choose-us-image2 img {
      width: auto;
      max-width: none;
      height: 100%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
      @media (min-width: 551px) {
        .why-choose-us-image2 img {
          width: 100%; } }
  .why-choose-us-header {
    text-transform: uppercase;
    font-family: "Glacial Bold", sans-serif, sans-serif;
    font-weight: 400;
    line-height: 4.375rem;
    letter-spacing: 0.4rem;
    font-size: 1.375rem;
    text-align: center; }
    @media (min-width: 551px) {
      .why-choose-us-header {
        font-size: 2rem;
        text-align: left; } }
  .why-choose-us-desc {
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 1.6875rem;
    font-size: 0.75rem;
    text-align: center; }
    @media (min-width: 551px) {
      .why-choose-us-desc {
        font-size: 0.875rem;
        text-align: left; } }
  .why-choose-us-footer {
    text-align: center; }
    @media (min-width: 551px) {
      .why-choose-us-footer {
        text-align: left; } }
  .why-choose-us-link {
    color: white;
    font-family: "Glacial Bold", sans-serif, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.0875rem;
    text-transform: uppercase;
    background-color: #232629;
    padding: 0.8125rem 1.125rem 0.8125rem 1.25rem;
    text-decoration: none;
    display: inline-flex;
    column-gap: 1.125rem;
    align-items: center; }
    @media (min-width: 551px) {
      .why-choose-us-link {
        column-gap: 3.25rem; } }

.block-slider-heading {
  text-align: center;
  margin: 0 auto 2.1875rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media (min-width: 801px) {
    .block-slider-heading {
      max-width: 53.5625rem;
      margin-bottom: 3.4375rem;
      padding: 0;
      width: 100%;
      overflow: hidden; } }
  .block-slider-heading h3 {
    margin: 0 0 1.25rem; }
  .block-slider-heading p {
    color: #232629;
    text-align: center;
    font-family: "Glacial Regular", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57; }

.block-slider-slider {
  display: flex; }

.block-slider-block {
  text-decoration: none; }
  .block-slider-block:not(.splide__slide) + .block-slider-block {
    display: none; }

.block-slider-image {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden; }
  .block-slider-image img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: width 0.5s ease, height 0.5s ease;
    max-width: none; }

.block-slider-title {
  padding: 0.6875rem 0.875rem;
  background-color: #d8dad6;
  color: #232629;
  transition: all 0.5s;
  font-size: 0.75rem;
  font-weight: 600; }
  @media (min-width: 801px) {
    .block-slider-title {
      padding: 1.125rem;
      font-size: 1rem; } }

.block-slider .splide__track {
  width: 100%; }

.block-slider .splide__slide {
  opacity: 0.2;
  transition: opacity 0.3s; }
  @media (min-width: 360px) and (max-width: 551px) {
    .block-slider .splide__slide {
      width: calc(45% - 12px) !important; } }
  .block-slider .splide__slide.is-visible {
    opacity: 1; }

.block-slider .splide__arrow {
  top: 44%; }
  .block-slider .splide__arrow--prev {
    left: 0.9375rem;
    transform: translate(-50%, -50%); }
    @media (min-width: 1261px) {
      .block-slider .splide__arrow--prev {
        left: 0; } }
  .block-slider .splide__arrow--next {
    right: 0.9375rem;
    transform: translate(50%, -50%); }
    @media (min-width: 1261px) {
      .block-slider .splide__arrow--next {
        right: 0; } }

.benefits-block-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.5rem;
  background-color: #fafafa;
  border: 0.0625rem solid #e6e6e6;
  max-width: 81.125rem;
  margin-left: auto;
  margin-right: auto; }
  .benefits-block-inner .btn-medium {
    width: 100%;
    max-width: 23.4375rem; }
    @media (min-width: 551px) {
      .benefits-block-inner .btn-medium {
        width: initial; } }
  @media (min-width: 801px) {
    .benefits-block-inner {
      padding: 3rem; } }

.benefits-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.625rem;
  margin: 0.625rem 0 2.625rem;
  max-width: 53.625rem; }
  @media (min-width: 801px) {
    .benefits-list {
      flex-direction: row;
      justify-content: space-between;
      row-gap: 1.875rem;
      column-gap: 4.75rem; } }

.benefits-block-title {
  text-align: center;
  max-width: 53.625rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .benefits-block-title {
      text-align: left; } }

.benefits-block-description {
  text-align: center;
  max-width: 53.625rem;
  margin: 0; }

.benefits-item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.5rem;
  width: 100%; }
  @media (min-width: 801px) {
    .benefits-item {
      width: calc(50% - 38px); } }

.benefits-text {
  color: #1d2023;
  font-family: "Glacial Regular", sans-serif;
  font-size: 0.875rem;
  line-height: 1.57;
  margin: 0; }

.benefits-icon {
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem; }
  @media (min-width: 801px) {
    .benefits-icon {
      width: 2.25rem;
      height: 2.25rem; } }

.benefits-icon svg {
  width: 100%;
  height: 100%; }

.logo-block {
  display: flex; }
  @media (min-width: 801px) {
    .logo-block {
      justify-content: flex-end; } }
  .logo-block .logo-block-items {
    display: flex;
    align-items: center;
    gap: 0.9375rem; }
  .logo-block li {
    list-style: none;
    max-width: 3.125rem;
    max-height: 3.125rem; }

.media-content {
  display: flex;
  flex-direction: column; }
  @media (min-width: 801px) {
    .media-content {
      flex-direction: row; } }
  .media-content.square .media-content-media {
    aspect-ratio: 1 / 1; }
  @media (min-width: 801px) {
    .media-content.square .media-content-content {
      aspect-ratio: 1 / 1; } }
  .media-content.border {
    border: 0.0625rem solid #e6e6e6; }
  .media-content-media {
    position: relative; }
    @media (min-width: 801px) {
      .media-content-media {
        width: 50%; } }
    .media-content-media img,
    .media-content-media video {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .media-content-media.play .media-content-play {
      opacity: 0;
      pointer-events: none; }
    .media-content-media.play .media-content-pause {
      opacity: 1;
      pointer-events: all; }
  .media-content-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s;
    padding: 0.3125rem; }
    .media-content-play svg {
      display: block; }
      @media (min-width: 801px) {
        .media-content-play svg {
          width: 5.625rem;
          height: 5.625rem; } }
  .media-content-pause {
    position: absolute;
    right: 1.5625rem;
    bottom: 1.5625rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    padding: 0.3125rem; }
    .media-content-pause svg {
      display: block; }
  .media-content-fullscreen {
    position: absolute;
    left: 0.625rem;
    bottom: 0.625rem; }
    .media-content-fullscreen svg path {
      fill: #fff; }
  .media-content-flag {
    position: absolute;
    top: -0.5625rem;
    writing-mode: vertical-rl;
    transform: scale(-1);
    padding: 1rem 0.625rem;
    font-size: 0.625rem;
    text-transform: uppercase;
    font-family: "Glacial Bold", sans-serif;
    letter-spacing: 0.10625rem;
    font-weight: 600; }
    @media (min-width: 801px) {
      .media-content-flag {
        font-size: 0.75rem;
        padding: 1.25rem 1rem; } }
    .media-content-flag:before, .media-content-flag:after {
      content: '';
      position: absolute;
      top: -1.0625rem;
      width: 50%;
      height: 1.125rem;
      z-index: -1; }
    .media-content-flag:before {
      left: 0;
      clip-path: polygon(0 100%, 140% 100%, 0 0); }
    .media-content-flag:after {
      right: 0;
      clip-path: polygon(100% 100%, -40% 100%, 100% 0); }
  .media-content-content {
    padding: 2.1875rem; }
    @media (min-width: 801px) {
      .media-content-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 3.125rem 6%;
        width: 50%; } }
  .media-content-title {
    margin: 0 0 1rem; }
    @media (min-width: 801px) {
      .media-content-title {
        margin-bottom: 2.1875rem; } }
  .media-content-text {
    line-height: 2;
    margin-bottom: 1.875rem; }
    .media-content-text p:last-child {
      margin: 0; }
    @media (min-width: 801px) {
      .media-content-text {
        line-height: 1.7;
        margin-bottom: 2.8125rem; } }
    @media (min-width: 801px) {
      .media-content-text + .media-content-bullets {
        margin-top: -1.875rem; } }
  .media-content-bullets {
    margin: 0 0 1.875rem;
    list-style: none;
    line-height: 2; }
    @media (min-width: 801px) {
      .media-content-bullets {
        margin-bottom: 4.0625rem;
        line-height: 1.7; } }
    .media-content-bullets li {
      display: flex;
      align-items: center;
      margin-top: 1.25rem; }
      @media (min-width: 801px) {
        .media-content-bullets li {
          margin-top: 1.875rem; } }
    .media-content-bullets .bullet-icon {
      width: 1.5625rem;
      flex-shrink: 0;
      margin-right: 0.9375rem; }
    .media-content-bullets svg {
      display: block;
      margin: 0 auto; }
  .media-content-button {
    width: 100%;
    justify-content: center; }
    @media (min-width: 801px) {
      .media-content-button {
        width: auto; } }

.benefits-bar-list {
  list-style: none;
  margin: 0; }
  @media (min-width: 801px) {
    .benefits-bar-list {
      display: flex;
      justify-content: center; } }
  .benefits-bar-list li {
    display: flex;
    align-items: center;
    padding: 1.6875rem 0; }
    @media (min-width: 801px) {
      .benefits-bar-list li {
        text-align: center;
        padding: 0; } }
    .benefits-bar-list li > a,
    .benefits-bar-list li > span {
      padding: 0 0.625rem;
      display: flex;
      align-items: center;
      text-decoration: none;
      width: 100%; }
      .benefits-bar-list li > a > svg,
      .benefits-bar-list li > span > svg {
        flex-shrink: 0;
        margin-left: auto;
        max-height: 0.75rem; }
        @media (min-width: 801px) {
          .benefits-bar-list li > a > svg,
          .benefits-bar-list li > span > svg {
            margin-left: 1.25rem; } }
        @media (min-width: 1024px) {
          .benefits-bar-list li > a > svg,
          .benefits-bar-list li > span > svg {
            margin-left: 1.875rem; } }
      @media (min-width: 801px) {
        .benefits-bar-list li > a,
        .benefits-bar-list li > span {
          padding: 0 1.25rem;
          text-align: center; } }
      @media (min-width: 1024px) {
        .benefits-bar-list li > a,
        .benefits-bar-list li > span {
          padding: 0 2.1875rem; } }
    .benefits-bar-list li + li {
      border-top: 0.0625rem solid #e6e6e6; }
      @media (min-width: 801px) {
        .benefits-bar-list li + li {
          border-top: 0; } }
      @media (min-width: 801px) {
        .benefits-bar-list li + li > a,
        .benefits-bar-list li + li > span {
          border-left: 0.0625rem solid #e6e6e6; } }

.benefits-bar-icon {
  margin-right: 1.25rem; }
  @media (min-width: 1024px) {
    .benefits-bar-icon {
      margin-right: 1.5625rem; } }
  .benefits-bar-icon img,
  .benefits-bar-icon svg {
    display: block; }

.social-links {
  text-align: center;
  padding: 0 1.25rem; }
  @media (min-width: 801px) {
    .social-links {
      margin-bottom: 1.25rem !important; } }

.social-links-heading {
  max-width: 53.625rem;
  margin: 0 auto 1.25rem; }
  @media (min-width: 801px) {
    .social-links-heading {
      margin-bottom: 1.25rem; } }

.social-links-text {
  color: #232629;
  font-size: 0.75rem;
  line-height: 2;
  max-width: 53.625rem;
  margin: 0 auto 2.1875rem; }
  @media (min-width: 801px) {
    .social-links-text {
      margin-bottom: 2.5rem;
      font-size: 0.875rem;
      line-height: 1.7; } }

.social-links-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8125rem;
  list-style: none;
  margin: 0; }
  @media (min-width: 801px) {
    .social-links-list {
      gap: 1.5rem; } }
  .social-links-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    box-shadow: 0 0 0.0625rem 0.0625rem #d8dad6;
    border-radius: 100%;
    transition: box-shadow 0.2s ease-in-out; }
    .social-links-list a:hover, .social-links-list a:active {
      box-shadow: 0 0 0.0625rem 0.0625rem #232629;
      transition: box-shadow 0.3s ease-in-out; }
    @media (min-width: 360px) {
      .social-links-list a {
        width: 3.75rem;
        height: 3.75rem; } }
    @media (min-width: 801px) {
      .social-links-list a {
        width: 6.875rem;
        height: 6.875rem; } }
    @media (min-width: 1024px) {
      .social-links-list a {
        width: 10rem;
        height: 10rem; } }
  .social-links-list svg {
    display: block;
    width: 1.4375rem;
    height: 1.4375rem;
    max-width: 100%; }
    @media (min-width: 801px) {
      .social-links-list svg {
        width: 2.5rem;
        height: 2.5rem; } }
    @media (min-width: 1024px) {
      .social-links-list svg {
        width: 3.75rem;
        height: 3.75rem; } }
    .social-links-list svg path {
      stroke-width: 1; }

.product-information-tabs .info-tabs-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 801px) {
    .product-information-tabs .info-tabs-container {
      gap: 2.5rem;
      flex-wrap: wrap;
      flex-direction: row;
      margin-bottom: 1.875rem; } }
  .product-information-tabs .info-tabs-container .info-tab-wrapper {
    width: 100%;
    border: 0.0625rem solid #e6e6e6;
    margin-bottom: 2rem; }
    @media (min-width: 801px) {
      .product-information-tabs .info-tabs-container .info-tab-wrapper {
        border: unset;
        margin-bottom: 0;
        width: unset; } }
  .product-information-tabs .info-tabs-container .info-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .product-information-tabs .info-tabs-container .info-tab span {
      position: absolute;
      top: 1.5rem;
      right: 1.25rem;
      transition: 0.2s ease-out; }
    @media (min-width: 801px) {
      .product-information-tabs .info-tabs-container .info-tab span {
        display: none; } }
  .product-information-tabs .info-tabs-container .info-tab-title {
    font-size: 1rem;
    line-height: 4.375rem;
    text-transform: uppercase;
    font-family: "Glacial Bold", sans-serif;
    position: relative; }
    @media (min-width: 801px) {
      .product-information-tabs .info-tabs-container .info-tab-title::after {
        content: '';
        position: absolute;
        top: 1.6875rem;
        right: -1.1875rem;
        width: 0.0625rem;
        height: 0.875rem;
        background-color: #b5c0cc; }
      .product-information-tabs .info-tabs-container .info-tab-title.last::after {
        display: none; } }

.product-information-tabs .info-tab-content--content,
.product-information-tabs .info-tab-contents--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem 1.75rem; }
  @media (min-width: 801px) {
    .product-information-tabs .info-tab-content--content,
    .product-information-tabs .info-tab-contents--content {
      padding: 1.25rem 2.5rem; } }
  .product-information-tabs .info-tab-content--content > div,
  .product-information-tabs .info-tab-contents--content > div {
    border: 0.0625rem solid #e6e6e6; }
  .product-information-tabs .info-tab-content--content h1,
  .product-information-tabs .info-tab-content--content h2,
  .product-information-tabs .info-tab-content--content p,
  .product-information-tabs .info-tab-content--content span,
  .product-information-tabs .info-tab-contents--content h1,
  .product-information-tabs .info-tab-contents--content h2,
  .product-information-tabs .info-tab-contents--content p,
  .product-information-tabs .info-tab-contents--content span {
    margin-top: 0; }
  .product-information-tabs .info-tab-content--content p,
  .product-information-tabs .info-tab-contents--content p {
    text-align: center; }

.product-information-tabs .info-content--dlTable {
  list-style-type: none;
  margin-left: 0;
  border: 0.0625rem solid #e6e6e6;
  padding: 1.0625rem 1.375rem;
  width: 100%; }
  .product-information-tabs .info-content--dlTable li {
    padding: 0.25rem 1.125rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5; }
    .product-information-tabs .info-content--dlTable li:nth-child(2n) {
      background-color: #fff; }
      .product-information-tabs .info-content--dlTable li:nth-child(2n)::before {
        background-color: #fff; }
    .product-information-tabs .info-content--dlTable li a {
      position: relative;
      padding-right: 1.5rem;
      margin-right: 1.25rem; }
      .product-information-tabs .info-content--dlTable li a::after {
        content: '';
        position: absolute;
        top: 0.125rem;
        right: 0;
        bottom: 0;
        left: 4.6875rem;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none"><path stroke="%231D2023" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13 9v2.667A1.334 1.334 0 0 1 11.667 13H2.333A1.334 1.334 0 0 1 1 11.667V9m2.667-3.333L7 9m0 0 3.333-3.333M7 9V1"/></svg>');
        background-repeat: no-repeat; }
    .product-information-tabs .info-content--dlTable li span {
      display: flex;
      align-items: center;
      gap: 0.5rem; }

.product-information-tabs .active {
  border-bottom: 0.0625rem solid #232629; }

.tgbInfo-content {
  display: flex;
  position: relative; }
  .tgbInfo-content.square .tgbInfo-content-media {
    aspect-ratio: 1 / 1; }
  @media (min-width: 801px) {
    .tgbInfo-content.square .tgbInfo-content-content {
      aspect-ratio: 1 / 1; } }
  .tgbInfo-content.border {
    border: 0.0625rem solid #e6e6e6; }
  .tgbInfo-content-image {
    margin-bottom: 1.5625rem; }
  .tgbInfo-content-flag {
    position: absolute;
    top: 0.1875rem;
    right: 3.1875rem !important;
    writing-mode: vertical-rl;
    transform: rotate(270deg);
    padding: 1rem 0.625rem;
    font-size: 0.625rem;
    text-transform: uppercase;
    font-family: "Glacial Bold", sans-serif;
    letter-spacing: 0.10625rem;
    font-weight: 600; }
    @media (min-width: 801px) {
      .tgbInfo-content-flag {
        font-size: 0.75rem;
        padding: 1.25rem 1rem;
        top: -0.5625rem;
        right: 1.125rem !important;
        transform: scale(-1); } }
    .tgbInfo-content-flag:before, .tgbInfo-content-flag:after {
      content: '';
      position: absolute;
      top: -1.0625rem;
      width: 50%;
      height: 1.125rem;
      z-index: -1; }
    .tgbInfo-content-flag:before {
      left: 0;
      clip-path: polygon(0 100%, 140% 100%, 0 0); }
    .tgbInfo-content-flag:after {
      right: 0;
      clip-path: polygon(100% 100%, -40% 100%, 100% 0); }
  .tgbInfo-content-content {
    display: flex;
    flex-direction: column;
    padding: 3.75rem 2.5rem 1.25rem; }
    @media (min-width: 801px) {
      .tgbInfo-content-content {
        flex-direction: row;
        padding: 3.125rem 5.625rem;
        gap: 4.875rem; } }
    .tgbInfo-content-content--left, .tgbInfo-content-content--right {
      flex: 1; }
  .tgbInfo-content-title {
    margin: 0 0 1rem; }
    @media (min-width: 801px) {
      .tgbInfo-content-title {
        margin-bottom: 2.1875rem; } }
  .tgbInfo-content-text {
    line-height: 2;
    margin-bottom: 1.875rem; }
    .tgbInfo-content-text p:last-child {
      margin: 0; }
    @media (min-width: 801px) {
      .tgbInfo-content-text {
        line-height: 1.7;
        margin-bottom: 1.5625rem; } }
    @media (min-width: 801px) {
      .tgbInfo-content-text + .media-content-bullets {
        margin-top: -1.875rem; } }
  .tgbInfo-content-bullets {
    margin: 0 0 1.875rem;
    list-style: none;
    line-height: 2;
    margin-top: 2.5rem; }
    @media (min-width: 801px) {
      .tgbInfo-content-bullets {
        margin-bottom: 4.0625rem;
        line-height: 1.7; } }
    .tgbInfo-content-bullets li {
      display: flex;
      align-items: center;
      margin-top: 1.25rem; }
      @media (min-width: 801px) {
        .tgbInfo-content-bullets li {
          margin-top: 1.875rem; } }
    .tgbInfo-content-bullets .bullet-icon {
      width: 1.5625rem;
      flex-shrink: 0;
      margin-right: 0.9375rem; }
    .tgbInfo-content-bullets svg {
      display: block;
      margin: 0 auto; }
  .tgbInfo-content-button {
    width: 100%;
    justify-content: center; }
    @media (min-width: 801px) {
      .tgbInfo-content-button {
        width: auto; } }

.relatedCourses-wrapper ul {
  margin-left: 0; }

@media (min-width: 1024px) {
  .relatedCourses-wrapper .splide__list {
    display: flex !important;
    justify-content: center;
    gap: 1.1875rem;
    flex-wrap: wrap; } }

.relatedCourses-wrapper .relatedCourses-item {
  max-width: 33.125rem; }
  .relatedCourses-wrapper .relatedCourses-item .item--img {
    max-width: 33.125rem;
    max-height: 33.125rem;
    object-fit: cover; }
  .relatedCourses-wrapper .relatedCourses-item .item--content {
    border: 0.0625rem solid #e6e6e6;
    text-align: left;
    padding: 1.25rem; }
    .relatedCourses-wrapper .relatedCourses-item .item--content span {
      display: block; }
  .relatedCourses-wrapper .relatedCourses-item .item--title {
    margin-bottom: 0;
    font-size: 1.1875rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #232629; }
  .relatedCourses-wrapper .relatedCourses-item .item--price {
    line-height: 1.5rem;
    margin-bottom: 1.125rem; }
  .relatedCourses-wrapper .relatedCourses-item .item--more {
    font-weight: 600;
    letter-spacing: 0.0875rem;
    text-transform: uppercase;
    color: #232629;
    text-decoration: none; }
    .relatedCourses-wrapper .relatedCourses-item .item--more svg {
      margin-left: 0.625rem; }

.faq-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.3125rem;
  background-color: #e3d3e2; }
  @media (min-width: 801px) {
    .faq-block {
      padding: 4.5rem 4.5rem 3rem; } }
  .faq-block h2 {
    width: fit-content;
    margin: 0; }
  .faq-block h3 {
    margin-bottom: 1.5rem; }
    @media (min-width: 801px) {
      .faq-block h3 {
        margin-bottom: 3rem; } }

.faq-item {
  background-color: #e3d3e2;
  width: 100%;
  padding: 0 1.3125rem; }

.faq-question {
  padding: 1.5rem 0 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  max-width: 73.25rem;
  text-align: left;
  border: none;
  border-top: 0.0625rem solid #b8a8b7;
  cursor: pointer;
  color: #111;
  font-family: "Glacial Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 1.125rem;
  line-height: 1.33;
  padding-bottom: 1.5rem;
  letter-spacing: normal; }
  .faq-question svg {
    width: 0.875rem;
    height: 0.875rem;
    min-width: 0.875rem;
    transform-origin: center;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out; }

.faq-answer {
  background-color: #e3d3e2;
  max-width: 73.25rem;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-out; }
  .faq-answer * {
    color: #111;
    font-family: "Glacial Regular", sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 1.125rem;
    line-height: 1.33; }

.faq-show {
  height: auto;
  transition: height 0.2s ease-in; }

.faq-active svg {
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out; }

.faq-item-component:last-of-type,
.faq-last-item {
  padding-bottom: 0.625rem; }
  @media (min-width: 801px) {
    .faq-item-component:last-of-type,
    .faq-last-item {
      padding-bottom: 5rem; } }

.block-slider-slider {
  margin: 0 1.25rem; }

.category-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #e3d3e2;
  text-decoration: none;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem; }
  .category-block img {
    border-radius: 0.625rem; }
  @media (min-width: 1024px) {
    .category-block {
      width: 15rem; } }

.category-block-thumbnail {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center; }

.category-block-name {
  font-family: "Glacial Bold", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: normal;
  padding: 1.25rem 1.0625rem;
  margin: 0;
  align-self: flex-start; }
  @media (min-width: 1024px) {
    .category-block-name {
      font-size: 1rem; } }

.cta-panel {
  background-color: #e3d3e2;
  max-width: 81.1875rem;
  width: 100%;
  margin: 0 1.25rem;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  box-sizing: content-box; }
  .cta-panel.cta-loyalty-styling {
    background-color: transparent; }
    .cta-panel.cta-loyalty-styling > div:nth-child(3) {
      border-top-left-radius: 1rem;
      border-bottom-left-radius: 1rem;
      overflow: hidden; }
      @media (max-width: 801px) {
        .cta-panel.cta-loyalty-styling > div:nth-child(3) {
          border-bottom-left-radius: 0;
          border-top-left-radius: 1rem;
          border-top-right-radius: 1rem; } }
    .cta-panel.cta-loyalty-styling > div:nth-child(2) {
      border-top-right-radius: 1rem;
      border-bottom-right-radius: 1rem; }
      @media (max-width: 801px) {
        .cta-panel.cta-loyalty-styling > div:nth-child(2) {
          border-top-right-radius: 0;
          border-bottom-left-radius: 1rem;
          border-bottom-right-radius: 1rem; } }
  @media (min-width: 801px) {
    .cta-panel {
      flex-direction: row;
      margin: 0 auto; } }
  .cta-panel-background {
    width: 100vw;
    transform: translateX(-50%);
    height: calc(100% + 100px);
    position: absolute;
    top: -3.125rem;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1; }
  .cta-panel:not(.cta-panel-reverse) {
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem; }
    .cta-panel:not(.cta-panel-reverse) img {
      border-radius: 0.625rem; }

.cta-text-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem; }
  .cta-text-container h3,
  .cta-text-container p {
    color: #1d2023; }
  .cta-text-container h3 {
    margin-bottom: 1rem; }
    @media (min-width: 801px) {
      .cta-text-container h3 {
        margin-bottom: 2rem; } }
  @media (min-width: 801px) {
    .cta-text-container {
      padding: 5.6875rem;
      width: 50%; } }

.cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem; }
  .cta-buttons .btn-loyalty.btn-medium {
    background-color: #e3d3e2;
    color: #232629;
    padding: 1rem 1.25rem;
    min-width: 11.25rem;
    justify-content: center;
    border: none; }
  .cta-buttons .btn-loyalty.outline {
    background-color: #fff;
    padding: 1rem 1.25rem;
    border: 0.0625rem solid #232629; }

.cta-loyalty-styling {
  background-color: white; }
  .cta-loyalty-styling h3,
  .cta-loyalty-styling p {
    text-align: center; }
  .cta-loyalty-styling h3 {
    font-family: "Glacial Regular", sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.2em;
    text-align: center;
    color: #707070;
    text-transform: uppercase; }
  .cta-loyalty-styling p {
    font-family: "Glacial Regular", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: center;
    color: #707070 !important; }
    @media (max-width: 801px) {
      .cta-loyalty-styling p {
        font-size: 0.875rem;
        line-height: 1.375rem; } }

.cta-benefits {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.9375rem;
  margin-bottom: 1.5rem; }
  .cta-benefits p {
    margin: 0;
    color: #1d2023; }
  .cta-benefits:last-of-type {
    margin-bottom: 2rem; }

.cta-benefits-icon {
  max-width: 1.5625rem;
  height: auto; }

.cta-media {
  width: 100%;
  position: relative;
  aspect-ratio: 1; }
  @media (min-width: 801px) {
    .cta-media {
      width: 50%; } }

.cta-tag {
  background: #232629;
  color: #fff;
  font-family: "Glacial Bold", sans-serif;
  font-size: 0.75rem;
  line-height: 1.33;
  letter-spacing: 0.1125rem;
  text-transform: uppercase;
  padding: 0.875rem 1.25rem;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top right;
  top: 0;
  right: 4.625rem;
  z-index: 2; }
  @media (min-width: 801px) {
    .cta-tag {
      padding: 1.0625rem 1.4375rem; } }
  .cta-tag::before {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    right: 99%;
    width: 0;
    height: 0;
    border-top: 1.875rem solid transparent;
    border-left: 1.875rem solid transparent;
    border-right: 1.875rem solid #232629; }
  .cta-tag::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 99%;
    width: 0;
    height: 0;
    border-bottom: 1.875rem solid transparent;
    border-left: 1.875rem solid transparent;
    border-right: 1.875rem solid #232629; }
  .cta-tag.hide-m {
    display: none; }

.cta-video,
.cta-image {
  border: 0;
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  top: 0;
  left: 0; }
  @media (min-width: 801px) {
    .cta-video,
    .cta-image {
      aspect-ratio: initial;
      height: 100%; } }

@media (min-width: 801px) {
  .cta-panel-reverse {
    flex-direction: row-reverse; } }

.cta-panel-reverse .cta-media .cta-tag {
  width: fit-content;
  height: fit-content;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: top left;
  top: 0;
  right: auto;
  left: 1.5rem; }

.cta-video-container {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.cta-image-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center; }
  .cta-image-overlay svg {
    cursor: pointer;
    max-width: 4rem;
    max-height: 4rem; }

.cta-panel-reverse {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem; }
  .cta-panel-reverse img {
    border-radius: 0.625rem; }

.product-info-content {
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  padding: 0 1.25rem 1.25rem;
  border-bottom: 0.0625rem solid #e6e6e6;
  border-left: 0.0625rem solid #e6e6e6;
  border-right: 0.0625rem solid #e6e6e6; }
  @media (min-width: 801px) {
    .product-info-content {
      padding: 0 2.5rem; } }
  .product-info-content p {
    color: #232629;
    font-family: "Glacial Regular", sans-serif;
    font-size: 0.875rem;
    line-height: 1.71;
    text-align: left; }
    .product-info-content p:last-of-type {
      margin-bottom: 0;
      padding: 0 0 1.75rem; }
      @media (min-width: 801px) {
        .product-info-content p:last-of-type {
          padding: 0 0 2.9375rem; } }
  .product-info-content .ingredients-text {
    white-space: pre-line; }
  .product-info-content.product-features-content {
    padding-bottom: 2.9375rem; }
    .product-info-content.product-features-content .productView--feature-item {
      display: flex;
      align-items: center;
      gap: 1.3125rem;
      margin-bottom: 0.625rem; }
      .product-info-content.product-features-content .productView--feature-item:last-of-type {
        margin-bottom: 0; }
      .product-info-content.product-features-content .productView--feature-item img {
        width: 1.875rem;
        height: 1.875rem;
        aspect-ratio: 1;
        object-fit: contain; }
      .product-info-content.product-features-content .productView--feature-item p {
        margin: 0;
        padding: 0 !important;
        color: #232629;
        font-family: "Glacial Regular", sans-serif;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.57; }

.product-info-files-accordion p {
  max-width: 100%; }
  @media (min-width: 801px) {
    .product-info-files-accordion p {
      max-width: 51.25rem; } }

.product-info-files {
  background-color: #fff;
  padding: 1.0625rem 1.375rem;
  margin-bottom: 0;
  width: 100%;
  border: 0.0625rem solid #e6e6e6; }
  @media (min-width: 801px) {
    .product-info-files {
      margin-bottom: 3rem; } }

.product-info-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0.625rem;
  gap: 0.25rem; }
  .product-info-file:nth-child(odd) {
    background-color: #f8f9fb; }

.file-title {
  display: flex;
  align-items: center;
  gap: 1rem; }

.file-download-link {
  display: flex;
  align-items: center;
  gap: 0.8125rem; }

.product-info-accordions {
  display: flex;
  flex-direction: column;
  gap: 1rem; }

.product-info-accordion {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  color: #1d2023;
  font-family: "Glacial Regular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  position: relative;
  padding: 1.5rem 1.25rem;
  border: 0.0625rem solid #e6e6e6; }
  @media (min-width: 801px) {
    .product-info-accordion {
      padding: 2rem 2.5rem; } }
  .product-info-accordion svg {
    position: absolute;
    max-width: 0.875rem;
    transform-origin: center;
    transform: rotate(45deg);
    transition: transform 0.2s ease-in-out;
    right: 1.25rem; }
    @media (min-width: 801px) {
      .product-info-accordion svg {
        right: 2.5rem; } }
  .product-info-accordion.active {
    border-bottom: 0; }
    .product-info-accordion.active svg {
      transform-origin: center;
      transform: rotate(0deg);
      transition: transform 0.2s ease-in-out; }

.small-hero-banner {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 0 0;
  position: relative; }
  @media (min-width: 801px) {
    .small-hero-banner {
      padding: 3rem; } }
  .small-hero-banner::before {
    background: white;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 0.5625rem;
    left: 0; }
  .small-hero-banner::after {
    background: white;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 0.5625rem;
    right: 0; }

.small-hero-title {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0 2.875rem 7.5rem; }
  @media (min-width: 801px) {
    .small-hero-title {
      padding: 0;
      max-width: 33rem; } }

.small-hero-text {
  width: 100%;
  margin: 0;
  color: #232629;
  background: white;
  padding: 1.5rem 2.875rem; }
  @media (min-width: 801px) {
    .small-hero-text {
      background: transparent;
      padding: 0;
      max-width: 33rem; } }

.small-hero-content {
  display: flex;
  flex-direction: column; }
  @media (min-width: 801px) {
    .small-hero-content {
      width: 50%;
      align-items: flex-end; } }

.reviews-block-container {
  background: #fafafa;
  padding: 2.5rem 0;
  max-width: 98.75rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 801px) {
    .reviews-block-container {
      padding: 4.5rem 0 5rem; } }

.review-slider-title {
  padding: 0 1.25rem; }
  @media (min-width: 801px) {
    .review-slider-title {
      padding: 0; } }

.review-slider-text {
  color: #232629;
  text-align: center;
  font-family: "Glacial Regular", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57;
  padding: 0 1.25rem; }
  @media (min-width: 801px) {
    .review-slider-text {
      padding: 0; } }

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

.review-block {
  border: 0.0625rem solid #e6e6e6;
  background-color: white;
  width: 100%;
  min-width: 19.375rem;
  max-width: 19.375rem;
  padding: 2rem 1.5rem 3.125rem; }
  @media (min-width: 801px) {
    .review-block {
      padding: 2rem 1.75rem 1.75rem; } }

.review-rating {
  margin-bottom: 1.125rem; }
  .review-rating svg {
    max-width: 100%;
    width: auto; }

.review-time {
  color: #1d2023;
  font-family: "Glacial Regular", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71; }

.review-title {
  color: #111;
  font-family: "Glacial Bold", sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  margin: 0.5rem 0; }

.review-text,
.review-author {
  color: #1d2023;
  font-family: "Glacial Regular", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.71; }

.review-author {
  margin-top: 1.25rem; }

.academy-promo {
  background-color: #e3d3e2;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  padding: 3.0625rem 2rem 3.5625rem;
  position: relative; }
  @media (min-width: 801px) {
    .academy-promo {
      flex-direction: row;
      gap: 4.75rem;
      padding: 3.0625rem 5.625rem 4rem;
      margin-left: auto;
      margin-right: auto; } }

.academy-promo-info {
  width: 100%;
  padding-top: 4rem; }
  .academy-promo-info p {
    margin-bottom: 1.5rem;
    color: #1d2023; }
  @media (min-width: 551px) {
    .academy-promo-info {
      padding-top: 0; } }
  @media (min-width: 801px) {
    .academy-promo-info {
      width: 50%; } }

.academy-promo-logo {
  margin-bottom: 1.5rem; }

.academy-promo-benefits {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.375rem;
  width: 100%; }
  @media (min-width: 801px) {
    .academy-promo-benefits {
      width: 50%; } }
  .academy-promo-benefits .benefits-item {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.25rem;
    width: 100%; }
    .academy-promo-benefits .benefits-item .benefits-icon {
      max-width: 1.375rem;
      max-height: 1.4375rem; }

.academy-promo-tag {
  background: #232629;
  color: #fff;
  font-family: "Glacial Bold", sans-serif;
  font-size: 0.75rem;
  line-height: 1.33;
  letter-spacing: 0.1125rem;
  text-transform: uppercase;
  padding: 0.875rem 1.25rem;
  position: absolute;
  transform: rotate(0deg);
  transform-origin: center;
  top: 1.5625rem;
  right: 0;
  z-index: 2; }
  @media (min-width: 801px) {
    .academy-promo-tag {
      padding: 1.0625rem 1.4375rem;
      transform: rotate(-90deg);
      transform-origin: top right;
      top: 0;
      right: 4.625rem; } }
  .academy-promo-tag::before {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    right: 99%;
    width: 0;
    height: 0;
    border-top: 1.875rem solid transparent;
    border-left: 1.875rem solid transparent;
    border-right: 1.875rem solid #232629; }
  .academy-promo-tag::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 99%;
    width: 0;
    height: 0;
    border-bottom: 1.875rem solid transparent;
    border-left: 1.875rem solid transparent;
    border-right: 1.875rem solid #232629; }

.small-cta-panel {
  border-top: 0.0625rem solid #d9dee3;
  border-bottom: 0.0625rem solid #d9dee3; }

.small-cta-panel-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: rem-ccalc(50px) 0; }
  @media (min-width: 801px) {
    .small-cta-panel-inner {
      flex-direction: row; } }
  .small-cta-panel-inner img {
    aspect-ratio: 640/320;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-bottom: 2rem; }
    @media (min-width: 801px) {
      .small-cta-panel-inner img {
        width: 50%;
        margin-bottom: 0; } }

.small-cta-content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0; }
  @media (min-width: 801px) {
    .small-cta-content-container {
      padding-left: 2.5rem;
      width: 50%; } }
  @media (min-width: 1261px) {
    .small-cta-content-container {
      padding-left: 8.0625rem; } }

.small-cta-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 20.5rem;
  text-align: center; }
  @media (min-width: 801px) {
    .small-cta-content {
      text-align: initial;
      max-width: 33rem; } }
  .small-cta-content h3 {
    margin-bottom: 1.5rem; }
  .small-cta-content p {
    margin-bottom: 2rem; }

.small-cta-button-container {
  display: flex;
  align-items: center;
  gap: 1rem; }
  .small-cta-button-container .secondary-btn-cta {
    padding: 1rem 1.25rem; }

.small-cta-copy {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }

.small-cta-copy.expanded {
  max-height: 62.5rem; }

.article-article-block .is-active,
.article-article-block .is-prev,
.article-article-block .is-next {
  opacity: 1 !important; }

.article-block-heading {
  text-align: center;
  max-width: 19.375rem;
  margin: 0 auto 2.1875rem; }
  @media (min-width: 801px) {
    .article-block-heading {
      max-width: 28.75rem;
      margin-bottom: 3.4375rem; } }

.article-block-heading-title {
  margin: 0 0 1.25rem; }

.article-block-text {
  margin: 0;
  line-height: 1.7;
  font-size: 0.75rem; }
  @media (min-width: 801px) {
    .article-block-text {
      font-size: 0.875rem; } }

.article-block-tag {
  background-color: black;
  color: white;
  z-index: 1;
  position: absolute;
  top: 1.5625rem;
  left: 0; }
  .article-block-tag div {
    position: relative; }
    .article-block-tag div::before {
      position: absolute;
      top: 0;
      right: 0;
      clip-path: polygon(100% 0, 0 0, 0 100%);
      background-color: black;
      width: 1.25rem;
      height: 1.5rem;
      content: '';
      transform: translateX(96%); }
    .article-block-tag div::after {
      position: absolute;
      bottom: 0;
      right: 0;
      clip-path: polygon(0 0, 100% 100%, 0 100%);
      background-color: black;
      width: 1.25rem;
      height: 1.5rem;
      content: '';
      transform: translateX(96%); }

.article-block-tag-text {
  color: white;
  margin: 0;
  padding: 0.8125rem 1.125rem;
  font-family: "Glacial Bold", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.1125rem;
  text-transform: uppercase;
  margin: 0; }

.article-block-block {
  display: flex;
  flex-direction: column;
  min-width: 18rem;
  text-decoration: none; }
  @media (min-width: 801px) {
    .article-block-block {
      min-width: 26.625rem; } }

.article-block-image {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden; }
  .article-block-image img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
    transition: transform 0.5s ease;
    max-width: none; }

.article-block-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  background-color: #e3d3e2;
  color: black;
  transition: all 0.5s;
  font-size: 0.75rem;
  font-weight: 600;
  flex-grow: 1; }

.article-block-title {
  color: #232629;
  font-family: "Glacial Bold", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none; }
  @media (min-width: 551px) {
    .article-block-title {
      font-size: 1.125rem; } }

.article-block-summary {
  color: #232629;
  font-family: "Glacial Regular", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  margin: 0.5rem 0 1.125rem 0;
  text-decoration: none; }

.article-block-link {
  display: flex;
  align-items: center;
  gap: 0.875rem; }
  .article-block-link a,
  .article-block-link span {
    color: #232629;
    font-family: "Glacial Bold", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: 0.13125rem;
    text-transform: uppercase; }

.article-block-link > a,
.article-block-link > span {
  text-decoration: none; }

.article-block .splide__track {
  width: 100%; }

.article-block .splide__slide {
  opacity: 0.2; }

.article-block .splide__arrow {
  top: 44%; }

.article-block .splide__arrow--prev {
  left: 0.9375rem;
  transform: translate(-50%, -50%); }
  @media (min-width: 1261px) {
    .article-block .splide__arrow--prev {
      left: 0.9375rem; } }

.article-block .splide__arrow--next {
  right: 0.9375rem;
  transform: translate(50%, -50%); }
  @media (min-width: 1261px) {
    .article-block .splide__arrow--next {
      right: 0.9375rem; } }

.hero-banner-link {
  text-decoration: none; }

.staff-contact-panel {
  background-color: #e3d3e2;
  display: flex;
  flex-direction: column;
  padding: 2rem 1.5rem 1.875rem;
  gap: 1.6875rem; }
  @media (min-width: 801px) {
    .staff-contact-panel {
      flex-direction: row;
      justify-content: center;
      padding: 1.9375rem 3.1875rem;
      gap: 0; } }

.staff-information {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.3125rem;
  width: auto; }
  @media (min-width: 801px) {
    .staff-information {
      padding-right: 1.25rem;
      align-items: center;
      gap: 1.25rem; } }
  @media (min-width: 1261px) {
    .staff-information {
      padding-right: 4.0625rem;
      gap: 5.75rem; } }
  .staff-information img {
    border-radius: 50%;
    border: 0.0625rem solid #232629;
    padding: 0.1875rem;
    width: 5.5625rem;
    height: 5.5625rem;
    object-fit: cover; }
    @media (min-width: 801px) {
      .staff-information img {
        padding: 0.5rem;
        width: 16.0625rem;
        height: 16.0625rem; } }
  .staff-information p,
  .staff-information a {
    color: #232629;
    font-family: "Glacial Regular", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57;
    margin-bottom: 0.5rem; }
    @media (min-width: 801px) {
      .staff-information p,
      .staff-information a {
        margin-bottom: 1rem; } }
  .staff-information a {
    display: flex;
    align-items: center;
    gap: 0.625rem; }

.staff-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 801px) {
    .staff-text {
      width: 40%; } }
  .staff-text p {
    color: #1d2023;
    font-family: "Glacial Regular", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57; }
    @media (min-width: 801px) {
      .staff-text p {
        padding-left: 2.125rem;
        border-left: 0.0625rem solid rgba(35, 38, 41, 0.15); } }

.faq-topic-block-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem; }
  @media (min-width: 801px) {
    .faq-topic-block-container {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; } }

.faq-topic-block {
  display: flex;
  flex-direction: column;
  gap: 2.375rem;
  background-color: white;
  border: 0.0625rem solid #e6e6e6;
  padding: 1.375rem 1.5rem;
  text-decoration: none; }
  @media (min-width: 801px) {
    .faq-topic-block {
      padding: 2.5rem 1.6875rem 1rem;
      min-height: 18.75rem;
      max-width: 15.4375rem; } }

.faq-topic-block-title {
  color: #1d2023;
  font-family: "Glacial Regular", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57;
  text-transform: capitalize;
  letter-spacing: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.9375rem;
  margin: 0; }
  @media (min-width: 801px) {
    .faq-topic-block-title {
      color: #232629;
      text-align: center;
      font-family: "Glacial Regular", sans-serif;
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0.2rem;
      text-transform: uppercase;
      min-height: 3rem;
      justify-content: center;
      align-items: flex-end; } }
  .faq-topic-block-title svg {
    display: block;
    width: 0.375rem;
    min-width: 0.375rem; }
    @media (min-width: 801px) {
      .faq-topic-block-title svg {
        display: none; } }

.faq-topic-block-text {
  display: none; }
  @media (min-width: 801px) {
    .faq-topic-block-text {
      display: block;
      color: #1d2023;
      text-align: center;
      font-family: "Glacial Regular", sans-serif;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.57; } }

.faq-questions-block {
  padding: 1.3125rem 1.4375rem 0;
  background-color: white;
  border: 0.0625rem solid #e6e6e6;
  border-bottom: 0; }
  @media (min-width: 801px) {
    .faq-questions-block {
      padding: 2rem 3.125rem 0; } }

.faq-questions-block h6 {
  color: #232629;
  font-family: "Glacial Regular", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin: 0; }
  @media (min-width: 801px) {
    .faq-questions-block h6 {
      padding-bottom: 1.5rem; } }

.faq-question-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6875rem;
  background-color: white;
  padding: 1rem 1.4375rem;
  color: #232629;
  font-family: "Glacial Regular", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57;
  border-left: 0.0625rem solid #e6e6e6;
  border-right: 0.0625rem solid #e6e6e6;
  text-decoration: none;
  position: relative; }
  .faq-question-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 1.4375rem;
    height: 0.0625rem;
    width: calc(100% - 46px);
    background-color: #e6e6e6; }
    @media (min-width: 801px) {
      .faq-question-item::before {
        left: 3.125rem;
        width: calc(100% - 100px); } }
  @media (min-width: 801px) {
    .faq-question-item {
      padding: 1rem 3.125rem; } }
  .faq-question-item svg {
    max-height: 0.75rem; }

.faq-last-question-item {
  border-bottom: 0.0625rem solid #e6e6e6;
  padding-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .faq-last-question-item {
      padding-bottom: 2rem; } }

.custom-text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  max-width: 53.5625rem; }
  @media (min-width: 1024px) {
    .custom-text-block {
      gap: 1.5rem; } }
  .custom-text-block h3 {
    width: 100%;
    color: #232629;
    text-align: center;
    font-family: "Glacial Regular", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    margin: 0; }
    @media (min-width: 801px) {
      .custom-text-block h3 {
        font-size: 1.375rem; } }
    @media (min-width: 551px) {
      .custom-text-block h3 {
        font-size: 1rem; } }
  .custom-text-block p {
    color: #707070;
    text-align: center;
    font-family: "Glacial Regular", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57;
    text-align: center;
    margin: 0;
    width: 100%; }

.usefull-links {
  padding: 1.875rem;
  border: 0.0625rem solid #e6e6e6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-color: #fff; }
  .usefull-links > h3 {
    margin: 0;
    color: #1d2023;
    font-size: 1.25rem;
    line-height: 1.45;
    letter-spacing: 0.275rem;
    text-transform: uppercase;
    align-self: baseline; }
    @media (min-width: 801px) {
      .usefull-links > h3 {
        align-self: center;
        font-size: 1.375rem; } }
  .usefull-links > p {
    color: #1d2023;
    font-size: 0.875rem;
    line-height: 1.57;
    margin: 1.5rem 0 1.25rem 0; }
    @media (min-width: 801px) {
      .usefull-links > p {
        margin: 1.5rem 0 2.75rem 0; } }
  .usefull-links > ul {
    display: flex;
    list-style: none;
    width: 100%;
    gap: 0.625rem;
    flex-wrap: wrap;
    margin: 0; }
    .usefull-links > ul li {
      padding: 0.8125rem 1.0625rem;
      border: 0.0625rem solid #e6e6e6;
      width: 100%; }
      .usefull-links > ul li a {
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1.5625rem; }
        .usefull-links > ul li a p {
          margin: 0 auto;
          color: #232629;
          font-family: "Glacial Bold", sans-serif;
          font-size: 0.75rem;
          line-height: 1.33;
          letter-spacing: 0.1125rem;
          text-transform: uppercase; }
      @media (min-width: 801px) {
        .usefull-links > ul li {
          padding: 1.375rem 2rem;
          gap: 0.75rem;
          flex: 1;
          flex-wrap: nowrap; } }
    @media (min-width: 1024px) {
      .usefull-links > ul {
        flex-wrap: nowrap; } }
  .usefull-links svg {
    width: 1.625rem;
    height: 1.625rem; }
  @media (min-width: 801px) {
    .usefull-links {
      text-align: center;
      align-items: center; } }

.hub-panel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .hub-panel::-webkit-scrollbar {
    display: none; }
  @media (min-width: 1024px) {
    .hub-panel {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 1.4375rem;
      overflow-x: hidden; } }

.hub-panel-article {
  display: flex;
  flex-direction: column;
  background-color: #e3d3e2;
  width: 33%;
  min-width: 18rem;
  scroll-snap-align: start; }
  @media (min-width: 1024px) {
    .hub-panel-article {
      width: 100%;
      flex-direction: row; } }

.hub-panel-article:nth-child(1) {
  margin-right: 1.0625rem; }
  @media (min-width: 1024px) {
    .hub-panel-article:nth-child(1) {
      flex-direction: column;
      align-items: center;
      grid-column: 1 / span 2;
      grid-row: 1 / 3; } }
  .hub-panel-article:nth-child(1) img {
    width: 100%;
    height: 18rem;
    object-fit: cover;
    min-height: 18rem; }
    @media (min-width: 1024px) {
      .hub-panel-article:nth-child(1) img {
        width: 100%;
        height: 50%; } }

.hub-panel-article:nth-child(2) {
  margin-right: 1.0625rem; }
  @media (min-width: 1024px) {
    .hub-panel-article:nth-child(2) {
      grid-column: 3 / span 3;
      grid-row: 1 / 2; } }
  .hub-panel-article:nth-child(2) img {
    width: 100%;
    height: 18rem;
    object-fit: cover;
    min-height: 18rem; }
    @media (min-width: 1024px) {
      .hub-panel-article:nth-child(2) img {
        aspect-ratio: 1/1;
        object-fit: cover;
        width: 16rem;
        height: 100%; } }

@media (min-width: 1024px) {
  .hub-panel-article:nth-child(3) {
    grid-column: 3 / span 3;
    grid-row: 2 / 3; } }

.hub-panel-article:nth-child(3) img {
  width: 100%;
  height: 18rem;
  object-fit: cover; }
  @media (min-width: 1024px) {
    .hub-panel-article:nth-child(3) img {
      aspect-ratio: 1/1;
      width: 16rem;
      height: 100%; } }

.hub-panel-article-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 1024px) {
    .hub-panel-article-content {
      padding: 2.5rem; } }
  .hub-panel-article-content h6 {
    margin-bottom: 0.5rem;
    color: #232629;
    font-family: "Glacial Regular", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .hub-panel-article-content h6 {
        font-size: 1rem; } }
  .hub-panel-article-content p {
    margin-bottom: 1.625rem;
    color: "Glacial Regular", sans-serif;
    font-family: "Glacial Regular", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57; }
  .hub-panel-article-content a {
    color: #232629;
    font-family: "Glacial Bold", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: 0.13125rem;
    text-transform: uppercase;
    text-decoration: none;
    width: fit-content;
    padding-right: 2.625rem;
    background-size: auto 80%; }
    @media (min-width: 1024px) {
      .hub-panel-article-content a {
        font-size: 0.875rem; } }

.two-column-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 801px) {
    .two-column-content {
      flex-direction: row; } }
  .two-column-content .two-column-benefits,
  .two-column-content .two-column-text,
  .two-column-content .two-column-image-container,
  .two-column-content .two-column-daisy-text {
    width: 100%; }
    @media (min-width: 801px) {
      .two-column-content .two-column-benefits,
      .two-column-content .two-column-text,
      .two-column-content .two-column-image-container,
      .two-column-content .two-column-daisy-text {
        width: 50%; } }

.two-column-benefits {
  border-right: 0; }
  @media (min-width: 801px) {
    .two-column-benefits {
      border-right: 0.0625rem solid #e6e6e6; } }
  .two-column-benefits .benefits-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    row-gap: 1.5rem;
    margin-bottom: 0; }
    @media (min-width: 801px) {
      .two-column-benefits .benefits-list {
        row-gap: 2.5rem;
        width: 100%;
        margin-bottom: 2.625rem; } }
    .two-column-benefits .benefits-list .benefits-item {
      width: 100%;
      position: relative;
      padding-left: 1.625rem; }
      @media (min-width: 801px) {
        .two-column-benefits .benefits-list .benefits-item {
          width: 70%; } }
  .two-column-benefits .benefits-text {
    font-size: 1.125rem; }
  .two-column-benefits .benefits-icon {
    width: 1.75rem;
    height: 1.75rem; }
    @media (min-width: 801px) {
      .two-column-benefits .benefits-icon {
        width: 2.25rem;
        height: 2.25rem; } }

.two-column-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; }
  @media (min-width: 801px) {
    .two-column-text {
      padding: 0 5rem; } }
  .two-column-text .benefits-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    row-gap: 1.5rem; }
    @media (min-width: 801px) {
      .two-column-text .benefits-list {
        row-gap: 2.5rem;
        width: 100%; } }
    .two-column-text .benefits-list .benefits-item {
      width: 100%;
      position: relative;
      padding-left: 1.625rem; }
      @media (min-width: 801px) {
        .two-column-text .benefits-list .benefits-item {
          width: 70%; } }
  .two-column-text .benefits-text {
    font-size: 1.125rem; }

.two-column-variant-1-text {
  color: #232629;
  font-family: "Glacial Regular", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57;
  margin: 0; }
  @media (min-width: 801px) {
    .two-column-variant-1-text {
      max-width: 22.5625rem; } }

.two-column-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 0.0625rem solid #e6e6e6; }
  .two-column-image-container img {
    mix-blend-mode: darken;
    width: 100%;
    height: auto;
    max-width: 20.375rem; }

.two-column-daisy-text {
  display: flex;
  justify-content: center;
  align-items: center; }

.two-column-variant-2-text {
  color: #1d2023;
  font-family: "Glacial Regular", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  padding-left: 0.9375rem;
  margin: 0; }
  @media (min-width: 801px) {
    .two-column-variant-2-text {
      font-size: 2rem;
      line-height: 2.18;
      letter-spacing: 0.4rem;
      padding-left: 5.375rem; } }

.two-column-variant-2 {
  flex-direction: row; }

@media (min-width: 1024px) {
  .salon-finder-page .page-heading {
    font-size: 2.75rem;
    font-weight: 400;
    line-height: 1.125;
    letter-spacing: 0.2em; } }

.salon-finder-page .widget-text p {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.2em; }

.salon-finder-page .storerocket-overlay-list-item {
  font-size: 1rem;
  padding: 0.625rem 1.5rem;
  border-bottom: 0.0625rem solid #f8f9fb; }

.salon-finder-page .storerocket-overlay-header {
  padding-left: 1.5rem; }

.salon-finder-page .storerocket-result-name {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2; }

.salon-finder-page .storerocket-result-address {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left;
  color: #707070; }

.salon-finder-page .storerocket-overlay-details-social {
  width: 50%;
  float: right; }

.salon-finder-page .storerocket-overlay-details-actions {
  width: 50%;
  float: left;
  padding-right: 0; }

.salon-finder-page .storerocket-overlay-hours {
  display: inline-block;
  width: 100%;
  padding: 0.625rem 1.5rem 1.25rem;
  border-bottom: 0.0625rem solid #f8f9fb; }

.salon-finder-page .storerocket-popup-hours-item {
  border-radius: 0;
  border-bottom: 0.0625rem solid #f8f9fb; }
  .salon-finder-page .storerocket-popup-hours-item:last-child {
    border-bottom: none; }

.salon-finder-page .storerocket-popup-hours-item span {
  font-weight: 400;
  color: #505050; }

.salon-finder-page #storerocket-panel .storerocket-result-list + div {
  display: none; }

@media (min-width: 1024px) {
  .salon-finder-page #storerocket-panel .storerocket-result-list {
    height: 100% !important;
    overflow-y: scroll; } }

.salon-finder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0.0625rem solid #e6e6e6; }
  @media (min-width: 801px) {
    .salon-finder {
      flex-direction: row; } }

.salon-finder-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.5rem 2rem;
  width: 100%; }
  @media (min-width: 801px) {
    .salon-finder-text {
      align-items: flex-start;
      width: 50%;
      padding: 1.25rem 1.25rem 1.25rem 5.4375rem; } }
  .salon-finder-text h3 {
    margin-bottom: 1.5rem; }
  .salon-finder-text p {
    color: #232629; }

.salon-finder-image {
  width: 100%; }
  .salon-finder-image img {
    object-fit: cover;
    width: 100%; }
  @media (min-width: 801px) {
    .salon-finder-image {
      width: 50%; } }

.influencers_pick {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 2.5rem 0; }
  .influencers_pick h2 {
    font-size: 1.375rem;
    line-height: 1.45;
    letter-spacing: 0.375rem;
    text-transform: uppercase;
    margin: 0; }
  .influencers_pick p {
    margin: 1.25rem auto 2.1875rem auto;
    font-size: 0.875rem;
    line-height: 1.6;
    width: 80%; }
  .influencers_pick a {
    display: block;
    border: 0.0625rem solid #dadada;
    padding: 0.4375rem; }
  .influencers_pick a,
  .influencers_pick img {
    border-radius: 50%; }
  .influencers_pick_slider {
    margin-left: 0.5rem; }
  @media (min-width: 1261px) {
    .influencers_pick {
      padding: 4.375rem 5rem; }
      .influencers_pick h2 {
        font-size: 1.875rem;
        line-height: 1.2; }
      .influencers_pick p {
        width: auto;
        margin: 1.5rem 0 3.5rem 0; }
      .influencers_pick_slider {
        width: 90%; } }
  .influencers_pick .influencers_pick_slider {
    width: 100%; }
    .influencers_pick .influencers_pick_slider p {
      margin: 0.875rem 0 0 0;
      font-size: 0.875rem;
      line-height: 1.6;
      width: 100%; }
    @media (max-width: 801px) {
      .influencers_pick .influencers_pick_slider .splide__arrow {
        display: none; } }

.influencer-item {
  width: 9.375rem !important; }

.featured_blog .splide__track--ltr {
  padding-right: 0 !important; }

.featured_blog__post {
  position: relative;
  background-color: #e3d3e2;
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  flex-direction: column-reverse; }
  .featured_blog__post .flag {
    top: 0.625rem;
    transform: rotate(90deg) translateX(37%) translateY(170%); }
  .featured_blog__post > div:nth-child(1) {
    width: 100%;
    padding: 1.5rem 2.375rem 1.875rem 1.5rem;
    background-color: #e3d3e2; }
    .featured_blog__post > div:nth-child(1) p {
      font-size: 0.875rem;
      line-height: 1.57;
      margin: 0.5rem 0 1.625rem 0;
      color: #232629; }
  .featured_blog__post h3 {
    font-size: 1.375rem;
    line-height: 1.45;
    letter-spacing: 0.275rem;
    text-transform: uppercase;
    margin: 0; }
  .featured_blog__post a {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    background-color: transparent;
    color: #232629;
    font-family: "Glacial Bold", sans-serif;
    font-size: 0.875rem;
    line-height: 1.14;
    letter-spacing: 0.13125rem;
    text-transform: uppercase;
    text-decoration: none; }
    .featured_blog__post a svg {
      margin-bottom: 0.1875rem; }
  .featured_blog__post img {
    width: 100%;
    object-fit: cover;
    min-height: 23.25rem;
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem; }
    @media (min-width: 801px) {
      .featured_blog__post img {
        border-top-right-radius: 0.625rem;
        border-bottom-right-radius: 0.625rem;
        border-bottom-left-radius: 0; } }
  @media (min-width: 801px) {
    .featured_blog__post {
      flex-direction: row;
      padding-left: 0.4375rem;
      max-height: 24.375rem;
      background-color: transparent; }
      .featured_blog__post > div:nth-child(1) {
        padding: 5.4375rem 4.5rem 2.5rem 2.5rem; }
      .featured_blog__post .flag {
        top: 1.5rem;
        transform: none; }
      .featured_blog__post > div:nth-child(1),
      .featured_blog__post img {
        width: 50%; } }
  @media (min-width: 1024px) {
    .featured_blog__post {
      margin-bottom: 2.5rem; }
      .featured_blog__post > div:nth-child(1) {
        width: 33%; }
      .featured_blog__post img {
        width: 66%; } }

.featured_blog .flag {
  position: absolute;
  background-color: #232629;
  width: auto; }
  .featured_blog .flag > div {
    display: flex;
    width: 100%;
    position: relative;
    padding: 0.75rem 1.875rem 0.75rem 1rem; }
    .featured_blog .flag > div p {
      font-size: 0.75rem;
      font-family: "Glacial Bold", sans-serif;
      line-height: 1.33;
      letter-spacing: 0.1125rem;
      text-transform: uppercase; }
    .featured_blog .flag > div p:nth-child(1) {
      border-right: 0.0625rem solid #fff;
      padding-right: 0.625rem; }
    .featured_blog .flag > div p:nth-child(2) {
      padding-left: 0.625rem; }
    .featured_blog .flag > div::before {
      content: '';
      position: absolute;
      clip-path: polygon(100% 0, 0 0, 0 50%);
      top: 0;
      right: 0;
      transform: translateX(99%);
      height: 100%;
      width: 1.25rem;
      background-color: #232629; }
    .featured_blog .flag > div::after {
      content: '';
      position: absolute;
      clip-path: polygon(100% 100%, 0 100%, 0 50%);
      bottom: 0;
      right: 0;
      transform: translateX(99%);
      height: 100%;
      width: 1.25rem;
      background-color: #232629; }
  .featured_blog .flag p {
    color: #fff;
    margin: 0;
    padding: 0; }

.featured_blog .sliderItem {
  display: flex;
  position: relative;
  flex-direction: column;
  text-decoration: none; }
  .featured_blog .sliderItem .flag {
    top: 1.5rem; }
  .featured_blog .sliderItem img {
    object-fit: cover;
    min-height: 18rem; }
    @media (min-width: 801px) {
      .featured_blog .sliderItem img {
        flex: 1;
        min-height: 31.25rem; } }
  .featured_blog .sliderItem h3 {
    flex: 1;
    color: #232629;
    background-color: #e3d3e2;
    font-family: Glacial Indifference;
    font-size: 0.875rem;
    font-family: "Glacial Bold", sans-serif;
    line-height: 1.57;
    padding: 1.5rem 1rem;
    text-decoration: none; }
    @media (min-width: 801px) {
      .featured_blog .sliderItem h3 {
        font-size: 1.125rem;
        line-height: 1.33;
        padding: 2rem 1.5rem; } }
  @media (min-width: 801px) {
    .featured_blog .sliderItem {
      padding-left: 0.4375rem; } }

.peacci-navbar {
  padding: 1.875rem 1.5rem;
  background-color: #e18e71;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: -1.3125rem !important;
  overflow-x: auto; }
  @media (min-width: 801px) {
    .peacci-navbar {
      padding: 2.375rem 1.5rem; } }

.peacci-content-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 71.0625rem;
  width: 100%;
  margin: 0 auto; }
  .peacci-content-container img {
    flex-shrink: 0;
    max-width: 4.875rem;
    width: 100%;
    height: auto;
    margin-right: 1.6875rem; }
    @media (min-width: 801px) {
      .peacci-content-container img {
        max-width: 6.375rem; } }

.peacci-links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  gap: 3rem;
  margin: 0;
  width: max-content; }
  .peacci-links a {
    text-decoration: none;
    color: #232629;
    font-family: "Glacial Regular", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    word-break: keep-all;
    min-width: max-content; }
    .peacci-links a:last-of-type {
      margin-right: 1.875rem; }
      @media (min-width: 801px) {
        .peacci-links a:last-of-type {
          margin-right: 0; } }

.peacci-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 24.25rem;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%); }
  .peacci-banner::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(130, 58, 33, 0.37) -30.02%, rgba(0, 0, 0, 0) 100%); }
  @media (min-width: 801px) {
    .peacci-banner {
      height: 39.5625rem; } }
  .peacci-banner svg {
    max-width: 12.9375rem;
    z-index: 1; }
    @media (min-width: 801px) {
      .peacci-banner svg {
        max-width: 36.8125rem; } }

.c-as-seen-in {
  width: 100vw;
  background-color: #f0c3d266;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3.0625rem 2.5625rem 4.3125rem; }
  @media (max-width: 801px) {
    .c-as-seen-in {
      padding: 1.875rem 0; } }
  .c-as-seen-in__slider {
    max-width: 81.1875rem;
    width: 100%;
    margin: 0 auto;
    padding: 1.25rem; }
    @media (max-width: 801px) {
      .c-as-seen-in__slider {
        padding: 1rem; } }
  .c-as-seen-in__title {
    font-family: "Glacial Regular", sans-serif;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 2rem;
    letter-spacing: 20%;
    text-align: center;
    margin-bottom: 1.6875rem; }
    @media (max-width: 801px) {
      .c-as-seen-in__title {
        font-size: 1rem;
        line-height: 1.5rem; } }
  .c-as-seen-in__item {
    display: flex;
    justify-content: center;
    align-items: center; }
  .c-as-seen-in__item-link {
    display: block; }
    .c-as-seen-in__item-link img {
      width: 100%;
      height: auto; }

.login {
  max-width: unset;
  margin: 0 auto; }
  .login .page-heading {
    padding: 1rem 0 2rem;
    margin: 0; }
    @media (min-width: 801px) {
      .login .page-heading {
        font-size: 2.5rem;
        font-family: "Glacial Regular", sans-serif;
        line-height: 1.2;
        letter-spacing: 0.5rem;
        text-transform: uppercase;
        padding: 4.5rem 0 3.375rem 0;
        margin: 0; } }
  .login .form-actions {
    font-size: 0.9375rem;
    margin-top: 3rem; }
    @media (min-width: 801px) {
      .login .form-actions {
        margin-top: 4rem; } }
    @media (min-width: 801px) {
      .login .form-actions {
        position: absolute;
        left: 0.625rem;
        bottom: 1.25rem; } }
    @media (min-width: 1024px) {
      .login .form-actions {
        left: 6rem;
        bottom: 1.875rem; } }
  @media (min-width: 801px) {
    .login .form-actions__login {
      position: relative;
      left: auto;
      bottom: auto; } }
  .login .panel-header, .login .panel-body {
    background-color: #fff; }
  .login .panel-header {
    margin-top: 1.875rem; }
    @media (min-width: 801px) {
      .login .panel-header {
        margin-top: 0; } }
  .login .panel-title {
    font-size: 1.25rem;
    font-weight: 400; }
    @media (min-width: 801px) {
      .login .panel-title {
        font-size: 2rem;
        line-height: 4.375rem; } }
  .login .panel p {
    font-size: 0.75rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 801px) {
      .login .panel p {
        font-size: 0.9375rem; } }

.login-row {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-top: 0;
  max-width: unset;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .login-row .new-customer {
    padding: 2rem 1.5625rem; }
    @media (min-width: 801px) {
      .login-row .new-customer {
        padding: 1.875rem 1.625rem 5.625rem;
        position: relative; } }
    @media (min-width: 1024px) {
      .login-row .new-customer {
        padding: 3.5rem 7.5rem 5.625rem 5.625rem; } }
    @media (min-width: 801px) {
      .login-row .new-customer .panel {
        position: static;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%; } }

.login-form {
  margin: 0;
  border-top: 1px solid #e6e6e6;
  padding: 2rem 1.5625rem; }
  @media (min-width: 801px) {
    .login-form {
      margin-bottom: 0; } }
  .login-form .panel-header {
    padding-left: 0; }
    @media (min-width: 801px) {
      .login-form .panel-header {
        margin-bottom: 0; } }
  .login-form .form-forgot-password {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    margin-bottom: 1.25rem; }
    @media (max-width: 801px) {
      .login-form .form-forgot-password {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem; } }
    .login-form .form-forgot-password a {
      font-size: 0.875rem;
      line-height: 1.375rem; }
      @media (min-width: 801px) {
        .login-form .form-forgot-password a {
          font-size: 0.9375rem; } }
    @media (min-width: 801px) {
      .login-form .form-forgot-password {
        text-align: right; } }
  .login-form .form-actions {
    text-align: left;
    margin-top: 1.5rem; }
  .login-form .form-label {
    color: #232629;
    font-family: "Glacial Bold", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.375rem;
    margin-bottom: 0.625rem;
    text-transform: none; }
  .login-form--subtitle {
    display: none; }
    @media (min-width: 801px) {
      .login-form--subtitle {
        display: block;
        margin: 1rem 0; } }
  .login-form input {
    border-radius: 1px; }
  .login-form .form-field {
    margin-bottom: 1.375rem; }
    .login-form .form-field--password {
      margin-bottom: 1.375rem; }
      @media (min-width: 801px) {
        .login-form .form-field--password {
          margin-bottom: 0.375rem; } }
  .login-form .panel-title {
    margin-bottom: 1.5rem; }
    @media (min-width: 801px) {
      .login-form .panel-title {
        margin-bottom: 0; } }
  .login-form .btn {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 0.75rem;
    line-height: 1.33;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin: 0; }
  @media (min-width: 551px) {
    .login-form .btn {
      width: 10.375rem; } }
  @media (min-width: 801px) {
    .login-form {
      padding: 1.875rem 1.625rem;
      border-top: unset;
      position: relative; } }
  @media (min-width: 1024px) {
    .login-form {
      padding: 3.5rem 6.875rem 5.625rem 6rem;
      border-left: 1px solid #e6e6e6; } }

.login .panel-header, .login .panel-body {
  padding: 0;
  margin: 0; }

.login .panel-title {
  font-size: 1.875rem;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.375rem;
  text-transform: uppercase; }

.login .panel-body {
  margin: 1rem 0 1.5rem 0; }

.login .panel-body--login .btn {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.33;
  letter-spacing: 1.8px;
  text-transform: uppercase; }
  @media (min-width: 551px) {
    .login .panel-body--login .btn {
      width: 10.375rem; } }

.login-form--subtitle {
  margin-bottom: 1.71429rem; }

.login-form .form-field--password {
  margin-bottom: 1.57143rem; }

.create-account .page-heading {
  margin-top: 1.5625rem;
  margin-bottom: 1.875rem; }
  @media (min-width: 801px) {
    .create-account .page-heading {
      margin: 3.125rem 0; } }

.account--register {
  width: 100%;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  padding: 2rem 1.4375rem; }
  @media (min-width: 801px) {
    .account--register {
      padding: 4.375rem 5.625rem 6.25rem 5.625rem; } }
  .account--register .account-body {
    margin: 0; }
  .account--register .form-row {
    display: flex;
    flex-wrap: wrap; }
  .account--register input,
  .account--register select {
    border-radius: 1px;
    border: 1px solid #e6e6e6;
    color: #232629;
    font-size: 0.875rem;
    line-height: 1.57; }
  .account--register .form-actions {
    margin-top: 0;
    margin-bottom: 0.625rem;
    text-align: left; }
  .account--register label {
    text-transform: none;
    font-size: 0.875rem;
    font-family: "Glacial Bold", sans-serif;
    line-height: 1.57;
    color: #232629;
    letter-spacing: unset; }
  .account--register #create-account-description {
    font-size: 0.875rem;
    line-height: 1.57;
    margin: 0.875rem 0 1.0625rem 0;
    color: #707070; }
  .account--register a,
  .account--register button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative; }
  .account--register button {
    justify-content: center;
    gap: 1rem;
    width: 10.8125rem; }
    @media (min-width: 551px) {
      .account--register button {
        min-width: 10.8125rem;
        gap: 0;
        justify-content: space-between; } }
  .account--register .latest-section {
    margin-top: 2.5rem; }
    .account--register .latest-section a {
      color: #232629;
      font-size: 0.8125rem;
      line-height: 1.375rem; }
      @media (min-width: 801px) {
        .account--register .latest-section a {
          font-size: 0.9375rem; } }
    .account--register .latest-section label {
      font-family: "Glacial Regular", sans-serif;
      font-size: 0.875rem;
      line-height: 1.57; }
    .account--register .latest-section p {
      margin-top: 2rem;
      color: #232629;
      font-family: "Glacial Bold", sans-serif;
      font-size: 0.875rem;
      line-height: 1.57;
      margin-bottom: 1rem; }
      @media (min-width: 801px) {
        .account--register .latest-section p {
          margin-top: 0; } }
    .account--register .latest-section .form-field {
      margin-bottom: 1rem; }
    .account--register .latest-section .form-field--checkbox {
      width: 100%; }
      @media (min-width: 801px) {
        .account--register .latest-section .form-field--checkbox {
          width: 50%; } }
      .account--register .latest-section .form-field--checkbox .form-label-child {
        padding-left: 2rem; }
      .account--register .latest-section .form-field--checkbox .form-label-child::before {
        fill: #f8f9fb;
        stroke-width: 1px;
        stroke: #e6e6e6;
        width: 1.1875rem;
        height: 1.1875rem;
        border-radius: 0.3125rem; }
      .account--register .latest-section .form-field--checkbox .form-label-child::after {
        width: 1.25rem;
        height: 1.25rem;
        left: 0.1875rem;
        top: 0.3125rem; }
    .account--register .latest-section .form-checkbox:checked + .form-label::before {
      background-color: #232629; }
    .account--register .latest-section .form-checkbox:checked + .form-label::after {
      background-color: #fff; }
    .account--register .latest-section .form-field--radio {
      width: 100%; }
      .account--register .latest-section .form-field--radio .form-label-child {
        padding-left: 2rem;
        font-size: 0.875rem;
        letter-spacing: unset;
        line-height: 1.375rem;
        font-family: "Glacial Regular", sans-serif;
        color: #232629;
        margin-bottom: 0; }
      .account--register .latest-section .form-field--radio .form-label-child::before {
        fill: #f8f9fb;
        stroke-width: 1px;
        border: 1px solid #e6e6e6;
        width: 1.1875rem;
        height: 1.1875rem;
        border-radius: 100%; }
      .account--register .latest-section .form-field--radio .form-label-child::after {
        width: 1.1875rem;
        height: 1.1875rem;
        transform: scale(0.3) translate(-9px, -6px);
        border-radius: 100%;
        background-color: #232629;
        background-image: none; }
    .account--register .latest-section #privacy-policy {
      margin: 24px 0; }
      @media (min-width: 801px) {
        .account--register .latest-section #privacy-policy {
          display: block; } }
  .account--register #mandatory-field {
    display: none;
    font-style: italic; }
    @media (min-width: 801px) {
      .account--register #mandatory-field {
        display: block; } }
  .account--register .g-recaptcha {
    margin-top: 1.5rem; }
    @media (min-width: 801px) {
      .account--register .g-recaptcha {
        margin-top: 0; } }

#create-account--heading {
  margin-bottom: 1rem; }

.page-product .breadcrumbs {
  text-align: center;
  font-size: 0.75rem;
  margin-bottom: 0;
  color: #707070; }
  @media (min-width: 801px) {
    .page-product .breadcrumbs {
      text-align: left; } }
  .page-product .breadcrumbs .breadcrumb a {
    text-decoration: none; }
  .page-product .breadcrumbs .breadcrumb.is-active a {
    color: #232629; }

.page-product .above-footer {
  display: none; }

.productView {
  width: 100%;
  background-color: #fafafa;
  padding: 0.625rem; }
  @media (min-width: 801px) {
    .productView {
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  .productView-price--container {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    display: flex;
    justify-content: center; }
    @media (min-width: 801px) {
      .productView-price--container {
        margin-bottom: 0;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 1.25rem; } }
    .productView-price--container .productView-prodInfo {
      display: none;
      text-align: right; }
      @media (min-width: 801px) {
        .productView-price--container .productView-prodInfo {
          display: block; } }
      .productView-price--container .productView-prodInfo--type {
        color: #9ca6a8;
        font-weight: 700;
        line-height: 1.5rem;
        font-style: italic; }
      .productView-price--container .productView-prodInfo--rewards svg {
        vertical-align: text-bottom; }
    .productView-price--container .info-section > span,
    .productView-price--container .info-section > a {
      display: inline-block;
      margin-bottom: 1.5rem; }
  .productView-price {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-right: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 50%; }
    @media (min-width: 801px) {
      .productView-price {
        width: fit-content; } }
    .productView-price .price-section {
      border-right: 1px solid #e6e6e6;
      padding: 0.875rem; }
      @media (min-width: 801px) {
        .productView-price .price-section {
          padding: 1rem 0.8125rem 0.8125rem 1.5rem; } }
    .productView-price abbr {
      text-decoration: none;
      font-size: 0.75rem;
      border: 0;
      color: inherit; }
    .productView-price--onSale {
      grid-template-areas: 'price-tax price-exTax' 'price-save price-save'; }
      .productView-price--onSale .price-section {
        padding: 0.9375rem 1.5625rem; }
        .productView-price--onSale .price-section--withTax {
          grid-area: price-tax; }
        .productView-price--onSale .price-section--withoutTax {
          grid-area: price-exTax; }
        .productView-price--onSale .price-section--saving {
          grid-area: price-save;
          text-align: center;
          border-top: 1px solid #e6e6e6;
          background-color: #e3d3e2;
          padding: 0.625rem; }
          .productView-price--onSale .price-section--saving.price,
          .productView-price--onSale .price-section--saving span {
            color: #232629;
            text-align: center;
            font-family: "Glacial Bold", sans-serif;
            font-size: 0.75rem;
            font-style: normal;
            font-weight: 700;
            line-height: 1.33;
            letter-spacing: 1.8px;
            text-transform: uppercase; }
        .productView-price--onSale .price-section--minor {
          color: #1d2023; }
    .productView-price .price {
      color: #1d2023;
      font-family: "Glacial Bold", sans-serif;
      font-size: 1.375rem;
      font-style: normal;
      font-weight: 700;
      line-height: 1.45;
      letter-spacing: 2.4px;
      text-transform: uppercase; }
      @media (min-width: 801px) {
        .productView-price .price {
          letter-spacing: 4.4px; } }
      .productView-price .price--withTax {
        color: #1d2023;
        font-family: "Glacial Regular", sans-serif;
        font-size: 1.375rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.45;
        letter-spacing: 2.4px;
        text-transform: uppercase; }
        @media (min-width: 801px) {
          .productView-price .price--withTax {
            letter-spacing: 4.4px; } }
        .productView-price .price--withTax-sale {
          font-size: 1.25rem;
          line-height: 1.5rem; }
    .productView-price .non-sale-price--withTax,
    .productView-price .non-sale-price--withoutTax {
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.5rem;
      border-right: unset;
      padding: 0; }
      .productView-price .non-sale-price--withTax .price--non-sale,
      .productView-price .non-sale-price--withoutTax .price--non-sale {
        color: #232629;
        font-family: "Glacial Regular", sans-serif;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5rem;
        letter-spacing: normal;
        text-decoration-line: strikethrough; }
    .productView-price .cents {
      font-size: 0.875rem;
      vertical-align: super; }
    .productView-price .currency {
      font-size: 1.375rem; }
  .productView-info {
    margin-top: 1.25rem;
    margin-bottom: 3.125rem;
    display: none; }
    .productView-info p {
      color: #232629;
      font-family: "Glacial Regular", sans-serif;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.57;
      margin-top: 0;
      margin-bottom: 1.25rem; }
    @media (min-width: 801px) {
      .productView-info {
        display: block; } }
    .productView-info--mobile {
      background-color: #fafafa;
      padding: 1.25rem; }
      .productView-info--mobile h3 {
        margin-top: 0;
        margin-bottom: 1.25rem;
        color: #1d2023;
        text-align: center;
        font-family: "Glacial Regular", sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 3.2px;
        text-transform: uppercase; }
      .productView-info--mobile li,
      .productView-info--mobile p {
        color: #1d2023;
        font-family: "Glacial Regular", sans-serif;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.57; }
      @media (min-width: 801px) {
        .productView-info--mobile {
          display: none; } }
  .productView-product {
    border-bottom: unset;
    padding-bottom: 0; }
    .productView-product > :last-child {
      margin-bottom: 0; }
  .productView-options {
    margin-bottom: 0; }
    @media (min-width: 801px) {
      .productView-options {
        margin-bottom: 1.3125rem; } }
    .productView-options .form-field {
      margin-bottom: 1.25rem; }
    .productView-options .form-option-wrapper label {
      padding: 0.625rem 1.5rem; }
      .productView-options .form-option-wrapper label:checked {
        background-color: red !important; }
        .productView-options .form-option-wrapper label:checked span {
          color: white !important; }
    .productView-options .form-option-wrapper .form-radio:checked + .form-option {
      background-color: #232629; }
      .productView-options .form-option-wrapper .form-radio:checked + .form-option span {
        color: white; }
    .productView-options #release-date {
      text-align: right; }
  .productView-compatibility {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    justify-content: center;
    padding: 0.375rem 1.25rem;
    border: 1px solid #e3d3e2;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.125rem;
    background-color: rgba(227, 211, 226, 0.2);
    letter-spacing: 0.1em;
    margin-top: 1rem; }
    @media (min-width: 801px) {
      .productView-compatibility {
        background-position: left 0.9375rem center; } }
    .productView-compatibility svg {
      vertical-align: middle; }
    .productView-compatibility a {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      gap: 0.625rem;
      text-decoration: none;
      text-transform: none;
      cursor: pointer; }
    .productView-compatibility div.orders-delivery-link {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      gap: 0.625rem;
      text-decoration: none;
      text-transform: none;
      text-align: center;
      color: #232629;
      font-family: "Glacial Regular", sans-serif;
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: normal; }
    .productView-compatibility div.orders-delivery-link {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      text-decoration: none;
      text-transform: none;
      text-align: center;
      color: #232629;
      font-family: "Glacial Regular", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: normal; }
  .productView-features {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    justify-content: space-between;
    margin-bottom: 1.875rem;
    margin: 0; }
    @media (min-width: 801px) {
      .productView-features {
        flex-direction: row;
        padding-bottom: 1.25rem; } }
    .productView-features--left {
      flex: 1;
      display: flex;
      flex-direction: column;
      min-width: 50%; }
      .productView-features--left h4 {
        margin-top: 0;
        margin-bottom: 2.6875rem;
        text-align: center; }
        @media (min-width: 801px) {
          .productView-features--left h4 {
            text-align: left; } }
    .productView-features--right {
      flex: 2;
      align-self: center;
      width: 100%;
      margin-top: 1.875rem;
      position: relative;
      z-index: 1; }
      @media (min-width: 801px) {
        .productView-features--right {
          margin-top: 0;
          align-self: flex-start; } }
      .productView-features--right #stry-wrapper {
        margin: 0; }
      .productView-features--right .stry-wrapper-header {
        display: none; }
      .productView-features--right .features_video_thumbnail {
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        cursor: pointer; }
        .productView-features--right .features_video_thumbnail svg {
          cursor: pointer; }
        .productView-features--right .features_video_thumbnail:after {
          display: none; }
      .productView-features--right_video {
        width: 100%;
        height: auto;
        aspect-ratio: 790/444;
        object-fit: cover; }
        @media (min-width: 801px) {
          .productView-features--right_video {
            min-height: 27.75rem; } }
  @media (min-width: 801px) {
    .productView-information:has(.product-information-tabs) {
      display: flex;
      justify-content: center;
      padding: 1.4375rem 3.75rem 1.875rem;
      border: 1px solid #e6e6e6;
      margin-bottom: 1.875rem; } }
  .productView-gallery {
    position: relative; }
  .productView .media-content-flag {
    position: absolute;
    top: -6px;
    right: 1.25rem;
    writing-mode: vertical-rl;
    transform: scale(-1);
    padding: 1rem 0.625rem;
    font-size: 0.625rem;
    text-transform: uppercase;
    font-family: "Glacial Bold", sans-serif;
    letter-spacing: 1.7px;
    font-weight: 600;
    background-color: #1d2023;
    z-index: 2;
    color: #fff; }
    @media (min-width: 801px) {
      .productView .media-content-flag {
        font-size: 0.75rem;
        padding: 1.25rem 1rem; } }
    .productView .media-content-flag:before, .productView .media-content-flag:after {
      content: '';
      position: absolute;
      top: -1.0625rem;
      width: 50%;
      height: 1.125rem;
      z-index: -1;
      background-color: #1d2023; }
    .productView .media-content-flag:before {
      left: 0;
      clip-path: polygon(0 100%, 140% 100%, 0 0); }
    .productView .media-content-flag:after {
      right: 0;
      clip-path: polygon(100% 100%, -40% 100%, 100% 0); }
  .productView-tgbInfo {
    margin-top: 0.625rem;
    margin-bottom: 1.875rem; }
  .productView .productView-prodInfo--rating-mobile {
    text-align: center;
    margin-top: 1.875rem; }
    @media (min-width: 801px) {
      .productView .productView-prodInfo--rating-mobile {
        display: none; } }
    .productView .productView-prodInfo--rating-mobile .label {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0.3125rem 0 0;
      line-height: 1.3125rem;
      color: #232629;
      font-family: "Glacial Regular", sans-serif;
      font-size: 1rem;
      font-style: normal;
      font-weight: 400; }
    .productView .productView-prodInfo--rating-mobile .productView-rating {
      display: inline-block;
      margin: 0; }
  .productView-details {
    width: 100%;
    padding-bottom: 0; }
    @media (min-width: 801px) {
      .productView-details {
        padding-bottom: 1.75rem;
        padding-right: 0px; } }
  .productView-inspire {
    text-align: center;
    margin: 3.125rem 0 4.375rem; }
    .productView-inspire h2 {
      margin-top: 0;
      margin-bottom: 1.125rem; }
    .productView-inspire p {
      width: 70%;
      margin: 0 auto; }
      @media (min-width: 801px) {
        .productView-inspire p {
          width: 100%; } }
    .productView-inspire span {
      margin-bottom: 3.875rem; }
      .productView-inspire span.block {
        display: block; }
      .productView-inspire span.bold {
        font-weight: bold; }
  .productView-rating {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: end; }
    @media (min-width: 801px) {
      .productView-rating {
        justify-content: flex-start;
        margin-bottom: 0; } }
    @media (min-width: 1245px) {
      .productView-rating {
        display: block; } }
    .productView-rating .icon--ratingEmpty svg {
      fill: #e3d3e2;
      stroke: #232629;
      scale: 1.1;
      stroke-width: 1.5px; }
    .productView-rating .icon--ratingFull svg {
      fill: #232629; }
  .productView-logo-block {
    display: none; }
    @media (min-width: 801px) {
      .productView-logo-block {
        display: flex;
        justify-content: flex-end;
        gap: 0.625rem; } }
    .productView-logo-block--mobile {
      margin-bottom: 0.875rem; }
      @media (min-width: 801px) {
        .productView-logo-block--mobile {
          display: none; } }
  .productView-product-info-tabs {
    margin: 32px auto; }
  .productView-reviews {
    border: 1px solid #e6e6e6;
    border-left: unset;
    border-right: unset;
    width: 100vw;
    margin-left: 50%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    transform: translate3d(-50%, 0, 0);
    max-width: 83.25rem; }
    .productView-reviews .reviews-container {
      max-width: 83.25rem;
      margin: 0 auto; }
    .productView-reviews .productReviews {
      border-top: unset;
      margin: 2.5rem 0;
      padding-bottom: 0.3125rem; }
    .productView-reviews--list {
      list-style-type: none;
      margin-left: 1.75rem;
      margin-right: 1.75rem; }
      @media (min-width: 801px) {
        .productView-reviews--list {
          margin-left: 2.5rem;
          margin-right: 2.5rem; } }
      @media (min-width: 1440px) {
        .productView-reviews--list {
          margin-left: 1rem;
          margin-right: 1rem; } }
      .productView-reviews--list .splide__track {
        padding-left: 0 !important;
        padding-right: 0 !important; }
      .productView-reviews--list .splide__arrow--prev {
        top: 40%;
        left: -1.25rem; }
        @media (min-width: 801px) {
          .productView-reviews--list .splide__arrow--prev {
            top: 50%;
            left: -1.75rem; } }
      .productView-reviews--list .splide__arrow--next {
        top: 40%;
        right: -1.25rem; }
        @media (min-width: 801px) {
          .productView-reviews--list .splide__arrow--next {
            top: 50%;
            right: -1.75rem; } }
    .productView-reviews--item {
      background-color: white;
      border: 1px solid #e6e6e6;
      min-width: 3rem-calc 10px;
      max-width: 3rem-calc 10px;
      padding: 1.75rem;
      margin: 0 auto; }
      .productView-reviews--item .icon--ratingFull svg {
        fill: #fdd400; }
    .productView-reviews .productReview-time {
      margin: 0.625rem 0;
      color: #1d2023;
      font-family: "Glacial Regular", sans-serif;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.71; }
    .productView-reviews .productReview-title {
      font-family: "Glacial Regular", sans-serif;
      font-size: 1rem;
      font-weight: 600;
      line-height: normal;
      letter-spacing: normal;
      text-transform: capitalize;
      margin-bottom: 0.625rem; }
    .productView-reviews .productReview-body, .productView-reviews .productReview-author {
      color: #1d2023;
      font-family: "Glacial Regular", sans-serif;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.71; }
    .productView-reviews--title {
      text-align: center;
      font-weight: 400;
      line-height: 4.375rem;
      margin-bottom: 1.5rem; }
  .productView-relatedCourses {
    text-align: center;
    padding: 2.5rem 0; }
    .productView-relatedCourses h2 {
      margin-bottom: 1.5625rem; }
    @media (min-width: 801px) {
      .productView-relatedCourses {
        padding: 3.125rem 0; } }
    @media (min-width: 1024px) {
      .productView-relatedCourses {
        padding: 4.5rem 0 5rem; } }
  .productView-faqs {
    background-color: #e3d3e2;
    margin: 2rem 0; }
    .productView-faqs h2 {
      text-align: center;
      padding-top: 3.75rem;
      margin-top: 0.75rem; }
      @media (min-width: 801px) {
        .productView-faqs h2 {
          margin-top: 2.8125rem; } }
    .productView-faqs ul {
      margin-left: 0; }
    .productView-faqs--list {
      padding: 1.875rem 1.375rem; }
      @media (min-width: 801px) {
        .productView-faqs--list {
          padding: 3.125rem 5rem; } }
      @media (min-width: 1024px) {
        .productView-faqs--list {
          padding: 2.5rem 11.75rem 4.875rem; } }
      .productView-faqs--list-item {
        list-style: none;
        border-top: 1px solid #ceacb7;
        padding: 2.3125rem 0; }
      .productView-faqs--list-title {
        color: #111;
        font-size: 1rem;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .productView-faqs--list-title button {
          width: 100%;
          text-align: left;
          padding-left: 0; }
        .productView-faqs--list-title::after {
          content: '';
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path stroke="%23232629" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 1v14M1 8h14"/></svg>');
          display: inline-block;
          width: 1rem;
          height: 1rem;
          transition: 0.2s ease-in; }
        .productView-faqs--list-title.spin::after {
          transition: 0.2s ease-in;
          transform: rotate(45deg); }
      .productView-faqs--list-content {
        transition: opacity 0.2s ease-in;
        opacity: 1;
        margin-top: 0.9375rem; }
        .productView-faqs--list-content p {
          width: 95%; }
      .productView-faqs--list .hidden {
        display: none;
        opacity: 0; }
  .productView-blogs {
    margin-block: 2.5rem;
    overflow: hidden; }
    @media (min-width: 801px) {
      .productView-blogs {
        margin-block: 3.75rem 4.875rem; } }
    .productView-blogs h3 {
      margin-bottom: 1.875rem; }
      @media (min-width: 801px) {
        .productView-blogs h3 {
          margin-bottom: 2.5rem; } }
    .productView-blogs .recent-post {
      display: flex;
      flex-direction: column; }
      @media (min-width: 801px) {
        .productView-blogs .recent-post {
          min-width: 33.125rem; } }
      .productView-blogs .recent-post-title {
        margin-top: 0.625rem;
        color: #232629;
        font-family: "Glacial Bold", sans-serif;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.33; }
      .productView-blogs .recent-post-tag {
        display: none; }
      .productView-blogs .recent-post-details {
        background-color: #fff;
        border: 1px solid #e6e6e6;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
      .productView-blogs .recent-post-body {
        margin-bottom: 1.25rem;
        color: #232629;
        font-family: "Glacial Regular", sans-serif;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.57; }
  .productView-daisys-picks {
    background-image: url("../img/daisy.png");
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: 31.25rem;
    background-color: #dfd4e1;
    margin: 1.25rem 0 0;
    overflow: hidden;
    min-height: 47.625rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .productView-daisys-picks.peacci-daisys-picks {
      background-color: #f9d2cc; }
    @media (min-width: 801px) {
      .productView-daisys-picks {
        background-size: auto 100%;
        margin: 1.25rem 1rem 0; } }
    @media (min-width: 1024px) {
      .productView-daisys-picks {
        align-items: center;
        flex-direction: row;
        min-height: 35.0625rem;
        background-position: -18.75rem center; } }
    @media (min-width: 1261px) {
      .productView-daisys-picks {
        background-position: 20% center; } }
    .productView-daisys-picks-title {
      width: 100%;
      display: flex;
      justify-content: center; }
      @media (min-width: 1024px) {
        .productView-daisys-picks-title {
          width: 30%; } }
      .productView-daisys-picks-title.peacci-daisys-picks-title h2 {
        color: #232629;
        font-family: "Playfair Display", sans-serif;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal; }
      .productView-daisys-picks-title h2 {
        width: max-content;
        text-align: left;
        font-size: 1.375rem; }
        @media (min-width: 551px) {
          .productView-daisys-picks-title h2 {
            font-size: 2.5rem; } }
        @media (min-width: 1024px) {
          .productView-daisys-picks-title h2 {
            width: min-content; } }
    .productView-daisys-picks .carousel-wrapper {
      width: 95%;
      max-width: 31.25rem;
      margin: auto auto 0 auto; }
      @media (min-width: 801px) {
        .productView-daisys-picks .carousel-wrapper {
          width: 70%;
          max-width: 33.125rem; } }
      @media (min-width: 1024px) {
        .productView-daisys-picks .carousel-wrapper {
          margin: unset;
          margin-left: auto;
          width: 55%;
          max-width: unset;
          margin-right: 4.6875rem; } }
      @media (min-width: 1261px) {
        .productView-daisys-picks .carousel-wrapper {
          width: 43%; } }
    .productView-daisys-picks .br-recommendation {
      margin: 0 auto;
      padding: 0;
      padding-bottom: 0.9375rem; }
      @media (min-width: 1024px) {
        .productView-daisys-picks .br-recommendation {
          padding-top: 3.125rem;
          padding-bottom: 3.125rem; } }
      @media (min-width: 801px) {
        .productView-daisys-picks .br-recommendation .br-product {
          max-width: 19.3125rem; } }
      .productView-daisys-picks .br-recommendation .card-details {
        background-color: #e3d3e2; }
      .productView-daisys-picks .br-recommendation .splide__arrow {
        top: 30%;
        transition: opacity 0.3s ease-in-out; }
        .productView-daisys-picks .br-recommendation .splide__arrow:disabled {
          opacity: 0; }
  .productView-compatibility p {
    margin: 0; }
  .productView-reviewLink {
    display: inline-block;
    vertical-align: middle; }
    .productView-reviewLink--new {
      padding: 0; }

.productView-images,
.productView-thumbnails {
  position: relative;
  overflow: visible !important; }
  .productView-images .slick-arrow,
  .productView-thumbnails .slick-arrow {
    top: 50%;
    z-index: 1;
    background: unset;
    border: unset; }
    .productView-images .slick-arrow:focus,
    .productView-thumbnails .slick-arrow:focus {
      outline: 0; }
    @media (min-width: 801px) {
      .productView-images .slick-arrow,
      .productView-thumbnails .slick-arrow {
        border-radius: 0.625rem;
        height: 2.375rem;
        padding: 0.5625rem; } }
  .productView-images .slick-next,
  .productView-thumbnails .slick-next {
    left: 92%;
    right: auto; }
    @media (min-width: 801px) {
      .productView-images .slick-next,
      .productView-thumbnails .slick-next {
        left: unset;
        right: -0.875rem; } }
    .productView-images .slick-next:before,
    .productView-thumbnails .slick-next:before {
      background: none;
      width: auto;
      height: auto;
      content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><ellipse cx="15" cy="15" rx="15" ry="15" fill="%23232629"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.8184 21.3599L17.7728 15.2274L11.8184 9.09481L12.7048 8.18188L19.5456 15.2273L12.7048 22.2728L11.8184 21.3599Z" fill="white"/></svg>'); }
  .productView-images .slick-prev,
  .productView-thumbnails .slick-prev {
    right: 92%;
    left: auto; }
    @media (min-width: 801px) {
      .productView-images .slick-prev,
      .productView-thumbnails .slick-prev {
        right: unset;
        left: -1.4375rem; } }
    .productView-images .slick-prev:before,
    .productView-thumbnails .slick-prev:before {
      background: none;
      width: auto;
      height: auto;
      content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><ellipse cx="15" cy="15" rx="15" ry="15" transform="rotate(-180 15 15)" fill="%23232629"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.1816 8.6401L12.2272 14.7726L18.1816 20.9052L17.2952 21.8181L10.4544 14.7727L17.2952 7.7272L18.1816 8.6401Z" fill="white"/></svg>'); }
  .productView-images .slick-disabled,
  .productView-thumbnails .slick-disabled {
    cursor: pointer; }
    .productView-images .slick-disabled, .productView-images .slick-disabled:before,
    .productView-thumbnails .slick-disabled,
    .productView-thumbnails .slick-disabled:before {
      opacity: 1; }

.productView-thumbnails {
  border: 1px solid #e6e6e6;
  border-radius: 1px !important;
  padding: 0 !important; }
  .productView-thumbnails-slider {
    background-color: #fafafa; }
  @media (min-width: 801px) {
    .productView-thumbnails .slick-next,
    .productView-thumbnails .slick-prev {
      top: 65%; } }

.productView-images {
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: transparent;
  padding: 0 0.625rem 1rem;
  margin-bottom: 0; }
  .productView-images-slider {
    margin: 0 0; }
  @media (min-width: 801px) {
    .productView-images {
      border-radius: 0.625rem 0.625rem 0 0;
      padding: 0;
      margin-bottom: 1.125rem; }
      .productView-images-slider {
        margin: 0; }
      .productView-images .progress-bar-container {
        display: none; } }

.productView-image {
  max-height: 24.4375rem;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 22.875rem;
      max-height: 38.625rem;
      min-width: inherit; } }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  .productView-image + .productView-image:not(.slick-slide) {
    display: none; }
  .productView-image-text {
    position: absolute;
    bottom: 0.625rem;
    left: 0.625rem;
    color: #fff;
    background-color: #014a7c;
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0.3125rem;
    max-width: 90%; }

.productView-video .productView-img-container {
  transform: translateY(20%); }
  .productView-video .productView-img-container iframe {
    width: 27.5rem; }
    @media (min-width: 801px) {
      .productView-video .productView-img-container iframe {
        aspect-ratio: 610/390;
        height: auto;
        width: 100%; } }

.productView-img-container {
  margin: auto;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 500px;
  max-height: 24.4375rem; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  .productView-img-container::after {
    padding-bottom: 100%; }
  @media (min-width: 801px) {
    .productView-img-container {
      max-height: 100%; } }
  .productView-img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'object-fit: contain;';
    height: 100%;
    object-fit: contain;
    width: 100%; }
  .productView-img-container img,
  .productView-img-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 24.4375rem; }
    @media (min-width: 801px) {
      .productView-img-container img,
      .productView-img-container video {
        max-height: 100%; } }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  border-radius: 0 0 0.625rem 0.625rem;
  overflow: hidden;
  background: #fff;
  padding: 0.9375rem 1.125rem;
  margin: 0 2px; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  @media (min-width: 801px) {
    .productView-thumbnails {
      display: block; } }
  .productView-thumbnails-slider {
    list-style: none;
    margin-left: 0;
    margin: 0 0 0.9375rem;
    cursor: pointer; }
    .productView-thumbnails-slider ul,
    .productView-thumbnails-slider ol {
      list-style: none;
      margin-bottom: 0; }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'object-fit: contain;';
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 50px; }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails .slick-list {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  margin-right: 0.625rem;
  padding: 0.5rem 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .productView-thumbnail {
      width: 20%; } }
  .productView-thumbnail-link {
    border: 1px solid #e5e5e5;
    box-sizing: content-box;
    display: flex;
    height: 4.1875rem;
    justify-content: center;
    max-width: 4.6875rem;
    padding: 2px;
    position: relative;
    width: 100%; }
    .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
      border-color: #333333; }
  .productView-thumbnail.video-thumb .productView-thumbnail-container:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.125rem;
    height: 2.125rem;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><ellipse cx="15" cy="15" rx="15" ry="15" fill="%23232629"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.8184 21.3599L17.7728 15.2274L11.8184 9.09481L12.7048 8.18188L19.5456 15.2273L12.7048 22.2728L11.8184 21.3599Z" fill="white"/></svg>') center/contain no-repeat;
    transform: translate(-50%, -50%);
    pointer-events: none; }
  .productView-thumbnail:last-child {
    margin: 0; }
  .productView-thumbnail:hover .productView-thumbnail-container, .productView-thumbnail.slick-current .productView-thumbnail-container {
    border-color: grey; }

.productView-thumbnail-container {
  border: none;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden; }
  .productView-thumbnail-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center; }

.productView-title--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem; }
  .productView-title--wrapper .productView-title {
    margin-top: 0; }
  .productView-title--wrapper h1 {
    font-size: 1.375rem;
    letter-spacing: 0.375rem;
    line-height: 1.2; }
    @media (min-width: 801px) {
      .productView-title--wrapper h1 {
        font-size: 1.875rem; } }
  .productView-title--wrapper .title-socials {
    display: flex;
    align-items: center;
    gap: 1.625rem;
    position: relative; }
    .productView-title--wrapper .title-socials a {
      display: flex;
      justify-content: center;
      align-items: center; }
    .productView-title--wrapper .title-socials .share-socials {
      transition: opacity 0.25s ease;
      z-index: 10;
      position: absolute;
      bottom: 0;
      left: 0; }
      .productView-title--wrapper .title-socials .share-socials.hidden {
        opacity: 0;
        visibility: hidden; }
    .productView-title--wrapper .title-socials .socialLinks {
      background: #fafafa;
      border: 1px solid #232629;
      position: absolute;
      display: flex;
      flex-direction: column;
      align-items: center;
      left: -1.25rem;
      top: 1.875rem;
      padding: 1.25rem; }
      .productView-title--wrapper .title-socials .socialLinks-item {
        margin-right: 0; }

.wishlist-wrapper {
  position: relative; }
  .wishlist-wrapper a:hover svg,
  .wishlist-wrapper a:hover path {
    fill: #232629; }

.form-wishlist {
  margin: 0;
  display: block; }
  .form-wishlist a {
    padding: 0;
    margin: 0;
    border: none; }

.add-to-cart-wrapper {
  display: flex !important;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 1rem;
  position: relative; }
  @media (min-width: 801px) {
    .add-to-cart-wrapper {
      flex-wrap: nowrap;
      gap: 0.875rem;
      margin-top: 0; } }
  .add-to-cart-wrapper .form-field--increments {
    margin: 0 0 0 auto;
    height: 2.875rem;
    position: absolute;
    right: 0;
    bottom: calc(100% + 30px); }
    @media (min-width: 801px) {
      .add-to-cart-wrapper .form-field--increments {
        position: relative; } }
    .add-to-cart-wrapper .form-field--increments [data-action='inc'] {
      padding-top: 0.9rem; }
      @media (min-width: 801px) {
        .add-to-cart-wrapper .form-field--increments [data-action='inc'] {
          padding-top: 1.42rem; } }
    @media (min-width: 801px) {
      .add-to-cart-wrapper .form-field--increments {
        height: 4rem; } }
    .add-to-cart-wrapper .form-field--increments .form-increment {
      height: 100%;
      background-color: #fafafa; }
    .add-to-cart-wrapper .form-field--increments button {
      padding: 1.375rem 1rem;
      border: unset; }
      .add-to-cart-wrapper .form-field--increments button svg {
        position: relative;
        top: 0;
        left: 0; }
      @media (min-width: 801px) {
        .add-to-cart-wrapper .form-field--increments button {
          padding: 1.25rem 1.5rem; } }
    .add-to-cart-wrapper .form-field--increments input {
      height: auto;
      margin: 0;
      padding: 0;
      background-color: unset;
      border: unset;
      position: relative;
      font-family: "Glacial Bold", sans-serif;
      font-weight: bold; }
      @media (min-width: 801px) {
        .add-to-cart-wrapper .form-field--increments input {
          min-width: 4.1875rem; } }
  .add-to-cart-wrapper .add-to-cart-buttons {
    margin: 0;
    padding: 0;
    width: 100%; }
    .add-to-cart-wrapper .add-to-cart-buttons .form-action input {
      font-weight: 400;
      padding: 1.375rem 2rem;
      font-size: 0.875rem; }
    .add-to-cart-wrapper .add-to-cart-buttons .btn-full {
      font-weight: 400;
      padding: 1.25rem 2rem;
      font-size: 0.875rem; }
      .add-to-cart-wrapper .add-to-cart-buttons .btn-full.out_of_stock {
        height: 4.375rem; }
    .add-to-cart-wrapper .add-to-cart-buttons .add-to-cart-wallet-buttons {
      margin-top: 0; }
      .add-to-cart-wrapper .add-to-cart-buttons .add-to-cart-wallet-buttons #bc-smart-payment-buttons {
        display: none; }

.form-wishlist {
  position: relative; }
  .form-wishlist .button {
    margin-bottom: 0;
    border: 0;
    padding: 0.9375rem; }
    @media (min-width: 801px) {
      .form-wishlist .button {
        padding: 0.3125rem; } }
    .form-wishlist .button svg {
      display: block; }
      .mobile-grid .form-wishlist .button svg {
        width: 0.9375rem;
        height: 0.875rem; }
  .form-wishlist .wishlist-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-90%);
    margin: 0;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 4px;
    z-index: 20;
    padding: 0.5rem;
    min-width: 12.5rem;
    max-width: 18.75rem; }
    @media (min-width: 801px) {
      .form-wishlist .wishlist-menu {
        transform: translateX(-50%); } }
    .form-wishlist .wishlist-menu li {
      list-style: none; }
  .form-wishlist.active .wishlist-menu {
    display: block; }

.register-to-purchase-wrapper {
  display: flex;
  flex-direction: column; }
  .register-to-purchase-wrapper .regToBuy-buttons a {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem; }
  .register-to-purchase-wrapper .not-a-professional {
    text-align: center;
    background-color: white;
    border: 1px solid #e6e6e6;
    margin: 0.96875rem 0 0;
    padding: 1.5rem 1.8125rem; }
    .register-to-purchase-wrapper .not-a-professional h5 {
      letter-spacing: 3.4px;
      margin-bottom: 1.5625rem;
      margin-top: 0;
      font-size: 1rem; }
    .register-to-purchase-wrapper .not-a-professional a {
      margin-bottom: 0.5rem;
      color: #1d2023;
      font-family: "Glacial Regular", sans-serif;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.57;
      text-transform: none;
      text-align: left;
      justify-content: flex-start; }
      .register-to-purchase-wrapper .not-a-professional a svg {
        min-width: 1.5rem; }
      .register-to-purchase-wrapper .not-a-professional a::after {
        margin-left: auto; }

.productView--feature-item {
  display: flex;
  align-items: center;
  gap: 1.3125rem;
  margin-bottom: 0.625rem; }
  .productView--feature-item:last-of-type {
    margin-bottom: 0; }
  .productView--feature-item img {
    width: 1.875rem;
    height: 1.875rem;
    aspect-ratio: 1;
    object-fit: contain; }
  .productView--feature-item p {
    margin: 0;
    padding: 0 !important;
    color: #232629;
    font-family: "Glacial Regular", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57; }

.feature-item-icon-span {
  display: flex; }

.productView-sizes {
  opacity: 0;
  height: 0;
  transition: opacity 0.3s ease-in-out; }
  .productView-sizes p {
    color: #232629;
    font-family: "Glacial Regular", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 1rem;
    margin-bottom: 0.4375rem;
    text-align: left; }
    @media (min-width: 801px) {
      .productView-sizes p {
        margin-top: 0; } }

.sizes-container {
  display: flex;
  gap: 0.5625rem;
  margin-bottom: 0.9375rem; }
  @media (min-width: 801px) {
    .sizes-container {
      margin-bottom: 0; } }

.capacity-size,
.radio-size {
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0.6875rem 1.125rem;
  background-color: #232629;
  max-width: 5.9375rem;
  color: #fff;
  text-align: center;
  font-family: "Glacial Bold", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  text-decoration: none; }
  @media (min-width: 801px) {
    .capacity-size,
    .radio-size {
      padding: 0.6875rem 1.75rem;
      max-width: 100%; } }
  .capacity-size:hover, .capacity-size:focus,
  .radio-size:hover,
  .radio-size:focus {
    color: #fff; }

.capacity-other,
.radio-other,
.hema-free {
  background-color: white;
  border: 1px solid #e6e6e6;
  color: #232629; }
  .capacity-other:hover, .capacity-other:focus,
  .radio-other:hover,
  .radio-other:focus,
  .hema-free:hover,
  .hema-free:focus {
    color: #232629; }

.productView-sizes-and-icons {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.875rem; }

.carousel-tooltip {
  display: none; }

.peacci-product-view .productView-title--wrapper h3 {
  font-family: "Playfair Display", sans-serif;
  color: #232629;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1; }

.wishlist-icon.is-wishlisted {
  fill: #232629; }

.size-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem; }
  .size-radio .form-label {
    width: 100%; }

.footer-quick-links {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0.625rem 0.875rem;
  z-index: 99; }
  @media (min-width: 801px) {
    .footer-quick-links {
      display: none; } }
  .footer-quick-links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    overflow-y: none;
    list-style: none;
    gap: 0.9375rem;
    margin: 0;
    padding: 0; }
    @media (min-width: 551px) {
      .footer-quick-links ul {
        gap: 2.5rem; } }
    .footer-quick-links ul li a,
    .footer-quick-links ul .nav-to-community {
      cursor: pointer;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.4375rem;
      text-decoration: none;
      font-size: 0.625rem;
      font-weight: 600;
      text-transform: capitalize; }

/* ==========================================================================
   #PAGES
   ========================================================================== */
.faq-browse-topics {
  color: #1d2023;
  text-align: center;
  font-family: "Glacial Regular", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.275rem;
  text-transform: uppercase;
  margin: 3rem 0 2rem; }

.faq-subpage-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3.1875rem 0 2.5rem; }
  .faq-subpage-header a {
    letter-spacing: 1.8px;
    background-color: transparent !important; }

.contact-us-page {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .contact-us-page-wrapper {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem; }
    .contact-us-page-wrapper > div:nth-child(2) {
      display: flex;
      flex-direction: column;
      gap: 1.25rem; }
    .contact-us-page-wrapper > form {
      padding: 1.5625rem 1.875rem;
      border: 1px solid #e6e6e6;
      background-color: #fff;
      margin: 0; }
      .contact-us-page-wrapper > form h3 {
        color: #1d2023;
        font-size: 1.375rem;
        line-height: 1.45;
        letter-spacing: 0.275rem;
        text-transform: uppercase;
        margin-bottom: 0.5rem; }
        @media (min-width: 801px) {
          .contact-us-page-wrapper > form h3 {
            margin-bottom: 2.5rem; } }
      .contact-us-page-wrapper > form p {
        color: #1d2023;
        font-size: 0.875rem;
        line-height: 1.57;
        margin-bottom: 1.875rem; }
        @media (min-width: 801px) {
          .contact-us-page-wrapper > form p {
            margin-bottom: 1rem; } }
      .contact-us-page-wrapper > form .form-field {
        margin: 0 0 0.625rem;
        padding: 0; }
        @media (min-width: 801px) {
          .contact-us-page-wrapper > form .form-field input::placeholder,
          .contact-us-page-wrapper > form .form-field textarea::placeholder {
            color: transparent; } }
      .contact-us-page-wrapper > form .form-label {
        display: none;
        color: #232629;
        font-size: 0.875rem;
        font-family: "Glacial Bold", sans-serif;
        line-height: 1.57;
        margin-left: 0.25rem;
        letter-spacing: 0;
        margin-bottom: 0.625rem; }
        @media (min-width: 801px) {
          .contact-us-page-wrapper > form .form-label {
            display: block; } }
      .contact-us-page-wrapper > form .btn-submit {
        font-size: 0.75rem;
        line-height: 1.33;
        letter-spacing: 0.1125rem;
        text-transform: uppercase;
        display: flex;
        gap: 1.25rem;
        justify-content: space-between;
        padding: 1rem 1.25rem; }
        .contact-us-page-wrapper > form .btn-submit svg {
          stroke: #fff;
          fill: #fff; }
      @media (min-width: 1024px) {
        .contact-us-page-wrapper > form {
          padding: 2.5rem 6.875rem 2.5rem 5.625rem; } }
    @media (min-width: 801px) {
      .contact-us-page-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr); }
        .contact-us-page-wrapper > div:nth-child(1) {
          grid-area: 1 / 1 / 2 / 3; }
        .contact-us-page-wrapper > div:nth-child(2) {
          grid-area: 2 / 1 / 2 / 3; }
        .contact-us-page-wrapper > form {
          grid-area: 3 / 1 / 3 / 3; } }
    @media (min-width: 1024px) {
      .contact-us-page-wrapper > div:nth-child(1) {
        grid-area: 1 / 1 / 2 / 3; }
      .contact-us-page-wrapper > div:nth-child(2) {
        grid-area: 2 / 1 / 3 / 2; }
      .contact-us-page-wrapper > form {
        grid-area: 2 / 2 / 3 / 3; } }
  .contact-us-page-title {
    padding: 1rem 0 1.1875rem 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.375rem;
    line-height: 1.45;
    letter-spacing: 0.275rem; }
    @media (min-width: 801px) {
      .contact-us-page-title {
        padding: 2.5rem 0 1.875rem;
        font-size: 1.75rem;
        line-height: 1.3;
        letter-spacing: 0.3125rem; } }
    @media (min-width: 1024px) {
      .contact-us-page-title {
        padding: 4.5rem 0 4rem 0;
        font-size: 1.875rem;
        margin: 0;
        line-height: 1.2;
        letter-spacing: 0.375rem; } }
  .contact-us-page #contact-us-success {
    text-align: center; }

.hub-page .text-banner {
  white-space: normal; }

.gift-certificates-page {
  margin: 1.25rem auto;
  max-width: 53.5rem; }
  @media (min-width: 801px) {
    .gift-certificates-page {
      margin: 2.5rem auto; } }
  .gift-certificates-page .form-field-group {
    border: 1px solid #e6e6e6;
    padding: 1.25rem; }
  .gift-certificates-page .form-column {
    padding: 0; }

.gift-certificate-form-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .gift-certificate-form-actions {
      flex-direction: row;
      gap: 1rem; } }

.gift-certificate-balance-fields {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem; }

/* Hero block */
@media (min-width: 801px) {
  .yotpo-loyalty-page-container,
  .yotpo-vip-tiers-widget,
  .yotpo-widget-visual-redemption-widget,
  .yotpo-widget-referral-widget {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: -1.375rem; } }

.yotpo-widget-hero-section .yotpo-text-on-background .yotpo-text-container {
  width: fit-content !important;
  height: fit-content !important;
  border-radius: 1rem;
  padding: 4rem 3rem;
  margin-top: 2.8125rem;
  margin-left: 4.375rem;
  max-width: 40rem !important; }
  @media (max-width: 801px) {
    .yotpo-widget-hero-section .yotpo-text-on-background .yotpo-text-container {
      width: 100% !important;
      bottom: 0 !important;
      left: 0 !important;
      margin: 0 0 -1.25rem 0 !important;
      max-width: 100% !important;
      padding: 1.6875rem 0.625rem;
      border-radius: 0; } }

@media (max-width: 801px) {
  .yotpo-text-on-background {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100% !important;
    height: 450px !important; } }

@media (max-width: 801px) {
  .yotpo-action-buttons-wrapper {
    display: flex;
    align-items: center;
    gap: 1.25rem; } }

.yotpo-text-and-buttons {
  padding: 0 !important;
  text-align: center; }

.yotpo-title {
  font-size: 0 !important;
  line-height: 0;
  color: transparent !important; }
  @media (max-width: 801px) {
    .yotpo-title {
      font-size: 1.375rem;
      line-height: 2rem; } }
  .yotpo-title::before {
    content: '';
    display: block;
    background-image: url("../img/tgb-logo.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 9.375rem; }
  .yotpo-title::after {
    content: 'The loyalty program for nail lovers & experts.';
    display: block;
    font-family: "Glacial Regular", sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.2em;
    text-align: center;
    color: #707070;
    text-transform: uppercase;
    margin-block: 1.5rem; }
    @media (max-width: 801px) {
      .yotpo-title::after {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-block: 1rem; } }

.yotpo-description {
  font-family: "Glacial Regular", sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.5rem !important;
  text-align: center !important;
  color: #707070 !important; }
  @media (max-width: 801px) {
    .yotpo-description {
      font-size: 0.875rem !important;
      line-height: 1.375rem !important; } }

.yotpo-filled-button,
.yotpo-submit-form {
  padding: 1rem 1.25rem !important;
  height: fit-content !important;
  width: fit-content !important;
  background-color: #e3d3e2 !important;
  color: #232629 !important;
  border: 0 !important;
  font-family: "Glacial Bold", sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1rem !important;
  letter-spacing: 0.15em !important;
  text-align: center !important;
  min-width: 10.375rem !important;
  text-transform: uppercase !important; }

.yotpo-widget-button-text {
  color: #232629 !important;
  border: 0 !important;
  font-family: "Glacial Bold", sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1rem !important;
  letter-spacing: 0.15em !important;
  text-align: center !important;
  text-transform: uppercase !important; }

.yotpo-outlined-button {
  padding: 1rem 1.25rem !important;
  height: fit-content !important;
  width: fit-content !important;
  background-color: #fff !important;
  color: #232629 !important;
  font-family: "Glacial Bold", sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1rem !important;
  letter-spacing: 0.15em !important;
  text-align: center !important;
  min-width: 10.375rem !important;
  text-transform: uppercase !important; }

@media (max-width: 801px) {
  .yotpo-customer-logged-out-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem; } }

@media (max-width: 801px) {
  .yotpo-register-link {
    padding-right: 0 !important; } }

.yotpo-step-icons {
  height: 12.625rem;
  width: 12.625rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  padding: 0.625rem; }
  .yotpo-step-icons * {
    height: 11.25rem !important;
    width: 11.25rem !important;
    border-radius: 50%; }

/* Steps block */
@media (max-width: 801px) {
  .yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-reward-steps-item {
    flex-direction: column !important;
    align-items: center !important; } }

.yotpo-reward-steps-title {
  margin: 2.25rem 0 1.3125rem; }
  @media (max-width: 801px) {
    .yotpo-reward-steps-title {
      margin: 2.25rem 0 1rem;
      justify-content: center !important; } }
  .yotpo-reward-steps-title .yotpo-inner-text {
    font-family: "Glacial Regular", sans-serif !important;
    font-size: 1.375rem !important;
    font-weight: 400 !important;
    line-height: 2rem !important;
    letter-spacing: 0.2em !important;
    text-align: center !important;
    white-space: nowrap !important;
    text-transform: uppercase !important; }

.yotpo-reward-steps-description .yotpo-inner-text {
  font-family: "Glacial Regular", sans-serif;
  font-size: 1.125rem !important;
  font-weight: 400;
  line-height: 1.5rem !important;
  text-align: center; }

.yotpo-reward-steps-list {
  display: flex;
  justify-content: space-between !important;
  column-gap: none !important; }
  @media (max-width: 801px) {
    .yotpo-reward-steps-list {
      flex-direction: column !important;
      align-items: center !important;
      gap: 3.8125rem !important; } }

/* Reedem points block */
.yotpo-headline {
  font-family: "Glacial Regular", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.25rem;
  letter-spacing: 0.2em;
  text-align: center; }
  @media (max-width: 801px) {
    .yotpo-headline {
      font-size: 1.375rem !important;
      line-height: 2rem !important; } }

.yotpo-rule-container svg {
  display: none; }

.yotpo-rule-container .yotpo-rule {
  font-family: "Glacial Regular", sans-serif;
  font-size: 1.125rem !important;
  font-weight: 400;
  line-height: 1.5rem !important;
  text-align: center;
  color: #707070 !important;
  margin-block: 1.5rem 2.5rem; }
  @media (max-width: 801px) {
    .yotpo-rule-container .yotpo-rule {
      font-size: 1.125rem !important;
      line-height: 1.5rem !important; } }

.yotpo-info .yotpo-description {
  font-family: "Glacial Regular", sans-serif;
  font-size: 1.375rem !important;
  font-weight: 400;
  line-height: 2rem !important;
  letter-spacing: 0.2em;
  padding: 1rem 0 !important;
  text-align: center;
  text-transform: uppercase;
  color: #232629 !important;
  border-top: 1px solid #232629;
  border-bottom: 1px solid #232629; }
  @media (max-width: 801px) {
    .yotpo-info .yotpo-description {
      font-size: 1rem !important;
      line-height: 1.5rem !important; } }

/* Ways to earn block */
.campaigns-wrapper {
  display: flex !important;
  flex-wrap: wrap !important; }
  .campaigns-wrapper .yotpo-outer-tile {
    border-radius: 1rem;
    border: 0 !important;
    background: #fff !important;
    width: 100% !important;
    max-width: 14.375rem !important; }

.yotpo-outer-tile {
  min-height: 19.375rem !important; }
  @media (max-width: 801px) {
    .yotpo-outer-tile {
      width: 100% !important; } }

.yotpo-widget-campaign-widget-icon-container,
.yotpo-widget-campaign-widget-icon-container svg {
  width: 5.25rem !important;
  height: 5.25rem !important; }

.yotpo-tile {
  padding: 1.5rem 2rem !important; }

.yotpo-tile-wrapper .yotpo-title-text {
  font-family: "Glacial Regular", sans-serif;
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5rem !important;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  margin-block: 2.9375rem 1rem; }

.yotpo-widget-campaign-widget .yotpo-completed-icon {
  margin-block: 2.9375rem 1rem; }

.yotpo-container-birthday-action-tile .yotpo-flex-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 1.25rem !important; }

.yotpo-container-birthday-action-tile .yotpo-flex-container button svg {
  color: #232629 !important; }

/* tiers block */
.yotpo-vip-tiers-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  margin-inline: 1.25rem !important; }
  @media (max-width: 1024px) {
    .yotpo-vip-tiers-wrapper {
      grid-template-columns: repeat(2, 1fr) !important; } }
  @media (max-width: 801px) {
    .yotpo-vip-tiers-wrapper {
      grid-template-columns: repeat(1, 1fr) !important; } }

.yotpo-vip-tier-container {
  border: 0 !important;
  max-width: 26.25rem !important;
  width: 100% !important; }
  @media (max-width: 1024px) {
    .yotpo-vip-tier-container {
      max-width: 100% !important; } }

.yotpo-vip-tiers-widget .yotpo-vip-tier-icon {
  width: 100% !important;
  height: 12.5rem !important; }

.yotpo-vip-tiers-widget .yotpo-vip-tier-header {
  padding: 0 0 0.8125rem !important;
  border-top-left-radius: 0.625rem !important;
  border-top-right-radius: 0.625rem !important;
  overflow: hidden; }

.yotpo-vip-tier-name {
  font-family: "Glacial Regular", sans-serif;
  font-size: 1.875rem !important;
  font-weight: 400 !important;
  line-height: 2.25rem !important;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  margin: 0.75rem 0 1.5rem !important;
  color: #232629 !important; }

.yotpo-vip-tier-threshold {
  font-family: "Glacial Regular", sans-serif;
  font-size: 1.125rem !important;
  font-weight: 400;
  line-height: 1.5rem !important;
  text-align: center;
  color: #232629 !important; }

.yotpo-vip-tier-benefits-list-item svg {
  display: none; }

.yotpo-vip-tier-benefit-text {
  font-family: "Glacial Regular", sans-serif;
  font-size: 1.125rem !important;
  font-weight: 400;
  line-height: 1.5rem !important;
  text-align: left;
  color: #707070 !important; }

.yotpo-vip-tier-benefits-list-item {
  margin-bottom: 1.75rem !important; }

.yotpo-vip-tier-benefits-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem; }
  .yotpo-vip-tier-benefits-list li::after {
    content: '-';
    display: block;
    font-family: "Glacial Bold", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-align: right; }
  .yotpo-vip-tier-benefits-list li:nth-child(1)::after {
    content: '3 points'; }
  .yotpo-vip-tier-benefits-list li:nth-child(2)::after {
    content: '100 points'; }
  .yotpo-vip-tier-benefits-list li:nth-child(3)::after {
    content: '200 points'; }
  .yotpo-vip-tier-benefits-list li:nth-child(4)::after {
    content: '250 points'; }
  .yotpo-vip-tier-benefits-list li:nth-child(5)::after {
    content: '10 points'; }
  .yotpo-vip-tier-benefits-list li:nth-child(6)::after {
    content: '250 points'; }
  .yotpo-vip-tier-benefits-list li:nth-child(7)::after {
    content: '1500 points'; }

.yotpo-vip-tiers-wrapper li:nth-child(2) li:nth-child(2)::after {
  content: '1000 points'; }

.yotpo-vip-tiers-wrapper li:nth-child(2) li:nth-child(3)::after {
  content: '500 points'; }

.yotpo-vip-tiers-wrapper li:nth-child(2) li:nth-child(7)::after {
  content: '1500 points'; }

.yotpo-vip-tiers-wrapper li:nth-child(2) li:nth-child(8)::after {
  content: '';
  background-image: url(../icons/checkmark.svg);
  background-size: 1.75rem 1.75rem;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem; }

.yotpo-vip-tiers-wrapper li:nth-child(2) li:nth-child(9)::after {
  content: '';
  background-image: url(../icons/checkmark.svg);
  background-size: 1.75rem 1.75rem;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem; }

.yotpo-vip-tiers-wrapper li:nth-child(3) li:nth-child(2)::after {
  content: '2000 points'; }

.yotpo-vip-tiers-wrapper li:nth-child(3) li:nth-child(3)::after {
  content: '500 points'; }

.yotpo-vip-tiers-wrapper li:nth-child(3) li:nth-child(7)::after {
  content: '1500 points'; }

.yotpo-vip-tiers-wrapper li:nth-child(3) li:nth-child(8)::after {
  content: '';
  background-image: url(../icons/checkmark.svg);
  background-size: 1.75rem 1.75rem;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem; }

.yotpo-vip-tiers-wrapper li:nth-child(3) li:nth-child(9)::after {
  content: '';
  background-image: url(../icons/checkmark.svg);
  background-size: 1.75rem 1.75rem;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem; }

.yotpo-vip-tiers-wrapper li:nth-child(3) li:nth-child(10)::after {
  content: '';
  background-image: url(../icons/checkmark.svg);
  background-size: 1.75rem 1.75rem;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem; }

.yotpo-vip-tiers-wrapper li:nth-child(3) li:nth-child(11)::after {
  content: '';
  background-image: url(../icons/checkmark.svg);
  background-size: 1.75rem 1.75rem;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem; }

/* Refer a friend section */
.yotpo-header-text {
  font-family: "Glacial Regular", sans-serif !important;
  font-size: 2.5rem !important;
  font-weight: 400 !important;
  line-height: 3rem !important;
  letter-spacing: 0.2em !important;
  text-align: center !important; }
  @media (max-width: 801px) {
    .yotpo-header-text {
      font-size: 1.375rem !important;
      line-height: 2rem !important; } }

#yotpoReferralTitleText {
  font-family: "Glacial Regular", sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 400 !important;
  line-height: 2rem !important;
  letter-spacing: 0.2em !important;
  text-align: center !important;
  color: #707070 !important;
  text-transform: uppercase !important;
  margin-block: 1.5rem !important; }
  @media (max-width: 801px) {
    #yotpoReferralTitleText {
      font-size: 1rem !important;
      line-height: 1.5rem !important;
      margin-block: 1rem !important; } }

#yotpoReferralDescriptionText {
  font-family: "Glacial Regular", sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.5rem !important;
  text-align: center !important;
  color: #707070 !important; }
  @media (max-width: 801px) {
    #yotpoReferralDescriptionText {
      font-size: 0.875rem !important;
      line-height: 1.375rem !important; } }

.yotpo-widget-referral-widget .yotpo-input-container .yotpo-input {
  border-radius: 0 !important;
  height: 3rem !important; }

@media (max-width: 801px) {
  .yotpo-swap-container {
    display: flex !important;
    flex-direction: column !important; } }

@media (max-width: 801px) {
  .yotpo-swap-container .yotpo-referral-image {
    height: 400px !important;
    flex: none !important; } }

@media (max-width: 801px) {
  .yotpo-swap-container .yotpo-tile-wrapper {
    padding: 2.5rem 1.875rem !important; } }

@media (max-width: 801px) {
  .yotpo-customer-email-view {
    width: 100% !important;
    flex: none !important; } }

.yotpo-widget-campaign-widget .yotpo-action-tile {
  height: fit-content !important;
  background: #fff;
  padding: 1.25rem;
  border-radius: 0.375rem; }

.yotpo-widget-campaign-widget .yotpo-container-action-tile.yotpo-is-mobile,
.yotpo-logged-out-tile.yotpo-overlay-tile.yotpo-is-mobile,
.yotpo-widget-campaign-widget .yotpo-view-tile.yotpo-is-mobile {
  background-color: rgba(255, 255, 255, 0.7) !important;
  height: 100vh !important; }

@media (max-width: 801px) {
  .yotpo-vip-tiers-widget,
  .yotpo-referral-image {
    margin-inline: -0.625rem !important;
    width: 100vw !important; } }

.yotpo-widget-visual-redemption-widget .yotpo-background {
  background-color: #fff !important; }

.yotpo-widget-visual-redemption-widget .yotpo-tile-wrapper {
  padding-block: 84px 73px !important; }
  @media (max-width: 801px) {
    .yotpo-widget-visual-redemption-widget .yotpo-tile-wrapper {
      padding-block: 60px 60px !important; } }

.yotpo-widget-visual-redemption-widget .yotpo-rule {
  display: none !important; }

.yotpo-widget-visual-redemption-widget .yotpo-description {
  font-family: "Glacial Regular", sans-serif, sans-serif;
  font-size: 1.125rem !important;
  font-weight: 400;
  line-height: 1.5rem !important;
  text-align: center;
  letter-spacing: 0 !important;
  color: #707070 !important;
  text-transform: none !important;
  border: 0 !important;
  margin-block: 0; }

.yotpo-widget-visual-redemption-widget .yotpo-redemption-item {
  border-color: #000 !important;
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-width: 1px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  max-width: fit-content; }
  .yotpo-widget-visual-redemption-widget .yotpo-redemption-item .yotpo-redemption-reward {
    color: #232629 !important;
    font-size: 22px !important;
    line-height: 32px !important;
    font-family: "Glacial Regular", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: 20% !important; }
    .yotpo-widget-visual-redemption-widget .yotpo-redemption-item .yotpo-redemption-reward::after {
      display: inline-block;
      content: '='; }
    @media (max-width: 801px) {
      .yotpo-widget-visual-redemption-widget .yotpo-redemption-item .yotpo-redemption-reward {
        font-size: 16px !important;
        line-height: 24px !important;
        letter-spacing: 20% !important; } }
  .yotpo-widget-visual-redemption-widget .yotpo-redemption-item .yotpo-redemption-cost {
    color: #232629 !important;
    font-size: 22px !important;
    line-height: 32px !important;
    font-family: "Glacial Regular", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important; }
    @media (max-width: 801px) {
      .yotpo-widget-visual-redemption-widget .yotpo-redemption-item .yotpo-redemption-cost {
        font-size: 16px !important;
        line-height: 24px !important; } }

@media (max-width: 801px) {
  .yotpo-widget-visual-redemption-widget .yotpo-redemption-options-wrapper {
    gap: 32px !important;
    flex-direction: column !important; } }

.yotpo-screen-customer_email {
  background-color: #fafafa !important; }

/* About page image */
@media (min-width: 801px) {
  [data-layout-name='Layout-22'] {
    max-width: 53.375rem;
    margin: 0 auto; } }

@media (min-width: 801px) {
  [data-layout-name='Layout-education'] div {
    flex-basis: 50%;
    max-width: 50%; } }

/* Distributor page jot form */
@media (min-width: 801px) {
  [data-layout-name='Layout-jot'] {
    margin-top: 0.625rem !important;
    margin-bottom: -6.25rem !important; } }

@media (min-width: 551px) {
  [data-layout-name='Layout-jot'] {
    margin-top: -3.75rem !important;
    margin-bottom: -2.5rem !important; } }

@media (min-width: 551px) {
  [data-layout-name='Layout-benefits'] {
    position: relative !important;
    z-index: 5; } }

[data-widget-id='90765e60-cfc1-4b5f-a116-10e4b68b98c5'] {
  background-color: white; }
