@charset "UTF-8";
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

input:focus + label {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

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:1261px)/";
  width: 801px; }

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

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

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

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

.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: 18px; }
  @media (min-width: 551px) {
    html {
      font-size: 18px; } }
  @media (min-width: 801px) {
    html {
      font-size: 18px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 18px; } }

body {
  font-family: "Inter", 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: "F37 Gruffy Soft", Arial, Helvetica, sans-serif;
  letter-spacing: 0.25px;
  margin-bottom: 0.77778rem; }
  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.77778rem; }

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

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

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: 0.88889rem;
  width: 0.88889rem;
  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: 0.94444rem;
  margin-left: -1.22222rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.22222rem; }
    .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.77778rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.77778rem 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, .info-block__action {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "F37 Gruffy Soft", 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.88889rem 2.27778rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .info-block__action:hover, .button:focus, .info-block__action:focus, .button.is-active, .is-active.info-block__action, .button.active, .active.info-block__action {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active, .info-block__action:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .info-block__action:focus, .button.is-active, .is-active.info-block__action, .button.active, .active.info-block__action {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button, .info-block__action + .button, .button + .info-block__action, .info-block__action + .info-block__action {
      margin-left: 0.77778rem; } }

/*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, .info-block__action {
  background-color: #444444;
  border-color: #444444;
  color: white; }
  .button--primary:hover, .info-block__action:hover, .button--primary:focus, .info-block__action:focus, .button--primary.is-active, .is-active.info-block__action, .button--primary.active, .active.info-block__action {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .button--primary:active, .info-block__action:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

.button[disabled], .info-block__action[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.55556rem 1.5rem; }

.button--tiny { }

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

.button--icon {
  font-size: 1rem;
  padding: 0.77778rem 0.77778rem; }
  .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, .buttonGroup > .info-block__action {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child, .buttonGroup > .info-block__action:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child, .buttonGroup > .info-block__action: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.77778rem;
  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.38889rem 0.77778rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.38889rem; }
  .dropdown-menu-item a {
    margin: -0.38889rem; }

/*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.77778rem;
  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.55556rem;
    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.38889rem;
    padding-left: 1.88889rem;
    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: 0.88889rem;
      left: 0;
      top: 0;
      width: 0.88889rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.77778rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.77778rem; }

.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: 0.77778rem;
  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: 0.77778rem; }

/*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.88889rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.88889rem;
    margin: 0.05556rem 0 0 -2.94444rem;
    width: 2.88889rem; }

/*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: 2rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2rem;
    width: 1.11111rem; }

/*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, .form-prefixPostfix .info-block__action {
    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: 5rem;
  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: 1.55556rem;
  cursor: pointer;
  display: inline-block;
  height: 1.55556rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 3.33333rem; }
  .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.11113rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.11113rem;
  left: 0.16666rem;
  position: absolute;
  top: 0.16666rem;
  transition: all 100ms ease-out;
  width: 1.11113rem; }
  .switch--checked .switch-toggle::before {
    left: 1.94443rem; }

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

.switch-label--icon.icon {
  height: 1.44444rem;
  width: 1.44444rem; }
  .switch-label--icon.icon svg {
    height: 1.44444rem;
    width: 1.44444rem;
    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: 481px) {
    .form-actions {
      text-align: left; } }

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

@media (min-width: 481px) {
  .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.22222rem;
  width: 1.22222rem;
  float: left;
  margin: 0 0 0 -1.66667rem;
  position: relative;
  top: 0.55556rem; }
  .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.16667rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.38889rem 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: 481px) {
      .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.77778rem 1.55556rem; }
  .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.77778rem; }

/*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.16667rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.38889rem; }
    .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.27778rem 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.77778rem;
  padding: 0.77778rem 1.16667rem 0.77778rem 1.16667rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.11111rem;
    width: 1.11111rem; }
  .alertBox .button, .alertBox .info-block__action {
    margin: 0 0 0 0.77778rem; }

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.16667rem; }
  .alertBox-close .icon {
    height: 1.11111rem;
    width: 1.11111rem; }
  .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.88889rem;
    display: block;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.88889rem; }

.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.77778rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button, .modal-footer .info-block__action {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button, .modal-footer .info-block__action {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.77778rem; }
  @media (min-width: 481px) {
    .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.11111rem;
    width: 1.11111rem; }

@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.38889rem 0.77778rem; }

.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.22222rem;
    width: 2.22222rem;
    border-radius: 2.22222rem;
    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, .actionBar .info-block__action {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.77778rem 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.38889rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 11.11111rem; } }

@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.77778rem 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; }

.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

/* 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: 3.38889rem;
  margin-top: -0.83333rem;
  padding: 0.55556rem;
  width: 2.22222rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.27778rem;
    width: 1.11111rem; }
  .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: 1261px) {
    .slick-next {
      right: -3.38889rem; } }
  .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: 1261px) {
    .slick-prev {
      left: -3.38889rem; } }
  .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: 1.77778rem;
    width: 1.77778rem;
    margin: 0;
    padding: 0.27778rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.83333rem;
      width: 0.83333rem;
      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.55556rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.44444rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.22222rem 0.33333rem;
    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; }

body {
  padding-top: 110px; }
  @media (min-width: 801px) {
    body {
      padding-top: 0; } }

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

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

body {
  font-size: 1rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2.27778rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.38889rem 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.55556rem top 0.66667rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

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

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.38889rem;
  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, .table-actions .info-block__action {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button, .table-actions .info-block__action {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button, .table-actions .info-block__action + .button, .table-actions .button + .info-block__action, .table-actions .info-block__action + .info-block__action {
        margin-left: 0.38889rem; } }

.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, .dropdown-menu .info-block__action:focus {
    z-index: 5; }

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

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

.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;
  left: auto !important;
  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: 1261px) {
    #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, #wishlist-dropdown.is-open .info-block__action {
    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, #wishlist-dropdown.is-open li:not(:last-child) .info-block__action {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

.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: 1261px) {
  .modal--large {
    width: 1280px; } }

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

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

.modal-close {
  height: 1.77778rem;
  width: 1.77778rem;
  color: #757575;
  font-size: 26px;
  line-height: 1.77778rem;
  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.55556rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.44444rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.22222rem 0.33333rem;
    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.55556rem); }

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Inter", 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.11111rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #444444;
      border-color: #444444;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #666666;
      border-color: #666666;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

.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 {
  display: none;
  font-size: 0;
  overflow: visible;
  text-align: center; }
  @media (min-width: 551px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .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); }

.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.38889rem 0 0.77778rem; }
  .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.11111rem;
  margin-top: -0.11111rem;
  width: 1.11111rem; }

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

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

.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.38889rem; }
  .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, .info-block__action {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button, .info-block__action + .button, .button + .info-block__action, .info-block__action + .info-block__action {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button, .info-block__action + .button, .button + .info-block__action, .info-block__action + .info-block__action {
        margin-left: 0.77778rem; } }

.button[disabled], .info-block__action[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.16667rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.77778rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.61111rem 1rem; } }

.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: 1261px) {
  .tab-content .productReview {
    width: 50%; } }

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

.accordion {
  border-radius: 4px;
  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: 0.83333rem;
  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-heading {
  font-size: 1rem;
  line-height: 19px;
  margin: 0; }

.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.77778rem !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; }

.accordion-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  color: #757575;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 801px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #333333; }

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.77778rem; }
  .inlineList--labels > li {
    margin-bottom: 0.77778rem;
    margin-left: 0.77778rem; }

.alertBox {
  border-radius: 4px;
  color: #333333; }

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

.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: 0.77778rem;
  left: -0.11111rem;
  margin-right: 0.05556rem;
  position: relative;
  top: 0.16667rem;
  width: 0.77778rem; }

.form-field--success .form-input[type="text"] {
  padding-right: 3rem;
  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(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.66667rem center;
  background-repeat: no-repeat; }

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

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

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

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

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

.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: 66.66667rem;
  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 .info-block__action,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button, .form-actions .info-block__action,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button, .form-actions .info-block__action + .button, .form-actions .button + .info-block__action, .form-actions .info-block__action + .info-block__action,
    .form-actions .button + input,
    .form-actions .info-block__action + input,
    .form-actions .button + a,
    .form-actions .info-block__action + a,
    .form-actions input + .button,
    .form-actions input + .info-block__action,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + .info-block__action,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.77778rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button, .form-actions .info-block__action + .button, .form-actions .button + .info-block__action, .form-actions .info-block__action + .info-block__action,
        .form-actions .button + input,
        .form-actions .info-block__action + input,
        .form-actions .button + a,
        .form-actions .info-block__action + a,
        .form-actions input + .button,
        .form-actions input + .info-block__action,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + .info-block__action,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.77778rem; } }

.form-label--alternate {
  font-family: "F37 Gruffy Soft", Arial, Helvetica, sans-serif;
  font-size: 13px; }

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1rem;
  font-size: 13px;
  height: 2.22222rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.55556rem 0.77778rem;
  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; }

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

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

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

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

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

@media (min-width: 1261px) {
  .form-prefixPostfix .button, .form-prefixPostfix .info-block__action {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.38889rem; }
  @media (min-width: 1261px) {
    .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: 1261px) {
  .form-prefixPostfix--centeredColumn .form-prefixPostfix-button--postfix {
    margin: 1em 0 0.77778rem; } }

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

.form-increment .button, .form-increment .info-block__action {
  margin: 0;
  padding: 0.16667rem 0.27778rem; }

.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: 1.94444rem; }
  .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.11111rem;
  padding: 1px 0.38889rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.22222rem;
  width: 1.22222rem;
  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.22222rem;
  line-height: 1rem;
  padding: 0.55556rem 0.77778rem; }

.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, .form-minMaxRow .info-block__action {
    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="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

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

.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.27778rem; }
  .card-title > a {
    color: #333333;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #757575; }

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

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.38889rem 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.38889rem 0 0; }

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

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.77778rem;
    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.38889rem;
  padding-left: 1.88889rem;
  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: 0.88889rem;
    left: 0;
    top: 0;
    width: 0.88889rem; }
  .navList-action--checkbox::after {
    height: 0.77778rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.77778rem; }
  .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: 0.77778rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.44444rem; }
  .navList-action--checkbox::after {
    margin-top: -0.38889rem; }
  .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.27778rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.72222rem;
    width: 0.72222rem;
    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.77778rem; }
    @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.77778rem; } }
  .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 .form-field {
  background-color: white;
  border: 1px solid #8f8f8f;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

.actionBar-section .form-label {
  color: #757575;
  font-size: 13px;
  line-height: 2.11111rem;
  margin-bottom: 0;
  padding-left: 0.77778rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.16667rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #333333;
  height: 2.11111rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.61111rem -0.61111rem 0 0;
  padding: 0.05556rem 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.77778rem;
      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.88889rem;
      position: absolute; }

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

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.77778rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575;
      stroke: #757575; }
  .navUser-action .icon {
    height: 0.44444rem;
    width: 0.44444rem;
    margin: -1px 0 0 0.16667rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 16.66667rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 7.77778rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 7.88889rem !important; }

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

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        padding-right: 0.27778rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.38889rem;
        margin-top: 0.44444rem;
        padding-left: 0.11111rem; } }

.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: 17.77778rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.27778rem;
      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.5rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.77778rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.61111rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.88889rem; } }

.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.66667rem;
  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;
  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;
    margin-top: 6px; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #333333;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.16667rem;
  text-align: center;
  width: 20px; }

.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.38889rem 0.77778rem;
  padding-left: 0.77778rem; }

.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: 1261px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 110px; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 66.66667rem;
      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;
    display: grid; }
    @media (min-width: 801px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 66.66667rem;
        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.77778rem;
    padding-top: 0.77778rem; }

.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.44444rem;
        width: 0.44444rem;
        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 {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.77778rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.77778rem 1.16667rem 1.16667rem; }
      .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.44444rem;
  width: 0.44444rem;
  margin-left: 0.77778rem;
  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.61111rem;
    width: 0.61111rem;
    margin: 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.44444rem;
        width: 0.44444rem;
        margin: 0 0 0 0.77778rem; } }

.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: 1261px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      padding: 1.5rem 1.5rem 2.27778rem !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: 11.94444rem; } }

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

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

.navPage-subMenu-item {
  padding: 0.77778rem 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.16667rem; } }

.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.77778rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.77778rem 0 1.16667rem; } }
  .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.77778rem 0 1.16667rem; } }
  .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.38889rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.77778rem; }
  @media (min-width: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container, .breadcrumbs-container .navPages-quickSearch > nav, .navPages-quickSearch > .category-header__container, .navPages-quickSearch > .blogPost-header__container, .navPages-quickSearch > .faqs-block__container, .navPages-quickSearch > .category-showcase-v2, .navPages-quickSearch > .info-block__container, .navPages-quickSearch > .reviews-block__container, .navPages-quickSearch > .brands-header__container, .navPages-quickSearch > .brand-header__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.77778rem 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.38889rem 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.11111rem;
    width: 1.11111rem;
    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.38889rem;
    margin-right: 0.77778rem; }
    .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.55556rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.44444rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.22222rem 0.33333rem;
      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.16667rem;
  width: 1.16667rem; }

.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: 22.22222rem; } }
  @media (min-width: 801px) {
    .heroCarousel.slick-initialized {
      max-height: 33.33333rem; } }
  @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: 22.22222rem; } }
    @media (min-width: 801px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 33.33333rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.77778rem 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: 38.88889rem;
      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.77778rem;
        padding-top: 0.77778rem; } }
    .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.16667rem; }
  @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.38889rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.38889rem; }
  @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: 1261px) {
    .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: 1261px) {
    .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.38889rem; }

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

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

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

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

.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: "F37 Gruffy Soft", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.27778rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

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

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

.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.27778rem; }
  .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, .compareTable-action .info-block__action {
    display: block;
    padding-left: 0.77778rem;
    padding-right: 0.77778rem;
    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: 55.55556rem; }

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

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

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

.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: 66.66667rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .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; }

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

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

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

.reset-filters {
  display: none; }

.banners {
  background-color: #757575;
  color: white;
  padding: 0.77778rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 66.66667rem;
  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.16667rem 0.5rem 0.16667rem 0.66667rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.66667rem;
    width: 0.66667rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

.cart-additionalCheckoutButtons:before, .previewCart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .previewCart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 801px) {
    .cart {
      display: table; } }

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

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

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 801px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

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

.cart-item-figure {
  float: left;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  width: 33.33333%; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .cart-item-figure {
      float: none;
      padding: 0.5rem 0;
      width: 8.33333%; } }

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

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

.cart-item-title {
  display: table-cell;
  height: 5.55556rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 801px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

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

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

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.16667rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

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

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

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.16667rem; }

.cart-item-name {
  display: inline-block;
  font-size: 15px;
  margin: 0; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.38889rem; }

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

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1rem;
  margin-top: 0.11111rem;
  padding: 0.16667rem;
  transition: background-color 0.15s ease;
  width: 1rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 801px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 801px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 1.77778rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.27778rem center;
    background-size: 1.11111rem 1.11111rem;
    height: 1.77778rem;
    margin-bottom: 0.77778rem;
    padding: 0 0.77778rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #757575;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 551px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 801px) {
    .cart-total-value {
      width: 50%; } }

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

.cart-total-grandTotal {
  font-family: "F37 Gruffy Soft", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.16667rem;
  padding-top: 0.16667rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.27778rem; } }

.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,
  .coupon-form .info-block__action,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form .info-block__action {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  
  .coupon-form .button,
  .coupon-form .info-block__action,
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form .info-block__action {
    margin: 0 0 0 2%;
    padding-left: 0.77778rem;
    padding-right: 0.77778rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.77778rem;
    width: 100%; }
  .estimator-form .button--primary, .estimator-form .info-block__action {
    width: 60%; }

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

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

.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-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button, .cart-actions .info-block__action {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button, .cart-actions .info-block__action {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.38889rem; }

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

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 66.66667rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  position: relative;
  text-align: center; }
  .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .previewCartItem-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 90%; }
  @media (min-width: 320px) {
    .previewCartItem-image::after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image::after {
      padding-bottom: 100%; } }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.16667rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #757575;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 66.66667rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.77778rem 0.38889rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.77778rem; } }
  .previewCartAction .button, .previewCartAction .info-block__action {
    margin: 0;
    padding-left: 0.77778rem;
    padding-right: 0.77778rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.38889rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.77778rem;
  padding-top: 0.38889rem; }

.previewCartAction-viewCart {
  padding-left: 0.38889rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.previewCart-additionalCheckoutButtons {
  padding-bottom: 1.5rem;
  padding-right: 1.5rem; }

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

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

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 13.88889rem;
    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.77778rem;
    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, .panel--address .form-actions .info-block__action {
      margin-bottom: 0.77778rem; }
      .panel--address .form-actions .button + .button, .panel--address .form-actions .info-block__action + .button, .panel--address .form-actions .button + .info-block__action, .panel--address .form-actions .info-block__action + .info-block__action {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button, .panel--address .form-actions .info-block__action + .button, .panel--address .form-actions .button + .info-block__action, .panel--address .form-actions .info-block__action + .info-block__action {
            margin-left: 0.38889rem; } }

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

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

.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: 0.88889rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.38889rem;
  position: relative;
  margin-bottom: 1.88889rem;
  padding-top: 0; }
  .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.88889rem;
  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.77778rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.77778rem;
    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.88889rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

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

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

.previewCart {
  margin: 0 auto;
  max-width: 66.66667rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @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; }

.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, .previewCartCheckout .info-block__action {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p, .previewCartCheckout .info-block__action + p {
      margin-top: 0.77778rem; }
    .previewCartCheckout .button:not(:last-child), .previewCartCheckout .info-block__action:not(:last-child) {
      margin-bottom: 0.77778rem; }

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

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

.login-row {
  margin: 0 auto;
  max-width: 66.66667rem;
  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.77778rem; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 28px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-nav {
  position: relative; }

.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  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.77778rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.77778rem;
  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: 1.83333rem;
  padding: 0;
  position: absolute;
  right: -0.77778rem;
  top: -0.77778rem;
  width: 1.83333rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.38889rem;
    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.16667rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.77778rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.16667rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.38889rem 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: 1261px) {
    .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: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #757575;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.38889rem; }

.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: 1261px) {
      .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: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .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.27778rem; }

.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.38889rem;
  padding: 0.16667rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.77778rem;
  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.16667rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757575; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 66.66667rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 30.55556rem; }
  .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-left: auto;
  margin-right: auto;
  max-width: 36.11111rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

.icon--ratingFull svg {
  fill: #474747; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.77778rem;
    width: 0.77778rem;
    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.22222rem;
  cursor: pointer;
  display: none;
  max-height: 3.55556rem;
  min-height: 1.77778rem;
  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.77778rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.77778rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    min-height: 13.88889rem;
    padding: 0.77778rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.16667rem;
  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, .paymentMethod .info-block__action {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.77778rem;
    width: 1.55556rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.33333rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.77778rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1rem;
    margin-left: 0.77778rem;
    width: 1rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.11111rem;
        width: 1.11111rem; } }
  .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: 10.33333rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.77778rem; }
  .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.77778rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Inter", 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.16667rem;
  width: 1.88889rem; }

.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.5rem;
  top: 2.16667rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.16667rem;
    width: 1.16667rem; }

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

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

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

.skip-to-main-link {
  background: white;
  color: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 110px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  height: 110px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 1261px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative;
      box-shadow: none; } }
  @media (min-width: 801px) {
    .header.is-open {
      height: auto; } }

.header-logo {
  font-size: 0;
  height: 110px;
  margin: 0 6.11111rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 9.16667rem;
      margin-right: 9.16667rem; } }
  @media (min-width: 801px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.38889rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: block;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: block;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }
    .header-logo__link svg {
      width: 100%;
      transform: translateY(-5px); }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      margin-left: 2.22222rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.22222rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "F37 Gruffy Soft", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  letter-spacing: 0.11111rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 801px) {
    .header-logo-image-container {
      min-height: 100px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 4.55556rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 4.55556rem; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 6.11111rem;
  width: 6.11111rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.11111rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.5rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 6rem;
  margin-top: 0; }

.page {
  margin: 0 -0.75rem;
  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; }

.page-region {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  float: right;
  width: 100%; }
  @media (min-width: 801px) {
    .page-region {
      width: 75%; } }

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

.filterBar-isOpen .page-sidebar {
  display: block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .filterBar-isOpen .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .filterBar-isOpen .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative;
  display: none; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 100%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: var(--h6-size);
    margin: 0; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-left: 0;
  margin-top: 1.5rem; }
  @media (min-width: 551px) {
    .footer-payment-icons {
      justify-content: normal; } }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 2.22222rem;
    margin: 0.38889rem;
    vertical-align: middle;
    width: 2.77778rem; }

.footer-newsletter-summary {
  text-align: left; }

.container, .breadcrumbs-container nav, .category-header__container, .blogPost-header__container, .faqs-block__container, .category-showcase-v2, .info-block__container, .reviews-block__container, .brands-header__container, .brand-header__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.66667rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container, .breadcrumbs-container nav, .category-header__container, .blogPost-header__container, .faqs-block__container, .category-showcase-v2, .info-block__container, .reviews-block__container, .brands-header__container, .brand-header__container {
      padding: 0 6rem; } }
  .container--lightBg {
    background: g-colour("gray", "10"); }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.38889rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 190px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 801px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 0.83333rem;
  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: 16.66667%; } }
    .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; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    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) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .filterBar-isOpen .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 25%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.11111rem;
  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.77778rem; }
  .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: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .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.77778rem;
      padding-right: 0.77778rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .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.27778rem;
    padding-right: 0.77778rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.38889rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.16667rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.16667rem; }
  @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: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.55556rem 1.5rem; } }

.listItem-actions .button, .listItem-actions .info-block__action {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button, .listItem-actions .info-block__action {
      width: 100%; }
      .listItem-actions .button + .button, .listItem-actions .info-block__action + .button, .listItem-actions .button + .info-block__action, .listItem-actions .info-block__action + .info-block__action {
        margin: 0.77778rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.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: 2.77778rem;
  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: 2.77778rem;
  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: 2.77778rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 2.77778rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 0.83333rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 2.77778rem;
  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 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.11111rem;
  line-height: 0.88889rem;
  padding-left: 0.5rem;
  padding-right: 0.77778rem;
  padding-top: 0.08333rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.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: 15px;
  font-weight: 700;
  height: 1.11111rem;
  left: -25px;
  line-height: 0.88889rem;
  padding-top: 0.08333rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 6.61111rem;
  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: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.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 {
  border-color: unset; }

@media (max-width: 767px) {
  [data-product-attribute="swatch"] {
    overflow: visible;
    padding: 0;
    margin: 0;
    position: relative; }
    [data-product-attribute="swatch"] .form-label {
      margin-bottom: 6px;
      padding: 0;
      width: 100%; } }

.form-option-options--scrollable {
  display: flex;
  flex-direction: row;
  gap: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  max-width: 100%;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  .form-option-options--scrollable::-webkit-scrollbar {
    display: none; }
  .form-option-options--scrollable .form-option-wrapper {
    flex-shrink: 0;
    min-width: fit-content;
    display: inline-block; }
    .form-option-options--scrollable .form-option-wrapper .form-option {
      margin: 0;
      white-space: nowrap; }
  @media (min-width: 801px) {
    .form-option-options--scrollable {
      overflow-x: visible;
      flex-wrap: wrap;
      gap: 6px;
      padding-bottom: 0; }
      .form-option-options--scrollable .form-option-wrapper {
        flex-shrink: initial;
        min-width: initial;
        display: inline-block; } }

.form-option-swatch {
  padding: 12px;
  border: 1px solid #9C9C9C;
  border-radius: 100px;
  box-shadow: unset !important; }

.form-option-variant--none {
  height: 22px;
  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: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.form-option-variant--label {
  margin-left: 8px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #000000; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@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-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

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

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

* {
  font: inherit; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
hr {
  margin: 0;
  padding: 0;
  border: 0; }

html {
  box-sizing: border-box; }

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
form legend {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

button,
input,
textarea,
select {
  margin: 0; }

.btn,
.form-control,
.link,
.reset {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  appearance: none; }

select.form-control::-ms-expand {
  display: none; }

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top; }

input::-ms-clear {
  display: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
video,
svg {
  max-width: 100%; }

[data-theme] {
  background-color: var(--color-bg, white);
  color: var(--color-contrast-high, #323639); }

.u-spacing-01 {
  margin-top: 0.22222rem;
  margin-bottom: 0.22222rem; }

.u-spacing-top-01 {
  margin-top: 0.22222rem; }

.u-spacing-bottom-01 {
  margin-bottom: 0.22222rem; }

.u-spacing-02 {
  margin-top: 0.44444rem;
  margin-bottom: 0.44444rem; }

.u-spacing-top-02 {
  margin-top: 0.44444rem; }

.u-spacing-bottom-02 {
  margin-bottom: 0.44444rem; }

.u-spacing-03 {
  margin-top: 0.66667rem;
  margin-bottom: 0.66667rem; }

.u-spacing-top-03 {
  margin-top: 0.66667rem; }

.u-spacing-bottom-03 {
  margin-bottom: 0.66667rem; }

.u-spacing-04 {
  margin-top: 0.88889rem;
  margin-bottom: 0.88889rem; }

.u-spacing-top-04 {
  margin-top: 0.88889rem; }

.u-spacing-bottom-04 {
  margin-bottom: 0.88889rem; }

.u-spacing-05 {
  margin-top: 1.11111rem;
  margin-bottom: 1.11111rem; }

.u-spacing-top-05 {
  margin-top: 1.11111rem; }

.u-spacing-bottom-05 {
  margin-bottom: 1.11111rem; }

.u-spacing-06 {
  margin-top: 1.33333rem;
  margin-bottom: 1.33333rem; }

.u-spacing-top-06 {
  margin-top: 1.33333rem; }

.u-spacing-bottom-06 {
  margin-bottom: 1.33333rem; }

.u-spacing-07 {
  margin-top: 1.55556rem;
  margin-bottom: 1.55556rem; }

.u-spacing-top-07 {
  margin-top: 1.55556rem; }

.u-spacing-bottom-07 {
  margin-bottom: 1.55556rem; }

.u-spacing-08 {
  margin-top: 1.77778rem;
  margin-bottom: 1.77778rem; }

.u-spacing-top-08 {
  margin-top: 1.77778rem; }

.u-spacing-bottom-08 {
  margin-bottom: 1.77778rem; }

.u-spacing-09 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.u-spacing-top-09 {
  margin-top: 2rem; }

.u-spacing-bottom-09 {
  margin-bottom: 2rem; }

.u-spacing-10 {
  margin-top: 2.22222rem;
  margin-bottom: 2.22222rem; }

.u-spacing-top-10 {
  margin-top: 2.22222rem; }

.u-spacing-bottom-10 {
  margin-bottom: 2.22222rem; }

.u-spacing-11 {
  margin-top: 2.44444rem;
  margin-bottom: 2.44444rem; }

.u-spacing-top-11 {
  margin-top: 2.44444rem; }

.u-spacing-bottom-11 {
  margin-bottom: 2.44444rem; }

.u-spacing-12 {
  margin-top: 2.66667rem;
  margin-bottom: 2.66667rem; }

.u-spacing-top-12 {
  margin-top: 2.66667rem; }

.u-spacing-bottom-12 {
  margin-bottom: 2.66667rem; }

.u-spacing-none {
  margin-top: 0;
  margin-bottom: 0; }

.u-spacing-top-none {
  margin-top: 0; }

.u-spacing-bottom-none {
  margin-bottom: 0; }

:root {
  --radius-sm: calc(var(--radius, 0.25em) / 2);
  --radius-md: var(--radius, 0.25em);
  --radius-lg: calc(var(--radius, 0.25em) * 2);
  --shadow-xs: 0 0.1px 0.3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  --shadow-sm: 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 1.2px 1.9px -1px rgba(0, 0, 0, 0.014), 0 3.3px 5.3px -1px rgba(0, 0, 0, 0.038), 0 8.5px 12.7px -1px rgba(0, 0, 0, 0.085), 0 30px 42px -1px rgba(0, 0, 0, 0.15);
  --shadow-xl: 0 1.5px 2.1px -6px rgba(0, 0, 0, 0.012), 0 3.6px 5.2px -6px rgba(0, 0, 0, 0.035), 0 7.3px 10.6px -6px rgba(0, 0, 0, 0.07), 0 16.2px 21.9px -6px rgba(0, 0, 0, 0.117),
        0 46px 60px -6px rgba(0, 0, 0, 0.2);
  --ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-out: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1); }

.dt-only {
  display: none !important; }
  @media (min-width: 1261px) {
    .dt-only {
      display: block !important; } }

.dt-tab {
  display: none !important; }
  @media (min-width: 801px) {
    .dt-tab {
      display: block !important; } }

.tab-only {
  display: none !important; }
  @media (min-width: 801px) {
    .tab-only {
      display: block !important; } }
  @media (min-width: 1261px) {
    .tab-only {
      display: none !important; } }

.tab-mob {
  display: block; }
  @media (min-width: 1261px) {
    .tab-mob {
      display: none !important; } }

.mob-only {
  display: block; }
  @media (min-width: 801px) {
    .mob-only {
      display: none !important; } }

.tablet-only {
  display: block; }
  @media (min-width: 1261px) {
    .tablet-only {
      display: none !important; } }

:root {
  --heading-line-height: 1.2;
  --body-line-height: 1.4;
  --base-font-size: 18px;
  --h1-size: 2.778rem;
  /* 50px */
  --h2-size: 1.944rem;
  /* 35px */
  --h3-size: 1rem;
  /* 18px */
  --h4-size: 0.833rem;
  /* 15px */
  --h5-size: 0.722rem;
  /* 13px */
  --h6-size: 0.611rem;
  /* 11px */ }

html {
  font-size: var(--base-font-size);
  /* Use CSS variable for base font size */ }

body {
  font-size: var(--text-base-size, 1rem);
  font-family: var(--font-primary, sans-serif);
  color: #0d0b0b;
  font-weight: var(--body-font-weight, normal); }

/* Heading font */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-headings, sans-serif);
  margin: 0;
  /* Reset foundation */
  text-transform: initial;
  /* Reset foundation */ }

h1,
h2,
h3,
h4 {
  color: var(--color-contrast-higher, #0d1317);
  line-height: var(--heading-line-height, 1.2);
  font-weight: var(--heading-font-weight, 700); }

h1 {
  font-size: var(--h1-size, 2.778rem); }

h2 {
  font-size: var(--h2-size, 1.944rem); }

h3 {
  font-size: var(--h3-size, 1rem); }

h4 {
  font-size: var(--h4-size, 0.833rem); }

h5 {
  font-size: var(--h5-size, 0.722rem); }

h6 {
  font-size: var(--h6-size, 0.611rem); }

small {
  font-size: var(--text-preset-1, 0.8rem); }

/* Inline Text */
a,
.link {
  color: var(--color-primary, #4827ec);
  text-decoration: underline; }

strong {
  font-weight: bold; }

s {
  text-decoration: line-through; }

u {
  text-decoration: underline; }

/* Text Component - Class used to stylize text blocks */
.text-component h1,
.text-component h2,
.text-component h3,
.text-component h4 {
  line-height: calc(var(--heading-line-height) * var(--line-height-multiplier, 1));
  margin-bottom: calc(var(--space-unit) * 0.49985 * var(--text-space-y-multiplier, 1)); }

.text-component h2,
.text-component h3,
.text-component h4 {
  margin-top: calc(var(--space-unit) * 0.9994 * var(--text-space-y-multiplier, 1)); }

.text-component p,
.text-component blockquote,
.text-component ul li,
.text-component ol li {
  line-height: calc(var(--body-line-height) * var(--line-height-multiplier, 1)); }

.text-component ul,
.text-component ol,
.text-component p,
.text-component blockquote,
.text-component .text-component__block {
  margin-bottom: calc(var(--space-unit) * 0.9994 * var(--text-space-y-multiplier, 1)); }

.text-component ul,
.text-component ol {
  list-style-position: inside; }
  .text-component ul ul,
  .text-component ul ol,
  .text-component ol ul,
  .text-component ol ol {
    padding-left: 1em;
    margin-bottom: 0; }

.text-component ul {
  list-style-type: disc; }

.text-component ol {
  list-style-type: decimal; }

.text-component img {
  display: block;
  margin: 0 auto; }

.text-component figcaption {
  text-align: center;
  margin-top: calc(var(--space-unit) * 0.49985rem); }

.text-component em {
  font-style: italic; }

.text-component hr {
  margin-top: calc(var(--space-unit) * 1.99819 * var(--text-space-y-multiplier, 1));
  margin-bottom: calc(var(--space-unit) * 1.99819 * var(--text-space-y-multiplier, 1));
  margin-left: auto;
  margin-right: auto; }

.text-component > *:first-child {
  margin-top: 0; }

.text-component > *:last-child {
  margin-bottom: 0; }

/** Our system will use a 4px base vertical rhythm */
/** Our system's base font size */
/**
 * Calculate the type offset for a given font
 *
 * @param {number} $lh - the font's base line height
 * @param {number} $fontSize - the font's size
 * @param {number} $descenderHeightScale - the font's descender height as a ratio
 * @return {number} the offset to be added to a transformY to keep the text in place
 */
/**
 * The basekick base function
 *
 * @param {number} $typeSizeModifier - a multiplier to determine the font size
 * @param {number} $typeRowSpan - how many rows of our vertical rhythm should the type span
 * @param {number} $descenderHeightScale - the height of the descender expressed as a ratio of the font
 * @param {number} $capHeight - the font's cap height expressed as a ratio of the font
 */
/* Media Queries for Mobile Devices */
@media (max-width: 768px) {
  :root {
    --h1-size: 1.944rem;
    /* 35px */
    --h2-size: 1.389rem;
    /* 25px */
    --h3-size: 0.9375;
    /* 15px */ }
  html {
    font-size: var(--base-font-size); }
  h1 {
    font-size: var(--h1-size); }
  h2 {
    font-size: var(--h2-size); }
  h3 {
    font-size: var(--h3-size); }
  h4 {
    font-size: var(--h4-size); }
  h5 {
    font-size: var(--h5-size); }
  h6 {
    font-size: var(--h6-size); }
  p {
    font-size: 0.8889rem; } }

.button, .info-block__action {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  font-size: var(--btn-font-size, 1em);
  padding-top: var(--btn-padding-y, 0.5em);
  padding-bottom: var(--btn-padding-y, 0.5em);
  padding-left: var(--btn-padding-x, 0.75em);
  padding-right: var(--btn-padding-x, 0.75em);
  border-radius: var(--btn-radius, 0.25em);
  text-transform: var(--btn-case, none);
  font-weight: var(--btn-weight, 400);
  letter-spacing: var(--btn-letter-spacing, 0);
  margin: 0; }
  .button + .button.button--noMargin, .info-block__action + .button.button--noMargin, .button + .button--noMargin.info-block__action, .info-block__action + .button--noMargin.info-block__action {
    margin-left: 0; }

.button--sm {
  font-size: var(--btn-font-size-sm, 0.8em); }

.button--md {
  font-size: var(--btn-font-size-md, 1.2em); }

.button--lg {
  font-size: var(--btn-font-size-lg, 1.4em); }

.button--icon {
  padding: var(--btn-padding-y, 0.5em); }

.button--wide {
  padding-left: calc(var(--btn-padding-x, 0.75em) * 2);
  padding-right: calc(var(--btn-padding-x, 0.75em) * 2); }

.button--fullwidth {
  width: 100%; }

:root {
  --container-gutter: var(--space-5);
  --container-max-width: 1340px; }

.u-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(var(--container-max-width) + (var(--container-gutter) * 2));
  padding-right: var(--container-gutter);
  padding-left: var(--container-gutter);
  position: relative; }
  .u-container--narrow {
    max-width: 35rem; }

.g-image img {
  display: block;
  width: 100%; }

.u-heading-01 {
  font-size: var(--text-preset-3);
  letter-spacing: var(--letter-spacing-3);
  font-weight: 600;
  font-family: var(--font-headings, sans-serif); }

.u-heading-02 {
  font-size: var(--text-preset-4);
  letter-spacing: var(--letter-spacing-3);
  font-weight: 600;
  font-family: var(--font-headings, sans-serif); }

.u-heading-03 {
  font-size: var(--text-preset-5);
  letter-spacing: var(--letter-spacing-3);
  font-weight: 500;
  font-family: var(--font-headings, sans-serif); }

.u-heading-04 {
  font-size: var(--text-preset-6);
  letter-spacing: var(--letter-spacing-3);
  font-weight: 500;
  font-family: var(--font-headings, sans-serif); }

.u-heading-05 {
  font-size: var(--text-preset-7);
  letter-spacing: var(--letter-spacing-2);
  font-weight: 500;
  font-family: var(--font-headings, sans-serif); }

.u-heading-06 {
  font-size: var(--text-preset-8);
  letter-spacing: var(--letter-spacing-1);
  font-weight: 700;
  font-family: var(--font-headings, sans-serif); }

.u-heading-07 {
  font-size: var(--text-preset-9);
  letter-spacing: var(--letter-spacing-1);
  font-weight: 400;
  font-family: var(--font-headings, sans-serif); }

.u-heading-08 {
  font-family: var(--font-headings, sans-serif); }

.u-heading-09 {
  font-family: var(--font-headings, sans-serif); }

.u-heading-10 {
  font-family: var(--font-headings, sans-serif); }

.u-heading-11 {
  font-family: var(--font-headings, sans-serif); }

.u-heading-centered {
  text-align: center;
  font-family: var(--font-headings, sans-serif); }

.u-text-01 {
  font-size: var(--text-preset-1); }

.u-text-02 {
  font-size: var(--text-preset-2); }

.u-text-03 {
  font-size: var(--text-preset-3); }

.u-text-04 {
  font-size: var(--text-preset-4); }

.u-text-05 {
  font-size: var(--text-preset-5); }

.u-text-06 {
  font-size: var(--text-preset-6); }

.u-text-07 {
  font-size: var(--text-preset-7); }

.u-text-08 {
  font-size: var(--text-preset-8); }

.u-text-09 {
  font-size: var(--text-preset-9); }

.u-text-10 {
  font-size: var(--text-preset-10); }

.u-text-11 {
  font-size: var(--text-preset-11); }

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

.u-align-centre {
  display: flex;
  justify-content: center; }

/**
 * Utility classes to put specific spacing values onto elements. The below loop
 * will generate us a suite of classes like:
 *
 *    
 *   .u-spacing-padding-left-{step} 
 *   .u-spacing-margin-right-{step}
 *   .u-spacing-padding-{step} 
 *   .u-spacing-padding-right-none-{step} 
 *   .u-spacing-padding-horizontal-{step} 
 *   .u-spacing-padding-vertical-{step} 
 */
.u-spacing-padding-01 {
  padding: 0.22222rem !important; }

.u-spacing-padding-02 {
  padding: 0.44444rem !important; }

.u-spacing-padding-03 {
  padding: 0.66667rem !important; }

.u-spacing-padding-04 {
  padding: 0.88889rem !important; }

.u-spacing-padding-05 {
  padding: 1.11111rem !important; }

.u-spacing-padding-06 {
  padding: 1.33333rem !important; }

.u-spacing-padding-07 {
  padding: 1.55556rem !important; }

.u-spacing-padding-08 {
  padding: 1.77778rem !important; }

.u-spacing-padding-09 {
  padding: 2rem !important; }

.u-spacing-padding-10 {
  padding: 2.22222rem !important; }

.u-spacing-padding-11 {
  padding: 2.44444rem !important; }

.u-spacing-padding-12 {
  padding: 2.66667rem !important; }

.u-spacing-padding-none {
  padding: 0 !important; }

.u-spacing-padding-top-01 {
  padding-top: 0.22222rem !important; }

.u-spacing-padding-top-02 {
  padding-top: 0.44444rem !important; }

.u-spacing-padding-top-03 {
  padding-top: 0.66667rem !important; }

.u-spacing-padding-top-04 {
  padding-top: 0.88889rem !important; }

.u-spacing-padding-top-05 {
  padding-top: 1.11111rem !important; }

.u-spacing-padding-top-06 {
  padding-top: 1.33333rem !important; }

.u-spacing-padding-top-07 {
  padding-top: 1.55556rem !important; }

.u-spacing-padding-top-08 {
  padding-top: 1.77778rem !important; }

.u-spacing-padding-top-09 {
  padding-top: 2rem !important; }

.u-spacing-padding-top-10 {
  padding-top: 2.22222rem !important; }

.u-spacing-padding-top-11 {
  padding-top: 2.44444rem !important; }

.u-spacing-padding-top-12 {
  padding-top: 2.66667rem !important; }

.u-spacing-padding-top-none {
  padding-top: 0 !important; }

.u-spacing-padding-right-01 {
  padding-right: 0.22222rem !important; }

.u-spacing-padding-right-02 {
  padding-right: 0.44444rem !important; }

.u-spacing-padding-right-03 {
  padding-right: 0.66667rem !important; }

.u-spacing-padding-right-04 {
  padding-right: 0.88889rem !important; }

.u-spacing-padding-right-05 {
  padding-right: 1.11111rem !important; }

.u-spacing-padding-right-06 {
  padding-right: 1.33333rem !important; }

.u-spacing-padding-right-07 {
  padding-right: 1.55556rem !important; }

.u-spacing-padding-right-08 {
  padding-right: 1.77778rem !important; }

.u-spacing-padding-right-09 {
  padding-right: 2rem !important; }

.u-spacing-padding-right-10 {
  padding-right: 2.22222rem !important; }

.u-spacing-padding-right-11 {
  padding-right: 2.44444rem !important; }

.u-spacing-padding-right-12 {
  padding-right: 2.66667rem !important; }

.u-spacing-padding-right-none {
  padding-right: 0 !important; }

.u-spacing-padding-bottom-01 {
  padding-bottom: 0.22222rem !important; }

.u-spacing-padding-bottom-02 {
  padding-bottom: 0.44444rem !important; }

.u-spacing-padding-bottom-03 {
  padding-bottom: 0.66667rem !important; }

.u-spacing-padding-bottom-04 {
  padding-bottom: 0.88889rem !important; }

.u-spacing-padding-bottom-05 {
  padding-bottom: 1.11111rem !important; }

.u-spacing-padding-bottom-06 {
  padding-bottom: 1.33333rem !important; }

.u-spacing-padding-bottom-07 {
  padding-bottom: 1.55556rem !important; }

.u-spacing-padding-bottom-08 {
  padding-bottom: 1.77778rem !important; }

.u-spacing-padding-bottom-09 {
  padding-bottom: 2rem !important; }

.u-spacing-padding-bottom-10 {
  padding-bottom: 2.22222rem !important; }

.u-spacing-padding-bottom-11 {
  padding-bottom: 2.44444rem !important; }

.u-spacing-padding-bottom-12 {
  padding-bottom: 2.66667rem !important; }

.u-spacing-padding-bottom-none {
  padding-bottom: 0 !important; }

.u-spacing-padding-left-01 {
  padding-left: 0.22222rem !important; }

.u-spacing-padding-left-02 {
  padding-left: 0.44444rem !important; }

.u-spacing-padding-left-03 {
  padding-left: 0.66667rem !important; }

.u-spacing-padding-left-04 {
  padding-left: 0.88889rem !important; }

.u-spacing-padding-left-05 {
  padding-left: 1.11111rem !important; }

.u-spacing-padding-left-06 {
  padding-left: 1.33333rem !important; }

.u-spacing-padding-left-07 {
  padding-left: 1.55556rem !important; }

.u-spacing-padding-left-08 {
  padding-left: 1.77778rem !important; }

.u-spacing-padding-left-09 {
  padding-left: 2rem !important; }

.u-spacing-padding-left-10 {
  padding-left: 2.22222rem !important; }

.u-spacing-padding-left-11 {
  padding-left: 2.44444rem !important; }

.u-spacing-padding-left-12 {
  padding-left: 2.66667rem !important; }

.u-spacing-padding-left-none {
  padding-left: 0 !important; }

.u-spacing-padding-horizontal-01 {
  padding-left: 0.22222rem !important;
  padding-right: 0.22222rem !important; }

.u-spacing-padding-horizontal-02 {
  padding-left: 0.44444rem !important;
  padding-right: 0.44444rem !important; }

.u-spacing-padding-horizontal-03 {
  padding-left: 0.66667rem !important;
  padding-right: 0.66667rem !important; }

.u-spacing-padding-horizontal-04 {
  padding-left: 0.88889rem !important;
  padding-right: 0.88889rem !important; }

.u-spacing-padding-horizontal-05 {
  padding-left: 1.11111rem !important;
  padding-right: 1.11111rem !important; }

.u-spacing-padding-horizontal-06 {
  padding-left: 1.33333rem !important;
  padding-right: 1.33333rem !important; }

.u-spacing-padding-horizontal-07 {
  padding-left: 1.55556rem !important;
  padding-right: 1.55556rem !important; }

.u-spacing-padding-horizontal-08 {
  padding-left: 1.77778rem !important;
  padding-right: 1.77778rem !important; }

.u-spacing-padding-horizontal-09 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.u-spacing-padding-horizontal-10 {
  padding-left: 2.22222rem !important;
  padding-right: 2.22222rem !important; }

.u-spacing-padding-horizontal-11 {
  padding-left: 2.44444rem !important;
  padding-right: 2.44444rem !important; }

.u-spacing-padding-horizontal-12 {
  padding-left: 2.66667rem !important;
  padding-right: 2.66667rem !important; }

.u-spacing-padding-horizontal-none {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.u-spacing-padding-vertical-01 {
  padding-top: 0.22222rem !important;
  padding-bottom: 0.22222rem !important; }

.u-spacing-padding-vertical-02 {
  padding-top: 0.44444rem !important;
  padding-bottom: 0.44444rem !important; }

.u-spacing-padding-vertical-03 {
  padding-top: 0.66667rem !important;
  padding-bottom: 0.66667rem !important; }

.u-spacing-padding-vertical-04 {
  padding-top: 0.88889rem !important;
  padding-bottom: 0.88889rem !important; }

.u-spacing-padding-vertical-05 {
  padding-top: 1.11111rem !important;
  padding-bottom: 1.11111rem !important; }

.u-spacing-padding-vertical-06 {
  padding-top: 1.33333rem !important;
  padding-bottom: 1.33333rem !important; }

.u-spacing-padding-vertical-07 {
  padding-top: 1.55556rem !important;
  padding-bottom: 1.55556rem !important; }

.u-spacing-padding-vertical-08 {
  padding-top: 1.77778rem !important;
  padding-bottom: 1.77778rem !important; }

.u-spacing-padding-vertical-09 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.u-spacing-padding-vertical-10 {
  padding-top: 2.22222rem !important;
  padding-bottom: 2.22222rem !important; }

.u-spacing-padding-vertical-11 {
  padding-top: 2.44444rem !important;
  padding-bottom: 2.44444rem !important; }

.u-spacing-padding-vertical-12 {
  padding-top: 2.66667rem !important;
  padding-bottom: 2.66667rem !important; }

.u-spacing-padding-vertical-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.u-spacing-margin-01 {
  margin: 0.22222rem !important; }

.u-spacing-margin-02 {
  margin: 0.44444rem !important; }

.u-spacing-margin-03 {
  margin: 0.66667rem !important; }

.u-spacing-margin-04 {
  margin: 0.88889rem !important; }

.u-spacing-margin-05 {
  margin: 1.11111rem !important; }

.u-spacing-margin-06 {
  margin: 1.33333rem !important; }

.u-spacing-margin-07 {
  margin: 1.55556rem !important; }

.u-spacing-margin-08 {
  margin: 1.77778rem !important; }

.u-spacing-margin-09 {
  margin: 2rem !important; }

.u-spacing-margin-10 {
  margin: 2.22222rem !important; }

.u-spacing-margin-11 {
  margin: 2.44444rem !important; }

.u-spacing-margin-12 {
  margin: 2.66667rem !important; }

.u-spacing-margin-none {
  margin: 0 !important; }

.u-spacing-margin-top-01 {
  margin-top: 0.22222rem !important; }

.u-spacing-margin-top-02 {
  margin-top: 0.44444rem !important; }

.u-spacing-margin-top-03 {
  margin-top: 0.66667rem !important; }

.u-spacing-margin-top-04 {
  margin-top: 0.88889rem !important; }

.u-spacing-margin-top-05 {
  margin-top: 1.11111rem !important; }

.u-spacing-margin-top-06 {
  margin-top: 1.33333rem !important; }

.u-spacing-margin-top-07 {
  margin-top: 1.55556rem !important; }

.u-spacing-margin-top-08 {
  margin-top: 1.77778rem !important; }

.u-spacing-margin-top-09 {
  margin-top: 2rem !important; }

.u-spacing-margin-top-10 {
  margin-top: 2.22222rem !important; }

.u-spacing-margin-top-11 {
  margin-top: 2.44444rem !important; }

.u-spacing-margin-top-12 {
  margin-top: 2.66667rem !important; }

.u-spacing-margin-top-none {
  margin-top: 0 !important; }

.u-spacing-margin-right-01 {
  margin-right: 0.22222rem !important; }

.u-spacing-margin-right-02 {
  margin-right: 0.44444rem !important; }

.u-spacing-margin-right-03 {
  margin-right: 0.66667rem !important; }

.u-spacing-margin-right-04 {
  margin-right: 0.88889rem !important; }

.u-spacing-margin-right-05 {
  margin-right: 1.11111rem !important; }

.u-spacing-margin-right-06 {
  margin-right: 1.33333rem !important; }

.u-spacing-margin-right-07 {
  margin-right: 1.55556rem !important; }

.u-spacing-margin-right-08 {
  margin-right: 1.77778rem !important; }

.u-spacing-margin-right-09 {
  margin-right: 2rem !important; }

.u-spacing-margin-right-10 {
  margin-right: 2.22222rem !important; }

.u-spacing-margin-right-11 {
  margin-right: 2.44444rem !important; }

.u-spacing-margin-right-12 {
  margin-right: 2.66667rem !important; }

.u-spacing-margin-right-none {
  margin-right: 0 !important; }

.u-spacing-margin-bottom-01 {
  margin-bottom: 0.22222rem !important; }

.u-spacing-margin-bottom-02 {
  margin-bottom: 0.44444rem !important; }

.u-spacing-margin-bottom-03 {
  margin-bottom: 0.66667rem !important; }

.u-spacing-margin-bottom-04 {
  margin-bottom: 0.88889rem !important; }

.u-spacing-margin-bottom-05 {
  margin-bottom: 1.11111rem !important; }

.u-spacing-margin-bottom-06 {
  margin-bottom: 1.33333rem !important; }

.u-spacing-margin-bottom-07 {
  margin-bottom: 1.55556rem !important; }

.u-spacing-margin-bottom-08 {
  margin-bottom: 1.77778rem !important; }

.u-spacing-margin-bottom-09 {
  margin-bottom: 2rem !important; }

.u-spacing-margin-bottom-10 {
  margin-bottom: 2.22222rem !important; }

.u-spacing-margin-bottom-11 {
  margin-bottom: 2.44444rem !important; }

.u-spacing-margin-bottom-12 {
  margin-bottom: 2.66667rem !important; }

.u-spacing-margin-bottom-none {
  margin-bottom: 0 !important; }

.u-spacing-margin-left-01 {
  margin-left: 0.22222rem !important; }

.u-spacing-margin-left-02 {
  margin-left: 0.44444rem !important; }

.u-spacing-margin-left-03 {
  margin-left: 0.66667rem !important; }

.u-spacing-margin-left-04 {
  margin-left: 0.88889rem !important; }

.u-spacing-margin-left-05 {
  margin-left: 1.11111rem !important; }

.u-spacing-margin-left-06 {
  margin-left: 1.33333rem !important; }

.u-spacing-margin-left-07 {
  margin-left: 1.55556rem !important; }

.u-spacing-margin-left-08 {
  margin-left: 1.77778rem !important; }

.u-spacing-margin-left-09 {
  margin-left: 2rem !important; }

.u-spacing-margin-left-10 {
  margin-left: 2.22222rem !important; }

.u-spacing-margin-left-11 {
  margin-left: 2.44444rem !important; }

.u-spacing-margin-left-12 {
  margin-left: 2.66667rem !important; }

.u-spacing-margin-left-none {
  margin-left: 0 !important; }

.u-spacing-margin-horizontal-01 {
  margin-left: 0.22222rem !important;
  margin-right: 0.22222rem !important; }

.u-spacing-margin-horizontal-02 {
  margin-left: 0.44444rem !important;
  margin-right: 0.44444rem !important; }

.u-spacing-margin-horizontal-03 {
  margin-left: 0.66667rem !important;
  margin-right: 0.66667rem !important; }

.u-spacing-margin-horizontal-04 {
  margin-left: 0.88889rem !important;
  margin-right: 0.88889rem !important; }

.u-spacing-margin-horizontal-05 {
  margin-left: 1.11111rem !important;
  margin-right: 1.11111rem !important; }

.u-spacing-margin-horizontal-06 {
  margin-left: 1.33333rem !important;
  margin-right: 1.33333rem !important; }

.u-spacing-margin-horizontal-07 {
  margin-left: 1.55556rem !important;
  margin-right: 1.55556rem !important; }

.u-spacing-margin-horizontal-08 {
  margin-left: 1.77778rem !important;
  margin-right: 1.77778rem !important; }

.u-spacing-margin-horizontal-09 {
  margin-left: 2rem !important;
  margin-right: 2rem !important; }

.u-spacing-margin-horizontal-10 {
  margin-left: 2.22222rem !important;
  margin-right: 2.22222rem !important; }

.u-spacing-margin-horizontal-11 {
  margin-left: 2.44444rem !important;
  margin-right: 2.44444rem !important; }

.u-spacing-margin-horizontal-12 {
  margin-left: 2.66667rem !important;
  margin-right: 2.66667rem !important; }

.u-spacing-margin-horizontal-none {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.u-spacing-margin-vertical-01 {
  margin-top: 0.22222rem !important;
  margin-bottom: 0.22222rem !important; }

.u-spacing-margin-vertical-02 {
  margin-top: 0.44444rem !important;
  margin-bottom: 0.44444rem !important; }

.u-spacing-margin-vertical-03 {
  margin-top: 0.66667rem !important;
  margin-bottom: 0.66667rem !important; }

.u-spacing-margin-vertical-04 {
  margin-top: 0.88889rem !important;
  margin-bottom: 0.88889rem !important; }

.u-spacing-margin-vertical-05 {
  margin-top: 1.11111rem !important;
  margin-bottom: 1.11111rem !important; }

.u-spacing-margin-vertical-06 {
  margin-top: 1.33333rem !important;
  margin-bottom: 1.33333rem !important; }

.u-spacing-margin-vertical-07 {
  margin-top: 1.55556rem !important;
  margin-bottom: 1.55556rem !important; }

.u-spacing-margin-vertical-08 {
  margin-top: 1.77778rem !important;
  margin-bottom: 1.77778rem !important; }

.u-spacing-margin-vertical-09 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.u-spacing-margin-vertical-10 {
  margin-top: 2.22222rem !important;
  margin-bottom: 2.22222rem !important; }

.u-spacing-margin-vertical-11 {
  margin-top: 2.44444rem !important;
  margin-bottom: 2.44444rem !important; }

.u-spacing-margin-vertical-12 {
  margin-top: 2.66667rem !important;
  margin-bottom: 2.66667rem !important; }

.u-spacing-margin-vertical-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/**
 * Utility classes to put specific spacing values onto elements. The below loop
 * will generate us a suite of classes like:
 *
 *   .u-layout-margin-top-{step} 
 *   .u-layout-padding-left-{step} 
 *   .u-layout-margin-right-{step}
 *   .u-layout-padding-{step} 
 *   .u-layout-padding-right-none-{step} 
 *   .u-layout-padding-horizontal-{step} 
 *   .u-layout-padding-vertical-{step} 
 */
.u-layout-padding-01 {
  padding: 0.88889rem !important; }

.u-layout-padding-02 {
  padding: 1.33333rem !important; }

.u-layout-padding-03 {
  padding: 1.77778rem !important; }

.u-layout-padding-04 {
  padding: 2.66667rem !important; }

.u-layout-padding-05 {
  padding: 3.55556rem !important; }

.u-layout-padding-06 {
  padding: 5.33333rem !important; }

.u-layout-padding-07 {
  padding: 8.88889rem !important; }

.u-layout-padding-none {
  padding: 0 !important; }

.u-layout-padding-top-01 {
  padding-top: 0.88889rem !important; }

.u-layout-padding-top-02 {
  padding-top: 1.33333rem !important; }

.u-layout-padding-top-03 {
  padding-top: 1.77778rem !important; }

.u-layout-padding-top-04 {
  padding-top: 2.66667rem !important; }

.u-layout-padding-top-05 {
  padding-top: 3.55556rem !important; }

.u-layout-padding-top-06 {
  padding-top: 5.33333rem !important; }

.u-layout-padding-top-07 {
  padding-top: 8.88889rem !important; }

.u-layout-padding-top-none {
  padding-top: 0 !important; }

.u-layout-padding-right-01 {
  padding-right: 0.88889rem !important; }

.u-layout-padding-right-02 {
  padding-right: 1.33333rem !important; }

.u-layout-padding-right-03 {
  padding-right: 1.77778rem !important; }

.u-layout-padding-right-04 {
  padding-right: 2.66667rem !important; }

.u-layout-padding-right-05 {
  padding-right: 3.55556rem !important; }

.u-layout-padding-right-06 {
  padding-right: 5.33333rem !important; }

.u-layout-padding-right-07 {
  padding-right: 8.88889rem !important; }

.u-layout-padding-right-none {
  padding-right: 0 !important; }

.u-layout-padding-bottom-01 {
  padding-bottom: 0.88889rem !important; }

.u-layout-padding-bottom-02 {
  padding-bottom: 1.33333rem !important; }

.u-layout-padding-bottom-03 {
  padding-bottom: 1.77778rem !important; }

.u-layout-padding-bottom-04 {
  padding-bottom: 2.66667rem !important; }

.u-layout-padding-bottom-05 {
  padding-bottom: 3.55556rem !important; }

.u-layout-padding-bottom-06 {
  padding-bottom: 5.33333rem !important; }

.u-layout-padding-bottom-07 {
  padding-bottom: 8.88889rem !important; }

.u-layout-padding-bottom-none {
  padding-bottom: 0 !important; }

.u-layout-padding-left-01 {
  padding-left: 0.88889rem !important; }

.u-layout-padding-left-02 {
  padding-left: 1.33333rem !important; }

.u-layout-padding-left-03 {
  padding-left: 1.77778rem !important; }

.u-layout-padding-left-04 {
  padding-left: 2.66667rem !important; }

.u-layout-padding-left-05 {
  padding-left: 3.55556rem !important; }

.u-layout-padding-left-06 {
  padding-left: 5.33333rem !important; }

.u-layout-padding-left-07 {
  padding-left: 8.88889rem !important; }

.u-layout-padding-left-none {
  padding-left: 0 !important; }

.u-layout-padding-horizontal-01 {
  padding-left: 0.88889rem !important;
  padding-right: 0.88889rem !important; }

.u-layout-padding-horizontal-02 {
  padding-left: 1.33333rem !important;
  padding-right: 1.33333rem !important; }

.u-layout-padding-horizontal-03 {
  padding-left: 1.77778rem !important;
  padding-right: 1.77778rem !important; }

.u-layout-padding-horizontal-04 {
  padding-left: 2.66667rem !important;
  padding-right: 2.66667rem !important; }

.u-layout-padding-horizontal-05 {
  padding-left: 3.55556rem !important;
  padding-right: 3.55556rem !important; }

.u-layout-padding-horizontal-06 {
  padding-left: 5.33333rem !important;
  padding-right: 5.33333rem !important; }

.u-layout-padding-horizontal-07 {
  padding-left: 8.88889rem !important;
  padding-right: 8.88889rem !important; }

.u-layout-padding-horizontal-none {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.u-layout-padding-vertical-01 {
  padding-top: 0.88889rem !important;
  padding-bottom: 0.88889rem !important; }

.u-layout-padding-vertical-02 {
  padding-top: 1.33333rem !important;
  padding-bottom: 1.33333rem !important; }

.u-layout-padding-vertical-03 {
  padding-top: 1.77778rem !important;
  padding-bottom: 1.77778rem !important; }

.u-layout-padding-vertical-04 {
  padding-top: 2.66667rem !important;
  padding-bottom: 2.66667rem !important; }

.u-layout-padding-vertical-05 {
  padding-top: 3.55556rem !important;
  padding-bottom: 3.55556rem !important; }

.u-layout-padding-vertical-06 {
  padding-top: 5.33333rem !important;
  padding-bottom: 5.33333rem !important; }

.u-layout-padding-vertical-07 {
  padding-top: 8.88889rem !important;
  padding-bottom: 8.88889rem !important; }

.u-layout-padding-vertical-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.u-layout-margin-01 {
  margin: 0.88889rem !important; }

.u-layout-margin-02 {
  margin: 1.33333rem !important; }

.u-layout-margin-03 {
  margin: 1.77778rem !important; }

.u-layout-margin-04 {
  margin: 2.66667rem !important; }

.u-layout-margin-05 {
  margin: 3.55556rem !important; }

.u-layout-margin-06 {
  margin: 5.33333rem !important; }

.u-layout-margin-07 {
  margin: 8.88889rem !important; }

.u-layout-margin-none {
  margin: 0 !important; }

.u-layout-margin-top-01 {
  margin-top: 0.88889rem !important; }

.u-layout-margin-top-02 {
  margin-top: 1.33333rem !important; }

.u-layout-margin-top-03 {
  margin-top: 1.77778rem !important; }

.u-layout-margin-top-04 {
  margin-top: 2.66667rem !important; }

.u-layout-margin-top-05 {
  margin-top: 3.55556rem !important; }

.u-layout-margin-top-06 {
  margin-top: 5.33333rem !important; }

.u-layout-margin-top-07 {
  margin-top: 8.88889rem !important; }

.u-layout-margin-top-none {
  margin-top: 0 !important; }

.u-layout-margin-right-01 {
  margin-right: 0.88889rem !important; }

.u-layout-margin-right-02 {
  margin-right: 1.33333rem !important; }

.u-layout-margin-right-03 {
  margin-right: 1.77778rem !important; }

.u-layout-margin-right-04 {
  margin-right: 2.66667rem !important; }

.u-layout-margin-right-05 {
  margin-right: 3.55556rem !important; }

.u-layout-margin-right-06 {
  margin-right: 5.33333rem !important; }

.u-layout-margin-right-07 {
  margin-right: 8.88889rem !important; }

.u-layout-margin-right-none {
  margin-right: 0 !important; }

.u-layout-margin-bottom-01 {
  margin-bottom: 0.88889rem !important; }

.u-layout-margin-bottom-02 {
  margin-bottom: 1.33333rem !important; }

.u-layout-margin-bottom-03 {
  margin-bottom: 1.77778rem !important; }

.u-layout-margin-bottom-04 {
  margin-bottom: 2.66667rem !important; }

.u-layout-margin-bottom-05 {
  margin-bottom: 3.55556rem !important; }

.u-layout-margin-bottom-06 {
  margin-bottom: 5.33333rem !important; }

.u-layout-margin-bottom-07 {
  margin-bottom: 8.88889rem !important; }

.u-layout-margin-bottom-none {
  margin-bottom: 0 !important; }

.u-layout-margin-left-01 {
  margin-left: 0.88889rem !important; }

.u-layout-margin-left-02 {
  margin-left: 1.33333rem !important; }

.u-layout-margin-left-03 {
  margin-left: 1.77778rem !important; }

.u-layout-margin-left-04 {
  margin-left: 2.66667rem !important; }

.u-layout-margin-left-05 {
  margin-left: 3.55556rem !important; }

.u-layout-margin-left-06 {
  margin-left: 5.33333rem !important; }

.u-layout-margin-left-07 {
  margin-left: 8.88889rem !important; }

.u-layout-margin-left-none {
  margin-left: 0 !important; }

.u-layout-margin-horizontal-01 {
  margin-left: 0.88889rem !important;
  margin-right: 0.88889rem !important; }

.u-layout-margin-horizontal-02 {
  margin-left: 1.33333rem !important;
  margin-right: 1.33333rem !important; }

.u-layout-margin-horizontal-03 {
  margin-left: 1.77778rem !important;
  margin-right: 1.77778rem !important; }

.u-layout-margin-horizontal-04 {
  margin-left: 2.66667rem !important;
  margin-right: 2.66667rem !important; }

.u-layout-margin-horizontal-05 {
  margin-left: 3.55556rem !important;
  margin-right: 3.55556rem !important; }

.u-layout-margin-horizontal-06 {
  margin-left: 5.33333rem !important;
  margin-right: 5.33333rem !important; }

.u-layout-margin-horizontal-07 {
  margin-left: 8.88889rem !important;
  margin-right: 8.88889rem !important; }

.u-layout-margin-horizontal-none {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.u-layout-margin-vertical-01 {
  margin-top: 0.88889rem !important;
  margin-bottom: 0.88889rem !important; }

.u-layout-margin-vertical-02 {
  margin-top: 1.33333rem !important;
  margin-bottom: 1.33333rem !important; }

.u-layout-margin-vertical-03 {
  margin-top: 1.77778rem !important;
  margin-bottom: 1.77778rem !important; }

.u-layout-margin-vertical-04 {
  margin-top: 2.66667rem !important;
  margin-bottom: 2.66667rem !important; }

.u-layout-margin-vertical-05 {
  margin-top: 3.55556rem !important;
  margin-bottom: 3.55556rem !important; }

.u-layout-margin-vertical-06 {
  margin-top: 5.33333rem !important;
  margin-bottom: 5.33333rem !important; }

.u-layout-margin-vertical-07 {
  margin-top: 8.88889rem !important;
  margin-bottom: 8.88889rem !important; }

.u-layout-margin-vertical-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.u-text-body-support-caption-01 {
  font-size: var(--text-preset-2);
  line-height: var(--text-preset-3);
  letter-spacing: 0.32px; }

.u-text-body-helper-text-01 {
  font-size: var(--text-preset-2);
  line-height: var(--body-line-height);
  font-weight: 500;
  letter-spacing: var(--letter-spacing-4); }

.u-text-body-short-01 {
  font-size: var(--text-preset-3);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-4); }

.u-text-body-short-02 {
  font-size: var(--text-preset-4);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-3); }

.u-text-body-short-bold-01 {
  font-size: var(--text-preset-3);
  line-height: var(--body-line-height);
  font-weight: 700;
  letter-spacing: var(--letter-spacing-4); }

.u-text-body-short-bold-02 {
  font-size: var(--text-preset-4);
  line-height: var(--body-line-height);
  font-weight: 700;
  letter-spacing: var(--letter-spacing-3); }

.u-text-body-long-01 {
  font-size: var(--text-preset-3);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-4); }

.u-text-body-long-02 {
  font-size: var(--text-preset-4);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-3); }

.u-text-body-long-bold01 {
  font-size: var(--text-preset-2);
  line-height: var(--text-preset-4);
  letter-spacing: 0.16px;
  font-weight: 500; }

.u-text-body-long-bold02 {
  font-size: var(--text-preset-3);
  line-height: var(--text-preset-6);
  font-weight: 500; }

.u-text-body-label-01 {
  font-size: var(--text-preset-1);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-3); }

.u-text-body-label-02 {
  font-size: var(--text-preset-2);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-3); }

.u-text-body-label-03 {
  font-size: var(--text-preset-2);
  line-height: var(--body-line-height);
  font-weight: 700;
  letter-spacing: var(--letter-spacing-3); }

.u-text-body-link-01 {
  font-size: var(--text-preset-2);
  line-height: var(--text-preset-4); }

.u-text-body-link-bold01 {
  font-size: var(--text-preset-2);
  line-height: var(--text-preset-4);
  font-weight: 500; }

.u-text-body-caption-01 {
  font-size: var(--text-preset-2);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-4); }

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

:root {
  --container-gutter: calc(var(--space-6));
  --container-max-width: 1340px;
  --header-height: 100px; }

.page-content--empty {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.body--default {
  margin-bottom: 0; }

.body--category {
  margin-bottom: 1.33333rem; }

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

.body--brand {
  margin-bottom: 0; }

.body--brands {
  margin-bottom: 0; }
  .body--brands .page {
    margin-bottom: 2.66667rem; }
    @media (min-width: 801px) {
      .body--brands .page {
        margin-bottom: 5.33333rem; } }

.body--page {
  margin-bottom: 0; }

.body--blog {
  margin-bottom: 0; }

.body--blog .pagination {
  margin-bottom: 1.33333rem; }

.body--blog_post {
  margin-bottom: 0; }

.body--cart nav {
  margin-top: 0.88889rem; }

@media (min-width: 801px) {
  .body--cart .cart-actions {
    width: 58%;
    float: right; } }

@media (min-width: 1261px) {
  .body--cart .cart-actions {
    width: 40%; } }

:root {
  --radius: 0.25em; }

.hover\:reduce-opacity {
  opacity: 1;
  transition: all 0.3s ease; }
  .hover\:reduce-opacity:hover {
    opacity: 0.8; }

.hover\:scale {
  transition: transform 0.3s var(--ease-out-back); }
  .hover\:scale:hover {
    transform: scale(1.1); }

.hover\:elevate {
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease; }
  .hover\:elevate:hover {
    box-shadow: var(--shadow-md); }

.link-subtle {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease; }
  .link-subtle:hover {
    color: var(--color-primary); }

.max-width--600, .max-width--700, .max-width--800, .max-width--900, .max-width--1000 {
  margin: 0 auto;
  display: block; }

.max-width--600 {
  max-width: 600px; }

.max-width--700 {
  max-width: 700px; }

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

.max-width--900 {
  max-width: 900px; }

.max-width--1000 {
  max-width: 1000px; }

:root {
  --font-primary: "Inter", Arial, Helvetica, sans-serif;
  --font-headings: "F37 Gruffy Soft", Arial, Helvetica, sans-serif;
  --text-base-size: 1rem;
  --text-scale-ratio: 1.125;
  --body-line-height: 1.4;
  --heading-line-height: 1.2;
  --font-primary-capital-letter: 1;
  --text-unit: var(--text-base-size); }

:root,
* {
  --text-preset-1: calc((var(--text-unit) / var(--text-scale-ratio)) / var(--text-scale-ratio) / var(--text-scale-ratio));
  --text-preset-2: calc((var(--text-unit) / var(--text-scale-ratio)) / var(--text-scale-ratio));
  --text-preset-3: calc(var(--text-unit) / var(--text-scale-ratio));
  --text-preset-4: calc(var(--text-unit));
  --text-preset-5: calc(var(--text-preset-4) * var(--text-scale-ratio));
  --text-preset-6: calc(var(--text-preset-5) * var(--text-scale-ratio));
  --text-preset-7: calc(var(--text-preset-6) * var(--text-scale-ratio));
  --text-preset-8: calc(var(--text-preset-7) * var(--text-scale-ratio));
  --text-preset-9: calc(var(--text-preset-8) * var(--text-scale-ratio));
  --text-preset-10: calc(var(--text-preset-9) * var(--text-scale-ratio));
  --letter-spacing-1: -0.24px;
  --letter-spacing-2: -0.16px;
  --letter-spacing-3: 0px;
  --letter-spacing-4: 0.16px; }

@media (min-width: 801px) {
  :root {
    --text-base-size: 1rem;
    --text-scale-ratio: 1.2; } }

body {
  --body-font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  --heading-font-weight: 500;
  color: var(--colour-black); }
  h1::before,
  h2::before,
  h3::before,
  h4::before,
  h5::before,
  h6::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.9333 - var(--heading-line-height)) * 0.5em); }
  h1::after,
  h2::after,
  h3::after,
  h4::after,
  h5::after,
  h6::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.9333 - var(--heading-line-height)) * 0.5em); }

a,
.link {
  color: var(--colour-primary-light); }

mark {
  background-color: var(--colour-accent-light);
  color: inherit; }

strong {
  font-weight: 600; }

.text-component {
  --line-height-multiplier: 1.3;
  --text-space-y-multiplier: 1.1; }
  .text-component > * {
    --text-unit: 1em;
    --space-unit: 1em; }
  .text-component blockquote {
    padding-left: 1em;
    border-left: 4px solid var(--color-contrast-lower);
    font-style: italic; }
  .text-component hr {
    background: var(--color-contrast-lower);
    height: 1px; }
  .text-component figcaption {
    font-size: var(--text-sm);
    color: var(--color-contrast-low); }
  .text-component--large p {
    font-size: var(--text-preset-3); }

.article {
  --body-line-height: 1.58;
  --text-space-y-multiplier: 1.2; }

:root {
  --btn-font-size: 0.72222rem;
  --btn-padding-x: 1.33333rem;
  --btn-padding-y: 0.66667rem;
  --btn-radius: 100px;
  --btn-case: uppercase;
  --btn-weight: 700;
  --btn-letter-spacing: g-letter-spacing("04"); }

.button, .info-block__action {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #0d0b0b;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  will-change: transform;
  font-family: var(--font-primary);
  border: 1px solid transparent;
  line-height: 1; }
  .button:focus, .info-block__action:focus {
    outline: none; }

:root {
  --colour-primary-h: 120;
  --colour-primary: #737373; }

.button--primary, .info-block__action {
  background: #0d0b0b;
  color: #FFFFFF;
  border-color: #0d0b0b; }
  .button--primary:hover, .info-block__action:hover {
    background: #F5374E;
    border-color: #F5374E;
    color: #FFFFFF; }
  .button--primary:focus, .info-block__action:focus {
    background: #ff8b85;
    border-color: #ff8b85; }
  .button--primary:disabled, .info-block__action:disabled {
    background: #e0e0e0;
    border-color: #e0e0e0; }

.button--secondary {
  background: #F5374E;
  color: #FFFFFF;
  border-color: #F5374E;
  border-width: 1px;
  text-transform: uppercase; }
  .button--secondary:hover {
    background: #FFFFFF;
    color: #000000;
    border-color: #FFFFFF; }
  .button--secondary:focus {
    background: #525252;
    color: #FFFFFF;
    border-color: #525252; }
  .button--secondary:active {
    background: #858585;
    border-color: #858585;
    color: #FFFFFF; }
  .button--secondary:disabled {
    background: #c2c2c2;
    border-color: #c2c2c2;
    color: #ffffff; }

.button--tertiary {
  background: transparent;
  color: #000000;
  border-color: #000000; }
  .button--tertiary:hover {
    background: #f3ede5;
    border-color: #f3ede5; }
  .button--tertiary:focus {
    background: #F5374E;
    border-color: #F5374E;
    color: #FFFFFF; }
  .button--tertiary:active {
    background: #F5374E;
    border-color: #F5374E;
    color: #FFFFFF; }
  .button--tertiary:disabled {
    background: #FFFFFF;
    color: #858585;
    border-color: #858585; }

.button--ghost {
  background: #FFFFFF;
  color: #1f5ad0;
  font-weight: 400;
  border: 1px solid transparent; }
  .button--ghost:hover {
    background: #c2c2c2;
    color: #1f5ad0;
    border-color: transparent; }
  .button--ghost:focus {
    color: #1f5ad0;
    border-color: transparent;
    outline: #1f5ad0; }
  .button--ghost:active {
    background: #c2c2c2;
    color: #1f5ad0;
    border-color: transparent; }
  .button--ghost:disabled {
    background: #FFFFFF;
    color: #858585; }

.button--inverse {
  background: var(--colour-white);
  color: var(--colour-primary);
  border: 2px solid var(--colour-primary); }
  .button--inverse:hover {
    background: var(--colour-primary);
    color: var(--colour-white);
    border: 2px solid var(--colour-primary); }

.button--outline {
  background: #FFFFFF;
  color: #0d0b0b;
  border: 1px solid #0d0b0b;
  font-weight: 700; }
  .button--outline:hover {
    color: #1f5ad0;
    border-color: #1f5ad0; }
  .button--outline:focus {
    background: #4e80e4;
    border-color: #4e80e4; }
  .button--outline:disabled {
    background: #e0e0e0;
    border-color: #e0e0e0;
    color: #e0e0e0;
    cursor: default; }

.button--border {
  color: #0d0b0b;
  border: 1px solid #737373;
  font-weight: 700;
  padding: 0.44444rem; }
  .button--border:hover {
    border-color: #858585;
    background: none;
    color: #FFFFFF; }
  .button--border:focus {
    background: none;
    color: #FFFFFF;
    color: #FFFFFF; }
  .button--border:disabled {
    background: #e0e0e0;
    border-color: #e0e0e0;
    color: #e0e0e0;
    cursor: default; }

.button--disabled, .button[disabled], .info-block__action[disabled],
.button[readonly],
.info-block__action[readonly] {
  opacity: 0.6;
  cursor: not-allowed; }

.button--sm {
  font-size: 0.8em; }

.button--md {
  font-size: 1.2em; }

.button--large {
  font-size: 1.4em; }

.button--fullbleed {
  width: 100%; }

.button--centered {
  left: 50%;
  transform: translateX(-50%); }

@media (min-width: 551px) {
  .button.button--mobileOnly, .button--mobileOnly.info-block__action {
    display: none !important; } }

.button.button--desktopOnly, .button--desktopOnly.info-block__action {
  display: none; }
  @media (min-width: 551px) {
    .button.button--desktopOnly, .button--desktopOnly.info-block__action {
      display: block; } }

.button--icon {
  display: flex !important;
  align-items: center;
  width: auto !important; }
  .button--icon .icon {
    display: flex;
    align-items: center;
    justify-content: center; }
  .button--icon svg {
    width: 8px;
    height: 8px; }
  .button--icon:hover svg, .button--icon.active svg {
    fill: var(--colour-primary); }

.spacing-scale__space {
  display: block;
  height: 40px;
  margin-bottom: 10px; }
  .spacing-scale__space span {
    background: var(--colour-primary);
    display: inline-block;
    text-indent: -99999px; }
  .spacing-scale__space--1 > span {
    width: 0.22222rem; }
  .spacing-scale__space--2 > span {
    width: 0.44444rem; }
  .spacing-scale__space--3 > span {
    width: 0.66667rem; }
  .spacing-scale__space--4 > span {
    width: 0.88889rem; }
  .spacing-scale__space--5 > span {
    width: 1.11111rem; }
  .spacing-scale__space--6 > span {
    width: 1.33333rem; }
  .spacing-scale__space--7 > span {
    width: 1.55556rem; }
  .spacing-scale__space--8 > span {
    width: 1.77778rem; }
  .spacing-scale__space--9 > span {
    width: 2rem; }
  .spacing-scale__space--10 > span {
    width: 2.22222rem; }
  .spacing-scale__space--11 > span {
    width: 2.44444rem; }
  .spacing-scale__space--12 > span {
    width: 2.66667rem; }

.alertBox {
  font-size: var(--text-preset-2);
  font-family: var(--font-primary, sans-serif);
  display: flex;
  align-items: center; }
  .alertBox + .alertBox {
    margin-top: 0.77778rem; }
  .alertBox--info {
    background-color: #F7F7F5;
    color: #0d0b0b; }
  .alertBox--info {
    background-color: #F7F7F5;
    color: #0d0b0b; }
  .alertBox--free-shipping {
    background-color: #92ddae;
    color: #0d0b0b;
    padding: 0.44444rem 0.88889rem; }
    .alertBox--free-shipping svg {
      width: 1.11111rem;
      height: 1.11111rem; }
  .alertBox-message {
    margin-bottom: 0 !important; }
  .alertBox .alertBox-icon {
    padding-right: 0.44444rem; }

.g-info,
.g-success,
.g-warn,
.g-error {
  color: #0d0b0b;
  margin-bottom: 0.44444rem;
  margin-top: 0.44444rem;
  padding: 0.22222rem 0.88889rem 0.22222rem 1.33333rem;
  position: relative; }
  .g-info:before,
  .g-success:before,
  .g-warn:before,
  .g-error:before {
    left: 0;
    line-height: 1.5;
    position: absolute;
    text-align: center;
    width: 1.33333rem;
    height: 1.33333rem;
    display: block;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-position: left 50%;
    top: 0; }

.g-info {
  color: #1f5ad0; }

.g-warn {
  color: #fece00; }

.g-error {
  color: #b80900; }
  .g-error:before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 0C3.2 0 0 3.2 0 7C0 10.8 3.2 14 7 14C10.8 14 14 10.9 14 7C14 3.1 10.9 0 7 0ZM6.5 3H7.5V8H6.5V3ZM7 11.2C6.6 11.2 6.2 10.8 6.2 10.4C6.2 10 6.5 9.6 7 9.6C7.4 9.6 7.8 10 7.8 10.4C7.8 10.8 7.4 11.2 7 11.2Z' fill='%23B80900'/%3E%3C/svg%3E%0A"); }

.g-success {
  color: #D7DDB9; }
  .g-success:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_976_19720)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.00005 0.799805C4.08005 0.799805 0.800049 4.0798 0.800049 7.9998C0.800049 11.9198 4.08005 15.1998 8.00005 15.1998C11.92 15.1998 15.2 11.9998 15.2 7.9998C15.2 3.9998 12 0.799805 8.00005 0.799805ZM6.96005 10.7998L4.40005 8.2398L5.20005 7.4398L6.96005 9.1998L10.8 5.3598L11.6 6.1598L6.96005 10.7998Z' fill='%2333A45C'/%3E%3Cpath opacity='0.01' fill-rule='evenodd' clip-rule='evenodd' d='M6.96002 10.8004L4.40002 8.24035L5.20002 7.44035L6.96002 9.20035L10.8 5.36035L11.6 6.16035L6.96002 10.8004Z' fill='%230D0B0B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_976_19720'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }

.c-loading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1; }

.c-loading:after {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 2.5rem;
  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);
  z-index: 2; }

.product-card .product-card-inner {
  position: relative; }
  @media (min-width: 801px) {
    .product-card .product-card-inner {
      padding: 0.88889rem; } }

.product-card .card-body__points {
  display: none; }

@media (min-width: 1261px) {
  .product-card:hover .product-card-inner {
    box-shadow: 0px 9px 12px rgba(102, 102, 102, 0.14), 0px 3px 16px rgba(102, 102, 102, 0.12), 0px 5px 6px rgba(102, 102, 102, 0.2); } }

.j-card-wishlist-icon svg {
  fill: none; }

.card-wishlist-icon--active .j-card-wishlist-icon svg {
  fill: #F5374E !important;
  stroke: #F5374E !important; }

.card {
  margin-bottom: 0; }

.product {
  overflow: visible; }

.card-body {
  position: relative; }
  .card-body .form-wishlist {
    position: absolute;
    margin: 0;
    right: 0;
    top: 0.22222rem;
    text-align: right; }
    .card-body .form-wishlist .dropdown-menu-button {
      width: 1.77778rem;
      height: 1.77778rem;
      border-radius: 100%;
      border: 0; }
      .card-body .form-wishlist .dropdown-menu-button:hover {
        background: #e0e0e0; }
  .card-body__points {
    background-color: #F5374E;
    border-radius: 20px;
    padding: 0.22222rem 0.44444rem;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: var(--h6-size);
    gap: 0.44444rem;
    color: #FFFFFF;
    height: 1.22222rem; }
    .card-body__points svg {
      width: 15px;
      height: 15px; }
  .card-body__discount {
    background-color: rgba(245, 55, 78, 0.1);
    border-radius: 20px;
    color: #F5374E;
    padding: 0.22222rem 0.44444rem;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: var(--h6-size); }
  .card-body-top {
    display: flex;
    justify-content: flex-end;
    padding: 0.44444rem;
    margin-bottom: 0.44444rem;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1; }
  .card-body-middle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.66667rem;
    margin-bottom: 0.88889rem; }
  .card-body-variants {
    display: flex;
    gap: 0.44444rem;
    margin-bottom: 0.44444rem; }
  .card-body-variant {
    display: block;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    background-color: #000000;
    box-shadow: 0 0 0 1px #FFF, 0 0 0 2px #F3EDE5;
    cursor: pointer; }
    .card-body-variant--active {
      box-shadow: 0 0 0 1px #FFF, 0 0 0 2px #000000; }
    .card-body-variant--black {
      background-color: #000000; }
    .card-body-variant--oatmeal {
      background-color: #F3EDE5; }
    .card-body-variant--cherry {
      background-color: #F5374E; }
    .card-body-variant--baby-cherry {
      background-color: #FEEBED; }
    .card-body-variant--lilac {
      background-color: #B2A8FC; }
    .card-body-variant--baby-lilac {
      background-color: #E2DFFD; }
    .card-body-variant--candy {
      background-color: #FFAAC0; }
    .card-body-variant--baby-candy {
      background-color: #FFDEE6; }
    .card-body-variant--sky {
      background-color: #2A81D9; }
    .card-body-variant--baby-sky {
      background-color: #F3EDE5; }
    .card-body-variant--grass {
      background-color: #A7E480; }
    .card-body-variant--baby-grass {
      background-color: #E2F4D1; }
  .card-body-discount-coupon {
    display: flex;
    padding: 0.22222rem 0.44444rem;
    background-color: #8ABBFF;
    font-size: var(--h6-size);
    border-radius: 20px;
    width: max-content;
    max-width: fit-content;
    flex-wrap: wrap;
    justify-content: center; }
    .card-body-discount-coupon--black {
      background-color: #000000; }
    .card-body-discount-coupon--oatmeal {
      background-color: #F3EDE5; }
    .card-body-discount-coupon--cherry {
      background-color: #F5374E; }
    .card-body-discount-coupon--baby-cherry {
      background-color: #FEEBED; }
    .card-body-discount-coupon--lilac {
      background-color: #B2A8FC; }
    .card-body-discount-coupon--baby-lilac {
      background-color: #E2DFFD; }
    .card-body-discount-coupon--candy {
      background-color: #FFAAC0; }
    .card-body-discount-coupon--baby-candy {
      background-color: #FFDEE6; }
    .card-body-discount-coupon--sky {
      background-color: #2A81D9; }
    .card-body-discount-coupon--baby-sky {
      background-color: #F3EDE5; }
    .card-body-discount-coupon--grass {
      background-color: #A7E480; }
    .card-body-discount-coupon--baby-grass {
      background-color: #E2F4D1; }

.card-text {
  margin-bottom: 0; }
  .card-text--brand {
    font-size: var(--text-preset-2);
    line-height: var(--body-line-height);
    font-weight: 700;
    letter-spacing: var(--letter-spacing-3);
    color: #737373;
    margin-bottom: 0 !important; }
  .card-text--price {
    text-align: left;
    font-size: var(--text-preset-4);
    line-height: var(--body-line-height);
    font-weight: 400;
    letter-spacing: var(--letter-spacing-3);
    margin-bottom: 0.44444rem; }
  .card-text--rating {
    text-align: left; }

.card-title {
  padding-right: 1.77778rem;
  margin-bottom: 0.44444rem !important;
  margin-top: 0 !important; }
  .card-title a {
    font-size: var(--h5-size);
    font-family: var(--font-primary);
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis; }

.price {
  color: #000000;
  font-size: var(--h5-size); }
  .price.price--was, .price.price--non-sale {
    color: rgba(0, 0, 0, 0.25);
    text-decoration: line-through; }
  .price.price--sale {
    margin-right: 0.22222rem;
    color: #F5374E; }

.price-section {
  display: inline-block; }
  .price-section--saving {
    font-size: var(--text-preset-2);
    line-height: var(--text-preset-3);
    letter-spacing: 0.32px;
    color: #737373; }
    .price-section--saving ~ .price-section {
      outline: 1px red solid; }

.icon--ratingFull svg {
  fill: #0d0b0b;
  width: 1rem;
  height: 1rem; }

.icon--ratingEmpty svg {
  fill: none;
  stroke: #000000;
  width: 1rem;
  height: 1rem; }

.product-v2 .product-card:hover .product-card-inner {
  box-shadow: none !important; }

.product-v2 .card-figure {
  border-radius: 5px; }

.product-v2 .card-figure:hover .card-figcaption {
  background-color: rgba(0, 0, 0, 0.8); }

.product-v2 .card-figure:focus .card-figcaption, .product-v2 .card-figure:focus-within .card-figcaption {
  background-color: rgba(0, 0, 0, 0.8); }

.product-v2 .card-figcaption-body {
  display: flex;
  flex-direction: column; }
  .product-v2 .card-figcaption-body .button, .product-v2 .card-figcaption-body .info-block__action {
    border-radius: 0;
    background-color: transparent; }
    .product-v2 .card-figcaption-body .button:hover, .product-v2 .card-figcaption-body .info-block__action:hover {
      border-color: transparent; }
  .product-v2 .card-figcaption-body .card-figcaption-link {
    border-bottom: 1px solid #FFFFFF;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.88889rem; }
  .product-v2 .card-figcaption-body > * {
    font-size: var(--h5-size);
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none; }
    .product-v2 .card-figcaption-body > *:hover {
      text-decoration: none;
      opacity: 0.8; }

.product-v2 .card-title a, .product-v2 .price-section span {
  font-size: var(--h5-size); }

.nosto_element {
  color: #0d0b0b; }
  .nosto_element .price-section {
    float: left; }
  .nosto_element .price-section--sale {
    margin-left: 0.22222rem; }
    .nosto_element .price-section--sale .price {
      color: #F5374E; }
  .nosto_element .price--saving {
    font-size: var(--text-preset-2);
    line-height: var(--text-preset-3);
    letter-spacing: 0.32px;
    color: #737373;
    clear: both;
    white-space: nowrap; }

.form-input {
  font-size: var(--text-preset-3);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-4);
  background-color: #FFFFFF;
  padding: 0.66667rem 0.88889rem;
  border: 1px solid #000000; }
  .form-input::placeholder {
    color: #adadad; }
  .form-input--small {
    padding: 0.44444rem 0.88889rem;
    font-size: var(--text-preset-2);
    line-height: var(--body-line-height);
    font-weight: 400;
    letter-spacing: var(--letter-spacing-4); }
  .form-input--large {
    padding: 0.88889rem 0.88889rem; }
  .form-input--incrementTotal {
    padding: 0;
    height: auto !important;
    border: none; }

.form-field {
  margin-bottom: 0.88889rem; }
  .form-field--nomargin {
    margin-bottom: 0; }

.form-field--increments .form-label {
  text-align: left; }

.form-field--increments .form-increment {
  display: flex;
  border: 1px #e0e0e0 solid; }
  .form-field--increments .form-increment .form-input {
    flex: 1; }

.form-field--increments .button, .form-field--increments .info-block__action {
  background: transparent;
  color: #0d0b0b;
  width: 2.66667rem;
  height: 2.66667rem;
  padding: 0.88889rem; }
  .form-field--increments .button svg, .form-field--increments .info-block__action svg {
    width: 1.55556rem;
    height: 1.55556rem; }

.form-select {
  background-color: #FFFFFF;
  padding: 0.66667rem 0.88889rem;
  font-size: var(--text-preset-3);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-4);
  border: 1px solid #adadad; }
  .form-select::placeholder {
    color: #adadad; }
  .form-select--small {
    padding: 0.44444rem 0.88889rem;
    font-size: var(--text-preset-2);
    line-height: var(--body-line-height);
    font-weight: 400;
    letter-spacing: var(--letter-spacing-4); }
  .form-select--large {
    padding: 0.88889rem 0.88889rem; }

.page {
  margin: 0; }

.page-heading {
  color: #000000; }

.container > .page, .breadcrumbs-container nav > .page, .category-header__container > .page, .blogPost-header__container > .page, .faqs-block__container > .page, .category-showcase-v2 > .page, .info-block__container > .page, .reviews-block__container > .page, .brands-header__container > .page, .brand-header__container > .page {
  margin: 0 -0.44444rem; }
  @media (min-width: 801px) {
    .container > .page, .breadcrumbs-container nav > .page, .category-header__container > .page, .blogPost-header__container > .page, .faqs-block__container > .page, .category-showcase-v2 > .page, .info-block__container > .page, .reviews-block__container > .page, .brands-header__container > .page, .brand-header__container > .page {
      margin: 0 -1.55556rem; } }

.page .page-heading {
  font-size: var(--text-preset-6);
  letter-spacing: var(--letter-spacing-3);
  font-weight: 500;
  line-height: var(--body-line-height);
  font-family: var(--font-headings, sans-serif);
  margin-bottom: 1.33333rem;
  font-weight: 500;
  margin-bottom: 0.88889rem; }
  @media (min-width: 551px) {
    .page .page-heading {
      margin-bottom: 1.77778rem; } }

.page-content {
  font-size: var(--text-preset-4);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-3);
  color: #0d0b0b;
  padding-left: 0.88889rem;
  padding-right: 0.88889rem;
  padding-bottom: 3.55556rem;
  float: none;
  margin: auto; }
  @media (min-width: 1261px) {
    .page-content {
      padding-bottom: 4.44444rem; } }
  .page-content h2,
  .page-content h3 {
    font-size: var(--text-preset-5);
    letter-spacing: var(--letter-spacing-3);
    font-weight: 500;
    line-height: var(--body-line-height);
    font-family: var(--font-headings, sans-serif);
    font-weight: 500;
    margin-top: 1.77778rem;
    margin-bottom: 0.88889rem; }
  .page-content strong {
    font-weight: 700; }
  .page-content p {
    margin-bottom: 0.88889rem; }
  .page-content ul {
    list-style: disc; }
  .page-content ul:not(.productGrid),
  .page-content ol {
    padding-left: 0.88889rem;
    margin-bottom: 0.88889rem; }
  .page-content br {
    display: none; }

.product-row {
  text-align: center;
  padding-top: 2.66667rem; }
  .product-row .productGrid,
  .product-row .product-card {
    margin: 0; }
  .product-row .product {
    padding: 0;
    margin: 0; }
  .product-row__heading {
    font-size: var(--text-preset-6);
    letter-spacing: var(--letter-spacing-3);
    font-weight: 500;
    line-height: var(--body-line-height);
    font-family: var(--font-headings, sans-serif);
    margin-bottom: 0.88889rem; }
  @media (min-width: 1261px) {
    .product-row .slick-list {
      overflow: visible; } }
  .product-row .slick-track {
    padding-top: 0.88889rem;
    padding-bottom: 0.88889rem;
    overflow: hidden; }
  @media (min-width: 1261px) {
    .product-row .slick-arrow {
      height: 100%;
      background: transparent;
      border: 0; } }
  .product-row .slick-slide {
    opacity: 0.5; }
    .product-row .slick-slide.slick-active {
      opacity: 1; }

.slick-prev,
.slick-next {
  width: 33px;
  height: 48px;
  border-radius: 0;
  background-color: transparent;
  border: none; }
  .slick-prev:hover,
  .slick-next:hover {
    background-color: transparent; }
  .slick-prev:before,
  .slick-next:before {
    width: 33px;
    height: 48px;
    background-size: 40%;
    left: 0;
    position: absolute;
    top: 0; }

.slick-prev::before,
.slick-prev:hover:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAxNSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjIyMjQgMS4wNTA1NEwxLjQ5MTk0IDEyLjc4MUwxMy4yMjI0IDI0LjUxMTUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo="); }

.slick-next::before,
.slick-next:hover:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAxNSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNDkxOTQgMjQuNTExNUwxMy4yMjI0IDEyLjc4MUwxLjQ5MTk0IDEuMDUwNTQiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo="); }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-dots {
  margin-top: 0.66667rem;
  bottom: -40px; }
  .slick-dots li {
    width: calc(12px + 0.88889rem);
    height: calc(12px + 0.88889rem);
    padding: 0.44444rem; }
    .slick-dots li button {
      width: 12px;
      height: 12px;
      border-color: transparent;
      background-color: #f3ede5; }
      .slick-dots li button::before {
        width: 12px;
        height: 12px; }
    .slick-dots li.slick-active button::before {
      background: #0d0b0b; }

.productCarousel {
  margin: 0; }
  .productCarousel-slide .card {
    margin-top: 0.22222rem;
    margin-bottom: 0.66667rem; }

.modal-background {
  background: rgba(82, 82, 82, 0.5);
  z-index: 50; }
  .desktop-nav-is-active .modal-background,
  .search-is-active .modal-background {
    display: block; }
  .has-activeModal--100 .modal-background {
    z-index: 100; }
  .has-activeModal--150 .modal-background {
    z-index: 150; }
  .has-activeModal--200 .modal-background {
    z-index: 200; }

.breadcrumb-label {
  font-size: var(--text-preset-2);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-3);
  text-decoration: none; }
  .breadcrumb .breadcrumb-label {
    color: #0d0b0b; }
  .breadcrumb.is-active .breadcrumb-label {
    color: #adadad; }

.pagination__loader {
  text-align: center;
  max-width: 290px;
  margin: 0 auto;
  margin-bottom: 3.55556rem; }

.pagination-bar {
  background-color: #e0e0e0;
  display: block;
  height: 4px;
  width: 100%;
  margin-bottom: 1.33333rem;
  overflow: hidden; }
  .pagination-bar__progress {
    background-color: #b80900;
    display: block;
    height: 100%;
    transition: width 0.2s ease;
    width: 0; }
  .pagination-bar.is-loading .pagination-bar__progress {
    width: 20% !important;
    animation: animate-bar infinite 2s; }

@keyframes animate-bar {
  0% {
    transform: translate(-20px); }
  50% {
    transform: translateX(260px); }
  100% {
    transform: translateX(-20px); } }

.blog .pagination {
  padding-top: 2.66667rem;
  padding-bottom: 2.66667rem; }
  .blog .pagination .pagination-list {
    max-width: 1024px;
    margin: auto; }
  .blog .pagination .pagination-item {
    margin: 0;
    padding: 0;
    width: 1.77778rem;
    height: 1.77778rem; }
  .blog .pagination .pagination-link {
    display: block;
    padding: 0; }
  .blog .pagination .pagination-item--prev,
  .blog .pagination .pagination-item--next {
    display: none; }

.card .stamped-product-reviews-badge {
  margin-top: 0.44444rem; }

.stamped-product-reviews-badge,
.fa-star,
.fa-star-half-o,
.fa-star-o,
.stamped-fa-star,
.stamped-fa-star-half-o,
.stamped-fa-star-o {
  color: #0d0b0b !important; }

#stamped-carousel-scroll-wrapper,
.stamped-badge-caption {
  font-size: var(--text-preset-3);
  font-family: var(--font-primary, sans-serif); }

.testimonials-inner #stamped-reviews-widget[data-widget-type="carousel"] {
  padding: 2.66667rem 0;
  max-width: 100%; }
  .testimonials-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll-wrapper {
    width: calc(100% - 3rem + 1px);
    margin: auto; }
  .testimonials-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll {
    height: 18.22222rem !important; }
    .testimonials-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll:before {
      border: 0; }
    .testimonials-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block {
      position: relative;
      z-index: 10;
      background: transparent;
      padding: 0.44444rem;
      border: none;
      padding: 0.44444rem;
      margin-right: 0.88889rem;
      height: 16.66667rem;
      overflow: hidden; }

.product-labels {
  position: absolute;
  left: 0.22222rem;
  top: 0.22222rem;
  z-index: 5; }
  .product-images-wrapper .product-labels {
    left: 0.88889rem;
    z-index: 1; }
    @media (min-width: 1261px) {
      .product-images-wrapper .product-labels {
        left: 6.44444rem; } }
  .cart-list .product-labels {
    left: 0;
    top: 0; }

.product-label {
  display: flex;
  max-width: 4.22222rem; }
  .product-label + .product-label {
    margin-top: 0.22222rem; }
  .product-label svg {
    display: block;
    height: 2.11111rem; }
  @media (min-width: 1261px) {
    .product-images-wrapper .product-label {
      max-width: 6.66667rem; }
      .product-images-wrapper .product-label svg {
        height: 3.16667rem; } }
  .cart-list .product-label {
    max-width: 2.77778rem; }
    .cart-list .product-label svg {
      height: 0.88889rem; }

.c-accordion {
  margin: 0;
  border: none;
  border-bottom: 1px solid #000000; }
  .c-accordion:first-child {
    border-top: 1px solid #000000; }

.c-accordion-header {
  cursor: pointer;
  font-size: var(--h4-size);
  font-weight: 500;
  padding: 0.88889rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .c-accordion-header::before, .c-accordion-header::after {
    display: none; }

.c-accordion-content {
  display: none;
  font-size: var(--h5-size);
  padding: 0.44444rem 0 0.88889rem 0;
  animation: slideDown 0.3s ease-in-out; }

@keyframes slideDown {
  0% {
    opacity: 0;
    max-height: 0; }
  100% {
    opacity: 1;
    max-height: 1000px;
    /* Adjust as needed */ } }

@keyframes slideUp {
  0% {
    opacity: 1;
    max-height: 1000px;
    /* Adjust as needed */ }
  100% {
    opacity: 0;
    max-height: 0; } }

.arrow {
  transition: transform 0.3s ease;
  width: 22px;
  height: 11px; }

.c-accordion-header.active .arrow {
  transform: rotate(180deg); }

.pagination .pagination-list {
  display: flex;
  justify-content: center;
  gap: 0.44444rem; }

.pagination .pagination-link {
  font-size: var(--h4-size) !important;
  color: #000000;
  border-radius: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center; }

.pagination .pagination-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 100% !important;
  margin: 0; }
  .pagination .pagination-item--next .pagination-link, .pagination .pagination-item--prev .pagination-link {
    padding: 0 !important;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center; }

.pagination .pagination-item--current {
  width: 1.77778rem;
  height: 1.77778rem;
  background-color: #000000;
  border-color: transparent !important; }
  .pagination .pagination-item--current .pagination-link {
    font-weight: bold;
    color: #FFFFFF !important;
    border-radius: 100% !important; }

.pagination .icon {
  fill: #000000;
  margin: 0 !important; }

/* Tooltip container */
.tooltip {
  position: relative; }

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #000000;
  color: #fff;
  text-align: center;
  padding: 0.44444rem;
  border-radius: 2px;
  font-size: var(--h5-size);
  top: 100%;
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: max-content;
  font-weight: normal;
  font-family: var(--font-primary);
  max-width: 80vw; }
  @media (max-width: 800px) {
    .tooltip .tooltiptext {
      max-width: 30vw; } }
  @media (max-width: 450px) {
    .tooltip .tooltiptext {
      max-width: 50vw; } }
  .tooltip .tooltiptext::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #000;
    /* Color of the tooltip background */
    top: -8px;
    left: 50%;
    transform: translateX(-50%); }

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible; }

.tooltiptext-icon {
  border: 1px solid #ffffffd9;
  color: #ffffffd9;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  display: flex;
  font-size: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 6px; }

.header-logo__link svg {
  max-width: 11.11111rem;
  height: 2.5rem; }

.header-logo-title {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  display: inline-block;
  font-size: 0;
  height: 1px;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px; }

.global-banner {
  background: #F5374E;
  text-align: center;
  padding: 0.66667rem;
  position: relative;
  transition: padding 0.3s;
  height: 48px;
  overflow: hidden;
  z-index: 100; }
  .search-is-active .global-banner,
  .has-activeNavPages .global-banner {
    height: 0;
    padding: 0;
    overflow: hidden; }

.global-banner__link {
  text-decoration: none;
  color: #FFFFFF;
  transition: color 0.3s;
  overflow: hidden;
  height: 24px;
  white-space: nowrap;
  animation: scrollText 60s infinite linear;
  min-width: 100vw;
  display: inline-block; }
  .global-banner__link:hover {
    color: #000000; }

.global-banner__link-text {
  text-decoration: none;
  margin-right: 0.88889rem;
  font-weight: 700; }

@keyframes scrollText {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-50%); } }

.site-header {
  top: 0;
  height: auto;
  border-bottom: 0; }
  .site-header.active {
    top: 0; }
    .site-header.active .global-banner {
      height: 0;
      overflow: hidden;
      padding: 0; }
    @media (min-width: 1261px) {
      .site-header.active .user-navigation {
        height: 0;
        overflow: hidden;
        padding: 0; } }
  .site-header.is-hidden {
    transform: translateY(-100%); }

@media only screen and (max-width: 1261px) {
  .header.site-header .header-logo {
    height: 2.11111rem;
    width: 7.44444rem;
    transform: translateY(-5px); } }

@media (min-width: 1261px) {
  .header.site-header .header-logo {
    transform: translateY(-10px); }
    .header.site-header .header-logo,
    .header.site-header .header-logo svg {
      height: 3.22222rem;
      width: 13.16667rem;
      max-width: none; } }

.header-logo__link {
  margin: 0;
  width: 100%; }

.header-logo-image {
  max-height: none; }

.mobileMenu-toggle-container {
  padding: 0.44444rem; }
  @media (min-width: 1261px) {
    .mobileMenu-toggle-container {
      display: none; } }
  .mobileMenu-toggle-container .hamburger {
    width: 25px;
    height: 22px;
    position: relative; }
  .mobileMenu-toggle-container .hamburger .bar {
    padding: 0;
    width: 25px;
    height: 1px;
    background-color: #000000;
    display: block;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    position: absolute; }
  .mobileMenu-toggle-container .hamburger .bar1 {
    top: 0; }
  .mobileMenu-toggle-container .hamburger .bar2 {
    top: 50%;
    transform: translateY(-50%); }
  .mobileMenu-toggle-container .hamburger .bar3 {
    bottom: 0; }
  .mobileMenu-toggle-container .is-open > .bar1 {
    transform: rotate(45deg);
    margin-top: 11px;
    height: 1px;
    width: 25px; }
  .mobileMenu-toggle-container .is-open > .bar2 {
    transform: rotate(-45deg);
    height: 1px;
    background-color: transparent; }
  .mobileMenu-toggle-container .is-open > .bar3 {
    transform: rotate(-45deg);
    margin-bottom: 9px;
    height: 1px;
    width: 25px; }

.navUser::before, .navUser::after {
  display: none; }

.navUser-item--account .navUser-subMenu {
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.2); }
  .navUser-item--account .navUser-subMenu-item {
    padding: 0.22222rem 0.44444rem;
    border-bottom: 1px solid #adadad; }
    .navUser-item--account .navUser-subMenu-item::after {
      display: none !important; }
  @media (min-width: 1261px) {
    .navUser-item--account .navUser-subMenu {
      top: 6.11111rem !important; } }

.user-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  position: relative;
  top: auto;
  transform: translateY(0);
  background: #FFFFFF;
  padding: 0 0.44444rem; }
  @media (max-width: 374px) {
    .user-navigation {
      padding: 0.22222rem 0.44444rem; } }
  @media (min-width: 1261px) {
    .user-navigation {
      padding: 0 0.88889rem;
      justify-content: space-between;
      height: 94px;
      gap: 2.22222rem;
      transform: translateY(10px); } }

.navUser-subMenu-item .navUser-action {
  padding: 0.22222rem 0.66667rem; }

.user-section {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 1261px) {
    .user-section + .user-section {
      margin-left: 0; } }
  .user-section__item:hover .icon {
    background-color: #e0e0e0; }
  .user-section--action {
    gap: 0.88889rem; }
  .user-section--logo {
    justify-content: center;
    margin-left: 0 !important;
    padding: 0.66667rem 0; }
    @media only screen and (max-width: 1261px) {
      .user-section--logo {
        flex: 1; } }
  .user-section--action {
    justify-content: flex-end;
    margin-right: 0; }
  .user-section .icon {
    height: 1.77778rem;
    width: 1.77778rem;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: background 0.3s;
    margin: 0 !important; }
    .user-section .icon svg {
      stroke: #000000;
      fill: #000000;
      height: 1.5rem;
      width: 1.22222rem; }
    .user-section .icon:hover {
      background: #e0e0e0; }
    .user-section .icon--gift {
      margin-right: 0.44444rem; }

.user-section--support .navUser-action {
  color: #0d0b0b;
  font-weight: 600;
  font-size: var(--text-preset-4); }

.navUser-section {
  margin-left: 0 !important; }
  .navUser-section-subcontainer {
    display: flex;
    gap: 1.11111rem;
    align-items: center; }
  .navUser-section .navUser-action {
    padding: 0 !important; }

.header-logo {
  margin: 0;
  width: 7.61111rem;
  height: 1.77778rem; }
  @media (min-width: 1261px) {
    .header-logo {
      height: 3.11111rem;
      width: 11.11111rem; } }
  .header-logo .header-logo-image-container {
    min-height: auto; }

.user-section--action .user-section__item {
  display: flex; }

.navUser-item-cartLabel {
  display: block; }

.navUser-item--cart {
  position: relative; }
  .navUser-item--cart__hidden-s {
    display: flex; }

.countPill {
  background-color: #1f5ad0;
  width: 0.77778rem;
  height: 0.77778rem;
  font-size: 8px;
  line-height: 1.5; }

.countPill--positive {
  position: absolute;
  top: 0px;
  right: 0; }

.navUser-subMenu {
  display: none;
  position: absolute;
  flex-direction: column;
  background-color: #FFFFFF;
  top: 5.22222rem;
  left: 0.88889rem;
  right: 0.88889rem; }
  @media (min-width: 1261px) {
    .navUser-subMenu {
      top: 4.44444rem;
      min-width: 10rem;
      left: auto;
      right: auto;
      margin-left: -3.33333rem; } }
  .navUser-subMenu.is-open {
    display: flex; }

.navUser-subMenu-list {
  display: flex;
  flex-direction: column; }

.navUser-subMenu-header {
  background-color: #0d0b0b;
  display: flex;
  justify-content: space-between;
  padding: 0.88889rem;
  font-size: var(--text-preset-3);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-4); }
  .navUser-subMenu-header * {
    color: #FFFFFF; }
  .navUser-subMenu-header svg {
    width: 0.55556rem;
    height: 0.55556rem;
    fill: #FFFFFF; }

.navUser-subMenu-item .navUser-action {
  font-size: var(--text-preset-3);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-4);
  text-transform: none; }
  .navUser-subMenu-item .navUser-action:hover,
  .navUser-subMenu-item .navUser-action .is-active {
    color: #CFA080; }

.navUser-subMenu-item:not(:last-child) {
  position: relative;
  text-transform: none; }
  .navUser-subMenu-item:not(:last-child)::after {
    content: "";
    position: absolute;
    width: calc(100% - 1.33333rem);
    left: 0.66667rem;
    right: 0.66667rem;
    height: 1px;
    display: block;
    background-color: #0d0b0b; }

.mobile-actions {
  padding-top: 0.88889rem !important;
  display: flex;
  justify-content: space-between;
  gap: 0.88889rem;
  border-bottom: 1px solid #f3ede5;
  padding-bottom: 0.88889rem !important;
  transition: transform 0.5s ease;
  /* Define the transition for the transform property */ }
  .mobile-actions .button, .mobile-actions .info-block__action {
    width: 50%; }

.navPages-container {
  position: sticky;
  top: 0;
  z-index: 100; }
  @media (min-width: 1261px) {
    .navPages-container {
      display: flex;
      align-items: center;
      justify-self: center;
      width: 100%; } }
  .navPages-container.is-open {
    height: 100vh;
    padding-top: var(--header-height);
    z-index: 51; }
    .navPages-container.is-open.active {
      padding-top: 118px; }
  .navPages-container .navigation-icon {
    display: none;
    width: 2.77778rem;
    opacity: 0;
    transition: opacity 0.2s; }
    @media (min-width: 1261px) {
      .navPages-container .navigation-icon {
        display: block;
        float: left;
        height: 3.66667rem;
        display: flex;
        align-items: center; } }
    .navPages-container .navigation-icon svg {
      width: 5.55556rem;
      height: 1.11111rem; }
  .navPages-container:hover .navigation-icon svg {
    fill: white; }
  .navPages-container.active .navigation-icon {
    opacity: 1; }
  .navPages-container .navPages-action-moreIcon,
  .navPages-container .navPages-action-moreIcon svg {
    fill: #000000;
    stroke: #000000;
    height: 0.61111rem !important;
    width: 1.05556rem !important; }

.site-nav-container {
  background: #FFFFFF; }
  @media (min-width: 1261px) {
    .site-nav-container {
      transition: background 0.2s; }
      .site-nav-container .site-nav-primary__item .navPages-action__name {
        color: #000000; } }

.site-nav {
  padding: 0;
  background: #FFFFFF; }
  @media only screen and (max-width: 1260px) {
    .site-nav {
      height: calc(100vh - 112px); } }
  @media (min-width: 1261px) {
    .site-nav {
      background-color: transparent;
      max-width: 1340px;
      width: 100%;
      text-align: left;
      margin: auto;
      padding: 0.33333rem 1.11111rem 0.88889rem 1.11111rem; } }

.navPages-action {
  text-transform: none;
  color: #000000;
  font-family: var(--font-headings);
  font-size: var(--h3-size); }
  .navPages-action--sale, .navPages-action--sale .navPages-action__name {
    color: #F5374E !important; }
  @media only screen and (max-width: 1261px) {
    .navPages-action {
      align-items: center;
      display: flex; } }
  @media (min-width: 1261px) {
    .navPages-action {
      font-family: var(--font-primary);
      font-size: var(--h5-size);
      font-weight: 500 !important; }
      .navPages-item.site-nav-primary__item .navPages-action {
        border-radius: 100px; }
      .navPages-action:hover {
        color: #000000;
        background-color: #f3ede5; } }
  .site-nav-primary__item > .navPages-action {
    font-weight: 400;
    padding: 0.88889rem; }
    @media (min-width: 1261px) {
      .site-nav-primary__item > .navPages-action {
        padding: 0.33333rem 0.66667rem; } }
  @media (min-width: 1261px) {
    .navPages-action__name {
      color: #FFFFFF; } }
  .navPages-action .navPages-action-moreIcon {
    margin-right: 0;
    margin-left: auto;
    transform: rotate(-90deg); }
  .navPages-action--view-all {
    color: #CFA080 !important;
    position: relative; }
    @media only screen and (max-width: 1261px) {
      .navPages-action--view-all {
        line-height: 32px; } }
    @media (min-width: 1261px) {
      .navPages-action--view-all {
        margin-top: 0.88889rem; }
        .navPages-action--view-all:after {
          content: "";
          display: block;
          position: absolute;
          background: #CFA080;
          height: 0.11111rem;
          width: 100%;
          bottom: 0.22222rem; } }

.navPages-list.site-nav-primary {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1261px) {
    .navPages-list.site-nav-primary {
      flex-direction: row;
      justify-content: space-between; } }

@media only screen and (max-width: 1260px) {
  .site-nav-primary {
    background-image: var(--image-mascot-1);
    background-size: 280px;
    background-repeat: no-repeat;
    background-position: 70% bottom;
    padding-top: 0.88889rem;
    padding-bottom: 8.33333rem;
    background-attachment: local; } }

@media only screen and (max-width: 1260px) {
  .site-nav-primary {
    position: relative; } }

@media (min-width: 1261px) {
  .site-nav-primary__item {
    border: 0; }
    .site-nav-primary__item.is-active .site-subnav-wrapper {
      display: block; }
    .site-nav-primary__item.is-active > .navPages-action.has-subMenu {
      position: relative; }
      .site-nav-primary__item.is-active > .navPages-action.has-subMenu:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        /* Adjust size as needed */
        border-right: 10px solid transparent;
        /* Adjust size as needed */
        border-top: 10px solid white;
        /* Adjust size and color as needed */
        bottom: -26px;
        z-index: 9;
        left: 50%;
        transform: translateX(-50%); } }

.navPages-action-moreIcon {
  margin-right: 0 !important; }
  @media (min-width: 1261px) {
    .navPages-action-moreIcon {
      display: none; } }

.navPage-subMenu {
  display: block; }
  .navPage-subMenu.is-showing {
    display: block; }
  .navPage-subMenu__backBtn {
    display: flex;
    margin-bottom: 1.11111rem;
    align-items: center;
    gap: 0.66667rem;
    text-decoration: none;
    font-weight: 500; }
    @media (min-width: 1261px) {
      .navPage-subMenu__backBtn {
        display: none; } }
    .navPage-subMenu__backBtn .icon {
      display: flex;
      width: 1.94444rem;
      height: 1.94444rem;
      background-color: #FFFFFF;
      border-radius: 100%;
      justify-content: center;
      align-items: center; }
      .navPage-subMenu__backBtn .icon svg {
        width: 0.55556rem;
        height: 1.11111rem; }
  .navPage-subMenu-action {
    font-size: 15px;
    font-weight: normal !important;
    font-family: var(--font-primary);
    padding: 0 !important; }
    @media (min-width: 1261px) {
      .navPage-subMenu-action {
        font-size: var(--h5-size);
        margin-bottom: 0.44444rem !important; } }
  @media (min-width: 1261px) {
    .navPage-subMenu-item {
      padding: 0 !important; } }
  @media (min-width: 1261px) {
    .navPage-subMenu--category {
      background-image: var(--image-category-attachment);
      background-repeat: no-repeat;
      background-size: 60px;
      background-position: 35% bottom;
      padding-bottom: 5.33333rem; } }
  @media only screen and (max-width: 1261px) {
    .navPage-subMenu--category .site-subnav-inner {
      background-image: var(--image-category-attachment);
      background-repeat: no-repeat;
      background-size: 60px;
      background-position: 90% bottom;
      padding-bottom: 5.33333rem; } }
  .navPage-subMenu--category .site-subnav-inner::before, .navPage-subMenu--category .site-subnav-inner::after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px; }
  .navPage-subMenu--category .site-subnav-inner::before {
    top: 360px;
    right: -20px; }
    @media (min-width: 1261px) {
      .navPage-subMenu--category .site-subnav-inner::before {
        right: auto;
        margin-left: 40px;
        bottom: 50px;
        top: auto; } }
  .navPage-subMenu--category .site-subnav-inner::after {
    top: 540px;
    right: -20px; }
    @media (min-width: 1261px) {
      .navPage-subMenu--category .site-subnav-inner::after {
        right: auto;
        left: auto;
        margin-left: 220px;
        bottom: 100px;
        top: auto; } }
  .navPage-subMenu--category-nappies-and-changing .site-subnav-inner::before {
    background-image: var(--image-category-nappies-changing-1); }
  .navPage-subMenu--category-nappies-and-changing .site-subnav-inner::after {
    background-image: var(--image-category-nappies-changing-2); }
  @media (min-width: 1261px) {
    .navPage-subMenu--category-nappies-and-changing .site-subnav-inner::before {
      background-image: var(--image-category-nappies-changing-1);
      transform: rotate(15deg); }
    .navPage-subMenu--category-nappies-and-changing .site-subnav-inner::after {
      background-image: var(--image-category-nappies-changing-2);
      transform: rotate(-13deg); } }
  .navPage-subMenu--category-car-seats .site-subnav-inner::before {
    background-image: var(--image-category-car-seats-1); }
  .navPage-subMenu--category-car-seats .site-subnav-inner::after {
    background-image: var(--); }
  @media (min-width: 1261px) {
    .navPage-subMenu--category-car-seats .site-subnav-inner::before {
      background-image: var(--image-category-car-seats-1);
      transform: rotate(15deg); }
    .navPage-subMenu--category-car-seats .site-subnav-inner::after {
      background-image: var(--);
      transform: rotate(-13deg); } }
  .navPage-subMenu--category-strollers .site-subnav-inner::before {
    background-image: var(--image-category-strollers); }
  .navPage-subMenu--category-strollers .site-subnav-inner::after {
    background-image: var(--); }
  @media (min-width: 1261px) {
    .navPage-subMenu--category-strollers .site-subnav-inner::before {
      background-image: var(--image-category-strollers);
      transform: rotate(15deg); }
    .navPage-subMenu--category-strollers .site-subnav-inner::after {
      background-image: var(--);
      transform: rotate(-13deg); } }
  .navPage-subMenu--category-feeding .site-subnav-inner::before {
    background-image: var(--image-category-feeding-1); }
  .navPage-subMenu--category-feeding .site-subnav-inner::after {
    background-image: var(--image-category-feeding-2); }
  @media (min-width: 1261px) {
    .navPage-subMenu--category-feeding .site-subnav-inner::before {
      background-image: var(--image-category-feeding-1);
      transform: rotate(15deg); }
    .navPage-subMenu--category-feeding .site-subnav-inner::after {
      background-image: var(--image-category-feeding-2);
      transform: rotate(-13deg); } }
  .navPage-subMenu--category-safety .site-subnav-inner::before {
    background-image: var(--image-category-safety-1); }
  .navPage-subMenu--category-safety .site-subnav-inner::after {
    background-image: var(--image-category-safety-2); }
  @media (min-width: 1261px) {
    .navPage-subMenu--category-safety .site-subnav-inner::before {
      background-image: var(--image-category-safety-1);
      transform: rotate(15deg); }
    .navPage-subMenu--category-safety .site-subnav-inner::after {
      background-image: var(--image-category-safety-2);
      transform: rotate(-13deg); } }
  .navPage-subMenu--category-bath .site-subnav-inner::before {
    background-image: var(--image-category-bath-1); }
  .navPage-subMenu--category-bath .site-subnav-inner::after {
    background-image: var(--image-category-bath-2); }
  @media (min-width: 1261px) {
    .navPage-subMenu--category-bath .site-subnav-inner::before {
      background-image: var(--image-category-bath-1);
      transform: rotate(15deg); }
    .navPage-subMenu--category-bath .site-subnav-inner::after {
      background-image: var(--image-category-bath-2);
      transform: rotate(-13deg); } }
  .navPage-subMenu--category-nursery .site-subnav-inner::before {
    background-image: var(--image-category-nursery-1); }
  .navPage-subMenu--category-nursery .site-subnav-inner::after {
    background-image: var(--image-category-nursery-2); }
  @media (min-width: 1261px) {
    .navPage-subMenu--category-nursery .site-subnav-inner::before {
      background-image: var(--image-category-nursery-1);
      transform: rotate(15deg); }
    .navPage-subMenu--category-nursery .site-subnav-inner::after {
      background-image: var(--image-category-nursery-2);
      transform: rotate(-13deg); } }
  .navPage-subMenu--category-toys .site-subnav-inner::before {
    background-image: var(--image-category-play-1); }
  .navPage-subMenu--category-toys .site-subnav-inner::after {
    background-image: var(--image-category-play-2); }
  @media (min-width: 1261px) {
    .navPage-subMenu--category-toys .site-subnav-inner::before {
      background-image: var(--image-category-play-1);
      transform: rotate(15deg); }
    .navPage-subMenu--category-toys .site-subnav-inner::after {
      background-image: var(--image-category-play-2);
      transform: rotate(-13deg); } }
  .navPage-subMenu--category-clothing .site-subnav-inner::before {
    background-image: var(--image-category-clothes-1); }
  .navPage-subMenu--category-clothing .site-subnav-inner::after {
    background-image: var(--image-category-clothes-2); }
  @media (min-width: 1261px) {
    .navPage-subMenu--category-clothing .site-subnav-inner::before {
      background-image: var(--image-category-clothes-1);
      transform: rotate(15deg); }
    .navPage-subMenu--category-clothing .site-subnav-inner::after {
      background-image: var(--image-category-clothes-2);
      transform: rotate(-13deg); } }
  .navPage-subMenu--category-out-and-about .site-subnav-inner::before {
    background-image: var(--image-category-travel); }
  .navPage-subMenu--category-out-and-about .site-subnav-inner::after {
    background-image: var(--); }
  @media (min-width: 1261px) {
    .navPage-subMenu--category-out-and-about .site-subnav-inner::before {
      background-image: var(--image-category-travel);
      transform: rotate(15deg); }
    .navPage-subMenu--category-out-and-about .site-subnav-inner::after {
      background-image: var(--);
      transform: rotate(-13deg); } }
  .navPage-subMenu--category-sale .site-subnav-inner::before {
    background-image: var(--image-category-sale); }
  .navPage-subMenu--category-sale .site-subnav-inner::after {
    background-image: var(--); }
  @media (min-width: 1261px) {
    .navPage-subMenu--category-sale .site-subnav-inner::before {
      background-image: var(--image-category-sale);
      transform: rotate(15deg); }
    .navPage-subMenu--category-sale .site-subnav-inner::after {
      background-image: var(--);
      transform: rotate(-13deg); } }

.navPage-subMenu__intro {
  margin-bottom: 1.55556rem;
  text-align: left;
  display: none; }
  @media (min-width: 1261px) {
    .navPage-subMenu__intro {
      display: block; } }
  .navPage-subMenu__intro h2 {
    margin-bottom: 0.88889rem; }
  .navPage-subMenu__intro p {
    font-size: 15px; }
  @media (min-width: 1261px) {
    .navPage-subMenu__intro {
      flex-basis: 36%; } }

.navPage-subMenu__subcategories {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 1.55556rem;
  align-items: flex-start;
  text-align: left; }
  @media (min-width: 1261px) {
    .navPage-subMenu__subcategories {
      flex-direction: column; } }
  @media (min-width: 1261px) {
    .navPage-subMenu__subcategories {
      flex-basis: 18%; } }
  .navPage-subMenu__subcategories-main {
    order: 1;
    margin-bottom: 1.11111rem;
    width: 100%; }
    @media (min-width: 1261px) {
      .navPage-subMenu__subcategories-main {
        margin-bottom: 1.11111rem;
        width: auto;
        order: 0; } }
    @media (min-width: 1261px) {
      .navPage-subMenu__subcategories-main .navPage-subMenu-list {
        margin-left: 0; } }
    @media only screen and (max-width: 1261px) {
      .navPage-subMenu__subcategories-main .navPage-subMenu-item .navPage-subMenu-action {
        font-size: var(--h3-size);
        margin-bottom: 0.44444rem;
        padding: 0.44444rem 0.44444rem !important;
        width: 100%; } }
    .navPage-subMenu__subcategories-main .collapsible-icon-wrapper {
      width: auto; }
  .navPage-subMenu__subcategories h3 {
    font-family: var(--font-primary);
    margin-bottom: 1.33333rem;
    display: none; }
    @media (min-width: 1261px) {
      .navPage-subMenu__subcategories h3 {
        display: block; } }
  .navPage-subMenu__subcategories .button, .navPage-subMenu__subcategories .info-block__action {
    margin-bottom: 1.55556rem; }

.navPage-subMenu__brands {
  margin-bottom: 1.55556rem;
  text-align: left;
  display: none; }
  @media (min-width: 1261px) {
    .navPage-subMenu__brands {
      flex-basis: 18%;
      display: block; } }
  .navPage-subMenu__brands h3 {
    font-family: var(--font-primary);
    margin-bottom: 1.33333rem; }

@media (min-width: 1261px) {
  .navPage-subMenu__promo {
    flex-basis: 26%; } }

.site-subnav-wrapper {
  overflow: auto;
  width: 100%;
  background-color: #f3ede5;
  z-index: 5; }
  @media only screen and (max-width: 1261px) {
    .site-subnav-wrapper {
      position: fixed;
      right: 0;
      transition: all 0.2s;
      transform: translateX(100%);
      top: var(--header-height);
      height: calc(100vh - 98px); }
      .site-subnav-wrapper.is-showing {
        transform: translateX(0);
        overflow-x: hidden; } }
  @media (min-width: 1261px) {
    .site-subnav-wrapper {
      display: none;
      position: absolute;
      top: calc(100% - 0px);
      left: 0;
      padding-top: 4.44444rem !important; } }

.site-subnav-inner {
  max-width: 1340px;
  margin: auto;
  padding: 1.11111rem 1.11111rem; }
  @media (min-width: 1261px) {
    .site-subnav-inner {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      gap: 3.33333rem;
      padding: 0 0.88889rem; } }

@media (min-width: 1261px) {
  .site-navlist {
    flex-basis: 33.33%; } }

.site-navlist__item {
  float: none;
  width: 100%;
  padding: 0; }

.site-navlist__link {
  text-decoration: none;
  text-transform: none;
  border: 0 !important;
  font-weight: 400; }
  @media only screen and (max-width: 1261px) {
    .site-navlist__link {
      font-weight: 700; } }
  @media (min-width: 1261px) {
    .site-navlist__link {
      width: auto;
      margin-bottom: 0; }
      .site-navlist__link:hover {
        font-weight: 700; } }

.site-navlist__heading {
  position: relative;
  font-weight: 700; }
  .site-navlist__heading .icon {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0.88889rem;
    width: 1.77778rem;
    height: 1.77778rem; }
  .site-navlist__heading svg {
    fill: #CFA080;
    width: 100%;
    height: 100%; }
  @media only screen and (max-width: 1261px) {
    .site-navlist__heading {
      text-align: center;
      padding: 0.88889rem; } }
  @media (min-width: 1261px) {
    .site-navlist__heading {
      color: #737373; } }

.site-subnav-feature__heading {
  font-size: 0.77778rem;
  letter-spacing: 0.16px;
  font-weight: 700;
  color: #737373;
  margin-bottom: 1.11111rem; }

@media (min-width: 1261px) {
  .site-subnav-feature {
    flex-basis: 66.66%;
    display: flex; } }

.site-subnav-feature__section {
  flex: 1 1 100%;
  padding: 0.88889rem; }
  @media (min-width: 1261px) {
    .site-subnav-feature__section {
      padding: 0 2.66667rem; } }
  .site-subnav-feature__section--brands {
    margin-top: -1.33333rem;
    margin-bottom: -2rem;
    padding: 1.33333rem 2.66667rem; }

.site-subnav-collection--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0; }
  .site-subnav-collection--list .site-subnav-collection__item {
    width: calc(50% - 0.5rem);
    margin-bottom: 1.11111rem;
    display: flex;
    align-items: center; }
    .site-subnav-collection--list .site-subnav-collection__item.full-width {
      width: 100%;
      max-width: 15.77778rem; }
    .site-subnav-collection--list .site-subnav-collection__item img {
      transition: opacity 0.3s; }
    .site-subnav-collection--list .site-subnav-collection__item .link {
      font-size: var(--text-preset-3);
      font-family: var(--font-primary, sans-serif);
      color: #CFA080;
      display: inline-block;
      margin-top: 0.88889rem;
      font-weight: 700; }
    .site-subnav-collection--list .site-subnav-collection__item:hover img {
      opacity: 0.5; }

.site-subnav-collection__promos {
  display: flex;
  flex-direction: column; }
  .site-subnav-collection__promos .site-subnav-collection__link {
    display: block;
    margin-bottom: 1.55556rem;
    text-align: center; }

.site-nav-level.site-nav-extra {
  background: #000000;
  padding-top: 0;
  margin-top: 2.66667rem;
  padding-bottom: 5.33333rem; }
  .site-nav-level.site-nav-extra .site-nav-extra__item {
    border-bottom: 2px solid #FFFFFF; }
  .site-nav-level.site-nav-extra .navPages-action {
    font-weight: 700;
    color: #FFFFFF;
    padding: 1.33333rem;
    text-transform: none; }
  .site-nav-level.site-nav-extra .icon {
    height: 1.05556rem;
    width: 1.05556rem;
    margin-right: 1.33333rem; }
    .site-nav-level.site-nav-extra .icon svg {
      height: 1.05556rem;
      width: 1.05556rem; }
    .site-nav-level.site-nav-extra .icon--gift svg,
    .site-nav-level.site-nav-extra .icon--call svg {
      fill: #FFFFFF;
      stroke: transparent; }

@media only screen and (max-width: 1261px) {
  .brands-list {
    margin-left: 1.55556rem !important; } }

.brands-list__item {
  margin-bottom: 0.44444rem; }

.brands-list__action {
  font-size: var(--h4-size);
  color: #000000;
  text-decoration: none;
  display: block;
  line-height: 1.5;
  margin-bottom: 0.44444rem; }
  @media (min-width: 1261px) {
    .brands-list__action {
      font-size: var(--h5-size); } }

.navPages-container.destructured {
  position: relative; }
  .navPages-container.destructured .navPages-list.site-nav-primary {
    flex-direction: column; }
  .navPages-container.destructured .site-subnav-wrapper {
    position: relative !important;
    display: block !important; }

.side-drawer {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  bottom: 0 !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  z-index: 1005;
  background-color: #FFFFFF;
  transition: all 0.2s ease; }
  .side-drawer.is-open {
    transform: translateX(0); }
    .side-drawer.is-open + .side-drawer.is-open {
      border-right: 1px solid #e0e0e0; }
  .side-drawer-suggest--mobile.is-open {
    display: block;
    border-top: 1px solid #e0e0e0;
    padding-top: 0.88889rem; }
  @media (min-width: 551px) {
    .side-drawer-suggest--mobile {
      display: none !important; } }
  @media (min-width: 551px) {
    .side-drawer {
      width: 450px; } }
  .side-drawer__header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    background-color: #000000;
    gap: 0.66667rem;
    min-height: 88px; }
    .side-drawer__header * {
      color: #FFFFFF; }
    .side-drawer__header-left {
      flex: 1;
      padding: 0.88889rem 1.33333rem; }
      .side-drawer__header-left h3 {
        font-size: var(--h2-size); }
    .side-drawer__header-middle {
      display: flex;
      gap: 0.66667rem;
      padding: 0.88889rem 0; }
    .side-drawer__header-right {
      display: flex;
      gap: 0.66667rem;
      padding: 0.88889rem 1.11111rem 0.88889rem 0; }
    .side-drawer__header-icon {
      width: 47px;
      height: 47px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      position: relative;
      background-color: #404040;
      padding: 0.33333rem !important; }
      .side-drawer__header-icon:hover {
        opacity: 0.8; }
      .side-drawer__header-icon.is-active {
        background-color: #FFFFFF; }
        .side-drawer__header-icon.is-active svg {
          stroke: #000000; }
      .side-drawer__header-icon svg {
        width: 100%;
        height: 100%;
        stroke: #FFFFFF;
        fill: #FFFFFF; }
  .side-drawer__closeBtn {
    padding: 0.66667rem 0.66667rem;
    line-height: 0; }
    @media (min-width: 551px) {
      .side-drawer__closeBtn {
        padding: 1.11111rem 1.11111rem; } }
  .side-drawer__mobileBtn {
    position: absolute;
    background-color: #F5374E;
    right: 0;
    margin-right: -1.11111rem;
    display: block;
    padding: 0.44444rem;
    top: 50%;
    margin-right: -87px;
    transform: rotate(-90deg);
    text-decoration: none;
    color: #FFFFFF;
    opacity: 0.8; }
    @media (min-width: 551px) {
      .side-drawer__mobileBtn {
        display: none; } }
  .side-drawer__tab {
    flex: 1;
    text-align: center;
    text-decoration: none;
    color: #adadad;
    position: relative;
    font-size: var(--text-preset-5);
    letter-spacing: var(--letter-spacing-3);
    font-weight: 500;
    line-height: var(--body-line-height);
    font-family: var(--font-headings, sans-serif); }
    .side-drawer__tab:hover, .side-drawer__tab.is-active {
      color: #0d0b0b; }
    .side-drawer__tab-content {
      display: none;
      height: 100%; }
      .side-drawer__tab-content.is-active {
        display: flex;
        flex-direction: column; }
    .side-drawer__tab-qty {
      position: absolute;
      background-color: #F5374E;
      border-radius: 50%;
      width: 1.16667rem;
      height: 1.16667rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: var(--h6-size);
      top: -6px;
      right: -6px; }
  .side-drawer__content {
    height: 100%;
    overflow: auto;
    position: relative; }
    @media (min-width: 551px) {
      .side-drawer__content {
        overflow: hidden; } }
  .side-drawer__info {
    background-color: #F5374E;
    width: 100%;
    padding: 0.88889rem 0.88889rem;
    color: #FFFFFF;
    min-height: 88px; }
  .side-drawer *[data-cart-status] {
    padding: 0 0.88889rem; }
  .side-drawer .cart-item:last-child {
    border-bottom: none; }
  .side-drawer .cart-items {
    padding: 0 0.88889rem; }
  .side-drawer .cart-order-summary {
    margin: 0;
    padding-left: 0.88889rem;
    padding-right: 0.88889rem;
    position: relative; }
    .side-drawer .cart-order-summary:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 16px;
      pointer-events: none;
      background: linear-gradient(to top, white, rgba(0, 0, 0, 0));
      z-index: 10;
      top: -16px; }

.side-drawer__tab--wishlist,
.side-drawer__tab-intro--wishlist {
  display: none; }

.side-drawer-login--wishlist .side-drawer__tab--login,
.side-drawer-login--wishlist .side-drawer__tab-intro--login {
  display: none; }

.side-drawer-login--wishlist .side-drawer__tab--wishlist,
.side-drawer-login--wishlist .side-drawer__tab-intro--wishlist {
  display: initial; }

.side-drawer.is-loading .loadingOverlay {
  display: block; }

.side-drawer.is-open#side-drawer-suggest {
  transform: translate(-450px);
  width: 180px;
  background-color: #f3ede5; }
  @media only screen and (max-width: 801px) {
    .side-drawer.is-open#side-drawer-suggest {
      display: none; } }
  .side-drawer.is-open#side-drawer-suggest .side-drawer__header {
    background-color: transparent;
    padding: 0.88889rem;
    padding-top: 5.83333rem;
    border: none;
    background-image: var(--image-mascot-6);
    background-size: 106px;
    background-repeat: no-repeat;
    background-position: center -42px;
    padding-bottom: 0; }
    .side-drawer.is-open#side-drawer-suggest .side-drawer__header, .side-drawer.is-open#side-drawer-suggest .side-drawer__header * {
      color: #000000; }
    .side-drawer.is-open#side-drawer-suggest .side-drawer__header h2 {
      font-size: var(--h3-size); }
  .side-drawer.is-open#side-drawer-suggest .side-drawer__content {
    flex-direction: column; }
  .side-drawer.is-open#side-drawer-suggest .badgetitle {
    white-space: normal !important;
    text-align: center; }

.category-grid {
  text-align: center;
  margin-right: -0.88889rem; }
  @media (min-width: 551px) {
    .category-grid {
      margin-right: 0; } }
  .category-grid__subtitle {
    margin-bottom: 1.33333rem; }
    @media (min-width: 801px) {
      .category-grid__subtitle {
        margin-bottom: 1.77778rem; } }
  .category-grid__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0.88889rem;
    row-gap: 0.88889rem;
    overflow-x: auto; }
    @media (min-width: 801px) {
      .category-grid__items {
        column-gap: 2.44444rem;
        row-gap: 2.44444rem; } }
  .category-grid__item {
    position: relative;
    overflow: hidden;
    min-width: 160px;
    text-decoration: none; }
  .category-grid__item-title {
    text-decoration: none; }
    @media only screen and (max-width: 801px) {
      .category-grid__item-title {
        padding-bottom: 1.33333rem; } }
  .category-grid__image-container {
    width: 100%;
    height: 0;
    padding-top: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 0.88889rem;
    position: relative; }
    .category-grid__item .category-grid__image-container::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      z-index: 1;
      position: absolute;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.2);
      transition: 0.2s ease; }
    .category-grid__item:hover .category-grid__image-container::before {
      opacity: 1; }
    @media (min-width: 801px) {
      .category-grid__image-container {
        margin-bottom: 1.33333rem; } }
  .category-grid__image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    transition: 0.2s ease;
    max-width: none;
    height: 100%; }

.category-carousel {
  text-align: center;
  margin-bottom: 0.88889rem; }
  @media (min-width: 801px) {
    .category-carousel {
      margin-right: 0;
      margin-bottom: 3.55556rem; } }
  .category-carousel__title {
    color: #CFA080;
    text-transform: uppercase;
    font-weight: 600; }
  .category-carousel__subtitle {
    color: #737373;
    margin-bottom: 1.33333rem;
    font-weight: 500; }
    @media (min-width: 801px) {
      .category-carousel__subtitle {
        margin-bottom: 1.77778rem; } }
  .category-carousel__item {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    margin: 0 0.44444rem; }
    @media (min-width: 801px) {
      .category-carousel__item {
        margin: 0 1.77778rem; } }
  .category-carousel__item-title {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    max-width: 80%;
    margin: 0 auto;
    color: #FFFFFF;
    padding: 0.44444rem;
    border-radius: 10px;
    background-color: #CFA080; }
  .category-carousel__image-container {
    width: 100%;
    height: 0;
    padding-top: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 0.88889rem;
    position: relative; }
    .category-carousel__item .category-carousel__image-container::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      z-index: 1;
      position: absolute;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.2);
      transition: 0.2s ease; }
    .category-carousel__item:hover .category-carousel__image-container::before {
      opacity: 1; }
    @media (min-width: 801px) {
      .category-carousel__image-container {
        margin-bottom: 1.33333rem; } }
  .category-carousel__image {
    position: absolute;
    transition: 0.2s ease;
    max-width: none;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }

.side-login-form .forgot-password {
  font-size: var(--text-preset-2);
  line-height: var(--body-line-height);
  font-weight: 500;
  letter-spacing: var(--letter-spacing-4);
  text-decoration: none;
  display: block;
  margin-bottom: 1.77778rem; }

.side-login-form .form-actions {
  display: flex;
  flex-direction: column; }

.mini-cart .hide-in-minicart {
  display: none !important; }

.body--cart .page-content .minicart-only {
  display: none; }

.show-in-minicart {
  display: none; }
  .mini-cart .show-in-minicart {
    display: block !important; }

.cart-order-summary {
  background-color: #FFFFFF;
  margin: 0 -1.33333rem;
  padding: 1.11111rem; }

.cart-item {
  display: flex !important;
  flex-wrap: wrap; }
  .cart-item-figure {
    margin-right: 0.66667rem; }
  .cart-item-brand {
    font-size: var(--h5-size);
    color: #000000;
    margin-bottom: 0.22222rem; }
  .cart-item-name {
    font-size: var(--text-preset-3);
    line-height: var(--body-line-height);
    font-weight: 700;
    letter-spacing: var(--letter-spacing-4);
    margin-bottom: 0.44444rem; }
  .cart-item-price {
    font-size: var(--text-preset-3);
    line-height: var(--body-line-height);
    font-weight: 400;
    letter-spacing: var(--letter-spacing-4);
    margin-bottom: 0.66667rem; }
  .cart-item-value {
    padding-left: 0; }
  .cart-item .definitionList {
    font-size: var(--text-preset-3);
    line-height: var(--body-line-height);
    font-weight: 400;
    letter-spacing: var(--letter-spacing-4);
    margin-top: 0; }
  .cart-item-quantity {
    display: flex;
    border: 1px solid #e0e0e0;
    justify-content: space-between;
    width: 101px; }
    .cart-item-quantity--wide {
      width: 100%; }
    .cart-item-quantity .form-input--incrementTotal {
      font-size: var(--text-preset-3);
      line-height: var(--body-line-height);
      font-weight: 700;
      letter-spacing: var(--letter-spacing-4);
      color: #0d0b0b; }
    .cart-item-quantity .button, .cart-item-quantity .info-block__action {
      background-color: transparent; }
      .cart-item-quantity .button .icon, .cart-item-quantity .info-block__action .icon {
        width: 0.44444rem;
        height: 0.44444rem; }
      .cart-item-quantity .button svg, .cart-item-quantity .info-block__action svg {
        fill: #0d0b0b; }
  .cart-item__bottom {
    flex-basis: 100%; }

.cart-items {
  flex: 1 1 auto;
  overflow-y: auto; }

.cart-item {
  display: flex;
  padding-left: 0; }
  .cart-item__left {
    position: relative; }
    .cart-item__left .cart-item-figure {
      margin-left: 0;
      width: 150px;
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      border-radius: 5px;
      margin-right: 0.88889rem; }
  .cart-item__middle {
    flex: 1; }
  .cart-item-title {
    padding: 0; }
  .cart-item-quantity {
    text-align: left; }
  .cart-item-quantity .button--icon {
    padding: 0.66667rem; }

.cart-remove {
  width: 1.33333rem;
  height: 1.33333rem;
  background-color: #F7F7F5; }
  .cart-remove:hover {
    background-color: #c2c2c2; }
  .cart-remove svg {
    fill: #0d0b0b; }

.cart-totals {
  list-style: none !important; }
  .mini-cart .cart-totals {
    width: 100%; }

.body--cart .page .cart-total {
  padding: 0.44444rem 0; }
  .body--cart .page .cart-total *:not(.button):not(.info-block__action) {
    color: #000000; }

.cart-total {
  font-size: var(--text-preset-3);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-4); }
  .mini-cart .cart-total {
    border: none; }
    .mini-cart .cart-total * {
      color: #000000;
      font-size: var(--h5-size); }
  .cart-total--bold * {
    font-size: var(--text-preset-4);
    line-height: var(--body-line-height);
    font-weight: 700;
    letter-spacing: var(--letter-spacing-3); }
  .cart-total--grandTotal {
    margin-top: 0.44444rem; }
    .cart-total--grandTotal * {
      font-size: var(--h3-size) !important; }

.cart-total-label {
  padding: 0;
  text-align: left;
  width: 50%;
  font-weight: 700; }

.cart-total-value {
  padding: 0;
  width: 50%;
  text-align: right; }

.cart-actions {
  display: flex;
  flex-direction: column; }
  @media (min-width: 551px) {
    .cart .cart-actions {
      float: right;
      width: 58.33333%; } }
  @media (min-width: 801px) {
    .cart .cart-actions {
      width: 50%; } }

.cart-content-padding-right {
  padding-right: 0; }

.mini-cart .cart-item__bottom {
  margin-top: 0.44444rem; }

.cart .form,
.mini-cart .form,
.wishlist-items .form {
  padding-top: 1.77778rem; }

.cart .form-row,
.mini-cart .form-row,
.wishlist-items .form-row {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.44444rem; }
  .cart .form-row dt,
  .mini-cart .form-row dt,
  .wishlist-items .form-row dt {
    flex: 1;
    text-align: left; }

.cart .form-label,
.cart .form-input,
.cart select,
.mini-cart .form-label,
.mini-cart .form-input,
.mini-cart select,
.wishlist-items .form-label,
.wishlist-items .form-input,
.wishlist-items select {
  font-size: var(--text-preset-3);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-4); }

.cart .form-select,
.cart .form-input,
.mini-cart .form-select,
.mini-cart .form-input,
.wishlist-items .form-select,
.wishlist-items .form-input {
  height: 2.66667rem;
  color: #0d0b0b !important; }

.cart .cart-form.gift-certificate-code,
.cart .cart-form.coupon-code,
.cart .shipping-estimator.is-open,
.mini-cart .cart-form.gift-certificate-code,
.mini-cart .cart-form.coupon-code,
.mini-cart .shipping-estimator.is-open,
.wishlist-items .cart-form.gift-certificate-code,
.wishlist-items .cart-form.coupon-code,
.wishlist-items .shipping-estimator.is-open {
  width: 100%; }

.cart .estimator-form,
.mini-cart .estimator-form,
.wishlist-items .estimator-form {
  margin-bottom: 0.44444rem; }

.cart .estimator-form-input,
.mini-cart .estimator-form-input,
.wishlist-items .estimator-form-input {
  margin: 0; }

.cart .cart-order-summary,
.mini-cart .cart-order-summary,
.wishlist-items .cart-order-summary {
  bottom: 0; }

.cart .cart-empty,
.mini-cart .cart-empty,
.wishlist-items .cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.88889rem; }
  .cart .cart-empty .button, .cart .cart-empty .info-block__action,
  .mini-cart .cart-empty .button,
  .mini-cart .cart-empty .info-block__action,
  .wishlist-items .cart-empty .button,
  .wishlist-items .cart-empty .info-block__action {
    min-width: 14.77778rem; }

.mini-cart {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }
  .mini-cart__top {
    overflow-y: auto; }
  @media (min-width: 801px) {
    .mini-cart {
      overflow: auto; } }
  .mini-cart .cart-totals {
    margin-bottom: 0.88889rem; }
  .mini-cart .cart-list {
    border-top: 0; }

.cart-item-price--discounted .cart-item-value {
  text-decoration: line-through;
  color: #737373; }

.cart-item-price--discounted .cart-item-value:not(.price--discounted) {
  color: #F5374E;
  text-decoration: none; }

.view-cart-link {
  margin-top: 0.66667rem;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  color: #000000; }
  .view-cart-link:hover {
    color: #FFFFFF;
    background-color: #000000; }

.cart h3 {
  text-align: center; }

.cart .page {
  margin: 0; }

.cart .page-content {
  padding: 0; }
  .cart .page-content .cart-totals {
    padding: 0; }

.cart .cart-total > * {
  width: 50%;
  padding: 0.44444rem 0; }

.cart .cart-actions {
  margin-bottom: 2.66667rem; }

.cart .cart-total-grandTotal {
  font-size: var(--text-preset-4);
  font-family: var(--font-primary, sans-serif);
  font-weight: 700;
  top: 0; }

.cart .cart-item {
  display: table-row; }

.cart .cart-totals {
  list-style: none !important; }

.cart .cart .form-increment {
  display: flex; }

.wishlist-items {
  height: calc(100vh - 90px);
  overflow-y: auto;
  padding: 0 0.88889rem; }
  .wishlist-items .wishlist-item .card {
    display: flex; }
    .wishlist-items .wishlist-item .card .card-figure {
      flex: 1; }
  .wishlist-items .cart-item__left {
    position: relative;
    margin-bottom: 0.44444rem; }

.cart-item-price-container {
  display: flex;
  align-items: center;
  gap: 0.44444rem;
  margin-bottom: 0.44444rem; }
  .cart-item-price-container .cart-item-price {
    margin: 0; }

.cart-item-quantity {
  border-radius: 20px;
  border-color: #000000;
  width: auto;
  max-width: 120px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 44px; }
  .cart-item-quantity:disabled {
    color: #adadad; }
  .cart-item-quantity .button--icon .icon,
  .cart-item-quantity .button--icon svg {
    width: 0.88889rem;
    height: 0.88889rem; }
    .cart-item-quantity .button--icon .icon:hover,
    .cart-item-quantity .button--icon svg:hover {
      border-color: transparent; }

.mini-cart {
  overflow: hidden; }
  .mini-cart .card-title a {
    font-size: var(--h3-size);
    font-weight: 500; }
  @media only screen and (max-width: 801px) {
    .mini-cart .cart-item__left .cart-item-figure {
      width: 4.88889rem;
      height: 4.88889rem; } }
  .mini-cart .cart-item-quantity {
    height: 40px; }
  .mini-cart .cart-item-price {
    font-size: var(--h5-size); }
  .mini-cart .cart-item .definitionList {
    font-size: var(--h5-size); }
    .mini-cart .cart-item .definitionList .definitionList-key {
      color: #000000;
      font-weight: 500; }
    .mini-cart .cart-item .definitionList-item {
      margin-bottom: 0.44444rem; }
  .mini-cart .cart-remove {
    background-color: transparent; }
  .mini-cart .cart-item-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: contain;
    max-width: fit-content;
    margin: auto; }
  .mini-cart .cart-free-shipping-block {
    background: rgba(245, 55, 78, 0.15);
    border-radius: 5px;
    font-size: var(--h5-size);
    text-align: center;
    padding: 0.44444rem 0.44444rem;
    margin-top: 0.88889rem; }

.cart-rewards {
  border-top: 1px solid #f3ede5;
  border-bottom: 1px solid #f3ede5;
  display: flex;
  justify-content: space-between;
  font-size: var(--h5-size);
  color: #F5374E;
  padding: 0.44444rem 0; }

.site-footer {
  padding: 0; }

.footer {
  border: none; }

.footer-top {
  padding-bottom: 1.33333rem !important;
  border-bottom: 1px solid #f3ede5;
  margin-bottom: 0; }
  @media only screen and (min-width: 1261px) {
    .footer-top {
      margin-bottom: 1.55556rem; } }
  .footer-top__container {
    display: flex;
    justify-content: space-between;
    align-items: center; }

@media (min-width: 1261px) {
  .footer-address {
    flex: 2 !important; } }

.footer-address .footer-logo-image-container {
  margin-bottom: 0.88889rem; }

.footer-logo {
  text-align: center; }
  @media (min-width: 1261px) {
    .footer-logo {
      text-align: initial; } }
  .footer-logo svg {
    max-width: 8.33333rem;
    max-height: 2.22222rem; }
  .footer-logo__link {
    display: inline-block; }

.footer-contact-block {
  font-size: var(--text-preset-2);
  font-family: var(--font-primary, sans-serif); }
  @media (min-width: 1261px) {
    .footer-contact-block {
      text-align: initial; } }
  .footer-contact-block__heading {
    font-weight: 700;
    color: #c2c2c2;
    margin-bottom: 0.44444rem; }
  .footer-contact-block__content {
    font-size: var(--text-preset-2);
    font-family: var(--font-primary, sans-serif); }

.footer__contact-block-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.footer-contact__address {
  font-size: var(--h5-size);
  margin-bottom: 0.88889rem; }

.footer-contact__phone {
  text-decoration: none; }

.footer-sign-up {
  background: #F7F7F5;
  width: 100%;
  padding-top: 1.77778rem;
  padding-bottom: 1.77778rem; }
  @media only screen and (max-width: 1261px) {
    .footer-sign-up-inner {
      margin-bottom: 0.44444rem; } }
  @media (min-width: 1261px) {
    .footer-sign-up-inner {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .footer-sign-up .sign-up-button {
    margin-top: 0.66667rem; }
    @media (min-width: 1261px) {
      .footer-sign-up .sign-up-button {
        margin-top: 0; } }

@media (min-width: 1261px) {
  .sign-up-intro {
    flex: 1 1 22.22222rem; } }

.sign-up-intro__heading {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  margin: 0; }
  .sign-up-intro__heading:before {
    all: unset; }

.sign-up-intro__icon {
  width: 1.55556rem;
  height: 1.33333rem; }

.sign-up-form {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .sign-up-form {
      flex: 1 1 calc(100% - 400px);
      margin-left: 1.77778rem; } }
  .sign-up-form .form-field {
    margin-bottom: 0; }
  @media (min-width: 1261px) {
    .sign-up-form .form-prefixPostfix > * {
      margin-left: 0.88889rem; } }
  .sign-up-form .form-input {
    flex: auto; }
    @media only screen and (max-width: 1261px) {
      .sign-up-form .form-input {
        margin-top: 0.66667rem; } }
  .sign-up-form__message {
    font-size: var(--text-preset-3);
    font-family: var(--font-primary, sans-serif);
    text-align: right;
    float: right; }

.footer-info {
  background: #FFFFFF;
  margin: 0; }
  .footer-info * {
    color: #000000 !important; }

.container.footer-info-inner, .breadcrumbs-container nav.footer-info-inner, .footer-info-inner.category-header__container, .footer-info-inner.blogPost-header__container, .footer-info-inner.faqs-block__container, .footer-info-inner.category-showcase-v2, .footer-info-inner.info-block__container, .footer-info-inner.reviews-block__container, .footer-info-inner.brands-header__container, .footer-info-inner.brand-header__container {
  padding-bottom: 1.33333rem;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1261px) {
    .container.footer-info-inner, .breadcrumbs-container nav.footer-info-inner, .footer-info-inner.category-header__container, .footer-info-inner.blogPost-header__container, .footer-info-inner.faqs-block__container, .footer-info-inner.category-showcase-v2, .footer-info-inner.info-block__container, .footer-info-inner.reviews-block__container, .footer-info-inner.brands-header__container, .footer-info-inner.brand-header__container {
      padding: 0; } }
  @media (min-width: 1261px) {
    .container.footer-info-inner, .breadcrumbs-container nav.footer-info-inner, .footer-info-inner.category-header__container, .footer-info-inner.blogPost-header__container, .footer-info-inner.faqs-block__container, .footer-info-inner.category-showcase-v2, .footer-info-inner.info-block__container, .footer-info-inner.reviews-block__container, .footer-info-inner.brands-header__container, .footer-info-inner.brand-header__container {
      display: flex;
      flex-wrap: nowrap; } }

.footer-info-col {
  flex: 1;
  text-align: left;
  margin-bottom: 0;
  width: 100%;
  padding: 0; }
  @media only screen and (max-width: 1261px) {
    .footer-info-col {
      flex-basis: 100%; } }
  .footer-info-col--address {
    order: -3; }
  .footer-info-col--contact {
    order: -1; }
  .footer-info-col--hours {
    order: -2; }
  @media only screen and (max-width: 1261px) {
    .footer-info-col--address, .footer-info-col--hours, .footer-info-col--contact {
      flex-basis: 50%;
      padding: 0.88889rem; } }
  .footer-info-col--contact {
    margin-bottom: 0.88889rem; }
  .footer-info-col--social {
    text-align: center; }
    .footer-info-col--social img {
      margin-bottom: 0.88889rem; }
  @media only screen and (max-width: 1261px) {
    .footer-info-col + .footer-info-col {
      border-top: 2px solid #FFFFFF; }
    .footer-info-col--social {
      text-align: left; } }
  @media only screen and (max-width: 801px) {
    .footer-info-col--social {
      text-align: center;
      padding-top: 2.66667rem; } }

.footer-info-list {
  font-size: var(--text-preset-3);
  font-family: var(--font-primary, sans-serif);
  letter-spacing: 0.16px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  padding: 0 0.88889rem; }
  .is-open .footer-info-list {
    max-height: 500px;
    margin-bottom: 0.88889rem; }
  @media (min-width: 1261px) {
    .footer-info-list {
      max-height: none !important;
      padding: 0; } }
  .footer-info-list__link {
    font-size: var(--h5-size);
    display: inline-block; }

.footer-contact-block__heading {
  font-weight: 700;
  font-size: var(--h5-size);
  font-family: var(--font-primary);
  margin-bottom: 1.11111rem; }
  @media only screen and (max-width: 1261px) {
    .footer-contact-block__heading {
      cursor: pointer; } }

.footer-info-heading {
  font-weight: 700;
  font-size: var(--h5-size);
  font-family: var(--font-primary); }
  @media (min-width: 1280px) {
    .footer-info-heading {
      margin-bottom: 1.11111rem; } }
  @media only screen and (max-width: 1261px) {
    .footer-info-heading.j-footer-accordion-toggler {
      border-top: 1px solid #f3ede5;
      cursor: pointer;
      padding: 0.88889rem 0.88889rem; } }

.footer-info-icon {
  transform: rotate(0deg);
  float: right;
  transition: transform 0.3s; }
  .footer-info-icon svg {
    fill: #000000;
    stroke: #000000; }
  .is-open .footer-info-icon {
    transform: rotate(-180deg); }
  @media (min-width: 1261px) {
    .footer-info-icon {
      display: none; } }

.socialLinks .icon {
  width: 1.66667rem;
  height: 1.66667rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border-radius: 100%; }
  .socialLinks .icon:hover svg {
    color: #7a0600; }
  .socialLinks .icon svg {
    fill: #FFFFFF;
    width: 1.11111rem;
    height: 1.11111rem; }

.footer-bottom {
  background: #FFFFFF;
  padding-top: 1.11111rem;
  padding-bottom: 1.11111rem;
  border-top: 1px solid #f3ede5; }
  @media (min-width: 1280px) {
    .footer-bottom {
      padding-bottom: 2.22222rem; } }
  .footer-bottom * {
    color: #000000 !important; }
  @media (min-width: 801px) {
    .footer-bottom-inner {
      display: flex;
      justify-content: space-between; } }

.footer-payment-icons {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  gap: 0.44444rem;
  max-width: 400px; }
  @media only screen and (max-width: 1261px) {
    .footer-payment-icons {
      margin-bottom: 0.88889rem;
      padding-bottom: 0.88889rem; }
      .footer-payment-icons::after {
        content: "";
        height: 1px;
        width: 100%;
        background-color: #f3ede5;
        position: absolute;
        left: 0;
        bottom: 1.77778rem; } }
  .footer-payment-icons .footer-payment-icon {
    width: 2.66667rem;
    height: 1.77778rem;
    margin: 0; }
    .footer-payment-icons .footer-payment-icon--zip {
      margin-bottom: 0.22222rem;
      margin-left: 0.22222rem;
      margin-right: 0.22222rem; }
  .footer-payment-icons__container {
    display: flex;
    align-items: center; }
  .footer-payment-icons img.footer-payment-icon {
    height: auto; }
  @media only screen and (max-width: 801px) {
    .footer-payment-icons {
      text-align: center;
      justify-content: center; } }

.footer-copyright {
  text-align: left; }
  @media (min-width: 801px) {
    .footer-copyright {
      order: -1;
      margin-top: 0.44444rem;
      text-align: left; } }

.zopim {
  left: 10px !important;
  right: auto !important; }

.header-search {
  padding: 0;
  background: #FFFFFF; }
  @media only screen and (max-width: 1260px) {
    .header-search {
      position: static;
      left: 0;
      border-bottom: 1px solid #e0e0e0; } }
  @media (min-width: 1261px) {
    .header-search {
      background: #0d0b0b;
      top: 135px;
      transition: top 0.2s; }
      .search-is-active .header-search {
        top: 95px; } }

.header-search-inner {
  position: static; }

.form.header-search-form {
  margin-bottom: 0;
  max-width: 100%; }
  @media (min-width: 1261px) {
    .form.header-search-form {
      max-width: 40.88889rem;
      padding-top: 0.88889rem;
      padding-bottom: 0.88889rem; } }
  .form.header-search-form .form-field {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .form.header-search-form .form-input {
    background: transparent;
    border: 0;
    border-radius: 100px;
    font-size: var(--h5-size);
    font-weight: 600; }
    @media only screen and (max-width: 1261px) {
      .form.header-search-form .form-input {
        width: calc(100% + 2rem);
        margin-left: -0.88889rem; } }
    @media (min-width: 1261px) {
      .form.header-search-form .form-input {
        height: 40px;
        font-size: var(--h5-size);
        font-weight: 600; } }

.header-search__clear {
  font-size: var(--text-preset-3);
  font-family: var(--font-primary, sans-serif);
  text-decoration: none;
  position: relative;
  padding-right: 0.44444rem;
  flex: 0 0 2.22222rem; }
  .header-search__clear:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e0e0e0; }
  @media only screen and (max-width: 1261px) {
    .header-search__clear {
      display: none !important; } }
  @media (min-width: 1261px) {
    .header-search__clear {
      display: none;
      margin-left: 0.44444rem;
      color: #FFFFFF; }
      .query-active .header-search__clear {
        display: block; } }

.header-search__submit,
.header-search__close {
  width: 1.77778rem;
  height: 1.77778rem;
  padding: 0;
  background: none;
  border: 0;
  flex: 0 0 1.77778rem;
  justify-content: center;
  align-items: center; }
  .header-search__submit svg,
  .header-search__close svg {
    width: 0.88889rem;
    height: 0.88889rem; }

@media (min-width: 1261px) {
  .header-search__submit {
    order: -1; }
    .header-search__submit svg {
      stroke: #FFFFFF;
      fill: #FFFFFF; } }

.header-search__close {
  display: none; }
  .query-active .header-search__close {
    display: flex; }
  @media (min-width: 1261px) {
    .header-search__close {
      display: flex; }
      .header-search__close svg {
        fill: #FFFFFF; } }

.header-search-result {
  display: none;
  background: #FFFFFF;
  width: 100vw;
  position: absolute;
  margin: 0;
  left: 0; }
  .query-active + .header-search-result {
    display: block; }
  @media only screen and (max-width: 1261px) {
    .query-active + .header-search-result {
      max-height: calc(100vh - 116px);
      overflow: auto; } }

.search-results-container {
  padding-top: 1.33333rem;
  padding-bottom: 1.77778rem; }
  @media (min-width: 1261px) {
    .search-results-container {
      display: flex; } }

.search-results .product {
  padding: 0; }
  @media (max-width: 749px) {
    .search-results .product:nth-of-type(1n+3) {
      display: none; } }
  @media only screen and (max-width: 801px) {
    .search-results .product:nth-of-type(4) {
      display: none; } }

@media only screen and (max-width: 1261px) {
  .search-results .product-card-inner {
    padding: 0.44444rem; } }

.search-results .product-card:hover .product-card-inner {
  box-shadow: none; }

.search-results .product-card:hover .card-figcaption {
  display: none; }

.search-results__heading {
  font-size: var(--text-preset-4);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-3);
  font-weight: 700;
  margin-bottom: 0.88889rem; }

.search-results__count {
  font-size: var(--text-preset-3);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-4);
  color: #737373;
  letter-spacing: 0.16px;
  margin-bottom: 0.88889rem; }

@media (min-width: 1261px) {
  .search-results__block--category {
    flex: 1 1 20%; }
  .search-results__block--products {
    flex: 1 1 80%; } }

.productGrid.search-results__products {
  margin: 0;
  margin-bottom: 1.77778rem;
  padding-top: 0;
  width: calc(100% + 1.5rem);
  margin-left: -0.66667rem; }

@media only screen and (max-width: 1261px) {
  .search-suggestion {
    display: flex;
    flex-wrap: wrap; } }

.search-suggestion__item {
  font-size: var(--text-preset-4);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-3);
  font-weight: 700;
  color: #737373; }
  @media only screen and (max-width: 1261px) {
    .search-suggestion__item {
      flex: 1 1 50%; } }

.search-suggestion__link {
  text-decoration: none;
  display: inline-block;
  line-height: 1.6; }

.search-results-action {
  flex-direction: column;
  display: flex;
  text-align: center;
  margin: auto; }
  .search-results-action .button, .search-results-action .info-block__action {
    max-width: 160px;
    margin: auto; }

.empty-search__heading {
  font-size: var(--text-preset-4);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-3);
  font-weight: 700;
  margin-bottom: 0.88889rem; }

.empty-search__text {
  font-size: var(--text-preset-4);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-3);
  color: #737373; }

.home-section {
  margin-bottom: 1.77778rem; }
  @media (min-width: 801px) {
    .home-section {
      margin-bottom: 3.55556rem; } }
  .home-section .product-row {
    padding-top: 0; }
  .home-section--trust {
    margin-bottom: 1.77778rem; }
    @media (min-width: 801px) {
      .home-section--trust {
        margin-bottom: 3.55556rem; } }
  .home-section--testimonials {
    background-color: #F7F7F5; }
  .home-section--brands {
    margin-bottom: 0; }
  .home-section--instagram {
    margin-bottom: 3.55556rem; }
  .home-section__title {
    text-align: center;
    margin-bottom: 1.77778rem; }
  .home-section__heading {
    text-transform: uppercase;
    margin-bottom: 1.33333rem;
    font-weight: 400;
    font-size: var(--text-preset-6); }
    @media (min-width: 801px) {
      .home-section__heading {
        margin-bottom: 1.77778rem; } }

.home-banner {
  margin-bottom: 1.77778rem; }

.hero-slider .slick-dots {
  bottom: 1.77778rem; }
  .hero-slider .slick-dots button {
    border-color: #0d0b0b;
    height: 0.55556rem;
    width: 0.55556rem; }
    .hero-slider .slick-dots button:before {
      height: 0.55556rem;
      width: 0.55556rem; }
  .hero-slider .slick-dots .slick-active button:before {
    background: #0d0b0b; }

.hero-slider .slick-prev {
  left: 0.88889rem; }

.hero-slider .slick-next {
  right: 0.88889rem; }

.hero-banner picture {
  display: block;
  width: 100%; }

.hero-banner img {
  width: 100%; }

.hero-banner__link {
  text-decoration: none;
  display: block; }
  @media (min-width: 801px) {
    .hero-banner__link {
      display: flex;
      align-items: center; } }

@media (min-width: 801px) {
  .hero-banner__image {
    flex: 0 0 50%;
    object-fit: cover; } }

.hero-banner__image img {
  width: 100%; }

.hero-banner__content {
  padding: 0.88889rem; }
  @media (min-width: 801px) {
    .hero-banner__content {
      padding: 2.22222rem;
      flex: 0 0 50%; } }

.hero-content__header {
  font-size: var(--text-preset-8);
  letter-spacing: var(--letter-spacing-1);
  font-weight: 700;
  line-height: var(--body-line-height);
  font-family: var(--font-headings, sans-serif);
  font-weight: 700; }

.hero-content__body {
  font-size: var(--text-preset-4);
  line-height: var(--body-line-height);
  font-weight: 700;
  letter-spacing: var(--letter-spacing-3);
  font-weight: 400; }

.hero-content__button {
  margin-top: 1.33333rem;
  transition: opacity 0.3s; }
  .hero-content__button:hover {
    opacity: 0.7; }

.trust-block {
  background: #F7F7F5; }

.trust-block-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .trust-block-list > * {
    flex: 1 1 50%; }
  @media (min-width: 801px) {
    .trust-block-list > * {
      flex: 1 1 25%; } }

.trust-block-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.88889rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .trust-block-list__item {
      flex-direction: row; } }

.trust-block-list__icon {
  width: 2.22222rem;
  height: 2.22222rem;
  margin-right: 0.44444rem; }

.trust-block-list__text {
  font-weight: 500; }

.brands-block {
  background: #F7F7F5;
  padding-top: 3.55556rem;
  padding-bottom: 3.55556rem; }

.brands-block-heading {
  font-size: var(--text-preset-6);
  letter-spacing: var(--letter-spacing-3);
  font-weight: 500;
  line-height: var(--body-line-height);
  font-family: var(--font-headings, sans-serif);
  text-align: center;
  margin-bottom: 1.77778rem; }

.brands-block-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.77778rem;
  flex-wrap: wrap; }

.brands-block-list__item {
  padding: 0.44444rem;
  flex-basis: 50%;
  text-align: center; }
  @media (min-width: 551px) {
    .brands-block-list__item {
      flex-basis: 33%; } }
  @media (min-width: 1261px) {
    .brands-block-list__item {
      flex-basis: 15%; } }
  .brands-block-list__item img {
    display: block;
    max-width: 100%;
    margin: auto;
    aspect-ratio: auto 168 / 52; }
    @media (min-width: 1261px) {
      .brands-block-list__item img {
        aspect-ratio: auto 258 / 80; } }

.brands-block-action {
  text-align: center; }
  .brands-block-action .button, .brands-block-action .info-block__action {
    width: 8.77778rem; }

.testimonials-inner {
  padding: 0.88889rem;
  padding-bottom: 1.77778rem; }

.testimonials-block__title {
  text-align: center;
  margin-bottom: 1.33333rem; }
  @media (min-width: 801px) {
    .testimonials-block__title {
      margin-bottom: 1.77778rem; } }

.testimonials-block__item {
  padding: 1.33333rem;
  border: 1px solid #e0e0e0;
  margin: 0 0.44444rem;
  background-color: #FFFFFF; }

.testimonials-block__item-title {
  font-size: var(--text-preset-4);
  letter-spacing: var(--letter-spacing-3);
  font-weight: 600;
  line-height: var(--body-line-height);
  font-family: var(--font-headings, sans-serif);
  margin-bottom: 0.44444rem; }

.testimonials-block__item-content {
  font-size: var(--text-preset-3);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-4);
  color: #737373;
  margin-bottom: 1.33333rem;
  overflow: hidden;
  max-height: calc(9 * 18.2px); }

.testimonials-block__author {
  font-size: var(--text-preset-3);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-4);
  font-weight: bold; }

@media (min-width: 801px) {
  .testimonials-block__footer {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

.testimonials-block .slick-list {
  padding-right: 2.22222rem;
  margin-right: -0.88889rem; }
  @media (min-width: 801px) {
    .testimonials-block .slick-list {
      margin-right: 0;
      padding-right: 0; } }

.testimonials-block .slick-track {
  overflow: visible; }

.testimonials-block .slick-prev {
  left: -2.22222rem; }

.testimonials-block .slick-next {
  right: -2.22222rem; }

/* Overrides also done to original productView css file */
.product-view-inner {
  display: flex;
  flex-direction: column; }
  @media (min-width: 801px) {
    .product-view-inner {
      display: grid;
      grid-template-columns: 50% 50%;
      /* Two columns: 50% each */
      grid-template-rows: auto 1fr;
      /* The first row is auto-sized, and the second row takes the remaining space */
      grid-template-areas: "item-2 item-1" "item-2 item-3";
      gap: 0;
      /* Remove grid gap to avoid spacing */
      padding-top: 0.88889rem !important; } }

.productView-title-section {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 10px; }
  @media (min-width: 801px) {
    .productView-title-section {
      grid-area: item-1;
      padding-left: 1.77778rem;
      order: unset; } }
  @media (min-width: 1261px) {
    .productView-title-section {
      padding-left: 6.22222rem; } }

.breadcrumbs-container {
  padding: 0.66667rem 0;
  margin-bottom: 1.33333rem; }
  .breadcrumbs-container ol.breadcrumbs {
    text-align: left;
    display: block; }
  .breadcrumbs-container .breadcrumb .breadcrumb-label {
    color: rgba(0, 0, 0, 0.7);
    font-size: var(--h6-size); }
  .breadcrumbs-container .breadcrumb.is-active > .breadcrumb-label {
    font-weight: 400;
    color: #000000; }

.product-images-wrapper {
  margin-bottom: 0.88889rem;
  order: 1; }
  .product-images-wrapper a {
    display: block; }
  @media (min-width: 801px) {
    .product-images-wrapper {
      order: unset; } }

.product-content-wrapper {
  order: 3;
  display: flex;
  flex-direction: column; }
  @media (min-width: 801px) {
    .product-content-wrapper {
      grid-area: item-3;
      padding-left: 1.77778rem;
      display: unset;
      order: unset; } }
  @media (min-width: 1261px) {
    .product-content-wrapper {
      padding-left: 6.22222rem; } }

@media (min-width: 801px) {
  .product-images-inner {
    display: flex; } }

.product-main-image {
  margin-bottom: 0; }
  @media (min-width: 801px) {
    .product-main-image {
      width: 100%;
      margin-left: 0; } }
  @media (min-width: 1261px) {
    .product-main-image {
      width: calc(100% - 132px);
      margin-left: 1.77778rem;
      margin-right: 0;
      position: relative;
      pointer-events: all; } }

.productView-image .easyzoom-flyout {
  z-index: 5; }
  @media only screen and (max-width: 801px) {
    .productView-image .easyzoom-flyout {
      display: none !important; } }

@media only screen and (max-width: 801px) {
  .productView-thumbnails {
    text-align: center;
    margin-top: 0.44444rem; }
    .productView-thumbnails .productView-thumbnail {
      float: none;
      display: inline-block;
      margin: 0 0.44444rem;
      height: auto;
      margin-top: 0.22222rem; }
    .productView-thumbnails .slick-prev, .productView-thumbnails .slick-next {
      margin-top: -8px; }
    .productView-thumbnails .slick-prev {
      left: -30px; }
    .productView-thumbnails .slick-next {
      right: -30px; }
    .productView-thumbnails .productView-thumbnail-link {
      display: inline-block;
      width: 100%;
      height: 0;
      padding-top: 100%;
      overflow: hidden;
      background: none;
      border: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      border: 1px solid #CBCBCB;
      border-radius: 10px; }
      .productView-thumbnails .productView-thumbnail-link img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        object-fit: cover; }
    .productView-thumbnails .productView-thumbnail-link.is-active {
      border: 1px solid #000000; } }

@media (min-width: 801px) {
  .productView-thumbnails {
    order: -1;
    height: 100%;
    width: 100px; }
    .productView-thumbnails .productView-thumbnail {
      width: 100px !important;
      height: 100px;
      overflow: hidden;
      position: relative; }
      .productView-thumbnails .productView-thumbnail img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .productView-thumbnails.has-arrows {
      padding-top: 1.77778rem;
      padding-bottom: 1.77778rem; }
    .productView-thumbnails .slick-list {
      margin: 0; }
    .productView-thumbnails .slick-current {
      border-color: #000000;
      border-radius: 2px; }
    .productView-thumbnails .slick-arrow {
      border-radius: 100%;
      width: 2.22222rem;
      height: 2.22222rem; }
      .productView-thumbnails .slick-arrow:before {
        width: 2.22222rem;
        height: 2.22222rem; }
      .productView-thumbnails .slick-arrow.slick-prev {
        top: 0;
        left: 50%;
        transform: rotate(90deg) translateY(50%); }
      .productView-thumbnails .slick-arrow.slick-next {
        bottom: 0;
        top: auto;
        left: 50%;
        transform: rotate(90deg) translateY(50%); } }

.product-thumbnail {
  width: 5.55556rem;
  height: 5.55556rem;
  margin-bottom: 0.88889rem; }
  .product-thumbnail__link {
    border: none; }

.productView-brand {
  font-size: var(--text-preset-2);
  line-height: var(--body-line-height);
  font-weight: 700;
  letter-spacing: var(--letter-spacing-3);
  text-decoration: underline;
  order: 2; }
  .productView-brand::before, .productView-brand::after {
    display: none; }
  .productView-brand__link {
    text-decoration: none; }
  @media (min-width: 801px) {
    .productView-brand {
      order: unset; } }

.productView-title {
  font-size: var(--h3-size);
  font-family: var(--font-primary);
  order: 3; }
  @media (min-width: 801px) {
    .productView-title {
      order: unset; } }

@media (min-width: 801px) {
  .productView-reviews-section {
    border-bottom: 1px solid #f3ede5;
    padding-bottom: 0.88889rem;
    margin-bottom: 0.88889rem; } }

.productView-rating {
  font-size: var(--text-preset-2);
  line-height: var(--body-line-height);
  font-weight: 700;
  letter-spacing: var(--letter-spacing-3);
  font-weight: 400; }

.ruk_rating_snippet {
  display: flex;
  align-items: center;
  gap: calc(0.22222rem /2);
  order: 1; }
  @media (min-width: 801px) {
    .ruk_rating_snippet {
      order: unset; } }
  .ruk_rating_snippet .ruk-icon-percentage-star--0:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE5IDE4IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTEuMDM1NiAwLjg1MzU1TDEyLjI5ODEgNC43NDExOEMxMi40NjM5IDUuMjUwMzEgMTIuOTM3NCA1LjU5NDczIDEzLjQ3MyA1LjU5NDczSDE3LjU1OTlDMTguNzU2NyA1LjU5NDczIDE5LjI1NDMgNy4xMjU1OSAxOC4yODU2IDcuODI5MzlMMTQuOTc4NSAxMC4yMzIyQzE0LjU0NTQgMTAuNTQ2NyAxNC4zNjQ1IDExLjEwNDIgMTQuNTI5MyAxMS42MTM0TDE1Ljc5MTcgMTUuNTAxQzE2LjE2MTUgMTYuNjM5IDE0Ljg1ODcgMTcuNTg1OSAxMy44OTExIDE2Ljg4MjFMMTAuNTg0IDE0LjQ3OTNDMTAuMTUwOSAxNC4xNjQ4IDkuNTY0NjIgMTQuMTY0OCA5LjEzMTUxIDE0LjQ3OTNMNS44MjQ0NCAxNi44ODIxQzQuODU1NyAxNy41ODU5IDMuNTU0MDYgMTYuNjM5IDMuOTIzODIgMTUuNTAxTDUuMTg2MjkgMTEuNjEzNEM1LjM1MjE2IDExLjEwNDIgNS4xNzAxNiAxMC41NDY3IDQuNzM3MDUgMTAuMjMyMkwxLjQyOTk4IDcuODI5MzlDMC40NjEyMzggNy4xMjU1OSAwLjk1ODg1NSA1LjU5NDczIDIuMTU1NjcgNS41OTQ3M0g2LjI0MjU3QzYuNzc4MiA1LjU5NDczIDcuMjUxNjMgNS4yNTAzMSA3LjQxNzUgNC43NDExOEw4LjY3OTk3IDAuODUzNTVDOS4wNDk3MyAtMC4yODQ1MTcgMTAuNjYwMSAtMC4yODQ1MTcgMTEuMDI5OCAwLjg1MzU1SDExLjAzNTZaIiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIi8+Cjwvc3ZnPg=="); }
  .ruk_rating_snippet .ruk-icon-percentage-star--25:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'%3E%3Cdefs%3E%3Cmask id='half-mask'%3E%3Crect x='0' y='0' width='4.75' height='18' fill='white'/%3E%3C!-- Half mask --%3E%3C/mask%3E%3C/defs%3E%3Cpath d='M11.6181 5.13974L11.6183 5.14019C11.8629 5.88277 12.5592 6.38101 13.3417 6.38101H17.6847C18.4834 6.38101 18.789 7.37491 18.1641 7.82399L18.1641 7.82401L14.6499 10.3497C14.0137 10.8067 13.7458 11.6195 13.989 12.363L13.9892 12.3636L15.3307 16.4501L15.3308 16.4502C15.5667 17.1684 14.7291 17.8085 14.0781 17.3401L14.0779 17.3399L10.5636 14.8141L10.5635 14.814C9.9289 14.3583 9.0711 14.3583 8.43655 14.814L8.43642 14.8141L4.92213 17.3399C4.92212 17.3399 4.92212 17.3399 4.92211 17.3399C4.26973 17.8087 3.43337 17.1683 3.66924 16.4502L3.66926 16.4501L5.01069 12.364C5.01074 12.3639 5.01078 12.3637 5.01083 12.3636C5.01083 12.3636 5.01084 12.3636 5.01084 12.3636C5.25596 11.6187 4.98546 10.806 4.35007 10.3497L0.835902 7.82401L0.835886 7.82399C0.210994 7.37491 0.516604 6.38101 1.31526 6.38101H5.65826C6.44084 6.38101 7.13714 5.88277 7.38171 5.14019L7.38186 5.13974L8.72342 1.05325C8.72343 1.05323 8.72344 1.05321 8.72344 1.05318C8.96578 0.315583 10.0282 0.315606 10.2705 1.05325L10.3834 1.39723H10.3895L11.6181 5.13974Z' fill='%23000000' mask='url(%23half-mask)'/%3E%3C/svg%3E%0A"); }
  .ruk_rating_snippet .ruk-icon-percentage-star--50:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'%3E%3Cdefs%3E%3Cmask id='half-mask'%3E%3Crect x='0' y='0' width='9.5' height='18' fill='white'/%3E%3C!-- Half mask --%3E%3C/mask%3E%3C/defs%3E%3Cpath d='M11.6181 5.13974L11.6183 5.14019C11.8629 5.88277 12.5592 6.38101 13.3417 6.38101H17.6847C18.4834 6.38101 18.789 7.37491 18.1641 7.82399L18.1641 7.82401L14.6499 10.3497C14.0137 10.8067 13.7458 11.6195 13.989 12.363L13.9892 12.3636L15.3307 16.4501L15.3308 16.4502C15.5667 17.1684 14.7291 17.8085 14.0781 17.3401L14.0779 17.3399L10.5636 14.8141L10.5635 14.814C9.9289 14.3583 9.0711 14.3583 8.43655 14.814L8.43642 14.8141L4.92213 17.3399C4.92212 17.3399 4.92212 17.3399 4.92211 17.3399C4.26973 17.8087 3.43337 17.1683 3.66924 16.4502L3.66926 16.4501L5.01069 12.364C5.01074 12.3639 5.01078 12.3637 5.01083 12.3636C5.01083 12.3636 5.01084 12.3636 5.01084 12.3636C5.25596 11.6187 4.98546 10.806 4.35007 10.3497L0.835902 7.82401L0.835886 7.82399C0.210994 7.37491 0.516604 6.38101 1.31526 6.38101H5.65826C6.44084 6.38101 7.13714 5.88277 7.38171 5.14019L7.38186 5.13974L8.72342 1.05325C8.72343 1.05323 8.72344 1.05321 8.72344 1.05318C8.96578 0.315583 10.0282 0.315606 10.2705 1.05325L10.3834 1.39723H10.3895L11.6181 5.13974Z' fill='%23000000' mask='url(%23half-mask)'/%3E%3C/svg%3E%0A"); }
  .ruk_rating_snippet .ruk-icon-percentage-star--75:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'%3E%3Cdefs%3E%3Cmask id='half-mask'%3E%3Crect x='0' y='0' width='14.25' height='18' fill='white'/%3E%3C!-- Half mask --%3E%3C/mask%3E%3C/defs%3E%3Cpath d='M11.6181 5.13974L11.6183 5.14019C11.8629 5.88277 12.5592 6.38101 13.3417 6.38101H17.6847C18.4834 6.38101 18.789 7.37491 18.1641 7.82399L18.1641 7.82401L14.6499 10.3497C14.0137 10.8067 13.7458 11.6195 13.989 12.363L13.9892 12.3636L15.3307 16.4501L15.3308 16.4502C15.5667 17.1684 14.7291 17.8085 14.0781 17.3401L14.0779 17.3399L10.5636 14.8141L10.5635 14.814C9.9289 14.3583 9.0711 14.3583 8.43655 14.814L8.43642 14.8141L4.92213 17.3399C4.92212 17.3399 4.92212 17.3399 4.92211 17.3399C4.26973 17.8087 3.43337 17.1683 3.66924 16.4502L3.66926 16.4501L5.01069 12.364C5.01074 12.3639 5.01078 12.3637 5.01083 12.3636C5.01083 12.3636 5.01084 12.3636 5.01084 12.3636C5.25596 11.6187 4.98546 10.806 4.35007 10.3497L0.835902 7.82401L0.835886 7.82399C0.210994 7.37491 0.516604 6.38101 1.31526 6.38101H5.65826C6.44084 6.38101 7.13714 5.88277 7.38171 5.14019L7.38186 5.13974L8.72342 1.05325C8.72343 1.05323 8.72344 1.05321 8.72344 1.05318C8.96578 0.315583 10.0282 0.315606 10.2705 1.05325L10.3834 1.39723H10.3895L11.6181 5.13974Z' fill='%23000000' mask='url(%23half-mask)'/%3E%3C/svg%3E%0A"); }
  .ruk_rating_snippet .ruk-icon-percentage-star--100:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE5IDE4IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTEuMDk0MiAwLjg1MzU1TDEyLjM1NjcgNC43NDExOEMxMi41MjI1IDUuMjUwMzEgMTIuOTk1OSA1LjU5NDczIDEzLjUzMTYgNS41OTQ3M0gxNy42MTg1QzE4LjgxNTMgNS41OTQ3MyAxOS4zMTI5IDcuMTI1NTkgMTguMzQ0MiA3LjgyOTM5TDE1LjAzNzEgMTAuMjMyMkMxNC42MDQgMTAuNTQ2NyAxNC40MjMxIDExLjEwNDIgMTQuNTg3OSAxMS42MTM0TDE1Ljg1MDMgMTUuNTAxQzE2LjIyMDEgMTYuNjM5IDE0LjkxNzMgMTcuNTg1OSAxMy45NDk3IDE2Ljg4MjFMMTAuNjQyNiAxNC40NzkzQzEwLjIwOTUgMTQuMTY0OCA5LjYyMzIyIDE0LjE2NDggOS4xOTAxMSAxNC40NzkzTDUuODgzMDMgMTYuODgyMUM0LjkxNDI5IDE3LjU4NTkgMy42MTI2NiAxNi42MzkgMy45ODI0MSAxNS41MDFMNS4yNDQ4OCAxMS42MTM0QzUuNDEwNzYgMTEuMTA0MiA1LjIyODc2IDEwLjU0NjcgNC43OTU2NSAxMC4yMzIyTDEuNDg4NTcgNy44MjkzOUMwLjUxOTgzMiA3LjEyNTU5IDEuMDE3NDUgNS41OTQ3MyAyLjIxNDI2IDUuNTk0NzNINi4zMDExN0M2LjgzNjggNS41OTQ3MyA3LjMxMDIyIDUuMjUwMzEgNy40NzYwOSA0Ljc0MTE4TDguNzM4NTYgMC44NTM1NUM5LjEwODMyIC0wLjI4NDUxNyAxMC43MTg3IC0wLjI4NDUxNyAxMS4wODg0IDAuODUzNTVIMTEuMDk0MloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPg=="); }
  .ruk_rating_snippet .ruk-rating-snippet-count {
    font-size: var(--h6-size) !important;
    margin-left: 0.22222rem; }

.productView-reviewLink {
  color: #0d0b0b; }

.productView-price-container {
  display: flex;
  align-items: center;
  gap: 0.44444rem;
  margin-top: 10px;
  margin-bottom: 16px; }

.productView-price {
  margin-bottom: 0; }
  .productView-price .price {
    font-size: var(--h3-size); }

.productView-discount-container {
  display: flex;
  gap: 0.66667rem;
  margin-bottom: 0.66667rem; }

.productView .card-body-discount-coupon {
  margin-bottom: 0.44444rem; }

.productView-payment-icons {
  order: 3; }
  .productView-payment-icons .productView-payment-icons__row {
    display: flex;
    align-items: center;
    gap: 0.44444rem;
    margin-bottom: 0.44444rem; }
  .productView-payment-icons__item {
    display: flex;
    align-items: center; }
    .productView-payment-icons__item svg {
      height: 18px;
      width: 44px; }
  .productView-payment-icons__item:nth-child(2) svg {
    width: 100px; }
  .productView-payment-icons .productView-payment-icons_text {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 4px; }

@media (min-width: 801px) {
  .productView-addToCart-container {
    display: flex;
    align-items: center;
    padding-bottom: 1.33333rem;
    margin-bottom: 1.33333rem;
    border-bottom: 1px solid #f3ede5; } }

.productView-addToCart-container #add-to-cart-wrapper {
  flex: 1;
  display: flex;
  gap: 1.11111rem;
  flex-direction: column;
  align-items: stretch; }
  .productView-addToCart-container #add-to-cart-wrapper .add-to-cart-content {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 1.11111rem; }
  @media (min-width: 551px) {
    .productView-addToCart-container #add-to-cart-wrapper {
      width: 50%; } }

.productView-options {
  margin-bottom: 0.88889rem; }
  .productView-options .form {
    margin: 0; }
  .productView-options .form-field {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    flex-wrap: wrap; }
    @media (min-width: 801px) {
      .productView-options .form-field {
        margin-top: 0; } }
    .productView-options .form-field::before, .productView-options .form-field::after {
      display: none; }
    .productView-options .form-field[data-product-attribute="swatch"] {
      padding: 0;
      flex-direction: column;
      align-items: flex-start; }
      .productView-options .form-field[data-product-attribute="swatch"] .form-label {
        padding: 0;
        margin-bottom: 6px;
        width: 100%; }
    .productView-options .form-field[data-product-attribute="set-rectangle"] {
      flex-direction: column;
      align-items: flex-start; }
      .productView-options .form-field[data-product-attribute="set-rectangle"] .form-label {
        margin-bottom: 6px;
        width: 100%; }
    .productView-options .form-field[data-product-attribute="set-radio"] {
      flex-direction: column;
      align-items: flex-start; }
      .productView-options .form-field[data-product-attribute="set-radio"] .form-label {
        margin-bottom: 6px;
        width: 100%; }
    .productView-options .form-field[data-product-attribute="set-select"] {
      flex-direction: column;
      align-items: flex-start; }
      .productView-options .form-field[data-product-attribute="set-select"] .form-label {
        margin-bottom: 6px;
        width: 100%; }
    .productView-options .form-field[data-product-attribute="unified-option"] {
      flex-direction: column;
      align-items: flex-start; }
      .productView-options .form-field[data-product-attribute="unified-option"] .form-label {
        margin-bottom: 6px;
        width: 100%; }
      .productView-options .form-field[data-product-attribute="unified-option"] .unified-options-container {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 6px; }
        @media (min-width: 801px) {
          .productView-options .form-field[data-product-attribute="unified-option"] .unified-options-container {
            flex-wrap: wrap; } }
    .productView-options .form-field[data-product-attribute] {
      flex-direction: column;
      align-items: flex-start; }
      .productView-options .form-field[data-product-attribute] .form-label {
        margin-bottom: 6px;
        width: 100%; }
  .productView-options .form-label,
  .productView-options .form-label small {
    text-wrap: nowrap;
    font-family: var(--font-primary);
    font-size: 11px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0; }
  .productView-options [data-cart-item-add] {
    flex: 1; }
  .productView-options .add-to-cart-buttons,
  .productView-options .add-to-cart-wallet-buttons {
    margin: 0; }
  .productView-options #form-action-addToCart {
    width: 100%;
    height: 40px; }
    .productView-options #form-action-addToCart[data-prodid="7051"]:disabled, .productView-options #form-action-addToCart[data-prodid="7051"]:not(:disabled) + .klaviyo-bis-trigger {
      display: none; }
    .productView-options #form-action-addToCart[data-prodid="7051"][disabled] + .klaviyo-bis-trigger {
      display: block; }
  .productView-options .add-to-cart-buttons {
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        width: 50%; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons {
        padding: 0;
        width: auto; } }
  .productView-options #form-action-addToCart {
    width: 100%; }
  .productView-options [data-product-option-change],
  .productView-options .form-field--increments {
    width: 100%; }
  .productView-options .form-select {
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    border-color: #000000;
    color: #000000;
    height: 2.22222rem;
    background-position: right 0.5rem top 6px;
    background-size: 1.5rem; }

.productView__infoList {
  display: flex;
  flex-direction: column; }
  .productView__infoList-item {
    font-size: var(--text-preset-4);
    display: flex;
    align-items: center;
    margin-bottom: 0.44444rem; }
    .productView__infoList-item::before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cstyle%3Esvg%7Bfill:%2350ca16%7D%3C/style%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      margin-right: 0.22222rem; }

.productView .form-wishlist .dropdown-menu-button {
  background-color: #000000; }

.form-wishlist {
  width: auto;
  margin: 0;
  margin-left: 0.66667rem !important;
  padding-right: 0; }
  .form-wishlist .dropdown-menu-button {
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    padding: 0.22222rem;
    background-color: rgba(255, 255, 255, 0.2); }
    .form-wishlist .dropdown-menu-button:hover {
      border-color: transparent; }
  .productView-options .form-wishlist {
    padding: 0;
    margin-left: 0.88889rem; }
  .form-wishlist *[id^="wishlist-dropdown"].is-open {
    width: 11.11111rem !important;
    right: 0 !important;
    left: auto !important;
    padding: 0; }
    .form-wishlist *[id^="wishlist-dropdown"].is-open .button, .form-wishlist *[id^="wishlist-dropdown"].is-open .info-block__action {
      color: #0d0b0b;
      border: 0;
      background: #FFFFFF;
      width: 100%; }
      .form-wishlist *[id^="wishlist-dropdown"].is-open .button:hover, .form-wishlist *[id^="wishlist-dropdown"].is-open .info-block__action:hover {
        background: #e0e0e0; }
  .form-wishlist .icon {
    margin: 0;
    width: 1.11111rem;
    height: 1.11111rem; }
    .form-wishlist .icon svg {
      width: 1.11111rem;
      height: 1.11111rem;
      fill: #f3ede5; }
    .form-wishlist .icon:hover svg {
      fill: #F5374E; }

.product-release-date {
  margin-top: 0.44444rem; }

.product-description {
  clear: both;
  margin-top: 1.77778rem; }
  @media (min-width: 801px) {
    .product-description {
      margin-top: 2.66667rem; } }
  .product-description .tabs {
    display: flex; }
    .product-description .tabs .tab {
      border: 0;
      flex-basis: 25%; }
    .product-description .tabs .tab-title {
      padding: 0.88889rem;
      text-align: center; }
    .product-description .tabs .tab.is-active {
      border-bottom: 2px solid #000000; }
  .product-description .tab-content h2,
  .product-description .tab-content h3 {
    font-family: var(--font-primary, sans-serif);
    margin-bottom: 0.66667rem; }
  .product-description .tab-content p {
    margin-bottom: 0.66667rem; }
  .product-description .tab-content ul {
    list-style: disc;
    padding-left: 0.88889rem;
    margin-bottom: 0.66667rem; }
  .product-description .c-accordion {
    border-color: #f3ede5; }
    .product-description .c-accordion .c-accordion-header {
      font-family: var(--font-primary);
      font-size: var(--h3-size); }
      .product-description .c-accordion .c-accordion-header::before, .product-description .c-accordion .c-accordion-header::after {
        display: none; }
    .product-description .c-accordion .c-accordion-content {
      font-size: var(--h5-size);
      padding-bottom: 2.22222rem; }

.product-desc-inner {
  margin-bottom: 0.88889rem; }
  @media (min-width: 1261px) {
    .product-desc-inner {
      margin-bottom: 4rem; } }

@media (min-width: 801px) {
  .product-tab-content {
    padding: 0.88889rem; } }

.product-tab-content ul li * {
  font-size: inherit !important; }

#product-reviews {
  margin-bottom: 0; }

.tab-content ul.productReviews-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  .tab-content ul.productReviews-list:before, .tab-content ul.productReviews-list:after {
    all: unset; }

.tab-content li.productReview {
  padding: 0;
  margin-bottom: 1.77778rem; }
  @media (min-width: 801px) {
    .tab-content li.productReview {
      width: calc(50% - 2rem); } }

.productView-images {
  position: relative;
  margin-left: 1.33333rem;
  margin-right: 1.33333rem; }
  @media (min-width: 801px) {
    .productView-images {
      grid-area: item-2;
      margin-left: 0;
      margin-right: 0; } }

.reviews-container {
  background-color: #f3ede5;
  padding: 2.44444rem 0; }
  .reviews-container h2 {
    text-align: center;
    margin-bottom: 2.22222rem; }

.form-option.form-option-swatch {
  outline: none !important; }
  .form-option.form-option-swatch .form-option-variant {
    border-radius: 100%; }
  .form-option.form-option-swatch:focus {
    outline: none; }
  .form-option.form-option-swatch:focus-visible {
    outline: none !important; }

.form-option-wrapper {
  outline: none !important; }
  .form-option-wrapper:focus {
    outline: none; }
  .form-option-wrapper:focus-visible {
    outline: none !important; }

.form-option-wrapper .form-option {
  margin: 0;
  display: flex;
  /* Rectangle option specific styles */ }
  .form-option-wrapper .form-option:focus {
    outline: none; }
  .form-option-wrapper .form-option:focus-visible {
    outline: none !important; }
  .form-option-wrapper .form-option .form-option-variant {
    text-align: center;
    font-size: var(--h4-size);
    color: #000000;
    width: 15px;
    height: 15px; }
  .form-option-wrapper .form-option .rectangle-option-variant-label {
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #000000;
    width: 100%;
    height: 100%; }
  .form-option-wrapper .form-option .rectangle-option-variant-image {
    width: 22px;
    height: 22px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 8px;
    flex-shrink: 0; }

#add-to-cart-wrapper {
  display: flex;
  align-items: stretch;
  flex-direction: column; }
  #add-to-cart-wrapper .productAttributes-message {
    width: 100%;
    margin-bottom: 0.88889rem; }
    #add-to-cart-wrapper .productAttributes-message.alertBox {
      background-color: #f8f9fa;
      border: 1px solid #e9ecef;
      border-radius: 6px;
      padding: 0.66667rem; }
      #add-to-cart-wrapper .productAttributes-message.alertBox .alertBox-message {
        font-size: 14px;
        font-weight: 500;
        color: #495057;
        margin: 0; }
      #add-to-cart-wrapper .productAttributes-message.alertBox .alertBox-icon {
        margin-right: 0.44444rem; }
  #add-to-cart-wrapper .form-field--increments {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-bottom: 0; }
    #add-to-cart-wrapper .form-field--increments::before {
      display: none !important; }
  #add-to-cart-wrapper .form-increment {
    border-radius: 20px;
    height: 40px;
    border-color: #000000; }
  #add-to-cart-wrapper .form-field--increments .button, #add-to-cart-wrapper .form-field--increments .info-block__action {
    width: 2.22222rem;
    height: 2.22222rem;
    padding: 0.66667rem;
    border: none; }
  #add-to-cart-wrapper .form-input {
    color: #000000; }
  #add-to-cart-wrapper .add-to-cart-buttons {
    flex: 1; }
    #add-to-cart-wrapper .add-to-cart-buttons.sticky {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0.44444rem 1.33333rem;
      background-color: #FFFFFF;
      z-index: 2; }
    #add-to-cart-wrapper .add-to-cart-buttons.sticky--desktop {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.88889rem;
      z-index: 2;
      border-top: 2px solid #F7F7F5; }
      #add-to-cart-wrapper .add-to-cart-buttons.sticky--desktop .product-info {
        display: flex; }
    #add-to-cart-wrapper .add-to-cart-buttons .product-info {
      display: none;
      align-items: center; }
      #add-to-cart-wrapper .add-to-cart-buttons .product-info > * {
        margin-bottom: 0; }

.benefits-block {
  display: none; }
  @media (min-width: 801px) {
    .benefits-block {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 0.66667rem; } }
  @media (min-width: 801px) and (min-width: 801px) {
    .benefits-block {
      flex-wrap: nowrap;
      gap: 0; } }
  @media (min-width: 801px) and (min-width: 1261px) {
    .benefits-block {
      overflow: visible; } }
  @media (min-width: 801px) {
      .benefits-block__item {
        display: flex;
        align-items: center;
        flex-basis: 100%;
        justify-content: space-between;
        gap: 0.66667rem; } }
    @media (min-width: 801px) and (min-width: 801px) {
      .benefits-block__item {
        flex-direction: column;
        justify-content: flex-start;
        text-align: center;
        gap: 0; } }
  @media (min-width: 801px) {
        .benefits-block__item br {
          display: none; } }
      @media (min-width: 801px) and (min-width: 801px) {
        .benefits-block__item br {
          display: initial; } }
  @media (min-width: 801px) {
        .benefits-block__item svg {
          height: 20px;
          max-width: 40px;
          fill: none; } }
      @media (min-width: 801px) and (min-width: 801px) {
        .benefits-block__item svg {
          margin-bottom: 0.66667rem; } }
  @media (min-width: 801px) {
        .benefits-block__item-text {
          font-size: var(--h5-size);
          flex: 1; } }

.benefits-block__mobile {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.66667rem;
  background-color: #F8F8F8;
  padding: 0.88889rem 1.33333rem;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 1.33333rem;
  margin-top: 0.88889rem; }
  @media (min-width: 801px) {
    .benefits-block__mobile {
      display: none; } }
  .benefits-block__mobile .benefits-block__item {
    display: flex;
    align-items: center;
    flex-basis: 100%;
    justify-content: space-between;
    gap: 0.66667rem; }
    .benefits-block__mobile .benefits-block__item br {
      display: none; }
    .benefits-block__mobile .benefits-block__item svg {
      height: 20px;
      max-width: 40px;
      fill: none; }
    .benefits-block__mobile .benefits-block__item-text {
      font-size: var(--h5-size);
      flex: 1; }

.videoGallery {
  padding: 0.88889rem 0; }

.productView-image {
  position: relative;
  padding-top: 100%;
  /* This sets the height equal to the width to maintain a square ratio */
  overflow: hidden;
  height: 0; }
  @media (min-width: 801px) {
    .productView-image {
      padding-top: 80%; } }
  .productView-image .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .productView-image .j-main-slide--singleImage,
  .productView-image .j-main-slide--defaultImage,
  .productView-image .j-main-slide--singleImage img,
  .productView-image .j-main-slide--defaultImage img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.productView-delivery-info {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 500; }

.out-of-stock-form {
  border-top: 1px solid #e0e0e0;
  margin-top: 1.33333rem;
  padding-top: 1.33333rem;
  width: 100%; }

.out-of-stock__heading {
  font-size: var(--text-preset-5);
  letter-spacing: var(--letter-spacing-3);
  font-weight: 500;
  line-height: var(--body-line-height);
  font-family: var(--font-headings, sans-serif);
  margin-bottom: 1.33333rem; }

.out-of-stock__subheading {
  display: block; }
  .out-of-stock__subheading:first-of-type {
    font-weight: 700; }

.out-of-stock__input {
  margin-top: 0.44444rem;
  margin-bottom: 0.88889rem; }

.out-of-stock__button {
  width: 100%; }

.product-instalments {
  margin-bottom: 1.77778rem; }
  .product-instalments__heading {
    font-family: var(--font-primary, sans-serif);
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.16px;
    display: flex; }
  .product-instalments__card-icon {
    width: 1.11111rem;
    height: 1.11111rem;
    margin-right: 0.44444rem; }
    .product-instalments__card-icon svg {
      width: 1.11111rem;
      height: 1.11111rem; }
  .product-instalments__icon {
    margin-left: auto;
    margin-right: 0;
    width: 1.11111rem;
    height: 1.11111rem; }
    .product-instalments__icon svg {
      width: 0.88889rem;
      height: 0.88889rem; }

.instalment-list {
  letter-spacing: 0;
  max-width: 100%;
  padding: 0.88889rem 1.77778rem;
  position: static !important;
  background: #FFFFFF; }
  .instalment-list__item {
    display: flex;
    align-items: center; }
  .instalment-list__icon {
    width: 1.77778rem;
    height: 1.77778rem;
    margin-right: 0.44444rem;
    padding: 0;
    display: flex;
    align-items: center; }
    .instalment-list__icon svg {
      height: 1.77778rem; }
  .instalment-list__text {
    font-size: var(--text-preset-2);
    line-height: var(--text-preset-3);
    letter-spacing: 0.32px;
    font-weight: 500; }
  .instalment-list__info-icon {
    margin-left: auto;
    margin-right: 0; }
  .instalment-list .icon--afterpay svg {
    fill: #000000; }
  .instalment-list .icon--klarna svg {
    fill: #000000; }

.productView-options .unified-option-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 100px;
  height: 44px;
  box-sizing: border-box; }
  .productView-options .unified-option-label:hover {
    border-color: #999; }
  input[type="radio"]:checked + .productView-options .unified-option-label {
    border-color: #000;
    background-color: #f5f5f5; }

.unified-options-container {
  display: flex;
  gap: 6px;
  flex-wrap: wrap; }

.productView-options .form-option-wrapper .form-option .form-option-variant {
  text-align: center;
  font-size: 13px;
  color: #000000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.productView-options .unified-option-variant-label {
  text-wrap: nowrap;
  font-family: var(--font-primary);
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; }

.productView-options .unified-slider-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem; }

.productView-options .form-option-variant--label {
  text-wrap: nowrap;
  font-family: var(--font-primary);
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
  margin-left: 0.25rem;
  display: flex;
  align-items: center; }

.form-option-variant--color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
  flex-shrink: 0; }

.form-option-variant--pattern {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0; }

.unified-option-variant-image {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 8px;
  flex-shrink: 0; }

.form-option-expanded {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: none; }
  .form-option-expanded .form-option-image {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px; }

.form-option-swatch:hover .form-option-expanded {
  display: block; }

.productView-options .form-option-swatch .form-option-variant {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%; }

.productView-options .form-option-wrapper {
  height: 44px;
  display: flex;
  align-items: center; }

.promo-carousel {
  display: flex;
  flex-direction: column; }
  @media (min-width: 801px) {
    .promo-carousel {
      flex-direction: row; } }
  .promo-carousel .productGrid {
    display: block; }
    @media (min-width: 801px) {
      .promo-carousel .productGrid {
        margin-bottom: 0; } }
  .promo-carousel .slick-list {
    overflow: visible; }
  .promo-carousel .slick-slide {
    opacity: 0.5; }
    .promo-carousel .slick-slide.slick-active {
      opacity: 1; }

.promo-carousel__detail {
  background-color: #F3EDE0;
  padding: 0.88889rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  min-height: 128px;
  margin-bottom: 0.88889rem; }
  .promo-carousel__detail * {
    color: #737373; }
  @media (min-width: 801px) {
    .promo-carousel__detail {
      flex-basis: 20%;
      margin-bottom: 0;
      margin-right: 0.88889rem;
      padding: 1.77778rem;
      min-height: 320px;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; } }

.promo-carousel__title {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: 400; }
  @media (min-width: 801px) {
    .promo-carousel__title {
      margin-bottom: 0.88889rem; } }
  .promo-carousel__title svg {
    width: 56px;
    height: 33px; }

.promo-carousel__link {
  text-transform: uppercase;
  font-size: var(--text-preset-6);
  font-weight: 600; }

.promo-carousel__products {
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media (min-width: 801px) {
    .promo-carousel__products {
      width: 80%;
      padding: 0 1.77778rem; } }

.top-promo-carousel {
  position: relative;
  display: grid;
  /* Use grid layout to handle positioning */
  overflow: hidden;
  width: 100%; }

.top-promo-slide {
  grid-area: 1 / 1;
  /* All slides overlap in the same grid cell */
  transition: 1s ease-in-out;
  padding: 0.44444rem 0.22222rem;
  opacity: 0;
  visibility: hidden;
  /* Hide the slide initially */
  z-index: 0;
  /* Flex styles to center the content */
  display: flex;
  justify-content: center;
  align-items: center; }

.top-promo-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1; }

.promo-content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold; }

.promo-content, .promo-content p {
  font-size: var(--h5-size);
  text-align: center; }

.promo-content > * + *::before {
  content: "|";
  display: inline-block;
  margin: 0 0.88889rem; }

.instagram-feed {
  text-align: center; }
  .instagram-feed .slick-dots {
    bottom: -2.44444rem; }
  .instagram-feed__handle {
    margin-bottom: 1.33333rem;
    display: block;
    font-size: var(--text-preset-4);
    line-height: var(--body-line-height);
    font-weight: 400;
    letter-spacing: var(--letter-spacing-3);
    color: #737373;
    text-decoration: none;
    transition: 0.2s ease; }
    .instagram-feed__handle:hover {
      color: #0d0b0b; }
    @media (min-width: 551px) {
      .instagram-feed__handle {
        margin-bottom: 1.77778rem; } }
  .instagram-feed__post {
    margin: 0 0.44444rem; }
    .instagram-feed__post a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      height: 0;
      padding-top: 100%; }
  .instagram-feed__img {
    position: absolute;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    aspect-ratio: auto 212 / 212; }

.category-header {
  background-color: #f3ede5;
  padding: 1.33333rem 0;
  margin-bottom: 1.33333rem; }
  @media (min-width: 801px) {
    .category-header {
      padding: 2.66667rem 0;
      margin-bottom: 1.77778rem; } }
  @media (min-width: 801px) {
    .category-header__container {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; } }
  .category-header__title {
    font-size: var(--h2-size);
    text-align: center;
    margin-bottom: 0.88889rem; }
    @media (min-width: 801px) {
      .category-header__title {
        width: 700px; } }
  .category-header__description, .category-header p {
    font-size: var(--h4-size); }

.category ol.breadcrumbs {
  margin-bottom: 0.88889rem; }
  @media (min-width: 801px) {
    .category ol.breadcrumbs {
      padding-bottom: 0;
      margin-bottom: 0; } }

.category.body {
  margin-bottom: 0; }

.category .page-content {
  padding-bottom: 0; }

.productGrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .suggest-drawer .productGrid {
    margin: 0;
    align-content: flex-start; }
  .productGrid--col-2 {
    overflow: auto; }
    .productGrid--col-2 .product {
      width: 50%; }
  .productGrid--col-1 {
    overflow: auto; }
    .productGrid--col-1 .product {
      width: 100%; }
  .productGrid .product {
    margin-bottom: 0.88889rem; }

.category-footer {
  text-align: center;
  margin-bottom: 3.55556rem;
  clear: both; }
  .category-footer__heading {
    margin-bottom: 0.88889rem; }
  .category-footer__description {
    font-size: var(--text-preset-3);
    line-height: var(--body-line-height);
    font-weight: 400;
    letter-spacing: var(--letter-spacing-4);
    color: #737373; }
    .category-footer__description h1,
    .category-footer__description h2,
    .category-footer__description h3,
    .category-footer__description h4,
    .category-footer__description h5 {
      margin-bottom: 0.44444rem; }

#previewModal .modal-header-title {
  font-size: var(--text-preset-5);
  letter-spacing: var(--letter-spacing-3);
  font-weight: 500;
  line-height: var(--body-line-height);
  font-family: var(--font-headings, sans-serif); }

#previewModal .previewCartCheckout {
  margin-bottom: 0.88889rem; }

#previewModal .productView-image {
  margin-bottom: 0.88889rem; }

@media (min-width: 801px) {
  .filters-hidden .page-content {
    width: 100%;
    float: none;
    max-width: 100%;
    background-color: #FFFFFF;
    position: relative; }
    .filters-hidden .page-content .productGrid .product {
      width: 25%; } }

.subcategory-carousel {
  margin-bottom: 1.33333rem;
  margin-left: 1.33333rem;
  margin-right: 1.33333rem; }
  .subcategory-carousel .carousel-tooltip {
    display: none !important; }
  .subcategory-carousel__container {
    display: none; }
    .subcategory-carousel__container.slick-initialized {
      display: block; }
      @media (min-width: 1261px) {
        .subcategory-carousel__container.slick-initialized {
          padding: 0 3.55556rem; } }
  .subcategory-carousel__item {
    text-align: center;
    margin: 0 0.66667rem; }
    .subcategory-carousel__item a {
      text-decoration: none; }
  .subcategory-carousel__image-container {
    margin-bottom: 0.44444rem;
    border-radius: 50%;
    overflow: hidden; }
  .subcategory-carousel__item-title {
    font-size: var(--text-preset-3);
    line-height: var(--body-line-height);
    font-weight: 400;
    letter-spacing: var(--letter-spacing-4);
    color: #000000;
    font-family: var(--font-heading); }
  @media (min-width: 801px) {
    .subcategory-carousel .slick-list {
      width: 90%;
      margin: auto; } }
  @media (min-width: 1261px) {
    .subcategory-carousel .slick-list {
      width: calc(100% + 2rem);
      margin-left: -0.88889rem; } }
  .subcategory-carousel .slick-arrow {
    margin: 0;
    top: calc(50% - 24px); }
    .subcategory-carousel .slick-arrow:before {
      transform: translateY(-50%);
      top: 50%;
      color: #0d0b0b; }
    .subcategory-carousel .slick-arrow.slick-prev {
      left: -1.66667rem; }
      @media (min-width: 1261px) {
        .subcategory-carousel .slick-arrow.slick-prev {
          left: 0.88889rem; } }
    .subcategory-carousel .slick-arrow.slick-next {
      right: -1.66667rem; }
      @media (min-width: 1261px) {
        .subcategory-carousel .slick-arrow.slick-next {
          right: 0.88889rem; } }

.category-bar {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1.33333rem;
  padding: 0.88889rem 0; }
  .category-bar__container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .category-bar__left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: var(--text-preset-3);
    line-height: var(--body-line-height);
    font-weight: 700;
    letter-spacing: var(--letter-spacing-4); }
    .category-bar__left > * + * {
      border-left: 1px solid #e0e0e0;
      padding-left: 0.88889rem;
      margin-left: 0.88889rem; }
  .category-bar__right {
    font-size: var(--text-preset-3);
    line-height: var(--body-line-height);
    font-weight: 700;
    letter-spacing: var(--letter-spacing-4); }
    .category-bar__right .form-label {
      font-size: var(--text-preset-3);
      line-height: var(--body-line-height);
      font-weight: 700;
      letter-spacing: var(--letter-spacing-4);
      color: #0d0b0b; }
    .category-bar__right .form-select {
      padding-top: 0;
      padding-bottom: 0;
      background-position: 1px 1px;
      color: #0d0b0b;
      font-size: var(--text-preset-3);
      line-height: var(--body-line-height);
      font-weight: 400;
      letter-spacing: var(--letter-spacing-4); }
      @media (min-width: 551px) {
        .category-bar__right .form-select {
          background-position: right 1px top 4px; } }
  .category-bar__filterBtn {
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    padding: 0; }
  .category-bar .actionBar {
    margin: 0; }
  .category-bar .form-field {
    margin-bottom: 0;
    border: 0;
    display: flex;
    align-items: center; }
  .category-bar .form-select {
    padding: 0;
    width: auto;
    height: 1.77778rem;
    background-position: right 1px top 50%;
    background-size: 20px;
    padding-right: 1.33333rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE4IDEwIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMSAxTDkgOUwxNyAxIiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+"); }
    @media (min-width: 551px) {
      .category-bar .form-select {
        width: auto; } }

.filter-button__text {
  font-size: var(--text-preset-3);
  line-height: var(--body-line-height);
  font-weight: 700;
  letter-spacing: var(--letter-spacing-4);
  color: #737373; }
  @media only screen and (max-width: 801px) {
    .filter-button__text {
      display: none !important; } }
  @media (min-width: 801px) {
    .filter-button__text {
      display: block;
      margin-right: 0.22222rem; } }

.filter-button__text--show {
  display: block; }
  @media (min-width: 801px) {
    .filter-button__text--show {
      display: none; }
      .filters-hidden .filter-button__text--show {
        display: block; } }

.filter-button__text--hide {
  display: none; }
  @media (min-width: 801px) {
    .filter-button__text--hide {
      display: block; }
      .filters-hidden .filter-button__text--hide {
        display: none; } }

.filters--hidden {
  background: orange; }

.filter-button__icon {
  width: 1.11111rem;
  height: 1.11111rem;
  margin-left: 0.22222rem; }

.filterBar-isOpen .facetedSearch {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: #FFFFFF;
  z-index: 990;
  display: flex;
  flex-direction: column; }
  @media (min-width: 801px) {
    .filterBar-isOpen .facetedSearch {
      position: relative;
      z-index: auto; } }
  .filterBar-isOpen .facetedSearch .facetedSearch-navList {
    display: block; }
  .filterBar-isOpen .facetedSearch .facetedSearch-refineFilters {
    display: block; }
  .filterBar-isOpen .facetedSearch .accordion-navigation {
    border-bottom: 0;
    padding: 0; }
  .filterBar-isOpen .facetedSearch .accordion {
    border-left: 0;
    border-right: 0;
    border-top: 0; }
  .filterBar-isOpen .facetedSearch .facetLabel--clearAll {
    display: none; }
  .filterBar-isOpen .facetedSearch .facetedSearch__container {
    height: calc(100vh - 67px);
    overflow: auto;
    padding-bottom: 2.66667rem; }

.sidebarBlock-heading {
  margin-bottom: 0.88889rem; }

.facetedSearch {
  z-index: 1; }
  .facetedSearch__container {
    padding: 0.88889rem;
    flex: 1; }
  .facetedSearch .sidebarBlock-heading {
    margin-bottom: 0.88889rem; }
  .facetedSearch__header {
    border-bottom: 2px solid #e0e0e0;
    padding: 1.11111rem 1.11111rem;
    position: relative;
    text-align: center; }
    @media (min-width: 801px) {
      .facetedSearch__header {
        display: none; } }
  .facetedSearch__header__closeBtn {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 1.77778rem;
    height: 1.77778rem;
    position: absolute;
    left: 0.44444rem;
    padding: 0; }
    .facetedSearch__header__closeBtn svg {
      width: 0.66667rem;
      height: 0.66667rem;
      fill: #0d0b0b; }
  .facetedSearch__header__title {
    flex: 1;
    text-align: center;
    font-size: var(--text-preset-5);
    letter-spacing: var(--letter-spacing-3);
    font-weight: 500;
    line-height: var(--body-line-height);
    font-family: var(--font-headings, sans-serif); }
  .facetedSearch .accordion-navigation {
    margin-bottom: 0 !important; }
  .facetedSearch__footer {
    background-color: #F7F7F5; }
    @media (min-width: 801px) {
      .facetedSearch__footer {
        display: none; } }
  .facetedSearch .facetLabel {
    border-radius: 24px;
    background: #F7F7F5;
    font-size: var(--text-preset-2);
    line-height: var(--body-line-height);
    font-weight: 700;
    letter-spacing: var(--letter-spacing-3); }
    .facetedSearch .facetLabel .icon {
      background: #e0e0e0;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      padding: 0.26667rem;
      fill: #0d0b0b;
      margin-left: 0.22222rem;
      right: -4px;
      top: 0; }
  .facetedSearch a {
    font-size: var(--text-preset-2);
    line-height: var(--text-preset-4);
    color: #737373; }
  .facetedSearch .accordion-block .facetedSearch-clearLink {
    position: relative;
    margin-top: -0.88889rem;
    margin-bottom: 0.88889rem;
    display: block;
    right: auto;
    font-size: var(--text-preset-3);
    line-height: var(--body-line-height);
    font-weight: 400;
    letter-spacing: var(--letter-spacing-4); }
  .facetedSearch .accordion-title {
    font-size: var(--text-preset-4);
    letter-spacing: var(--letter-spacing-3);
    font-weight: 600;
    line-height: var(--body-line-height);
    font-family: var(--font-headings, sans-serif);
    color: #0d0b0b;
    padding: 0.88889rem;
    font-weight: normal; }
  .facetedSearch .accordion-indicator {
    margin-right: 0.66667rem; }
  .facetedSearch .accordion-navigation {
    border-top: 1px solid #e0e0e0; }
  .facetedSearch .accordion-content {
    position: relative; }
    @media (min-width: 801px) {
      .facetedSearch .accordion-content {
        padding: 0 0.88889rem; } }
  @media (min-width: 801px) {
    .facetedSearch #facetedSearch-content--price {
      margin-bottom: 0.88889rem; } }
  .facetedSearch .accordion--navList .accordion-indicator {
    fill: #0d0b0b; }
  .facetedSearch .accordion--navList .navList-action {
    font-size: var(--text-preset-3);
    line-height: var(--body-line-height);
    font-weight: 700;
    letter-spacing: var(--letter-spacing-4);
    color: #0d0b0b;
    font-weight: normal; }
  .facetedSearch .accordion--navList .accordion-block {
    margin-top: 0; }
  .facetedSearch .navList-action--checkbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.77778rem;
    padding-right: 0.22222rem;
    padding-top: 0;
    padding-bottom: 0; }
    @media (min-width: 801px) {
      .facetedSearch .navList-action--checkbox {
        margin-bottom: 0.66667rem; } }
    .facetedSearch .navList-action--checkbox::before {
      border-color: #0d0b0b; }
    .facetedSearch .navList-action--checkbox.is-selected::before {
      background-color: #0d0b0b; }
    .facetedSearch .navList-action--checkbox.is-selected::after {
      background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(255,255,255, 0.999)' /></svg>"); }
  .facetedSearch .form-inlineMessage {
    font-size: var(--text-preset-3);
    line-height: var(--body-line-height);
    font-weight: 400;
    letter-spacing: var(--letter-spacing-4); }

.account--fixedSmall {
  padding-left: 0.88889rem;
  padding-right: 0.88889rem;
  padding-bottom: 2.66667rem; }

.account--fixed {
  max-width: 1340px;
  width: 100%;
  padding-left: 0.88889rem;
  padding-right: 0.88889rem;
  padding-bottom: 2.66667rem;
  display: flex;
  flex-direction: column; }
  .account--fixed .page-heading {
    display: none; }
  @media (min-width: 1261px) {
    .account--fixed {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .account--fixed [aria-label="Breadcrumb"] {
        flex: 1 1 100%; } }

.account-nav {
  width: calc(100% + 2rem);
  margin-left: -0.88889rem;
  margin-bottom: 1.33333rem; }
  @media (min-width: 1261px) {
    .account-nav {
      flex-basis: 20%;
      margin: 0; } }
  .account-nav .account-nav-list {
    text-align: left; }
    @media only screen and (max-width: 1261px) {
      .account-nav .account-nav-list {
        max-height: 0px;
        overflow: hidden;
        padding: 0 !important;
        transition: max-height 0.2s; }
        .account-nav .account-nav-list.is-showing {
          max-height: 22.22222rem; } }
    @media (min-width: 1261px) {
      .account-nav .account-nav-list {
        height: auto !important; } }
  .account-nav .account-nav-list__item {
    margin: 0;
    border-bottom: 1px solid #adadad;
    width: 100%; }
    @media (min-width: 1261px) {
      .account-nav .account-nav-list__item {
        border-width: 2px; }
        .account-nav .account-nav-list__item.is-active {
          border-bottom: 2px solid #CFA080; } }
  .account-nav .account-nav-list__link {
    padding: 0.88889rem;
    display: block;
    color: #0d0b0b;
    font-weight: 700; }
    @media (min-width: 1261px) {
      .account-nav .account-nav-list__link {
        padding-left: 0;
        padding-right: 0; } }
  .account-nav .is-active .account-nav-list__link {
    color: #0d0b0b !important; }

.account-nav-toggler {
  font-size: var(--text-preset-4);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-3);
  width: 100%;
  padding: 0.88889rem;
  font-weight: 700;
  position: relative;
  text-transform: capitalize; }
  .account-nav-toggler:focus, .account-nav-toggler:hover {
    background: #0d0b0b;
    border-color: #0d0b0b; }
  .account-nav-toggler__icon {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 0.88889rem;
    height: 0.88889rem;
    stroke: #F5374E;
    position: absolute;
    right: 0.88889rem; }
  @media (min-width: 1261px) {
    .account-nav-toggler {
      display: none; } }

.account-content {
  padding: 0; }
  @media (min-width: 1261px) {
    .account-content {
      flex-basis: 75%; } }

.account-body {
  margin: 0; }

.account-listItem {
  list-style: none; }

.account .form-field {
  position: relative; }
  .account .form-field .form-label {
    font-size: var(--text-preset-1);
    line-height: var(--body-line-height);
    font-weight: 400;
    letter-spacing: var(--letter-spacing-3);
    height: 1rem;
    overflow: hidden;
    margin: 0;
    position: absolute;
    top: 0.44444rem;
    left: 1.55556rem;
    color: #858585;
    transition: color 0.2s; }
    .account .form-field .form-label small {
      display: none; }
  .account .form-field .form-input {
    padding-top: 1.33333rem;
    padding-bottom: 0.44444rem; }
  .account .form-field .form-select {
    padding-top: 1.33333rem;
    padding-bottom: 0; }
  .account .form-field.j-label .form-label {
    color: #0d0b0b; }

.account [type="radio"] + .form-label,
.account [type="checkbox"] + .form-label {
  font-size: var(--text-preset-4);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-3);
  position: relative;
  height: auto;
  left: 0; }

.account h3 {
  font-size: var(--text-preset-5);
  letter-spacing: var(--letter-spacing-3);
  font-weight: 500;
  line-height: var(--body-line-height);
  font-family: var(--font-headings, sans-serif);
  font-weight: 500;
  margin-bottom: 0.88889rem; }

.account strong {
  font-weight: 700; }

.account p {
  margin-bottom: 0.88889rem; }

.account ul {
  list-style: disc; }

.account ol {
  list-style: auto; }

.account .address-details,
.account ul:not([class]):not([id]),
.account ol:not([class]):not([id]) {
  padding-left: 0.88889rem;
  margin-bottom: 0.88889rem; }

.form.gift-certificate-form {
  width: 100%; }
  .form.gift-certificate-form .form-fieldset {
    padding: 0; }
  .form.gift-certificate-form .theme-label {
    padding-left: 0.66667rem;
    padding-right: 0.66667rem; }

#gift-certificate-balance .form-label {
  left: 0.88889rem; }

#gift-certificate-balance .form-input {
  margin-bottom: 0.88889rem; }

[data-create-account-form] {
  margin: auto;
  width: 100%;
  max-width: 900px; }

.blog-grid {
  text-align: center;
  margin-bottom: 1.77778rem; }
  @media (min-width: 801px) {
    .blog-grid {
      margin-bottom: 3.55556rem; } }
  .blog-grid__title {
    font-weight: bold; }
  .blog-grid__items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0.44444rem;
    row-gap: 0.44444rem; }
    @media (min-width: 551px) {
      .blog-grid__items {
        column-gap: 1.33333rem;
        grid-template-columns: repeat(3, 1fr); } }
  .blog-grid__item {
    flex-basis: 50%;
    margin-bottom: 0.88889rem; }
    @media (min-width: 801px) {
      .blog-grid__item {
        flex-basis: 25%;
        margin-bottom: 1.33333rem; } }
  .blog-grid__thumbnail {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 60%;
    position: relative;
    margin-bottom: 0.88889rem; }
    .blog-grid__thumbnail img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      /* Make sure the image takes the full width of the container */
      height: 100%;
      /* Make sure the image takes the full height of the container */
      object-fit: cover; }
  .blog-grid__item-content {
    text-align: left;
    padding: 0 0.88889rem; }
  .blog-grid__item-title {
    font-size: var(--text-preset-4);
    font-weight: bold;
    margin-bottom: 0.88889rem; }
  .blog-grid__item-description {
    font-size: var(--text-preset-3);
    font-family: var(--font-primary, sans-serif); }

.card .card-img-container {
  height: 0;
  padding-top: 100%; }
  .card .card-img-container img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media (min-width: 801px) {
  #stamped-main-widget {
    position: absolute;
    left: 0;
    top: 0;
    overflow-y: auto;
    height: 100%;
    padding: 0.88889rem; } }

#latitude-banner-container,
.laybuy-inline-widget,
#afterpay-paragraph,
quadpay-widget-v3 {
  margin-bottom: 0.44444rem; }
  #latitude-banner-container, #latitude-banner-container *,
  .laybuy-inline-widget,
  .laybuy-inline-widget *,
  #afterpay-paragraph,
  #afterpay-paragraph *,
  quadpay-widget-v3,
  quadpay-widget-v3 * {
    font-size: var(--text-preset-3) !important; }

#latitude-banner-container > div {
  flex-wrap: nowrap !important;
  max-width: none !important;
  margin: 0 !important;
  gap: 0.44444rem; }

.afterpay-paragraph {
  display: flex !important;
  align-items: center;
  gap: 0.44444rem; }
  .afterpay-paragraph img {
    height: 14px;
    width: auto; }
  .afterpay-paragraph a {
    font-size: 0px;
    position: relative; }
    .afterpay-paragraph a span {
      font-size: 0 !important; }
    .afterpay-paragraph a::before {
      left: 0;
      content: "i";
      display: flex;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      border: 1px solid #000;
      position: absolute;
      font-size: 10px;
      align-items: center;
      justify-content: center;
      padding: 4px; }

#ReviewsWidget {
  position: relative;
  width: 100%;
  height: 100%; }

a.R-ReviewsioLogo.R-ReviewsioLogo--sm {
  display: none; }

a.u-displayInlineBlock.footer__reviewsLogo-container.hasNoPagination {
  display: none !important; }

.u-textCenter--all.u-marginTop--sm {
  display: none; }

.ruk-rating-snippet-count {
  font-size: var(--h5-size) !important;
  color: #000000 !important; }

.LoyaltyWidget-prefix {
  display: none; }

:root {
  --banner-height-mobile: 430px;
  --banner-height-desktop: 550px; }

.multi-banner__carousel {
  display: block;
  position: relative; }

.multi-banner {
  margin-bottom: 1.77778rem;
  position: relative;
  overflow: hidden; }
  @media (min-width: 801px) {
    .multi-banner {
      display: flex;
      gap: 0.88889rem; } }
  .multi-banner__main {
    position: relative;
    overflow: hidden; }
    .multi-banner__main .multi-banner__banner {
      height: var(--banner-height-mobile); }
    @media (min-width: 801px) {
      .multi-banner__main {
        flex-basis: 66%; }
        .multi-banner__main .multi-banner__banner {
          height: var(--banner-height-desktop); } }
  .multi-banner__side {
    display: none; }
    .multi-banner__side .multi-banner__banner {
      height: var(--banner-height-mobile); }
    @media (min-width: 801px) {
      .multi-banner__side {
        display: flex;
        gap: 0.88889rem;
        flex-direction: column;
        flex-basis: 33%; }
        .multi-banner__side .multi-banner__banner {
          height: calc(var(--banner-height-desktop) / 2 - 0.44444rem); } }
  .multi-banner__banner {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100% !important;
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-end; }
    .multi-banner__banner__overlayLink {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
    .multi-banner__banner__image {
      width: 100%; }
      .multi-banner__banner__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .multi-banner__banner .button, .multi-banner__banner .info-block__action {
      position: relative;
      z-index: 2;
      padding-left: calc(var(--btn-padding-x, 0.75em) * 2);
      padding-right: calc(var(--btn-padding-x, 0.75em) * 2); }

.user-section--search {
  flex: 1; }
  .user-section--search .header-search-inner {
    display: flex;
    justify-content: center; }
  .user-section--search .header-search-form {
    padding: 0;
    position: relative;
    flex: 1; }
  .user-section--search .form-field {
    margin: 0; }
  .user-section--search .form-input {
    border: 1px solid #000000 !important; }
    .user-section--search .form-input, .user-section--search .form-input::placeholder {
      color: #000000 !important; }
  .user-section--search .header-search__close {
    display: none; }
  .user-section--search .header-search__submit {
    position: absolute;
    right: 0.66667rem;
    width: 1.33333rem;
    height: 1.33333rem; }
    .user-section--search .header-search__submit svg {
      fill: #000;
      stroke: none;
      opacity: 1;
      width: 100%;
      height: 100%; }

.dropdown--quickSearch .header-search-inner {
  margin-bottom: 0.66667rem; }
  .dropdown--quickSearch .header-search-inner .header-search-form {
    padding: 0;
    position: relative;
    flex: 1; }
  .dropdown--quickSearch .header-search-inner .form-field {
    margin: 0; }
  .dropdown--quickSearch .header-search-inner .form-input {
    border: 1px solid #000000 !important;
    margin-left: 0 !important;
    font-size: 16px; }
    .dropdown--quickSearch .header-search-inner .form-input, .dropdown--quickSearch .header-search-inner .form-input::placeholder {
      color: #000000 !important; }
  .dropdown--quickSearch .header-search-inner .ss__autocomplete {
    margin-top: 12px; }
  .dropdown--quickSearch .header-search-inner .header-search__close {
    display: none; }
  .dropdown--quickSearch .header-search-inner .header-search__submit {
    position: absolute;
    right: 0.44444rem;
    width: 1.33333rem;
    height: 1.33333rem; }
    .dropdown--quickSearch .header-search-inner .header-search__submit svg {
      fill: #000;
      stroke: none;
      opacity: 1;
      width: 100%;
      height: 100%; }

.feature-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.77778rem;
  overflow: hidden; }
  @media (min-width: 1261px) {
    .feature-carousel {
      flex-direction: row;
      flex-wrap: wrap;
      align-items: stretch;
      margin-bottom: 3.55556rem; } }
  .feature-carousel__intro {
    display: flex;
    flex-direction: column; }
    .feature-carousel__intro .feature-carousel__action {
      display: none; }
    @media (min-width: 1261px) {
      .feature-carousel__intro {
        align-items: flex-start;
        justify-content: flex-end;
        flex-basis: 25%;
        padding: 0.88889rem 0; }
        .feature-carousel__intro .feature-carousel__action {
          display: block;
          margin-bottom: 1.77778rem; } }
  .feature-carousel__title {
    margin-bottom: 0.88889rem; }
    @media (min-width: 1261px) {
      .feature-carousel__title {
        margin-bottom: 1.77778rem; } }
  .feature-carousel__carousel {
    margin-bottom: 0.88889rem;
    padding: 0 30px; }
    @media (min-width: 551px) {
      .feature-carousel__carousel {
        padding: 0 50px; } }
    @media (min-width: 1261px) {
      .feature-carousel__carousel {
        flex-basis: 75%;
        min-width: unset !important;
        overflow: hidden;
        padding: 0.88889rem 100px 0.88889rem 0.88889rem; } }
    .feature-carousel__carousel .slick-list {
      overflow: visible; }
    .feature-carousel__carousel .slick-slide:not(.slick-active) {
      opacity: 20%; }
    .feature-carousel__carousel .slick-prev {
      left: 0.22222rem; }
    .feature-carousel__carousel .slick-next {
      right: 1.77778rem; }
  @media (min-width: 1261px) {
    .feature-carousel__action--mobile {
      display: none; } }

.section {
  margin-bottom: 1.77778rem;
  padding: 2.22222rem 0; }
  @media (min-width: 801px) {
    .section {
      margin-bottom: 3.55556rem;
      padding: 5.33333rem 0; } }
  .section__title {
    font-size: var(--h2-size);
    font-weight: 500;
    margin-bottom: 1.11111rem;
    font-family: var(--font-headings); }
    @media (min-width: 801px) {
      .section__title {
        margin-bottom: 1.77778rem; } }
  .section__description, .section__subtitle {
    margin-bottom: 2.22222rem; }
  @media (min-width: 1261px) {
    .section--info-block {
      padding: 3.55556rem 0; } }
  @media (min-width: 1261px) {
    .section--featured {
      padding: 3.55556rem 0; } }
  .section--reviews-block {
    padding-top: 4.44444rem;
    margin-bottom: 0; }
  .section--advice-block {
    margin-bottom: 0; }
  .section--brands-block {
    background-color: #000000;
    color: #FFFFFF;
    padding: 2.44444rem 0; }
    @media (min-width: 801px) {
      .section--brands-block {
        margin-bottom: 3.55556rem;
        padding: 3.55556rem 0; } }
  .section--rewards-block {
    background-color: #f3ede5;
    border-radius: 10px;
    padding: 1.33333rem 0.88889rem;
    margin-bottom: 8.88889rem; }
    @media (min-width: 801px) {
      .section--rewards-block {
        margin-bottom: 3.55556rem;
        padding: 45px 60px; } }
  .section--rewards-block-2 {
    background-color: #F5374E;
    border-radius: 10px;
    padding: 3.55556rem 0.88889rem;
    margin-bottom: 8.88889rem; }
    @media (min-width: 801px) {
      .section--rewards-block-2 {
        padding: 4.44444rem 4rem;
        margin-bottom: 3.11111rem;
        padding-bottom: calc((2.22222rem * 2) - 20px); } }

.post-carousel .slick-list {
  margin: -1.11111rem; }

.post {
  margin: 0 1.11111rem; }
  .post__head {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 0;
    padding-top: 133%;
    /* Aspect ratio padding */
    margin-bottom: 0.66667rem; }
  .post__head-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .post__tags {
    position: absolute;
    display: flex;
    top: 0.66667rem;
    left: 0.66667rem;
    z-index: 1; }
  .post__tag {
    background-color: #000000;
    display: block;
    border-radius: 100px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: var(--h5-size);
    padding: 0.22222rem 0.88889rem; }
    .post__tag:hover {
      color: #000000; }
    .post__tag--hygiene {
      background-color: #8ABBFF; }
    .post__tag--latest {
      background-color: #F5374E; }
    .post__tag--travel {
      background-color: #FFAAC0; }
    .post__tag--safety {
      background-color: #FFAAC0; }
    .post__tag--sleep {
      background-color: #B2A8FC; }
    .post__tag + .post__tag {
      margin-left: 0.44444rem; }
  .post__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .post__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensure the image covers the container */
    object-position: center;
    /* Center the image within the container */ }
  .post__body {
    display: flex;
    flex-direction: column; }
  .post__date {
    font-size: var(--h5-size);
    text-transform: uppercase;
    margin-bottom: 0.88889rem; }
  .post__title {
    font-size: var(--h3-size);
    text-decoration: none;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.88889rem; }
  .post__description {
    font-size: var(--h5-size); }

.blogPost-header {
  background-color: #f3ede5;
  padding: 1.33333rem 0;
  margin-bottom: 1.33333rem; }
  @media (min-width: 801px) {
    .blogPost-header {
      padding: 2.66667rem 0;
      margin-bottom: 1.77778rem; } }
  .blogPost-header__container {
    flex-direction: column; }
    @media (min-width: 801px) {
      .blogPost-header__container {
        display: flex; } }
  .blogPost-header__date {
    font-size: var(--h5-size);
    margin-bottom: 0.44444rem; }
  .blogPost-header__title {
    font-size: var(--h2-size); }
    @media (min-width: 801px) {
      .blogPost-header__title {
        width: 700px;
        margin-bottom: 0; } }
  .blogPost-header__description, .blogPost-header p {
    display: none;
    font-size: var(--h4-size); }

@media (min-width: 801px) {
  .blogPost .blogPost-container {
    display: grid;
    margin-bottom: 4.44444rem; }
    .blogPost .blogPost-container .blogPost__body {
      padding-right: 4.44444rem; }
    .blogPost .blogPost-container .blogPost__sidebar {
      border-left: 1px solid #f3ede5; } }

.share-block {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-top: 0.88889rem;
  padding-bottom: 0.88889rem; }
  .share-block .socialLinks {
    display: flex;
    margin-bottom: 0; }
    @media (min-width: 801px) {
      .share-block .socialLinks {
        line-height: 0; } }
  .share-block .socialLinks-item {
    margin-bottom: 0; }
  .share-block .socialLinks-item--inline {
    display: flex; }
    .share-block .socialLinks-item--inline .socialLinks__link {
      background-color: transparent;
      display: flex;
      flex-direction: row-reverse;
      gap: 0.44444rem;
      width: auto;
      font-size: var(--h6-size);
      border-radius: 0; }
    .share-block .socialLinks-item--inline .icon svg {
      fill: #000000;
      stroke: #000000; }

.advice-block {
  position: relative; }
  .advice-block::before {
    content: "";
    position: absolute;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat; }
    @media (min-width: 1261px) {
      .advice-block::before {
        width: 226px;
        height: 137px;
        background-image: var(--image-mascot-3);
        left: 0;
        bottom: 10.66667rem;
        width: 255px;
        height: 154px; } }
  @media (min-width: 801px) {
    .advice-block__container {
      display: flex; } }
  .advice-block__content {
    position: relative;
    padding-bottom: 13.05556rem; }
    .advice-block__content::before {
      content: "";
      position: absolute;
      display: block;
      background-size: 100%;
      background-repeat: no-repeat;
      width: 226px;
      height: 137px;
      background-image: var(--image-mascot-3);
      left: -0.88889rem;
      bottom: 2.88889rem; }
      @media (min-width: 1261px) {
        .advice-block__content::before {
          display: none; } }
    @media (min-width: 801px) {
      .advice-block__content {
        flex-basis: 40%; } }
  .advice-block__description {
    margin-bottom: 2.22222rem; }
  .advice-block__posts {
    margin-bottom: 3.55556rem; }
    @media (min-width: 801px) {
      .advice-block__posts {
        margin-bottom: 0;
        flex-basis: 60%;
        padding-left: 1.77778rem; } }
    @media (min-width: 1261px) {
      .advice-block__posts {
        padding-left: 8.88889rem; } }
    @media only screen and (max-width: 1261px) {
      .advice-block__posts .slick-prev,
      .advice-block__posts .slick-next {
        bottom: -88px;
        top: auto; } }
    @media only screen and (max-width: 1261px) {
      .advice-block__posts .slick-prev {
        left: 50%;
        margin-left: -40px; } }
    @media (min-width: 1261px) {
      .advice-block__posts .slick-prev {
        left: -50px; } }
    @media only screen and (max-width: 1261px) {
      .advice-block__posts .slick-next {
        right: 50%;
        margin-right: -40px; } }
    @media (min-width: 1261px) {
      .advice-block__posts .slick-next {
        right: -50px; } }

.faqs-block {
  background-color: #8ABBFF;
  background-image: var(--image-category-attachment);
  background-repeat: no-repeat;
  background-position: 30% bottom;
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .faqs-block {
      padding-top: 6.22222rem;
      padding-bottom: 6.22222rem; } }
  @media (min-width: 801px) {
    .faqs-block__container {
      display: flex;
      gap: 3.55556rem; } }
  .faqs-block__container--stacked {
    flex-direction: column; }
    @media (min-width: 801px) {
      .faqs-block__container--stacked {
        text-align: center; } }
    .faqs-block__container--stacked p {
      margin-bottom: 1.33333rem; }
  .faqs-block__left {
    margin-bottom: 1.77778rem; }
    @media (min-width: 801px) {
      .faqs-block__left {
        margin-bottom: 0;
        flex-basis: 50%; } }
  @media (min-width: 801px) {
    .faqs-block__right {
      flex-basis: 50%; } }
  .faqs-block__title {
    margin-bottom: 1.77778rem; }
  .faqs-block__image-container {
    overflow: hidden;
    margin-bottom: 0.88889rem; }
    @media (min-width: 801px) {
      .faqs-block__image-container {
        margin-right: 0;
        margin-bottom: 0; } }
    .faqs-block__image-container .text-component h1, .faqs-block__image-container h2, .faqs-block__image-container h3, .faqs-block__image-container h4 {
      margin-top: 0; }
    .faqs-block__image-container div:has(img) {
      border-radius: 300px 0 0 300px;
      overflow: hidden; }
      .faqs-block__image-container div:has(img) img {
        margin-right: -0.88889rem; }
    .faqs-block__image-container::before {
      content: "";
      width: 25%;
      height: 100%;
      max-width: 25%;
      margin-top: -57px;
      margin-left: 54px;
      right: 0;
      display: block;
      background-image: var(--image-cloud);
      background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      z-index: 1; }
      @media (min-width: 801px) {
        .faqs-block__image-container::before {
          width: 250px;
          height: 150px;
          top: -70px;
          margin-left: 67px; } }
  .faqs-block__tabs {
    display: flex;
    justify-content: center;
    gap: 0.88889rem;
    margin-bottom: 2.22222rem;
    flex-wrap: wrap; }
    @media (min-width: 801px) {
      .faqs-block__tabs {
        margin-bottom: 4.44444rem; } }
    .faqs-block__tabs .tab {
      border: none;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 50px;
      font-weight: normal;
      padding: 0.66667rem 0.88889rem; }
      .faqs-block__tabs .tab .tab-title {
        color: #000000;
        padding: 0; }
      .faqs-block__tabs .tab.is-active {
        background-color: #000000; }
        .faqs-block__tabs .tab.is-active .tab-title {
          color: #FFFFFF; }

[data-sub-layout] {
  padding: 0 !important; }

:root {
  --hero-height-mobile: 250px;
  --hero-height-desktop: 350px; }

.hero-v2 {
  height: var(--hero-height-mobile);
  position: relative;
  overflow: hidden;
  padding: 0; }
  .hero-v2.container, .breadcrumbs-container nav.hero-v2, .hero-v2.category-header__container, .hero-v2.blogPost-header__container, .hero-v2.faqs-block__container, .hero-v2.category-showcase-v2, .hero-v2.info-block__container, .hero-v2.reviews-block__container, .hero-v2.brands-header__container, .hero-v2.brand-header__container {
    max-width: 100%;
    padding: 0; }
  @media (min-width: 801px) {
    .hero-v2 {
      height: var(--hero-height-desktop);
      padding: 0 1.33333rem; } }
  .hero-v2__banner {
    height: var(--hero-height-mobile);
    position: relative; }
    @media (min-width: 801px) {
      .hero-v2__banner {
        height: var(--hero-height-desktop); } }
    .hero-v2__banner--align-center {
      text-align: center; }
    .hero-v2__banner--align-right {
      text-align: right; }
  .hero-v2__image img {
    width: 100%;
    /* Make the image fill the container width */
    height: 100%;
    /* Make the image fill the container height */
    object-fit: cover;
    /* Scale the image proportionally to cover the entire container */
    object-position: center;
    /* Center the image within the container */
    position: absolute;
    /* Position the image absolutely within the container */
    top: 0;
    left: 0; }
  .hero-v2__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.88889rem;
    width: 100%; }
  .hero-v2__banner-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: var(--text-preset-7); }
    @media (min-width: 801px) {
      .hero-v2__banner-title {
        font-size: var(--text-preset-10); } }

.double-block {
  margin-bottom: 1.77778rem; }
  @media (min-width: 801px) {
    .double-block {
      display: flex;
      margin-bottom: 3.55556rem; } }
  .double-block__left {
    height: 0;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.88889rem; }
    @media (min-width: 801px) {
      .double-block__left {
        flex-basis: 50%;
        padding-top: 50%;
        margin-bottom: 0; } }
    @media (min-width: 1261px) {
      .double-block__left {
        padding-top: 40%; } }
    .double-block__left img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .double-block__right {
    background-color: #F7F5F0;
    padding: 1.77778rem;
    position: relative;
    overflow: hidden; }
    @media (min-width: 801px) {
      .double-block__right {
        flex-basis: 50%;
        padding: 2.22222rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .double-block__right--alignleft {
          text-align: left; }
        .double-block__right--aligncenter {
          text-align: center; }
        .double-block__right--alignright {
          text-align: right; } }
  @media (min-width: 801px) {
    .double-block--alignright {
      flex-direction: row-reverse; } }
  .double-block__icon {
    width: 100px;
    height: 50px;
    margin-bottom: 0.88889rem; }
  .double-block__title {
    margin-bottom: 0.88889rem;
    font-size: var(--text-preset-7); }
  .double-block__subtitle {
    margin-bottom: 0.88889rem; }
  .double-block__content {
    margin-bottom: 0.88889rem;
    font-size: var(--text-preset-3); }
  .double-block__action {
    margin-bottom: 0.88889rem;
    font-size: var(--text-preset-5);
    font-weight: 500; }

.category-showcase {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 1.77778rem; }
  @media (min-width: 801px) {
    .category-showcase {
      margin-bottom: 3.55556rem; } }
  .category-showcase__grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.88889rem; }
    @media (min-width: 801px) {
      .category-showcase__grid {
        flex-basis: 100%;
        justify-content: center; } }
  .category-showcase__item {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    flex-basis: 50%;
    padding: 0 0.88889rem; }
    @media (min-width: 801px) {
      .category-showcase__item {
        flex-basis: 20%;
        padding: 0 0.88889rem; } }
    .category-showcase__item:hover img {
      transform: scale(1.2); }
  .category-showcase__image-container {
    position: relative;
    display: block;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 0.88889rem; }
    .category-showcase__image-container img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.3s ease; }
  .category-showcase__item__title {
    font-size: var(--text-preset-4);
    font-weight: bold; }
  .category-showcase__main {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.88889rem;
    background-color: transparent !important; }
    @media (min-width: 801px) {
      .category-showcase__main {
        flex-direction: column;
        align-items: center;
        margin-bottom: 1.33333rem; } }
  .category-showcase__title {
    text-transform: uppercase;
    font-weight: 400; }
    @media (min-width: 801px) {
      .category-showcase__title {
        margin-bottom: 0.88889rem; } }
  .category-showcase__link {
    display: none;
    text-transform: uppercase;
    font-size: var(--text-preset-6);
    font-weight: 600; }

.hero-stacked, .hero-stacked.slick-initialized {
  margin-bottom: 3.55556rem;
  margin-left: -0.88889rem;
  margin-right: -0.88889rem; }
  .body--blog .hero-stacked, .body--blog .hero-stacked.slick-initialized {
    margin-bottom: 0; }
  @media (min-width: 1261px) {
    .hero-stacked, .hero-stacked.slick-initialized {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 4rem; } }

.body--blog .hero-stacked__content__container {
  transform: translateY(-30px); }

.hero-stacked__banner-title {
  font-size: var(--h1-size);
  line-height: 1.5;
  margin-bottom: 0.44444rem; }
  .body--blog .hero-stacked__banner-title {
    font-size: var(--h2-size);
    margin-top: 0; }

.hero-stacked__banner-description {
  margin-bottom: 1.33333rem; }

.hero-stacked__banner {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden; }
  .body--blog .hero-stacked__banner {
    border-radius: 0; }
  @media (min-width: 1261px) {
    .hero-stacked__banner {
      border-radius: 10px; } }

.hero-stacked__left, .hero-stacked__right {
  flex: 1;
  min-width: 300px;
  /* Adjust based on your design needs */
  position: relative;
  /* Maintain a 16:9 aspect ratio */
  padding-bottom: 40.25%;
  /* (9 / 16) * 100 = 56.25% */
  height: 0;
  overflow: hidden; }

.hero-stacked__left {
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; }

.hero-stacked__left .hero-stacked__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: none;
  /* Remove max-width */ }
  .hero-stacked__left .hero-stacked__content--center {
    text-align: center; }
  .hero-stacked__left .hero-stacked__content--right {
    text-align: right; }

.hero-stacked__right {
  position: relative; }

.hero-stacked__right picture,
.hero-stacked__right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media (max-width: 768px) {
  .hero-stacked__banner {
    flex-direction: column; }
  .hero-stacked__left, .hero-stacked__right {
    min-width: 100%;
    padding-bottom: 78.25%;
    /* Maintain aspect ratio on mobile */ } }

/* CSS for spinning loader */
.loader {
  border: 8px solid #FFFFFF;
  /* Black border */
  border-top: 8px solid #000000;
  /* Red top border for contrast */
  border-radius: 50%;
  /* Rounded edges to make a circle */
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  /* Infinite spinning animation */ }

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

.category-showcase-v2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.77778rem; }
  @media (min-width: 801px) {
    .category-showcase-v2 {
      margin-bottom: 3.55556rem; } }
  .category-showcase-v2__grid {
    display: grid;
    flex-wrap: wrap;
    gap: 1.77778rem;
    margin: 0 -0.88889rem;
    grid-template-columns: repeat(2, 1fr); }
    @media (min-width: 551px) {
      .category-showcase-v2__grid {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 1261px) {
      .category-showcase-v2__grid {
        gap: 2.22222rem;
        flex-basis: 100%;
        justify-content: center;
        grid-template-columns: repeat(6, 1fr); } }
  .category-showcase-v2__item {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none; }
  .category-showcase-v2__image-container {
    position: relative;
    display: block;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 0.88889rem;
    transition: 0.2s ease; }
    .category-showcase-v2__item--square .category-showcase-v2__image-container {
      border-radius: 10px; }
    .category-showcase-v2__image-container img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.3s ease;
      z-index: -1; }
  .category-showcase-v2__item__title {
    font-family: var(--font-primary);
    font-weight: 400; }
  .category-showcase-v2__main {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.88889rem;
    background-color: transparent !important;
    text-align: center; }
    @media (min-width: 801px) {
      .category-showcase-v2__main {
        align-items: center;
        margin-bottom: 1.33333rem; } }
  .category-showcase-v2__title {
    margin-bottom: 0.88889rem; }
    @media (min-width: 801px) {
      .category-showcase-v2__title {
        margin-bottom: 0.88889rem; } }
  .category-showcase-v2__description {
    margin-bottom: 0.88889rem; }
    @media (min-width: 801px) {
      .category-showcase-v2__description {
        margin-bottom: 0.88889rem; } }
  .category-showcase-v2__link {
    display: none;
    text-transform: uppercase;
    font-size: var(--text-preset-6);
    font-weight: 600; }

@media (min-width: 801px) {
  .info-block__container {
    display: flex; }
    .info-block__container::before {
      content: "";
      position: absolute;
      right: 0.88889rem;
      display: block;
      background-size: 100%;
      background-repeat: no-repeat;
      width: 190px;
      height: 116px;
      background-image: var(--image-mascot-1);
      bottom: -5.33333rem;
      left: 30%; } }

@media (min-width: 1261px) {
  .info-block__container::before {
    width: 190px;
    height: 116px;
    background-image: var(--image-mascot-1);
    bottom: -3.55556rem; } }

.info-block__left {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.88889rem; }
  @media (min-width: 801px) {
    .info-block__left {
      flex-basis: 50%;
      margin-bottom: 0; } }
  @media (min-width: 1261px) {
    .info-block__left {
      padding-right: 8.88889rem;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center; } }
  .info-block__left img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.info-block__right {
  position: relative;
  overflow: hidden; }
  .info-block__right::before {
    content: "";
    position: absolute;
    right: 0.88889rem;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    width: 160px;
    height: 96px;
    background-image: var(--image-mascot-1); }
    @media (min-width: 801px) {
      .info-block__right::before {
        top: 10%;
        left: 0;
        right: auto;
        width: 144px;
        height: 148px;
        background-image: var(--image-monogram); } }
  .info-block__right img {
    width: 100%;
    border-radius: 10px;
    margin-top: 96px; }
    @media (min-width: 801px) {
      .info-block__right img {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .info-block__right {
      flex-basis: 50%;
      padding-left: 5.33333rem;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .info-block__right--alignleft {
        text-align: left; }
      .info-block__right--aligncenter {
        text-align: center; }
      .info-block__right--alignright {
        text-align: right; } }

@media (min-width: 801px) {
  .info-block--alignright {
    flex-direction: row-reverse; } }

.info-block__icon {
  width: 100px;
  height: 50px;
  margin-bottom: 0.88889rem; }

.info-block__title {
  margin-bottom: 0.88889rem;
  font-size: var(--text-preset-7); }
  @media (min-width: 1261px) {
    .info-block__title {
      margin-bottom: 2.22222rem; } }

.info-block__content {
  margin-bottom: 0.88889rem; }
  @media (min-width: 1280px) {
    .info-block__content {
      margin-bottom: 2.22222rem; } }

.info-block__action {
  margin-bottom: 0.88889rem; }

.reviews-block {
  background-color: #f3ede5;
  position: relative; }
  .reviews-block::before {
    content: "";
    position: absolute;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 196px;
    height: 180px;
    background-image: var(--image-mascot-2);
    right: 0;
    top: -110px; }
    @media (min-width: 1261px) {
      .reviews-block::before {
        width: 326px;
        height: 300px;
        top: -90px; } }
  @media only screen and (max-width: 1261px) {
    .reviews-block .slick-prev,
    .reviews-block .slick-next {
      bottom: -30px;
      top: auto; } }
  @media only screen and (max-width: 1261px) {
    .reviews-block .slick-prev {
      left: 50%;
      margin-left: -40px; } }
  @media (min-width: 1261px) {
    .reviews-block .slick-prev {
      left: -50px; } }
  @media only screen and (max-width: 1261px) {
    .reviews-block .slick-next {
      right: 50%;
      margin-right: -40px; } }
  @media (min-width: 1261px) {
    .reviews-block .slick-next {
      right: -50px; } }
  @media (min-width: 801px) {
    .reviews-block__container {
      display: flex;
      flex-direction: column; } }
  .reviews-block__main {
    text-align: center;
    margin-bottom: 2.66667rem; }
    @media (min-width: 1261px) {
      .reviews-block__main {
        margin-bottom: 3.55556rem; } }
  .reviews-block__carousel {
    padding-bottom: 3.77778rem; }
    @media (min-width: 1261px) {
      .reviews-block__carousel {
        padding-bottom: 2.66667rem; } }
    .reviews-block__carousel .slick-track {
      display: flex !important;
      align-items: stretch; }
  .reviews-block__item {
    display: flex !important;
    flex-direction: column;
    padding: 1.11111rem 1.33333rem;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin: 0 1.11111rem;
    text-decoration: none;
    height: auto; }
  .reviews-block__title {
    line-height: 1.5;
    margin-bottom: 0.66667rem; }
  .reviews-block-top {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1.77778rem;
    margin-bottom: 1.33333rem; }
    .reviews-block-top__left {
      flex-basis: 30%; }
    .reviews-block-top__right {
      display: flex;
      justify-content: center;
      flex-direction: column; }
  .reviews-block-product__title {
    font-size: var(--h5-size);
    text-decoration: none;
    margin-bottom: 0.66667rem; }
  .reviews-block .reviews-block-product__rating {
    display: inline-block;
    width: 100px;
    /* Adjust based on the size of your stars and gaps */
    height: 16px;
    /* Adjust based on the size of your stars */
    background-image: linear-gradient(to right, transparent 4px, transparent 4px), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyNiIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI2IDI4Ij4KPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBkPSJNMCAxMC4xMDlxMC0wLjU3OCAwLjg3NS0wLjcxOWw3Ljg0NC0xLjE0MSAzLjUxNi03LjEwOXEwLjI5Ny0wLjY0MSAwLjc2Ni0wLjY0MXQwLjc2NiAwLjY0MWwzLjUxNiA3LjEwOSA3Ljg0NCAxLjE0MXEwLjg3NSAwLjE0MSAwLjg3NSAwLjcxOSAwIDAuMzQ0LTAuNDA2IDAuNzVsLTUuNjcyIDUuNTMxIDEuMzQ0IDcuODEycTAuMDE2IDAuMTA5IDAuMDE2IDAuMzEzIDAgMC4zMjgtMC4xNjQgMC41NTV0LTAuNDc3IDAuMjI3cS0wLjI5NyAwLTAuNjI1LTAuMTg3bC03LjAxNi0zLjY4Ny03LjAxNiAzLjY4N3EtMC4zNDQgMC4xODctMC42MjUgMC4xODctMC4zMjggMC0wLjQ5Mi0wLjIyN3QtMC4xNjQtMC41NTVxMC0wLjA5NCAwLjAzMS0wLjMxM2wxLjM0NC03LjgxMi01LjY4OC01LjUzMXEtMC4zOTEtMC40MjItMC4zOTEtMC43NXoiPjwvcGF0aD4KPC9zdmc+Cg==");
    background-size: calc(16px + 4px) 16px;
    /* Star size + gap size */
    background-repeat: repeat-x;
    background-position: 0 0;
    /* Adjust gap */
    position: relative; }
  .reviews-block .reviews-block-product__rating::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, transparent 4px, transparent 4px), url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyNiIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI2IDI4Ij4KPHBhdGggZD0iTTAgMTAuMTA5cTAtMC41NzggMC44NzUtMC43MTlsNy44NDQtMS4xNDEgMy41MTYtNy4xMDlxMC4yOTctMC42NDEgMC43NjYtMC42NDF0MC43NjYgMC42NDFsMy41MTYgNy4xMDkgNy44NDQgMS4xNDFxMC44NzUgMC4xNDEgMC44NzUgMC43MTkgMCAwLjM0NC0wLjQwNiAwLjc1bC01LjY3MiA1LjUzMSAxLjM0NCA3LjgxMnEwLjAxNiAwLjEwOSAwLjAxNiAwLjMxMyAwIDAuMzI4LTAuMTY0IDAuNTU1dC0wLjQ3NyAwLjIyN3EtMC4yOTcgMC0wLjYyNS0wLjE4N2wtNy4wMTYtMy42ODctNy4wMTYgMy42ODdxLTAuMzQ0IDAuMTg3LTAuNjI1IDAuMTg3LTAuMzI4IDAtMC40OTItMC4yMjd0LTAuMTY0LTAuNTU1cTAtMC4wOTQgMC4wMzEtMC4zMTNsMS4zNDQtNy44MTItNS42ODgtNS41MzFxLTAuMzkxLTAuNDIyLTAuMzkxLTAuNzUgem0iPjwvcGF0aD4KPC9zdmc+");
    background-size: calc(16px + 4px) 16px;
    /* Star size + gap size */
    position: absolute;
    top: 0;
    left: 0;
    width: 0; }
  .reviews-block .reviews-block-product__rating--0::before {
    width: 0%; }
  .reviews-block .reviews-block-product__rating--1::before {
    width: 20%; }
  .reviews-block .reviews-block-product__rating--2::before {
    width: 40%; }
  .reviews-block .reviews-block-product__rating--3::before {
    width: 60%; }
  .reviews-block .reviews-block-product__rating--4::before {
    width: 80%; }
  .reviews-block .reviews-block-product__rating--5::before {
    width: 100%; }
  .reviews-block__image-container {
    position: relative;
    height: 115px;
    width: 115px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    background-color: #f3ede5; }
    .reviews-block__image-container img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .reviews-block-review {
    font-size: var(--h4-size);
    margin-bottom: 2.66667rem;
    font-weight: 600;
    display: -webkit-box;
    /* Use a flexbox-like model */
    -webkit-box-orient: vertical;
    /* Set box orientation to vertical */
    overflow: hidden;
    /* Hide the overflowed text */
    -webkit-line-clamp: 4;
    /* Show only 4 lines */
    text-overflow: ellipsis;
    /* Add ellipsis (...) for overflowed text */
    line-height: 1.5em;
    /* Adjust line-height based on your design */
    max-height: calc(1.5em * 4);
    /* Set max height to match 4 lines */ }
  .reviews-block-author {
    font-size: var(--h4-size);
    margin-bottom: 0.66667rem; }
    .reviews-block-author:after {
      content: "";
      display: inline-block;
      margin-left: 0.44444rem;
      margin-bottom: -4px;
      width: 20px;
      height: 20px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjMwNDEgMC44MjI3NThDMTEuNzI3NSAxLjM1MzgyIDEyLjQ5NTQgMS41MDk4MSAxMy4xMDg1IDEuMTg3MzFDMTMuODIyOSAwLjgxMjI0MiAxNC43MTc4IDEuMTkwODIgMTQuOTAzNyAxLjk0Nzk4QzE1LjA2MjEgMi41OTY0NyAxNS42OTkyIDMuMDM2MzkgMTYuMzk1MSAyLjk4MDNDMTcuMjA5IDIuOTEzNyAxNy44NjQ1IDMuNjA2MDEgMTcuNzA5OCA0LjM3MDE4QzE3LjU3NzIgNS4wMjM5MyAxNy45NzEzIDUuNjcyNDIgMTguNjMyMyA1Ljg5MTVDMTkuNDAzOCA2LjE0NTY0IDE5LjcwNTcgNy4wMzI1IDE5LjIzOTkgNy42NzA0N0MxOC44NDAzIDguMjE3MzEgMTguOTIxNCA4Ljk2MDQ0IDE5LjQzMzIgOS40MTYxNEMyMC4wMjk4IDkuOTQ3MiAxOS45MjY3IDEwLjg3NDQgMTkuMjI3IDExLjI3NTdDMTguNjI2OCAxMS42MjEgMTguMzg1NiAxMi4zMzA4IDE4LjY1NjIgMTIuOTQ2QzE4Ljk3MjkgMTMuNjYyOSAxOC40ODUgMTQuNDY5MSAxNy42NzQ4IDE0LjU2NTVDMTYuOTgwNyAxNC42NDc5IDE2LjQ1NDEgMTUuMjAzNSAxNi40NDEyIDE1Ljg2OTVDMTYuNDI0NiAxNi42NDc3IDE1LjYzMjkgMTcuMTk0NSAxNC44NTIyIDE2Ljk2ODRDMTQuMTgxOSAxNi43NzU2IDEzLjQ2MzkgMTcuMDc4OCAxMy4xNjc0IDE3LjY4MThDMTIuODIxMyAxOC4zODYzIDExLjg2MzggMTguNTc5MSAxMS4yNDUxIDE4LjA3MDlDMTAuNzE0OSAxNy42MzQ0IDkuOTMwNDcgMTcuNjM0NCA5LjQwMDE5IDE4LjA3MDlDOC43ODMzNiAxOC41NzkxIDcuODI1OTEgMTguMzg2MyA3LjQ3NzkxIDE3LjY4MThDNy4xODE0NyAxNy4wNzg4IDYuNDYzMzcgMTYuNzczOSA1Ljc5MzE1IDE2Ljk2ODRDNS4wMTI0NiAxNy4xOTQ1IDQuMjE4ODcgMTYuNjQ1OSA0LjIwNDE0IDE1Ljg2OTVDNC4xOTEyNSAxNS4yMDM1IDMuNjY0NjUgMTQuNjQ3OSAyLjk3MDQ5IDE0LjU2NTVDMi4xNjAzNCAxNC40NjkxIDEuNjcwNTYgMTMuNjYyOSAxLjk4OTEgMTIuOTQ2QzIuMjYxNjEgMTIuMzMyNiAyLjAxODU2IDExLjYyMSAxLjQxODMxIDExLjI3NTdDMC43MTg2MjkgMTAuODc0NCAwLjYxNzM1OSA5Ljk0NzIgMS4yMTIwOSA5LjQxNjE0QzEuNzIzOTYgOC45NjA0NCAxLjgwNDk3IDguMjE3MzEgMS40MDU0MiA3LjY3MDQ3QzAuOTM3NzM5IDcuMDMyNSAxLjI0MTU1IDYuMTQ3MzkgMi4wMTMwNCA1Ljg5MTVDMi42NzQwNSA1LjY3MjQyIDMuMDY4MDggNS4wMjU2OCAyLjkzNTUxIDQuMzcwMThDMi43ODA4NCAzLjYwNjAxIDMuNDM2MzMgMi45MTM3IDQuMjUwMTcgMi45ODAzQzQuOTQ4MDEgMy4wMzYzOSA1LjU4MzI1IDIuNTk4MjIgNS43NDE2IDEuOTQ3OThDNS45Mjc1NiAxLjE5MDgyIDYuODIwNTggMC44MTIyNDIgNy41MzY4MyAxLjE4NzMxQzguMTQ5OTcgMS41MDk4MSA4LjkxNzc4IDEuMzUzODIgOS4zNDEyNyAwLjgyMjc1OEM5LjgzNDczIDAuMjAyMzEgMTAuODEyNCAwLjIwMjMxIDExLjMwNTkgMC44MjI3NThIMTEuMzA0MVoiIGZpbGw9IiNGNTM3NEUiLz4KPHBhdGggZD0iTTUuODQyNjggOS44ODU1TDguNDc4MTggMTIuNTIxTDE0LjgwMzQgNi4xOTU4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo="); }
  .reviews-block-location, .reviews-block-date {
    font-size: var(--h6-size); }

@media only screen and (max-width: 1261px) {
  .brands-block .slick-list {
    padding: 0 3.55556rem;
    overflow-x: visible; }
    .brands-block .slick-list::-webkit-scrollbar {
      display: none; } }

.brands-block__title {
  text-align: center;
  margin-bottom: 20px; }

.brands-block__subtitle {
  text-align: center;
  margin-bottom: 40px; }

.brands-block__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; }
  .brands-block__items .brand {
    flex: 1 1 calc(20% - 20px);
    /* Adjust as needed */
    max-width: calc(20% - 20px);
    /* Adjust as needed */ }
    .brands-block__items .brand img {
      width: 100%;
      height: auto; }

.brands-block__image {
  height: auto;
  min-height: 20px; }

.brands-block__actions {
  text-align: center;
  margin-top: 40px; }

@media (max-width: 768px) {
  .brands-block__grid {
    display: block; }
  .brands-block__grid .brand {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 20px; } }

.rewards-block {
  display: flex;
  flex-direction: column; }
  @media (min-width: 801px) {
    .rewards-block {
      flex-direction: row; } }
  .rewards-block::before {
    content: "";
    position: absolute;
    right: 0.88889rem;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 180px;
    height: 189px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEyIiBoZWlnaHQ9IjMyOCIgdmlld0JveD0iMCAwIDMxMiAzMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF80MDRfMTIxKSI+CjxwYXRoIGQ9Ik0yMDQuNDk1IDM1LjE2NjdMMjA1LjY1MiAzNy4yMzIxQzIwOS4wMSA0My4yMzYzIDIxNS44MyA0Ni40MDA3IDIyMi41OCA0NS4wOThMMjI0LjkwMSA0NC42NDkzQzIzOC43MTkgNDEuOTcxMyAyNTEuNjI2IDUyLjM0NzUgMjUyLjAwOSA2Ni40MzU2TDI1Mi4wNzIgNjguNzk4OUMyNTIuMjYgNzUuNjgyNCAyNTYuODI5IDgxLjY2MDEgMjYzLjQxMSA4My42NDg3TDI2NS42NzQgODQuMzMyMkMyNzkuMTQ4IDg4LjM5MTMgMjg1Ljc2IDEwMy41ODkgMjc5LjU2NSAxMTYuMjQ0TDI3OC41MjYgMTE4LjM3MUMyNzUuNTAzIDEyNC41NTYgMjc2Ljc2OSAxMzEuOTc3IDI4MS42NzEgMTM2Ljc5OEwyODMuMzU0IDEzOC40NTVDMjkzLjM5NiAxNDguMzIxIDI5Mi4yMDIgMTY0Ljg1NyAyODAuODQgMTczLjE4NkwyNzguOTM2IDE3NC41ODJDMjczLjM5MSAxNzguNjQ5IDI3MS4wNjMgMTg1LjgxNSAyNzMuMTczIDE5Mi4zNjRMMjczLjg5NiAxOTQuNjE1QzI3OC4yMDUgMjA4LjAyOCAyNjkuNDc1IDIyMi4xMTkgMjU1LjU1OSAyMjQuMjFMMjUzLjIyMSAyMjQuNTYzQzI0Ni40MjYgMjI1LjU4NyAyNDEuMDQ1IDIzMC44NSAyMzkuODYyIDIzNy42MjlMMjM5LjQ1NyAyMzkuOTU4QzIzNy4wNTEgMjUzLjg0MiAyMjIuNzc3IDI2Mi4yNjIgMjA5LjQ5MiAyNTcuNjM3TDIwNy4yNjEgMjU2Ljg2QzIwMC43NzUgMjU0LjU5OSAxOTMuNTU5IDI1Ni43NjIgMTg5LjM3NCAyNjIuMjE3TDE4Ny45MzcgMjY0LjA5NUMxNzkuMzU3IDI3NS4yNzUgMTYyLjgyNiAyNzYuMDg4IDE1My4yMTIgMjY1LjgwOEwxNTEuNTk5IDI2NC4wOEMxNDYuOSAyNTkuMDU3IDEzOS41MjQgMjU3LjYxNiAxMzMuMjggMjYwLjUwMkwxMzEuMTM2IDI2MS40OTdDMTE4LjM2IDI2Ny40MDQgMTAzLjM0MyAyNjAuNDMgOTkuNjA2OSAyNDYuODQ0TDk4Ljk4MTcgMjQ0LjU2M0M5Ny4xNTc2IDIzNy45MjggOTEuMjkxNyAyMzMuMjE3IDg0LjQyNDYgMjMyLjg3TDgyLjA2NTQgMjMyLjc1MUM2OC4wMDkgMjMyLjAzNyA1Ny45NTgxIDIxOC44NzMgNjAuOTUzNSAyMDUuMDk3TDYxLjQ1NDMgMjAyLjc4N0M2Mi45MTY1IDE5Ni4wNjIgNTkuOTExOCAxODkuMTU0IDUzLjk5MzcgMTg1LjY1NEw1MS45NjAzIDE4NC40NDdDMzkuODUzMSAxNzcuMjc1IDM3LjA1OTkgMTYwLjkzMyA0Ni4xMDUgMTUwLjEyOEw0Ny42MjIgMTQ4LjMxNUM1Mi4wMzQ1IDE0My4wNCA1Mi41ODAyIDEzNS41MjUgNDguOTcyNiAxMjkuNjcxTDQ3LjczNDMgMTI3LjY2MUM0MC4zNDczIDExNS42NzEgNDUuNDU1NCA5OS44OTkzIDU4LjQ3MjEgOTQuNTM2M0w2MC42NTUgOTMuNjM0NEM2Ny4wMSA5MS4wMTE3IDcwLjk4MjQgODQuNjEzOSA3MC41MDE3IDc3Ljc0NDFMNzAuMzM4OSA3NS4zODI3QzY5LjM2MTEgNjEuMzI3NSA4MS4yMDUgNDkuNzMzNyA5NS4yMTYyIDUxLjA0MjVMOTcuNTcwMyA1MS4yNjA3QzEwNC40MTUgNTEuOTAxNSAxMTAuODk5IDQ4LjA3NTIgMTEzLjY2MyA0MS43NjhMMTE0LjYxIDM5LjYwMjFDMTIwLjI2NiAyNi42OTMyIDEzNi4xMjcgMjEuOTQyNCAxNDcuOTIzIDI5LjYxNThMMTQ5LjkwNSAzMC45MDQ5QzE1NS42NjcgMzQuNjU4MiAxNjMuMTc5IDM0LjI4NTUgMTY4LjU0OSAyOS45ODYyTDE3MC4zOTggMjguNTA3N0MxODEuMzkxIDE5LjcwOTUgMTk3LjY0IDIyLjg4MjkgMjA0LjUyMiAzNS4xNzJMMjA0LjQ5NSAzNS4xNjY3WiIgZmlsbD0iI0ZGQUFDMCIvPgo8cGF0aCBkPSJNMjE4LjgwMSAxNzMuMjI5TDEwNi41MzcgMTUxLjMwNEM5Ni4yOTU1IDE0OS4zMDQgODYuMzY4OCAxNTUuOTk5IDg0LjM2NTMgMTY2LjI1OEM4Mi4zNjE4IDE3Ni41MTYgODkuMDQwMyAxODYuNDU0IDk5LjI4MiAxODguNDU0TDIxMS41NDUgMjEwLjM3OUMyMjEuNzg3IDIxMi4zNzkgMjMxLjcxNCAyMDUuNjg0IDIzMy43MTcgMTk1LjQyNkMyMzUuNzIxIDE4NS4xNjcgMjI5LjA0MiAxNzUuMjI5IDIxOC44MDEgMTczLjIyOVoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xOTEuNjQ2IDEyMi44ODhDMTkxLjMzIDEyMi40MzYgMTkwLjkzNyAxMjIuMDU0IDE5MC40NTkgMTIxLjc0QzE4OS45ODIgMTIxLjQyNyAxODkuNDU1IDEyMS4yMTggMTg4Ljg3NSAxMjEuMTA0QzE4OC4yOTQgMTIwLjk5MSAxODcuNyAxMjAuOTgxIDE4Ny4xNCAxMjEuMDkyQzE4Ni41NzkgMTIxLjIwMyAxODYuMDc4IDEyMS40MSAxODUuNjIyIDEyMS43MTJDMTg1LjE2NiAxMjIuMDE0IDE4NC43ODUgMTIyLjQwMSAxODQuNDY2IDEyMi44NzFDMTg0LjE0OCAxMjMuMzQyIDE4My45MzMgMTIzLjg2MSAxODMuODE5IDEyNC40NDJDMTgzLjcwNiAxMjUuMDI0IDE4My43MDQgMTI1LjYxMyAxODMuODIyIDEyNi4xNjlDMTgzLjk0MSAxMjYuNzI1IDE4NC4xNTYgMTI3LjIyMSAxODQuNDU5IDEyNy42NjRDMTg0Ljc2MyAxMjguMTA3IDE4NS4xNTcgMTI4LjQ4MiAxODUuNjM1IDEyOC43OTZDMTg2LjExMyAxMjkuMTA5IDE4Ni42NDYgMTI5LjMyIDE4Ny4yNDcgMTI5LjQzN0MxODcuODQ4IDEyOS41NTUgMTg4LjM5NCAxMjkuNTU1IDE4OC45NTUgMTI5LjQ0NEMxODkuNTE1IDEyOS4zMzMgMTkwLjAyMiAxMjkuMTM0IDE5MC40ODQgMTI4Ljg0MUMxOTAuOTQ1IDEyOC41NDcgMTkxLjMzMSAxMjguMTY4IDE5MS42NSAxMjcuNjk4QzE5MS45NjcgMTI3LjIzNCAxOTIuMTg1IDEyNi43MDEgMTkyLjMwMiAxMjYuMDk5QzE5Mi40MiAxMjUuNDk3IDE5Mi40MTQgMTI0Ljk0OSAxOTIuMjk0IDEyNC40QzE5Mi4xNzQgMTIzLjg1MSAxOTEuOTU0IDEyMy4zNDYgMTkxLjY0NiAxMjIuODg4WiIgZmlsbD0iI0Y1Mzc0RSIvPgo8cGF0aCBkPSJNMjA4LjI4MSAxMTEuNjY5QzIwNS4xODYgMTExLjA3MiAyMDIuMDg0IDExMi42ODIgMjAwLjc4NSAxMTUuNTYxTDE5MC44NjcgMTEzLjYyNEwxOTMuMDc1IDEwMi4zMjFDMTg2LjgzOCAxMDEuMTAzIDE4MC43OTggMTA1LjE2NSAxNzkuNTczIDExMS40MDRDMTc4Ljc3NiAxMTUuNDgxIDE4MC4yNDkgMTE5LjQ0OCAxODMuMDkxIDEyMi4wN0MxODMuMTQzIDEyMS45ODggMTgzLjE3NSAxMjEuODk1IDE4My4yMzMgMTIxLjgxNEMxODMuNjcyIDEyMS4xNjggMTg0LjIgMTIwLjYzOSAxODQuODI4IDEyMC4yMjJDMTg1LjQ0OSAxMTkuODAzIDE4Ni4xNDMgMTE5LjUxMyAxODYuOTE3IDExOS4zNjVDMTg3LjY4NSAxMTkuMjEgMTg4LjQ4NCAxMTkuMjE3IDE4OS4zMDQgMTE5LjM3N0MxOTAuMTI0IDExOS41MzcgMTkwLjgzMyAxMTkuODI1IDE5MS40ODYgMTIwLjI1OEMxOTIuMTQ2IDEyMC42OTIgMTkyLjY4OSAxMjEuMjE3IDE5My4xMiAxMjEuODQxQzE5My41NTEgMTIyLjQ2NSAxOTMuODQ3IDEyMy4xNjIgMTk0LjAxMiAxMjMuOTE5QzE5NC4wNjUgMTI0LjE1NiAxOTQuMDY4IDEyNC4zOTEgMTk0LjA5MyAxMjQuNjNDMTk3Ljk2IDEyMy40ODkgMjAxLjExNSAxMjAuMzcgMjAyLjA3IDExNi4xNjdDMjAzLjA4NiAxMTMuODcyIDIwNS41NTEgMTEyLjU3OCAyMDguMDExIDExMy4wNTFDMjA4LjM5NCAxMTMuMTI2IDIwOC43NjkgMTEyLjg3MyAyMDguODQ0IDExMi40ODlDMjA4LjkxOSAxMTIuMTA2IDIwOC42NjYgMTExLjczIDIwOC4yODQgMTExLjY1NkwyMDguMjgxIDExMS42NjlaIiBmaWxsPSIjRjUzNzRFIi8+CjxwYXRoIGQ9Ik0xMTYuMzkgMTIyLjYzOEMxMTUuNTMxIDEyMS4yMjcgMTE0LjQxOCAxMjAuMDMgMTEzLjA0NSAxMTkuMDM3QzExMS42NzEgMTE4LjA0NCAxMTAuMDc4IDExNy4zNzggMTA4LjI2OCAxMTcuMDI1QzEwNi42OTEgMTE2LjcxNiAxMDUuMTIgMTE2Ljc3MiAxMDMuNTU3IDExNy4xODRDMTAzLjEwOSAxMTcuMzAyIDEwMi42NjggMTE3LjQ1MSAxMDIuMjM5IDExNy42MTZMMTAzLjM5OCAxMTEuNjg0QzEwMy41MTEgMTExLjEwMiAxMDMuNTA4IDExMC41NDEgMTAzLjM4NiAxMDkuOTk4QzEwMy4yNjUgMTA5LjQ1NiAxMDMuMDUgMTA4Ljk2IDEwMi43NSAxMDguNTAzQzEwMi40NDcgMTA4LjA1NCAxMDIuMDYxIDEwNy42NzMgMTAxLjYwNCAxMDcuMzYzQzEwMS4xNDcgMTA3LjA1NCAxMDAuNjM0IDEwNi44NDcgMTAwLjA3NCAxMDYuNzM4Qzk5LjUxMzYgMTA2LjYyOCA5OC45MjY2IDEwNi42MiA5OC4zNzk4IDEwNi43MzRDOTcuODI2MSAxMDYuODQ2IDk3LjMzMTUgMTA3LjA1NCA5Ni44ODkyIDEwNy4zNTlDOTYuNDQ2OCAxMDcuNjYzIDk2LjA3MzEgMTA4LjA1MiA5NS43NjM4IDEwOC41MUM5NS40NTQ2IDEwOC45NjggOTUuMjQ2NSAxMDkuNDg4IDk1LjEzMyAxMTAuMDdMODkuNjA4IDEzOC4zNkM4OS40NjM3IDEzOS4wOTkgODkuNTQ1NCAxMzkuNjk3IDg5Ljg0NDkgMTQwLjE2MUM5MC4xNDQ0IDE0MC42MjQgOTAuNjg3NiAxNDAuOTI5IDkxLjQ1OTQgMTQxLjA4QzkyLjIzMTIgMTQxLjIzIDkyLjk3MDUgMTQxLjExMiA5My42MjQgMTQwLjcwN0M5NC4yNzc1IDE0MC4zMDIgOTQuODQ2NiAxMzkuNjM5IDk1LjMzOTUgMTM4LjcxMkw5NS42MDEzIDEzOC4zMTZDOTYuMzUwMSAxMzkuNDkyIDk3LjMwMTcgMTQwLjUwMiA5OC40NjY4IDE0MS4zNjFDOTkuNzg1NCAxNDIuMzQzIDEwMS4zNDQgMTQzLjAwMyAxMDMuMTQxIDE0My4zNTRDMTA0LjkzNyAxNDMuNzA1IDEwNi42NzkgMTQzLjY4MyAxMDguMzIzIDE0My4yODZDMTA5Ljk2OSAxNDIuODgzIDExMS40NSAxNDIuMTk5IDExMi43NzUgMTQxLjIyMkMxMTQuMDkzIDE0MC4yNDQgMTE1LjIxMiAxMzkuMDIxIDExNi4xMzIgMTM3LjUzOEMxMTcuMDUzIDEzNi4wNTYgMTE3LjY4NyAxMzQuNDA0IDExOC4wNCAxMzIuNTk4QzExOC4zOTMgMTMwLjc5MiAxMTguNDI2IDEyOS4wMjMgMTE4LjEyOCAxMjcuMzE3QzExNy44MzIgMTI1LjYwNCAxMTcuMjU2IDEyNC4wNSAxMTYuNDA0IDEyMi42NDFMMTE2LjM5IDEyMi42MzhaTTEwOS4wMDEgMTMyLjg3OUMxMDguNjM0IDEzMy40NTMgMTA4LjE4NSAxMzMuOTM0IDEwNy42NTEgMTM0LjMxMkMxMDcuMTIzIDEzNC42OTIgMTA2LjUzMSAxMzQuOTYgMTA1Ljg3NyAxMzUuMTE3QzEwNS4yMjIgMTM1LjI3MyAxMDQuNTYgMTM1LjI4NiAxMDMuODcgMTM1LjE1MUMxMDMuMTgxIDEzNS4wMTYgMTAyLjU3MiAxMzQuNzU1IDEwMi4wMjQgMTM0LjM2NEMxMDEuNDg0IDEzMy45NzQgMTAxLjAzNyAxMzMuNTA0IDEwMC42OTcgMTMyLjk1NEMxMDAuMzU4IDEzMi40MDUgMTAwLjEyMyAxMzEuNzkxIDk5Ljk4NTIgMTMxLjExOEM5OS44NTQxIDEzMC40NDYgOTkuODUyNiAxMjkuNzY0IDk5Ljk4NjIgMTI5LjA4QzEwMC4xMiAxMjguMzk1IDEwMC4zNzggMTI3Ljc2NCAxMDAuNzUyIDEyNy4xOTFDMTAxLjEyNiAxMjYuNjE3IDEwMS41NzQgMTI2LjE0NCAxMDIuMSAxMjUuNzcxQzEwMi42MiAxMjUuMzk2IDEwMy4yMDMgMTI1LjEzNCAxMDMuODU4IDEyNC45NzdDMTA0LjUwNSAxMjQuODIgMTA1LjE3NCAxMjQuODA4IDEwNS44NjQgMTI0Ljk0M0MxMDYuNTU0IDEyNS4wNzggMTA3LjE2MiAxMjUuMzM5IDEwNy43MSAxMjUuNzNDMTA4LjI1MSAxMjYuMTIgMTA4LjY5OSAxMjYuNTgzIDEwOS4wNTMgMTI3LjEyOUMxMDkuNDAxIDEyNy42NzIgMTA5LjYzNyAxMjguMjggMTA5Ljc2OCAxMjguOTUxQzEwOS44OTIgMTI5LjYyMiAxMDkuODg3IDEzMC4zMDMgMTA5Ljc1NCAxMzAuOTg3QzEwOS42MiAxMzEuNjcxIDEwOS4zNjkgMTMyLjMwNCAxMDkuMDAxIDEzMi44NzlaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTQ2Ljk3NCAxMjQuNTU1QzE0Ni4xODIgMTI0LjQgMTQ1LjQ2MyAxMjQuNTIzIDE0NC44MSAxMjQuOTI4QzE0NC4xNTYgMTI1LjMzMyAxNDMuNTc0IDEyNS45OTMgMTQzLjA2NyAxMjYuOTE3TDE0My4wMTcgMTI2Ljk5M0MxNDIuMzkgMTI2LjAyNSAxNDEuNjA3IDEyNS4xNjkgMTQwLjY2NSAxMjQuNDM4QzEzOS40MjIgMTIzLjQ3MSAxMzcuODk3IDEyMi44MTggMTM2LjA4NyAxMjIuNDY0QzEzNC4yNzcgMTIyLjExMSAxMzIuNTM1IDEyMi4xMzMgMTMwLjgwMiAxMjIuNTEyQzEyOS4wNjggMTIyLjg5OCAxMjcuNDkgMTIzLjU3IDEyNi4wNjEgMTI0LjUzNEMxMjQuNjMyIDEyNS40OTcgMTIzLjQxNiAxMjYuNzA5IDEyMi40MSAxMjguMTZDMTIxLjQwMiAxMjkuNjE4IDEyMC43MjcgMTMxLjI1NSAxMjAuMzc1IDEzMy4wNjFDMTIwLjAyMiAxMzQuODY3IDEyMC4wMzYgMTM2LjY0NiAxMjAuNDE0IDEzOC4zODJDMTIwLjc5OCAxNDAuMTE5IDEyMS40NjggMTQxLjY5OCAxMjIuNDMyIDE0My4xMTVDMTIzLjM5NSAxNDQuNTM5IDEyNC42MDUgMTQ1Ljc0OSAxMjYuMDY3IDE0Ni43NTlDMTI3LjUyOSAxNDcuNzY5IDEyOS4xNTYgMTQ4LjQ0MiAxMzAuOTQ2IDE0OC43OTFDMTMyLjczNSAxNDkuMTQxIDEzNC40MTUgMTQ5LjEwNiAxMzUuOTMgMTQ4LjY4NUMxMzcuMDI1IDE0OC4zOCAxMzguMDIzIDE0Ny45MTUgMTM4LjkzIDE0Ny4zMDNMMTM5LjAwMSAxNDcuNzM2QzEzOS4xNjcgMTQ4LjU1NyAxMzkuNDY1IDE0OS4yNDcgMTM5Ljg5MyAxNDkuODE0QzE0MC4zMjEgMTUwLjM4MSAxNDAuOTMxIDE1MC43NDEgMTQxLjcxNyAxNTAuODk1QzE0Mi41MDIgMTUxLjA0OCAxNDMuMTQ1IDE1MC45NTMgMTQzLjYxNyAxNTAuNjA1QzE0NC4wOTYgMTUwLjI1OCAxNDQuNDEyIDE0OS42OTUgMTQ0LjU2NyAxNDguOTAxTDE0OC43OTMgMTI3LjI2MUMxNDkuMDg4IDEyNS43NDkgMTQ4LjQ3OCAxMjQuODQyIDE0Ni45NjkgMTI0LjU0N0wxNDYuOTc0IDEyNC41NTVaTTEzNy42MTQgMTM4LjQ2NkMxMzcuMjQ2IDEzOS4wNDEgMTM2Ljc5OCAxMzkuNTIyIDEzNi4yNyAxMzkuOTAxQzEzNS43NDIgMTQwLjI4MSAxMzUuMTUgMTQwLjU0OSAxMzQuNTEgMTQwLjcwOEMxMzMuODY5IDE0MC44NjcgMTMzLjIwNyAxNDAuODggMTMyLjUxNyAxNDAuNzQ1QzEzMS44MjcgMTQwLjYxMSAxMzEuMjI1IDE0MC4zNTEgMTMwLjY4NSAxMzkuOTYxQzEzMC4xNTEgMTM5LjU3MyAxMjkuNzEgMTM5LjEwMyAxMjkuMzU3IDEzOC41NTJDMTI5LjAxMSAxMzguMDAxIDEyOC43NzYgMTM3LjM4NyAxMjguNjUyIDEzNi43MTZDMTI4LjUyOCAxMzYuMDQ2IDEyOC41MzMgMTM1LjM2NSAxMjguNjY3IDEzNC42ODFDMTI4LjggMTMzLjk5NyAxMjkuMDUyIDEzMy4zNjQgMTI5LjQxOSAxMzIuNzg5QzEyOS43ODcgMTMyLjIxNSAxMzAuMjM0IDEzMS43NDEgMTMwLjc2IDEzMS4zNjhDMTMxLjI4NyAxMzAuOTk1IDEzMS44NzcgMTMwLjczNCAxMzIuNTE4IDEzMC41NzVDMTMzLjE1OSAxMzAuNDE2IDEzMy44MjEgMTMwLjQwMyAxMzQuNTEgMTMwLjUzOEMxMzUuMiAxMzAuNjcyIDEzNS44MDIgMTMwLjkzMiAxMzYuMzQzIDEzMS4zMjJDMTM2Ljg3NyAxMzEuNzEgMTM3LjMxOCAxMzIuMTczIDEzNy42NzMgMTMyLjcxOEMxMzguMDIgMTMzLjI2MiAxMzguMjU2IDEzMy44NjkgMTM4LjM4IDEzNC41MzlDMTM4LjUwNSAxMzUuMjEgMTM4LjQ5OSAxMzUuODkxIDEzOC4zNjYgMTM2LjU3NUMxMzguMjMyIDEzNy4yNTkgMTM3Ljk4MSAxMzcuODkyIDEzNy42MTQgMTM4LjQ2NloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xNzUuNjA5IDEzNC4yMDNDMTc0Ljc1NyAxMzIuNzk0IDE3My42MzcgMTMxLjU5NSAxNzIuMjY0IDEzMC42MDJDMTcwLjg5IDEyOS42MSAxNjkuMjk3IDEyOC45NDMgMTY3LjQ4NyAxMjguNTlDMTY1LjkxIDEyOC4yODIgMTY0LjMzOSAxMjguMzM3IDE2Mi43NzYgMTI4Ljc1QzE2Mi4zMjggMTI4Ljg2OCAxNjEuODg3IDEyOS4wMTYgMTYxLjQ1OCAxMjkuMTgxTDE2Mi42MTcgMTIzLjI0OUMxNjIuNzMgMTIyLjY2OCAxNjIuNzI2IDEyMi4xMDYgMTYyLjYwNSAxMjEuNTY0QzE2Mi40ODQgMTIxLjAyMiAxNjIuMjY5IDEyMC41MjUgMTYxLjk2OSAxMjAuMDY5QzE2MS42NjYgMTE5LjYxOSAxNjEuMjggMTE5LjIzOCAxNjAuODIzIDExOC45MjlDMTYwLjM2NSAxMTguNjE5IDE1OS44NTMgMTE4LjQxMyAxNTkuMjkzIDExOC4zMDNDMTU4LjczMyAxMTguMTk0IDE1OC4xNDYgMTE4LjE4NiAxNTcuNTk5IDExOC4yOTlDMTU3LjA1MiAxMTguNDEyIDE1Ni41NSAxMTguNjIgMTU2LjEwOCAxMTguOTI0QzE1NS42NjYgMTE5LjIyOCAxNTUuMjkyIDExOS42MTcgMTU0Ljk4MyAxMjAuMDc1QzE1NC42NzMgMTIwLjUzMyAxNTQuNDY1IDEyMS4wNTQgMTU0LjM1MiAxMjEuNjM1TDE0OC44MjcgMTQ5LjkyNUMxNDguNjgzIDE1MC42NjQgMTQ4Ljc2NCAxNTEuMjYzIDE0OS4wNjQgMTUxLjcyNkMxNDkuMzYzIDE1Mi4xODkgMTQ5LjkwNyAxNTIuNDk0IDE1MC42NzggMTUyLjY0NUMxNTEuNDUgMTUyLjc5NiAxNTIuMTg5IDE1Mi42NzcgMTUyLjg0MyAxNTIuMjcyQzE1My40OTYgMTUxLjg2NyAxNTQuMDY2IDE1MS4yMDQgMTU0LjU1OCAxNTAuMjc4TDE1NC44MiAxNDkuODgxQzE1NS41NyAxNTEuMDUxIDE1Ni41MjEgMTUyLjA2NyAxNTcuNjc5IDE1Mi45MjZDMTU4Ljk5OCAxNTMuOTA4IDE2MC41NTYgMTU0LjU2NyAxNjIuMzUzIDE1NC45MThDMTY0LjE0OSAxNTUuMjY5IDE2NS44OTEgMTU1LjI0NyAxNjcuNTM1IDE1NC44NUMxNjkuMTgxIDE1NC40NDcgMTcwLjY2MiAxNTMuNzY0IDE3MS45ODcgMTUyLjc4N0MxNzMuMzA2IDE1MS44MDggMTc0LjQzMSAxNTAuNTg2IDE3NS4zNDQgMTQ5LjEwM0MxNzYuMjY1IDE0Ny42MiAxNzYuODk5IDE0NS45NjkgMTc3LjI1MiAxNDQuMTYyQzE3Ny42MDUgMTQyLjM1NiAxNzcuNjM4IDE0MC41ODcgMTc3LjM0MSAxMzguODgxQzE3Ny4wNDQgMTM3LjE2OCAxNzYuNDY4IDEzNS42MTQgMTc1LjYxNiAxMzQuMjA1TDE3NS42MDkgMTM0LjIwM1pNMTY4LjIyNyAxNDQuNDQ1QzE2Ny44NiAxNDUuMDIgMTY3LjQxMSAxNDUuNTAxIDE2Ni44ODMgMTQ1Ljg4QzE2Ni4zNTUgMTQ2LjI2IDE2NS43NjQgMTQ2LjUyOCAxNjUuMTA5IDE0Ni42ODVDMTY0LjQ2MiAxNDYuODQyIDE2My43OTMgMTQ2Ljg1NCAxNjMuMTAzIDE0Ni43MTlDMTYyLjQxMyAxNDYuNTg0IDE2MS44MDUgMTQ2LjMyMyAxNjEuMjY0IDE0NS45MzRDMTYwLjcxNiAxNDUuNTQzIDE2MC4yNzYgMTQ1LjA3MyAxNTkuOTM3IDE0NC41MjRDMTU5LjU5NyAxNDMuOTc1IDE1OS4zNjMgMTQzLjM2IDE1OS4yMzEgMTQyLjY4OUMxNTkuMSAxNDIuMDE3IDE1OS4wOTkgMTQxLjMzNCAxNTkuMjMyIDE0MC42NUMxNTkuMzY2IDEzOS45NjYgMTU5LjYyNCAxMzkuMzM1IDE1OS45OTggMTM4Ljc2MUMxNjAuMzczIDEzOC4xODggMTYwLjgyIDEzNy43MTQgMTYxLjM0IDEzNy4zNEMxNjEuODU5IDEzNi45NjYgMTYyLjQ0MyAxMzYuNzAzIDE2My4wOTcgMTM2LjU0N0MxNjMuNzQ1IDEzNi4zODkgMTY0LjQxNCAxMzYuMzc4IDE2NS4wOTcgMTM2LjUxMUMxNjUuNzggMTM2LjY0NSAxNjYuMzk1IDEzNi45MDcgMTY2Ljk0MyAxMzcuMjk4QzE2Ny40ODMgMTM3LjY4OCAxNjcuOTMyIDEzOC4xNTIgMTY4LjI4NiAxMzguNjk3QzE2OC42MzQgMTM5LjI0IDE2OC44NyAxMzkuODQ4IDE2OC45OTQgMTQwLjUxOEMxNjkuMTE4IDE0MS4xODkgMTY5LjExMyAxNDEuODcgMTY4Ljk3OSAxNDIuNTU0QzE2OC44NDYgMTQzLjIzOCAxNjguNTk0IDE0My44NzEgMTY4LjIyNyAxNDQuNDQ1WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE4OS41IDEzNC4wOTZDMTg5LjIwMyAxMzMuNjU1IDE4OC44MjMgMTMzLjI3NSAxODguMzY4IDEzMi45NTlDMTg3LjkxMiAxMzIuNjQzIDE4Ny4zOTMgMTMyLjQyOCAxODYuODEzIDEzMi4zMTRDMTg2LjIzMiAxMzIuMjAxIDE4NS42NzEgMTMyLjIwNSAxODUuMTMgMTMyLjMyN0MxODQuNTg5IDEzMi40NDggMTg0LjA5NCAxMzIuNjU3IDE4My42NTMgMTMyLjk1NEMxODMuMjEyIDEzMy4yNTIgMTgyLjg0IDEzMy42MzQgMTgyLjUzIDEzNC4wOTJDMTgyLjIyMSAxMzQuNTUgMTgyLjAxMyAxMzUuMDcgMTgxLjg5OSAxMzUuNjUyTDE3OC4zNjkgMTUzLjcyN0MxNzguMjU2IDE1NC4zMDkgMTc4LjI1MyAxNTQuODcgMTc4LjM2NyAxNTUuNDFDMTc4LjQ4MSAxNTUuOTUxIDE3OC42ODEgMTU2LjQ1MiAxNzguOTc2IDE1Ni45QzE3OS4yNzIgMTU3LjM0OCAxNzkuNjUxIDE1Ny43MjggMTgwLjEwOSAxNTguMDM4QzE4MC41NjYgMTU4LjM0NyAxODEuMDg1IDE1OC41NTUgMTgxLjY2NiAxNTguNjY4QzE4Mi4yNDcgMTU4Ljc4MiAxODIuODA2IDE1OC43ODUgMTgzLjM0NiAxNTguNjdDMTgzLjg4NiAxNTguNTU1IDE4NC4zODEgMTU4LjM0NiAxODQuODIzIDE1OC4wNDJDMTg1LjI2NiAxNTcuNzM4IDE4NS42NDUgMTU3LjM1NyAxODUuOTYyIDE1Ni44OTRDMTg2LjI3OCAxNTYuNDM3IDE4Ni40OTMgMTU1LjkxOCAxODYuNjA3IDE1NS4zMzZMMTkwLjEzNyAxMzcuMjYxQzE5MC4yNSAxMzYuNjc5IDE5MC4yNDcgMTM2LjExNyAxOTAuMTI2IDEzNS41NzVDMTkwLjAwNSAxMzUuMDMzIDE4OS43OTYgMTM0LjUzOCAxODkuNSAxMzQuMDk2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTIxNS42MTIgMTQxLjcwM0MyMTQuNjU1IDE0MC4zNTggMjEzLjQzOSAxMzkuMjEyIDIxMS45NzIgMTM4LjI2NUMyMTAuNTA1IDEzNy4zMTggMjA4Ljg2NSAxMzYuNjcxIDIwNy4wNjIgMTM2LjMxOUMyMDUuMjU5IDEzNS45NjcgMjAzLjQ3OCAxMzUuOTc0IDIwMS43NDIgMTM2LjMzMUMyMDAuMDA0IDEzNi42OTUgMTk4LjQxNiAxMzcuMzUgMTk2Ljk4NCAxMzguMjkyQzE5NS41NTIgMTM5LjIzNCAxOTQuMzI0IDE0MC40MzcgMTkzLjMwOCAxNDEuOUMxOTIuMjkyIDE0My4zNjQgMTkxLjYwNSAxNDUuMDI2IDE5MS4yNDEgMTQ2Ljg5NEMxOTAuODc2IDE0OC43NjIgMTkwLjkwMiAxNTAuNDc5IDE5MS4yNzkgMTUyLjIxNUMxOTEuNjYzIDE1My45NTIgMTkyLjMzMyAxNTUuNTMxIDE5My4yOTggMTU2Ljk0OEMxOTQuMjYgMTU4LjM3MiAxOTUuNDcxIDE1OS41ODIgMTk2LjkzNSAxNjAuNTc4QzE5OC40IDE2MS41NzQgMjAwLjAyNyAxNjIuMjQ3IDIwMS44MTcgMTYyLjU5N0MyMDIuODM1IDE2Mi43OTUgMjAzLjkwNSAxNjIuOTA1IDIwNS4wMzUgMTYyLjkyN0MyMDYuMTU5IDE2Mi45NDcgMjA3LjIxMyAxNjIuODQ4IDIwOC4xODYgMTYyLjYyNkMyMDkuMTU4IDE2Mi40MDQgMjA5Ljk4OCAxNjIuMDQgMjEwLjY4NCAxNjEuNTIzQzIxMS4zOCAxNjEuMDEyIDIxMS43OTcgMTYwLjMyNyAyMTEuOTQ4IDE1OS40ODNDMjEyLjA5OSAxNTguNzEgMjEyLjAwNSAxNTguMDMxIDIxMS42NzEgMTU3LjQ1NEMyMTEuMzM2IDE1Ni44NzcgMjEwLjg5NSAxNTYuNDE1IDIxMC4zNDEgMTU2LjA1OEMyMDkuNzg2IDE1NS43MDEgMjA5LjE4NiAxNTUuNDcgMjA4LjUyIDE1NS4zNjFDMjA3Ljg2IDE1NS4yNTQgMjA3LjI2OSAxNTUuMjY2IDIwNi43NDcgMTU1LjM5OUMyMDYuMTg1IDE1NS42NTggMjA1LjYwNiAxNTUuODI5IDIwNS4wMDYgMTU1LjkyNUMyMDQuNDA2IDE1Ni4wMjEgMjAzLjggMTU2LjAwMiAyMDMuMTg1IDE1NS44ODJDMjAyLjU3IDE1NS43NjIgMjAyLjAxMiAxNTUuNTMyIDIwMS41MTMgMTU1LjE4NkMyMDEuMDEzIDE1NC44NCAyMDAuNTk2IDE1NC40MzIgMjAwLjI1IDE1My45NTJDMTk5LjkwNCAxNTMuNDczIDE5OS42NDMgMTUyLjk2IDE5OS40NjIgMTUyLjM5OUMxOTkuMjc5IDE1MS44NDUgMTk5LjIwOSAxNTEuMjk5IDE5OS4yNjUgMTUwLjc1NkwyMTMuNDExIDE1My41MThDMjE0LjAwNSAxNTMuNjM0IDIxNC41NDYgMTUzLjY5NyAyMTUuMDI1IDE1My43MTNDMjE1LjUwNCAxNTMuNzI4IDIxNS45MjMgMTUzLjY1NCAyMTYuMjg1IDE1My41MDRDMjE2LjY0MSAxNTMuMzUzIDIxNi45MzYgMTUzLjExMyAyMTcuMTYzIDE1Mi43ODhDMjE3LjM5IDE1Mi40NTYgMjE3LjU2MiAxNTIuMDEzIDIxNy42NzMgMTUxLjQ0NkMyMTguMDI3IDE0OS42MzMgMjE4LjAxMyAxNDcuODkgMjE3LjYzIDE0Ni4yMTdDMjE3LjI0OCAxNDQuNTQ0IDIxNi41NzEgMTQzLjAzNCAyMTUuNjE0IDE0MS42ODlMMjE1LjYxMiAxNDEuNzAzWk0yMDAuMTAzIDE0NS45MTlDMjAwLjMwMiAxNDUuMzc1IDIwMC41OTYgMTQ0Ljg4NiAyMDAuOTkgMTQ0LjQ2NkMyMDEuMzg1IDE0NC4wMzkgMjAxLjgzNiAxNDMuNjkzIDIwMi4zNTQgMTQzLjQzMkMyMDIuODc1IDE0My4xNjUgMjAzLjQyNSAxNDIuOTk1IDIwNC4wMTcgMTQyLjkwNUMyMDQuNjA4IDE0Mi44MjEgMjA1LjE5NCAxNDIuODM2IDIwNS43NzQgMTQyLjk1QzIwNi4zMjEgMTQzLjA1NiAyMDYuODQyIDE0My4yNTggMjA3LjM1MSAxNDMuNTU2QzIwNy44NiAxNDMuODU0IDIwOC4yOTggMTQ0LjIyNCAyMDguNjY2IDE0NC42NjVDMjA5LjAzNSAxNDUuMDk5IDIwOS4zMjIgMTQ1LjU4OSAyMDkuNTI4IDE0Ni4xMzNDMjA5LjczMyAxNDYuNjc4IDIwOS44MDMgMTQ3LjIzMSAyMDkuNzQ4IDE0Ny44MDNMMjAwLjEwMyAxNDUuOTE5WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTI0MC4yODkgMTU3LjcwOUMyMzkuOTE0IDE1Ny4wNTMgMjM5LjQ1NSAxNTYuNDYgMjM4LjkxMiAxNTUuOTM1QzIzOC4zNyAxNTUuNDEgMjM3Ljc4OSAxNTQuOTM0IDIzNy4xNzggMTU0LjUwMkMyMzYuNTY4IDE1NC4wNyAyMzUuOTU2IDE1My42ODEgMjM1LjMyOSAxNTMuMzMxQzIzNC43MDMgMTUyLjk4MiAyMzQuMTI4IDE1Mi42NTYgMjMzLjYwNyAxNTIuMzQ5QzIzMi4zMTcgMTUxLjY1NiAyMzEuMjk5IDE1MS4wMjQgMjMwLjU0NSAxNTAuNDUxQzIyOS43OTIgMTQ5Ljg3OCAyMjkuNDUzIDE0OS40IDIyOS41MjUgMTQ5LjAzQzIyOS41OTggMTQ4LjY2MSAyMjkuNzU5IDE0OC4zOCAyMzAuMDAxIDE0OC4xOTNDMjMwLjI1IDE0OC4wMDcgMjMwLjU1IDE0Ny44ODggMjMwLjkxOCAxNDcuODUzQzIzMS4yOCAxNDcuODE3IDIzMS42NzggMTQ3Ljg0NSAyMzIuMTIxIDE0Ny45MzlDMjMyLjU1NyAxNDguMDMxIDIzMy4wMDggMTQ4LjE5IDIzMy40NzYgMTQ4LjQwOUMyMzMuOTIgMTQ4LjYzOCAyMzQuMzU0IDE0OC45MjIgMjM0Ljc1OCAxNDkuMjQ5QzIzNS4xNjkgMTQ5LjU3OCAyMzUuNTU5IDE0OS45MDMgMjM1LjkzNSAxNTAuMjMyQzIzNi4zMSAxNTAuNTYxIDIzNi42ODMgMTUwLjg2OCAyMzcuMDU0IDE1MS4xNDdDMjM3LjQyMyAxNTEuNDMyIDIzNy44MDcgMTUxLjY0OSAyMzguMTk2IDE1MS43OTZDMjM4LjYwOSAxNTEuOTMzIDIzOS4wNTMgMTUxLjk4NSAyMzkuNTMzIDE1MS45NThDMjQwLjAxNCAxNTEuOTMxIDI0MC40NyAxNTEuODA3IDI0MC45MDUgMTUxLjU3OUMyNDEuMzM5IDE1MS4zNTIgMjQxLjcyIDE1MS4wMzUgMjQyLjAzNSAxNTAuNjIxQzI0Mi4zNSAxNTAuMjA3IDI0Mi41NDYgMTQ5LjY3NyAyNDIuNjIxIDE0OS4wMzhDMjQyLjY2NiAxNDguMDQ1IDI0Mi40NDkgMTQ3LjEyMiAyNDEuOTU0IDE0Ni4yOEMyNDEuNDU5IDE0NS40MzcgMjQwLjc3NyAxNDQuNjc5IDIzOS44OTYgMTQ0LjAwMkMyMzkuMDE0IDE0My4zMjYgMjM3Ljk4NSAxNDIuNzQ5IDIzNi44MDMgMTQyLjI2MkMyMzUuNjIyIDE0MS43NzYgMjM0LjM2MiAxNDEuNDAyIDIzMy4wMyAxNDEuMTQyQzIzMS4zOTggMTQwLjgyMyAyMjkuOTQ0IDE0MC43NTIgMjI4LjY3IDE0MC45MjJDMjI3LjM5NSAxNDEuMDkzIDIyNi4yOTcgMTQxLjQxOCAyMjUuMzYgMTQxLjg5NUMyMjQuNDI5IDE0Mi4zNzQgMjIzLjY2MyAxNDIuOTU2IDIyMy4wNiAxNDMuNjQ4QzIyMi40NTYgMTQ0LjM0NyAyMjIuMDA2IDE0NS4wNTQgMjIxLjcgMTQ1Ljc4M0MyMjEuMjY5IDE0Ni43OTMgMjIxLjEwNiAxNDcuNzM0IDIyMS4yMjIgMTQ4LjU5NUMyMjEuMzM4IDE0OS40NTUgMjIxLjYyOCAxNTAuMjU4IDIyMi4wOTMgMTUwLjk5NUMyMjIuNTU5IDE1MS43MzIgMjIzLjE2MSAxNTIuNDI1IDIyMy44OTYgMTUzLjA1OUMyMjQuNjMgMTUzLjY5MiAyMjUuNDA4IDE1NC4yODQgMjI2LjIzIDE1NC44MjlDMjI3LjA1MyAxNTUuMzczIDIyNy44NzUgMTU1Ljg4MSAyMjguNjk4IDE1Ni4zNTVDMjI5LjUyIDE1Ni44MjggMjMwLjI0OSAxNTcuMjY4IDIzMC44OTggMTU3LjY4NkMyMzEuNTQ3IDE1OC4xMDQgMjMyLjA1OCAxNTguNTAyIDIzMi40MzIgMTU4Ljg3NEMyMzIuODA2IDE1OS4yNDUgMjMyLjk1NSAxNTkuNjA4IDIzMi44ODUgMTU5Ljk2NEMyMzIuNzkzIDE2MC40MzYgMjMyLjU4NyAxNjAuNzY1IDIzMi4yNyAxNjAuOTM3QzIzMS45NTMgMTYxLjExIDIzMS41NzQgMTYxLjE5OSAyMzEuMTQyIDE2MS4xOTNDMjMwLjcwMyAxNjEuMTkyIDIzMC4yNDEgMTYxLjEyNCAyMjkuNzQyIDE2MC45OTFDMjI5LjI1IDE2MC44NTkgMjI4Ljc5IDE2MC43MTIgMjI4LjM2NiAxNjAuNTU4QzIyNy42MzIgMTYwLjIxNiAyMjYuOTY1IDE1OS43ODEgMjI2LjM3NyAxNTkuMjY4QzIyNS43ODQgMTU4Ljc0NyAyMjUuMjMyIDE1OC4yMzUgMjI0LjcxMSAxNTcuNzA3QzIyNC4xOTUgMTU3LjE4NyAyMjMuNjg2IDE1Ni43MTEgMjIzLjE5NCAxNTYuMjg4QzIyMi43MDIgMTU1Ljg2NiAyMjIuMTk5IDE1NS41NzUgMjIxLjY4MyAxNTUuNDE4QzIyMS4yMDUgMTU1LjI1NCAyMjAuNzMxIDE1NS4yMTEgMjIwLjI2MiAxNTUuMjlDMjE5Ljc5MSAxNTUuMzc1IDIxOS4zNjIgMTU1LjU0IDIxOC45NzMgMTU1Ljc5MUMyMTguNTgzIDE1Ni4wNDEgMjE4LjI1NiAxNTYuMzc1IDIxNy45ODYgMTU2Ljc3N0MyMTcuNzE2IDE1Ny4xNzkgMjE3LjU0MyAxNTcuNjI4IDIxNy40NjEgMTU4LjEyM0MyMTcuMzY3IDE1OC44OTMgMjE3LjQ0MSAxNTkuNjM5IDIxNy42OCAxNjAuMzc1QzIxNy45MjEgMTYxLjEwNCAyMTguMjg4IDE2MS44MDEgMjE4Ljc5MiAxNjIuNDUzQzIxOS4yOTYgMTYzLjEwNSAyMTkuODkyIDE2My43MTkgMjIwLjU4NCAxNjQuMjhDMjIxLjI3NSAxNjQuODQyIDIyMi4wMTMgMTY1LjM0OCAyMjIuODA1IDE2NS43OTRDMjIzLjU5MSAxNjYuMjM4IDIyNC40MDkgMTY2LjYyNSAyMjUuMjQ4IDE2Ni45MzhDMjI2LjA4NiAxNjcuMjU4IDIyNi45MDUgMTY3LjQ5NiAyMjcuNjkgMTY3LjY1QzIyOS4xODYgMTY3Ljk0MiAyMzAuNjY4IDE2OC4wODkgMjMyLjE0MiAxNjguMDkzQzIzMy42MTYgMTY4LjA5NyAyMzQuOTY1IDE2Ny45MDYgMjM2LjE5IDE2Ny41MTNDMjM3LjQxNiAxNjcuMTIgMjM4LjQ2MiAxNjYuNTIyIDIzOS4zMjEgMTY1LjcxNkMyNDAuMTggMTY0LjkxMSAyNDAuNzM5IDE2My44MjcgMjQxLjAwNCAxNjIuNDczQzI0MS4xOSAxNjEuNTIyIDI0MS4yMSAxNjAuNjUyIDI0MS4wNTggMTU5Ljg2OUMyNDAuOTE0IDE1OS4wODEgMjQwLjY1MSAxNTguMzYyIDI0MC4yNzcgMTU3LjdMMjQwLjI4OSAxNTcuNzA5WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEwMi40NTQgMTY0LjY2MkMxMDIuNjI3IDE2My43NzMgMTAzLjE2NCAxNjMuNDIzIDEwNC4wNTggMTYzLjU5OEMxMDQuNTIzIDE2My42ODggMTA0Ljg3OSAxNjMuOSAxMDUuMTM5IDE2NC4yMzVDMTA1LjM5MyAxNjQuNTY5IDEwNS41NjUgMTY1LjA3MSAxMDUuNjQ3IDE2NS43NEwxMDYuMDg4IDE2OC43NDZMMTA2LjY2NiAxNjguOTA4TDEwNS4wMzIgMTc3LjI3NkMxMDQuOTY1IDE3Ny42MTggMTA0Ljg0MiAxNzcuOTIgMTA0LjY1NSAxNzguMTg5QzEwNC40NjggMTc4LjQ1OCAxMDQuMjQ2IDE3OC42ODUgMTAzLjk3OCAxNzguODZDMTAzLjcxIDE3OS4wMzUgMTAzLjQyMiAxNzkuMTYzIDEwMy4xMDUgMTc5LjIyOUMxMDIuNzg3IDE3OS4yOTUgMTAyLjQ2MSAxNzkuMjk1IDEwMi4xMzMgMTc5LjIzMUMxMDEuODA1IDE3OS4xNjcgMTAxLjQ4OSAxNzkuMDQxIDEwMS4yMTMgMTc4Ljg1OUMxMDAuOTM2IDE3OC42NzggMTAwLjcxNyAxNzguNDU3IDEwMC41NDIgMTc4LjE4OUMxMDAuMzY4IDE3Ny45MiAxMDAuMjUzIDE3Ny42MzUgMTAwLjE4MSAxNzcuMzE2QzEwMC4xMTYgMTc2Ljk5NyAxMDAuMTE2IDE3Ni42NzEgMTAwLjE4MiAxNzYuMzI5TDEwMi40NTkgMTY0LjY3TDEwMi40NTQgMTY0LjY2MlpNMTA1LjMzIDE2Ni4wOTFDMTA1LjYyNCAxNjUuODkyIDEwNS45NDUgMTY1LjY5OSAxMDYuMjk4IDE2NS41MjdDMTA2LjY1MSAxNjUuMzU0IDEwNy4wMjIgMTY1LjE5OSAxMDcuNDIxIDE2NS4wNzhDMTA3LjgyIDE2NC45NTcgMTA4LjIyOCAxNjQuODY3IDEwOC42NTcgMTY0LjgxNUMxMDkuMDg2IDE2NC43NTcgMTA5LjUyNiAxNjQuNzU4IDEwOS45NzEgMTY0LjgwMkMxMTAuMzk3IDE2NC44NzEgMTEwLjg0MSAxNjQuOTkzIDExMS4zMTcgMTY1LjE3MkMxMTEuNzkzIDE2NS4zNSAxMTIuMjE3IDE2NS41NzUgMTEyLjU4OCAxNjUuODUzQzExMi45NTkgMTY2LjEzMSAxMTMuMjQ3IDE2Ni40NzIgMTEzLjQ1MyAxNjYuODY3QzExMy42NiAxNjcuMjYzIDExMy43MTQgMTY3LjcxNCAxMTMuNjE2IDE2OC4yMTNDMTEzLjU0OSAxNjguNTU1IDExMy40MTMgMTY4Ljg1NSAxMTMuMTk4IDE2OS4xMTlDMTEyLjk4NCAxNjkuMzgyIDExMi43NDQgMTY5LjU5MSAxMTIuNDY4IDE2OS43MzZDMTEyLjE4MyAxNjkuODg2IDExMS44ODMgMTY5Ljk3IDExMS41NzMgMTY5Ljk5NUMxMTEuMjY0IDE3MC4wMTkgMTEwLjkwNyAxNjkuOTkyIDExMC41MDQgMTY5LjkxNEMxMTAuMTM3IDE2OS44MzUgMTA5Ljc2MSAxNjkuNzI2IDEwOS4zODQgMTY5LjU4OEMxMDkuMDA1IDE2OS40NTcgMTA4LjYxIDE2OS40MDkgMTA4LjIwNyAxNjkuNDQ0QzEwNy42OCAxNjkuNTI1IDEwNy4yMzUgMTY5Ljc3MiAxMDYuODggMTcwLjIwN0MxMDYuNTI3IDE3MC42MzYgMTA2LjI2MSAxNzEuMTY2IDEwNi4wODIgMTcxLjc5MkwxMDUuMzIzIDE2Ni4wODlMMTA1LjMzIDE2Ni4wOTFaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTIwLjQzMyAxODIuNzk4QzExOS4zODEgMTgyLjU5MiAxMTguNDI5IDE4Mi4yMDEgMTE3LjU3MiAxODEuNjE0QzExNi43MTUgMTgxLjAyOCAxMTYuMDAyIDE4MC4zMiAxMTUuNDQyIDE3OS40ODdDMTE0Ljg4MiAxNzguNjUzIDExNC40ODcgMTc3LjczIDExNC4yNjEgMTc2LjcxM0MxMTQuMDM0IDE3NS42OTYgMTE0LjAzMSAxNzQuNjU4IDExNC4yMzkgMTczLjU5MUMxMTQuNDQ4IDE3Mi41MjQgMTE0Ljg1NiAxNzEuNTI0IDExNS40NDkgMTcwLjY2NkMxMTYuMDQxIDE2OS44MDkgMTE2Ljc2MSAxNjkuMTA0IDExNy41OTkgMTY4LjU1MUMxMTguNDM4IDE2Ny45OTcgMTE5LjM3IDE2Ny42MTggMTIwLjM5IDE2Ny40MDVDMTIxLjQxIDE2Ny4xOTMgMTIyLjQ0NiAxNjcuMTg5IDEyMy41MTEgMTY3LjM5N0MxMjQuNTc3IDE2Ny42MDUgMTI1LjUzMSAxNjcuOTgzIDEyNi4zODggMTY4LjUzNEMxMjcuMjQ1IDE2OS4wODUgMTI3Ljk1NyAxNjkuNzU3IDEyOC41MTkgMTcwLjU0OEMxMjkuMDggMTcxLjM0IDEyOS40NzYgMTcyLjIyIDEyOS43MDIgMTczLjIwMkMxMjkuOTI5IDE3NC4xODMgMTI5LjkzNiAxNzUuMiAxMjkuNzI4IDE3Ni4yNjhDMTI5LjY2MyAxNzYuNTk2IDEyOS41NjIgMTc2Ljg2IDEyOS40MzIgMTc3LjA1NUMxMjkuMjk1IDE3Ny4yNDkgMTI5LjEyNiAxNzcuMzg2IDEyOC45MTggMTc3LjQ3M0MxMjguNzA5IDE3Ny41NiAxMjguNDYgMTc3LjYwNCAxMjguMTc5IDE3Ny41OTJDMTI3Ljg5NiAxNzcuNTg2IDEyNy41NzggMTc3LjU0NSAxMjcuMjI5IDE3Ny40NzdMMTE4LjkzNyAxNzUuODU4QzExOC45MDUgMTc2LjE3MSAxMTguOTQ4IDE3Ni40OTIgMTE5LjA1NSAxNzYuODE4QzExOS4xNjEgMTc3LjE0NSAxMTkuMzE1IDE3Ny40NDUgMTE5LjUxNiAxNzcuNzI1QzExOS43MTYgMTc4LjAwNiAxMTkuOTY3IDE3OC4yNDcgMTIwLjI1NSAxNzguNDQ1QzEyMC41NDkgMTc4LjY0NCAxMjAuODY5IDE3OC43ODUgMTIxLjIzMSAxNzguODU2QzEyMS41OTMgMTc4LjkyNiAxMjEuOTQ2IDE3OC45MzEgMTIyLjI5NyAxNzguODc5QzEyMi42NDggMTc4LjgyNyAxMjIuOTg3IDE3OC43MjMgMTIzLjMyMSAxNzguNTc1QzEyMy42MjggMTc4LjQ5MyAxMjMuOTY5IDE3OC40ODggMTI0LjM2MSAxNzguNTUxQzEyNC43NTMgMTc4LjYxMyAxMjUuMTAxIDE3OC43NTIgMTI1LjQzIDE3OC45NThDMTI1Ljc1MSAxNzkuMTYzIDEyNi4wMDkgMTc5LjQ0MSAxMjYuMjA2IDE3OS43NzhDMTI2LjQwMiAxODAuMTE0IDEyNi40NTMgMTgwLjUwOCAxMjYuMzY0IDE4MC45NjZDMTI2LjI3NCAxODEuNDYgMTI2LjAzMyAxODEuODYgMTI1LjYyNiAxODIuMTY0QzEyNS4yMTkgMTgyLjQ2OSAxMjQuNzMyIDE4Mi42NzkgMTI0LjE2IDE4Mi44MDlDMTIzLjU4OSAxODIuOTM4IDEyMi45NzUgMTgyLjk5NiAxMjIuMzE3IDE4Mi45ODhDMTIxLjY1OSAxODIuOTgxIDEyMS4wMjcgMTgyLjkxNCAxMjAuNDMzIDE4Mi43OThaTTEyMi43NDcgMTcxLjI3NUMxMjIuNDA1IDE3MS4yMDggMTIyLjA2NyAxNzEuMTk5IDEyMS43MTYgMTcxLjI1MUMxMjEuMzY2IDE3MS4zMDMgMTIxLjA0OCAxNzEuNDA1IDEyMC43NDEgMTcxLjU1OEMxMjAuNDQyIDE3MS43MTMgMTIwLjE3NSAxNzEuOTE2IDExOS45NDMgMTcyLjE2MkMxMTkuNzEgMTcyLjQwOCAxMTkuNTQxIDE3Mi42OTQgMTE5LjQyMiAxNzMuMDEyTDEyNS4wNzEgMTc0LjExNUMxMjUuMTA4IDE3My43ODIgMTI1LjA1OSAxNzMuNDUyIDEyNC45NDMgMTczLjEzOEMxMjQuODIxIDE3Mi44MTYgMTI0LjY1NiAxNzIuNTM2IDEyNC40MzcgMTcyLjI4QzEyNC4yMTcgMTcyLjAyNCAxMjMuOTYxIDE3MS44MSAxMjMuNjYzIDE3MS42MzFDMTIzLjM2NCAxNzEuNDUyIDEyMy4wNjEgMTcxLjMzNiAxMjIuNzQgMTcxLjI3NEwxMjIuNzQ3IDE3MS4yNzVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTQzLjQxNSAxNzguODdMMTM5LjcgMTg0LjY3OEMxMzkuNTE4IDE4NC45NTUgMTM5LjMwOSAxODUuMTkyIDEzOS4wNzQgMTg1LjM4QzEzOC44MzcgMTg1LjU3NSAxMzguNTg4IDE4NS43MjYgMTM4LjMyNSAxODUuODM4QzEzOC4wNjIgMTg1Ljk1IDEzNy43OTMgMTg2LjAxOCAxMzcuNTI2IDE4Ni4wNDRDMTM3LjI1MSAxODYuMDY4IDEzNi45OTMgMTg2LjA0NiAxMzYuNzM4IDE4NS45NzVDMTM2LjMxMiAxODUuODcxIDEzNS45MzkgMTg1LjY3IDEzNS42MiAxODUuMzhDMTM1LjMwMSAxODUuMDkxIDEzNS4wODUgMTg0LjcwOCAxMzQuOTY2IDE4NC4yM0wxMzIuMzEgMTczLjIxM0MxMzIuMjQxIDE3Mi45MDkgMTMyLjE5NCAxNzIuNjA4IDEzMi4xNjYgMTcyLjMxMkMxMzIuMTM5IDE3Mi4wMTUgMTMyLjEzOSAxNzEuNzI0IDEzMi4xNzEgMTcxLjQ1M0MxMzIuMjY1IDE3MS4wMSAxMzIuNDYgMTcwLjYyOSAxMzIuNzQ5IDE3MC4zMDlDMTMzLjAzOCAxNjkuOTg5IDEzMy40MTYgMTY5Ljc2NSAxMzMuODg2IDE2OS42NDNDMTM0LjIyNCAxNjkuNTQ2IDEzNC41NTQgMTY5LjUyNSAxMzQuODc5IDE2OS41NjdDMTM1LjIwNCAxNjkuNjEgMTM1LjQ5OCAxNjkuNzAyIDEzNS43NjYgMTY5Ljg1NEMxMzYuMDM1IDE3MC4wMDYgMTM2LjI3MyAxNzAuMjAyIDEzNi40NzcgMTcwLjQ2MkMxMzYuNjgzIDE3MC43MTUgMTM2LjgzNyAxNzEuMDE1IDEzNi45MjcgMTcxLjM1MkwxMzguMjg1IDE3OC45MjZMMTQyLjM4NSAxNzIuNDU0QzE0Mi41OSAxNzIuMTMyIDE0Mi44NjQgMTcxLjg4NyAxNDMuMjIxIDE3MS43MjlDMTQzLjU3OCAxNzEuNTcyIDE0My45NTEgMTcxLjQ4MSAxNDQuMzM2IDE3MS40NzFDMTQ0LjYxNCAxNzEuNDYxIDE0NC44ODMgMTcxLjUgMTQ1LjE1MSAxNzEuNThDMTQ1LjQxMiAxNzEuNjYgMTQ1LjY1IDE3MS43ODQgMTQ1Ljg3MyAxNzEuOTQ5QzE0Ni4wODkgMTcyLjExMiAxNDYuMjg1IDE3Mi4zMDYgMTQ2LjQ0NiAxNzIuNTM3QzE0Ni42MDcgMTcyLjc2NyAxNDYuNzM1IDE3My4wMTkgMTQ2LjgxNiAxNzMuMjkxTDE0OC4wMzcgMTgwLjgzOEwxNTIuMjc0IDE3NC4zOTJDMTUyLjQ1NyAxNzQuMTA4IDE1Mi42ODUgMTczLjg4MyAxNTIuOTY1IDE3My43MjRDMTUzLjI0NCAxNzMuNTY2IDE1My41NCAxNzMuNDY3IDE1My44NiAxNzMuNDIzQzE1NC4xNzkgMTczLjM4NiAxNTQuNTAyIDE3My40MDcgMTU0LjgyNSAxNzMuNDkxQzE1NS4xNDkgMTczLjU3NiAxNTUuNDU0IDE3My43MjEgMTU1LjczNCAxNzMuOTI0QzE1Ni4xMDcgMTc0LjE4OSAxNTYuMzgyIDE3NC41MjcgMTU2LjU0MiAxNzQuOTQyQzE1Ni43MSAxNzUuMzUxIDE1Ni43NTQgMTc1Ljc3OCAxNTYuNjk3IDE3Ni4yMTVDMTU2LjY4MiAxNzYuNDA0IDE1Ni41OTggMTc2LjY1IDE1Ni40NDUgMTc2Ljk2MUMxNTYuMjkyIDE3Ny4yNzIgMTU2LjEyNCAxNzcuNTUyIDE1NS45MzQgMTc3Ljc5OUwxNDkuMDc2IDE4Ni45OTNDMTQ4LjgzIDE4Ny4zMDcgMTQ4LjU1NyAxODcuNTQ1IDE0OC4yNDkgMTg3LjcwNUMxNDcuOTQxIDE4Ny44NjUgMTQ3LjYwNCAxODcuOTU1IDE0Ny4yNTEgMTg3Ljk4NkMxNDYuOTc4IDE4OC4wMDMgMTQ2LjY5OSAxODcuOTc3IDE0Ni40MSAxODcuODk5QzE0Ni4xMiAxODcuODIyIDE0NS44NTIgMTg3LjcwNSAxNDUuNiAxODcuNTQzQzE0NS4zNDggMTg3LjM4IDE0NS4xMzIgMTg3LjE4MSAxNDQuOTU5IDE4Ni45NDFDMTQ0Ljc3OSAxODYuNyAxNDQuNjY3IDE4Ni40MzcgMTQ0LjYyIDE4Ni4xMzZMMTQzLjQwNiAxNzguODgyTDE0My40MTUgMTc4Ljg3WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE3MS4zIDE4NC43MzRDMTcxLjA5MyAxODUuNzk1IDE3MC43NjEgMTg2Ljc2NyAxNzAuMjk3IDE4Ny42NTdDMTY5LjgzMyAxODguNTM5IDE2OS4yNjMgMTg5LjI4IDE2OC41ODkgMTg5Ljg2NkMxNjcuOTEzIDE5MC40NTggMTY3LjEzIDE5MC44NzMgMTY2LjI0NCAxOTEuMTI3QzE2NS4zNTkgMTkxLjM3MyAxNjQuMzgzIDE5MS4zOTUgMTYzLjMyNCAxOTEuMTg5QzE2Mi4yNjYgMTkwLjk4MiAxNjEuMzIyIDE5MC41ODQgMTYwLjQ2NSAxODkuOTk4QzE1OS42MDggMTg5LjQxMiAxNTguODk3IDE4OC42OTcgMTU4LjMzNiAxODcuODY0QzE1Ny43NjkgMTg3LjAyOCAxNTcuMzgyIDE4Ni4xMDcgMTU3LjE1NSAxODUuMDlDMTU2LjkyOCAxODQuMDczIDE1Ni45MjUgMTgzLjAzNSAxNTcuMTM0IDE4MS45NjhDMTU3LjM0MiAxODAuOTAxIDE1Ny43NDEgMTc5Ljk0OSAxNTguMzI2IDE3OS4wOTdDMTU4LjkxIDE3OC4yNDUgMTU5LjYyNCAxNzcuNTMyIDE2MC40NjQgMTc2Ljk3MkMxNjEuMjk3IDE3Ni40MSAxNjIuMjI0IDE3Ni4wMTYgMTYzLjI0IDE3NS43ODhDMTY0LjI1NSAxNzUuNTY3IDE2NS4yOTIgMTc1LjU1NyAxNjYuMzM3IDE3NS43NjFDMTY3LjM4MiAxNzUuOTY1IDE2OC4yOTIgMTc2LjM1NSAxNjkuMDE5IDE3Ni45MTdDMTY5Ljc0NSAxNzcuNDg0IDE3MC4zMTMgMTc4LjE3MSAxNzAuNzE2IDE3OC45NzRDMTcxLjExOSAxNzkuNzc3IDE3MS4zNjkgMTgwLjY3OCAxNzEuNDY3IDE4MS42NjNDMTcxLjU2NSAxODIuNjQ4IDE3MS41MDcgMTgzLjY3NCAxNzEuMyAxODQuNzM0Wk0xNjcuNjczIDE4NC4wMjZDMTY3Ljc1MiAxODMuNjIyIDE2Ny43NTEgMTgzLjIyNSAxNjcuNjc5IDE4Mi44MzRDMTY3LjYwNiAxODIuNDQzIDE2Ny40NzEgMTgyLjA4MyAxNjcuMjYzIDE4MS43NjZDMTY3LjA1NiAxODEuNDQ4IDE2Ni43OTcgMTgxLjE3NyAxNjYuNDg3IDE4MC45NDZDMTY2LjE3IDE4MC43MjEgMTY1LjgxNyAxODAuNTY3IDE2NS40MTQgMTgwLjQ4OEMxNjUuMDExIDE4MC40MSAxNjQuNjI2IDE4MC40MiAxNjQuMjQ3IDE4MC41MDlDMTYzLjg2OCAxODAuNTk4IDE2My41MjUgMTgwLjc1OSAxNjMuMjIgMTgwLjk3NkMxNjIuOTA4IDE4MS4xOTIgMTYyLjY0NyAxODEuNDc1IDE2Mi40MzMgMTgxLjgxQzE2Mi4yMTggMTgyLjE1MSAxNjIuMDY4IDE4Mi41MTkgMTYxLjk5IDE4Mi45MTZDMTYxLjkxMyAxODMuMzEzIDE2MS45MDUgMTgzLjcxNiAxNjEuOTg0IDE4NC4xMDhDMTYyLjA1NSAxODQuNTA2IDE2Mi4xOTIgMTg0Ljg1OSAxNjIuMzk4IDE4NS4xODRDMTYyLjYwNCAxODUuNTA4IDE2Mi44NjIgMTg1Ljc4NiAxNjMuMTczIDE4Ni4wMUMxNjMuNDg0IDE4Ni4yMzQgMTYzLjg0MyAxODYuMzg5IDE2NC4yNDYgMTg2LjQ2OEMxNjQuNjQ5IDE4Ni41NDcgMTY1LjAzNCAxODYuNTM2IDE2NS40MTMgMTg2LjQ0N0MxNjUuNzg1IDE4Ni4zNTcgMTY2LjEzNiAxODYuMTk4IDE2Ni40NDIgMTg1Ljk3M0MxNjYuNzU1IDE4NS43NSAxNjcuMDE2IDE4NS40NjcgMTY3LjIzIDE4NS4xMzNDMTY3LjQ0NCAxODQuNzk4IDE2Ny41OTUgMTg0LjQyMyAxNjcuNjczIDE4NC4wMjZaTTE3Mi40OTMgMTg1LjE5NUMxNzIuNDI3IDE4NS41MzcgMTcyLjMwNCAxODUuODQgMTcyLjEyMyAxODYuMTFDMTcxLjk0MyAxODYuMzggMTcxLjcyMSAxODYuNjA3IDE3MS40NiAxODYuNzgzQzE3MS4xOTkgMTg2Ljk1OSAxNzAuOTExIDE4Ny4wODggMTcwLjU4NyAxODcuMTUyQzE3MC4yNjIgMTg3LjIxNyAxNjkuOTM2IDE4Ny4yMTcgMTY5LjU5NCAxODcuMTVDMTY5LjI1MyAxODcuMDgzIDE2OC45NjQgMTg2Ljk2MyAxNjguNjk1IDE4Ni43ODNDMTY4LjQyNSAxODYuNjAyIDE2OC4xOTkgMTg2LjM4IDE2OC4wMjQgMTg2LjExMkMxNjcuODQ4IDE4NS44NSAxNjcuNzIyIDE4NS41NTYgMTY3LjY0OSAxODUuMjM2QzE2Ny41NzcgMTg0LjkxNyAxNjcuNTc3IDE4NC41OSAxNjcuNjQ0IDE4NC4yNDhMMTY4LjM2OCAxODAuNTRMMTY4Ljk2NSAxODAuNjA2TDE3MC40MjkgMTc4LjM3MUMxNzAuNzI2IDE3Ny44MzIgMTcxLjA2NCAxNzcuNDQ0IDE3MS40NTEgMTc3LjIwN0MxNzEuODMxIDE3Ni45NjkgMTcyLjI1NiAxNzYuODk1IDE3Mi43MjEgMTc2Ljk4NkMxNzMuNjA5IDE3Ny4xNTkgMTczLjk1OSAxNzcuNjkgMTczLjc4NyAxNzguNTcyTDE3Mi40OTUgMTg1LjE4OEwxNzIuNDkzIDE4NS4xOTVaTTE3MS4zMSAxOTEuMjU3QzE3MS4yMTkgMTkxLjcyMiAxNzEuMDMzIDE5Mi4wNTUgMTcwLjc1MyAxOTIuMjU2QzE3MC40NzIgMTkyLjQ1NyAxNzAuMSAxOTIuNTEyIDE2OS42MzYgMTkyLjQyMUMxNjkuMTcxIDE5Mi4zMyAxNjguODE1IDE5Mi4xMTkgMTY4LjU2OCAxOTEuNzg3QzE2OC4zMjEgMTkxLjQ1NCAxNjguMTQ1IDE5MS4wNSAxNjguMDQ3IDE5MC41N0wxNjcuNTg5IDE4Ny42NTNMMTY3LjAwOCAxODcuNTA0TDE2Ny42ODQgMTg0LjA0MkMxNjcuNzUxIDE4My43IDE2Ny44NzQgMTgzLjM5OCAxNjguMDYxIDE4My4xMjlDMTY4LjI0OCAxODIuODYgMTY4LjQ3IDE4Mi42MzMgMTY4LjczOCAxODIuNDU4QzE2OC45OTkgMTgyLjI4MiAxNjkuMjkzIDE4Mi4xNTUgMTY5LjYxMSAxODIuMDg5QzE2OS45MjkgMTgyLjAyMyAxNzAuMjU1IDE4Mi4wMjMgMTcwLjU4MyAxODIuMDg3QzE3MC45MTEgMTgyLjE1MSAxNzEuMjI3IDE4Mi4yNzcgMTcxLjUwMyAxODIuNDU5QzE3MS43OCAxODIuNjQxIDE3MS45OTkgMTgyLjg2MSAxNzIuMTczIDE4My4xMjlDMTcyLjM0OCAxODMuMzk4IDE3Mi40NjkgMTgzLjY4NCAxNzIuNTM1IDE4NC4wMDNDMTcyLjYgMTg0LjMyMSAxNzIuNiAxODQuNjQ3IDE3Mi41MzMgMTg0Ljk5TDE3MS4zMSAxOTEuMjU3WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE3Ny4zNDggMTc5LjI4OUMxNzcuNTIyIDE3OC40IDE3OC4wNTggMTc4LjA1IDE3OC45NTMgMTc4LjIyNUMxNzkuNDE3IDE3OC4zMTUgMTc5Ljc3MyAxNzguNTI3IDE4MC4wMzQgMTc4Ljg2MkMxODAuMjg4IDE3OS4xOTYgMTgwLjQ1OSAxNzkuNjk4IDE4MC41NDEgMTgwLjM2N0wxODAuOTgyIDE4My4zNzNMMTgxLjU2IDE4My41MzVMMTc5LjkyNiAxOTEuOTAzQzE3OS44NiAxOTIuMjQ1IDE3OS43MzcgMTkyLjU0NyAxNzkuNTQ5IDE5Mi44MTZDMTc5LjM2MiAxOTMuMDg1IDE3OS4xNDEgMTkzLjMxMiAxNzguODcyIDE5My40ODdDMTc4LjYwNCAxOTMuNjYyIDE3OC4zMTcgMTkzLjc5IDE3Ny45OTkgMTkzLjg1NkMxNzcuNjgxIDE5My45MjIgMTc3LjM1NSAxOTMuOTIyIDE3Ny4wMjcgMTkzLjg1OEMxNzYuNjk5IDE5My43OTQgMTc2LjM4NCAxOTMuNjY4IDE3Ni4xMDcgMTkzLjQ4NkMxNzUuODMxIDE5My4zMDUgMTc1LjYxMSAxOTMuMDg0IDE3NS40MzcgMTkyLjgxNkMxNzUuMjYyIDE5Mi41NDcgMTc1LjE0OCAxOTIuMjYyIDE3NS4wNzYgMTkxLjk0M0MxNzUuMDEgMTkxLjYyNCAxNzUuMDEgMTkxLjI5OCAxNzUuMDc3IDE5MC45NTZMMTc3LjM1NCAxNzkuMjk3TDE3Ny4zNDggMTc5LjI4OVpNMTgwLjIyNSAxODAuNzE3QzE4MC41MTkgMTgwLjUxOSAxODAuODQgMTgwLjMyNiAxODEuMTkzIDE4MC4xNTRDMTgxLjU0NiAxNzkuOTgxIDE4MS45MTYgMTc5LjgyNiAxODIuMzE2IDE3OS43MDVDMTgyLjcxNSAxNzkuNTg0IDE4My4xMjMgMTc5LjQ5NCAxODMuNTUxIDE3OS40NDJDMTgzLjk4MSAxNzkuMzg0IDE4NC40MiAxNzkuMzg1IDE4NC44NjUgMTc5LjQyOUMxODUuMjkyIDE3OS40OTggMTg1LjczNiAxNzkuNjIgMTg2LjIxMSAxNzkuNzk5QzE4Ni42ODcgMTc5Ljk3NyAxODcuMTExIDE4MC4yMDIgMTg3LjQ4MiAxODAuNDhDMTg3Ljg1MyAxODAuNzU4IDE4OC4xNDIgMTgxLjA5OSAxODguMzQ4IDE4MS40OTRDMTg4LjU1NCAxODEuODkgMTg4LjYwOCAxODIuMzQxIDE4OC41MTEgMTgyLjg0QzE4OC40NDQgMTgzLjE4MiAxODguMzA3IDE4My40ODIgMTg4LjA5MyAxODMuNzQ2QzE4Ny44NzggMTg0LjAwOSAxODcuNjM5IDE4NC4yMTggMTg3LjM2MiAxODQuMzYzQzE4Ny4wNzggMTg0LjUxMyAxODYuNzc4IDE4NC41OTcgMTg2LjQ2OCAxODQuNjIyQzE4Ni4xNTggMTg0LjY0NiAxODUuODAyIDE4NC42MTkgMTg1LjM5OSAxODQuNTQxQzE4NS4wMzEgMTg0LjQ2MiAxODQuNjU2IDE4NC4zNTMgMTg0LjI3OCAxODQuMjE1QzE4My45IDE4NC4wODQgMTgzLjUwNSAxODQuMDM2IDE4My4xMDEgMTg0LjA3MUMxODIuNTc1IDE4NC4xNTIgMTgyLjEyOSAxODQuMzk5IDE4MS43NzUgMTg0LjgzNEMxODEuNDIyIDE4NS4yNjMgMTgxLjE1NSAxODUuNzkzIDE4MC45NzYgMTg2LjQxOEwxODAuMjE4IDE4MC43MTZMMTgwLjIyNSAxODAuNzE3WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTIwMy4wMjcgMTkwLjkzMUMyMDIuODIgMTkxLjk5MSAyMDIuNDc0IDE5Mi45NjEgMjAxLjk4OSAxOTMuODQ2QzIwMS41MDYgMTk0LjcyNSAyMDAuOTE1IDE5NS40NjIgMjAwLjIwNiAxOTYuMDQxQzE5OS40OTYgMTk2LjYyNiAxOTguNjkzIDE5Ny4wMzggMTk3Ljc5MyAxOTcuMjg4QzE5Ni44ODggMTk3LjUzIDE5NS45MTIgMTk3LjU1MyAxOTQuODQ2IDE5Ny4zNDVDMTkzLjc4MSAxOTcuMTM3IDE5Mi44NTEgMTk2Ljc0MiAxOTIuMDQ5IDE5Ni4xNjZDMTkxLjI0IDE5NS41ODkgMTkwLjU5IDE5NC44ODcgMTkwLjA4NCAxOTQuMDY0QzE4OS41ODUgMTkzLjI0MiAxODkuMjQ1IDE5Mi4zMyAxODkuMDczIDE5MS4zMjRDMTg4LjkwMSAxOTAuMzE3IDE4OC45MTkgMTg5LjI4MyAxODkuMTI3IDE4OC4yMTZDMTg5LjMzNSAxODcuMTQ5IDE4OS43MDcgMTg2LjE5MSAxOTAuMjQ0IDE4NS4zM0MxOTAuNzgxIDE4NC40NjkgMTkxLjQzOSAxODMuNzQ2IDE5Mi4yMTEgMTgzLjE3MkMxOTIuOTgyIDE4Mi41OTggMTkzLjg1NiAxODIuMTkzIDE5NC44MjQgMTgxLjk1NkMxOTUuNzkxIDE4MS43MjYgMTk2LjgwMSAxODEuNzEgMTk3Ljg1OSAxODEuOTE3QzE5OC42NjUgMTgyLjA3NCAxOTkuNDE3IDE4Mi40MzQgMjAwLjEzMSAxODIuOTkzQzIwMC44NDMgMTgzLjU1OCAyMDEuNDQ1IDE4NC4yNTEgMjAxLjk0NCAxODUuMDczQzIwMi40NDMgMTg1Ljg5NSAyMDIuNzk1IDE4Ni44MTYgMjAzLjAwOSAxODcuODIzQzIwMy4yMjQgMTg4LjgzMSAyMDMuMjI3IDE4OS44NjkgMjAzLjAyIDE5MC45MjlMMjAzLjAyNyAxOTAuOTMxWk0xOTkuNjkzIDE5MC4yOEMxOTkuNzcyIDE4OS44NzYgMTk5Ljc3MiAxODkuNDc4IDE5OS42OTMgMTg5LjA4NkMxOTkuNjE0IDE4OC42ODcgMTk5LjQ3OCAxODguMzM0IDE5OS4yNzcgMTg4LjAxOEMxOTkuMDc3IDE4Ny43MDIgMTk4LjgxNyAxODcuNDMxIDE5OC41MDEgMTg3LjE5OUMxOTguMTg0IDE4Ni45NzMgMTk3LjgyNCAxODYuODE4IDE5Ny40MjEgMTg2LjczOUMxOTcuMDE4IDE4Ni42NiAxOTYuNjMzIDE4Ni42NyAxOTYuMjU0IDE4Ni43NkMxOTUuODc1IDE4Ni44NDkgMTk1LjUzMiAxODcuMDA5IDE5NS4yMjcgMTg3LjIyN0MxOTQuOTE1IDE4Ny40NDMgMTk0LjY1NCAxODcuNzI2IDE5NC40NCAxODguMDZDMTk0LjIyNiAxODguMzk1IDE5NC4wNzQgMTg4Ljc3IDE5My45OTcgMTg5LjE2N0MxOTMuOTE5IDE4OS41NjQgMTkzLjkxOCAxODkuOTY5IDE5My45OTEgMTkwLjM1OUMxOTQuMDY0IDE5MC43NSAxOTQuMTk5IDE5MS4xMSAxOTQuNDA1IDE5MS40MzRDMTk0LjYxMSAxOTEuNzU5IDE5NC44NjkgMTkyLjAzNiAxOTUuMTggMTkyLjI2MUMxOTUuNDkxIDE5Mi40ODUgMTk1Ljg1IDE5Mi42NCAxOTYuMjUzIDE5Mi43MTlDMTk2LjY1NiAxOTIuNzk3IDE5Ny4wNDggMTkyLjc4OSAxOTcuNDI3IDE5Mi42OTlDMTk3LjgwNiAxOTIuNjEgMTk4LjE0OSAxOTIuNDUgMTk4LjQ1NSAxOTIuMjI1QzE5OC43NjIgMTkyLjAwMSAxOTkuMDIzIDE5MS43MTggMTk5LjI0NCAxOTEuMzg1QzE5OS40NjYgMTkxLjA0NSAxOTkuNjE2IDE5MC42NzYgMTk5LjY5MyAxOTAuMjhaTTIwMS42ODMgMTgwLjA5MkMyMDEuNzUgMTc5Ljc1IDIwMS44NzMgMTc5LjQ0OCAyMDIuMDYgMTc5LjE3OUMyMDIuMjQ3IDE3OC45MSAyMDIuNDY5IDE3OC42ODMgMjAyLjczNyAxNzguNTA4QzIwMy4wMDUgMTc4LjMzNCAyMDMuMjkzIDE3OC4yMDUgMjAzLjYxIDE3OC4xMzlDMjAzLjkyOCAxNzguMDczIDIwNC4yNDcgMTc4LjA3MiAyMDQuNTgyIDE3OC4xMzdDMjA0LjkxNyAxNzguMjAzIDIwNS4yMjYgMTc4LjMyNyAyMDUuNTAyIDE3OC41MDlDMjA1Ljc3OSAxNzguNjkxIDIwNS45OTggMTc4LjkxMSAyMDYuMTczIDE3OS4xNzlDMjA2LjM0OCAxNzkuNDQxIDIwNi40NjggMTc5LjczNCAyMDYuNTM0IDE4MC4wNTNDMjA2LjU5OSAxODAuMzcxIDIwNi41OTkgMTgwLjY5NyAyMDYuNTMzIDE4MS4wNEwyMDMuMjk1IDE5Ny42MTdDMjAzLjIxMSAxOTguMDQ4IDIwMy4wMzYgMTk4LjM2MiAyMDIuNzY3IDE5OC41NDRDMjAyLjQ5NyAxOTguNzI1IDIwMi4xNDcgMTk4Ljc3OCAyMDEuNzAzIDE5OC42OTFDMjAxLjI1OSAxOTguNjA0IDIwMC44NzggMTk4LjM3NCAyMDAuNjA5IDE5OC4wMDlDMjAwLjM0IDE5Ny42NDMgMjAwLjE3MyAxOTcuMTU2IDIwMC4xMDEgMTk2LjU0NkwxOTkuNTg3IDE5My45MUwxOTkuMDA3IDE5My43NjFMMjAxLjY3NiAxODAuMDkxTDIwMS42ODMgMTgwLjA5MloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yMTIuNzE3IDIwMC44MjFDMjEyLjI1MyAyMDAuNzMgMjExLjc3NiAyMDAuNTk0IDIxMS4yODEgMjAwLjQwNUMyMTAuNzg2IDIwMC4yMTYgMjEwLjMxMSAxOTkuOTk2IDIwOS44NTIgMTk5LjczNkMyMDkuMzkyIDE5OS40NzUgMjA4Ljk1NCAxOTkuMTc3IDIwOC41NSAxOTguODQ5QzIwOC4xNDYgMTk4LjUyMiAyMDcuNzk4IDE5OC4xNjMgMjA3LjUwNCAxOTcuNzc5QzIwNy4yMSAxOTcuMzk0IDIwNi45OTEgMTk2Ljk5IDIwNi44NTYgMTk2LjU1OEMyMDYuNzEyIDE5Ni4xMzIgMjA2LjY3MSAxOTUuNjkxIDIwNi43MyAxOTUuMjQxQzIwNi43NzkgMTk0Ljk1MiAyMDYuODgxIDE5NC42ODggMjA3LjAzNCAxOTQuNDQ4QzIwNy4xOTQgMTk0LjIwOSAyMDcuMzg3IDE5NC4wMiAyMDcuNjE0IDE5My44NzJDMjA3Ljg0MiAxOTMuNzI1IDIwOC4wOTUgMTkzLjYyNSAyMDguMzY3IDE5My41NzlDMjA4LjY0NSAxOTMuNTM0IDIwOC45MjMgMTkzLjU2IDIwOS4yMDIgMTkzLjY1N0MyMDkuNTA0IDE5My43NDQgMjA5LjgwNCAxOTMuOTE2IDIxMC4wODkgMTk0LjE2NEMyMTAuMzc0IDE5NC40MTEgMjEwLjY3NCAxOTQuNjkgMjEwLjk3NSAxOTQuOTk4QzIxMS4yNzcgMTk1LjMwNSAyMTEuNiAxOTUuNjEgMjExLjk1MyAxOTUuOTEzQzIxMi4yOTggMTk2LjIxNSAyMTIuNjg4IDE5Ni40NjggMjEzLjExNiAxOTYuNjczQzIxMy4zNjcgMTk2Ljc2NSAyMTMuNjM0IDE5Ni44NTIgMjEzLjkyNSAxOTYuOTIzQzIxNC4yMTUgMTk3LjAwMSAyMTQuNDkxIDE5Ny4wNDEgMjE0Ljc0NiAxOTcuMDQxQzIxNS4wMDEgMTk3LjA0MSAyMTUuMjIzIDE5Ni45OTIgMjE1LjQwNyAxOTYuODg2QzIxNS41OTEgMTk2Ljc4IDIxNS43MTMgMTk2LjU5IDIxNS43NjcgMTk2LjMxN0MyMTUuODA3IDE5Ni4xMTIgMjE1LjcxNCAxOTUuODk1IDIxNS41MDIgMTk1LjY3NkMyMTUuMjgyIDE5NS40NTUgMjE0Ljk4NyAxOTUuMjI3IDIxNC42MDIgMTk0Ljk4MUMyMTQuMjI0IDE5NC43MzcgMjEzLjc5MyAxOTQuNDc1IDIxMy4zMDkgMTk0LjE5NkMyMTIuODMxIDE5My45MTggMjEyLjM1IDE5My42MjUgMjExLjg2NiAxOTMuMzA0QzIxMS4zODMgMTkyLjk4MiAyMTAuOTI2IDE5Mi42MzcgMjEwLjQ5NCAxOTIuMjY5QzIxMC4wNjMgMTkxLjkgMjA5LjcxNyAxOTEuNDkyIDIwOS40NCAxOTEuMDYxQzIwOS4xNjkgMTkwLjYzMiAyMDguOTk5IDE5MC4xNTggMjA4LjkyNyAxODkuNjU0QzIwOC44NjIgMTg5LjE1MSAyMDguOTU2IDE4OC42MDEgMjA5LjIwNyAxODguMDA0QzIwOS4zOSAxODcuNTc4IDIwOS42NTUgMTg3LjE2MSAyMTAuMDA0IDE4Ni43NTRDMjEwLjM1MyAxODYuMzQ2IDIxMC44MDQgMTg2LjAwMSAyMTEuMzU0IDE4NS43MjVDMjExLjg5OCAxODUuNDQ3IDIxMi41NDUgMTg1LjI1NCAyMTMuMjk0IDE4NS4xNTlDMjE0LjA0MyAxODUuMDY0IDIxNC44OTQgMTg1LjEwMiAyMTUuODUgMTg1LjI4OUMyMTYuNjI4IDE4NS40NDEgMjE3LjM3MiAxODUuNjY0IDIxOC4wNjEgMTg1Ljk0OEMyMTguNzUgMTg2LjIzMSAyMTkuMzU4IDE4Ni41NyAyMTkuODc1IDE4Ni45N0MyMjAuMzkzIDE4Ny4zNjkgMjIwLjc5NiAxODcuODEgMjIxLjA4MiAxODguMzA2QzIyMS4zNjggMTg4LjgwMiAyMjEuNDk3IDE4OS4zMzkgMjIxLjQ2OCAxODkuOTIzQzIyMS40MyAxOTAuMjk5IDIyMS4zMTMgMTkwLjYxIDIyMS4xMjQgMTkwLjg1QzIyMC45MzUgMTkxLjA5IDIyMC43MTQgMTkxLjI4MSAyMjAuNDYyIDE5MS40MUMyMjAuMjA4IDE5MS41NDUgMjE5Ljk0IDE5MS42MTMgMjE5LjY2IDE5MS42M0MyMTkuMzggMTkxLjY0NiAyMTkuMTE4IDE5MS42MDkgMjE4Ljg3OCAxOTEuNTM0QzIxOC42NDcgMTkxLjQ0NiAyMTguNDIzIDE5MS4zMTcgMjE4LjIwNyAxOTEuMTU0QzIxNy45OTEgMTkwLjk5MSAyMTcuNzcyIDE5MC44MDYgMjE3LjU1NCAxOTAuNjE0QzIxNy4zMzYgMTkwLjQyMyAyMTcuMTA0IDE5MC4yMjggMjE2Ljg2NSAxOTAuMDRDMjE2LjYyNSAxODkuODUxIDIxNi4zNzUgMTg5LjY4MSAyMTYuMTExIDE4OS41NDRDMjE1LjgzOCAxODkuNDEzIDIxNS41NzIgMTg5LjMyNSAyMTUuMzE0IDE4OS4yNjhDMjE1LjA1NCAxODkuMjE3IDIxNC44MjUgMTg5LjE5NCAyMTQuNjA4IDE4OS4yMTVDMjE0LjM5MSAxODkuMjM3IDIxNC4yMTUgMTg5LjMwMiAyMTQuMDcyIDE4OS40MTZDMjEzLjkyOSAxODkuNTMgMjEzLjgzNSAxODkuNjg5IDIxMy43OTIgMTg5LjkwOEMyMTMuNzQ5IDE5MC4xMjcgMjEzLjk1MSAxOTAuNDAxIDIxNC4zODggMTkwLjc0MkMyMTQuODI2IDE5MS4wNzYgMjE1LjQyNyAxOTEuNDQ5IDIxNi4xODUgMTkxLjg1M0MyMTYuNDkgMTkyLjAzMyAyMTYuODI5IDE5Mi4yMiAyMTcuMTkzIDE5Mi40MjZDMjE3LjU1NyAxOTIuNjMyIDIxNy45MTcgMTkyLjg1OSAyMTguMjc4IDE5My4xMTRDMjE4LjYzMyAxOTMuMzY4IDIxOC45NzUgMTkzLjY0OCAyMTkuMjkyIDE5My45NTFDMjE5LjYwOCAxOTQuMjU0IDIxOS44OCAxOTQuNjA2IDIyMC4wOTYgMTk0Ljk4OUMyMjAuMzE5IDE5NS4zNzMgMjIwLjQ2OSAxOTUuODAxIDIyMC41NTcgMTk2LjI1OEMyMjAuNjQ0IDE5Ni43MjIgMjIwLjYzMSAxOTcuMjI0IDIyMC41MjEgMTk3Ljc4NUMyMjAuMzY2IDE5OC41NzkgMjIwLjAzNyAxOTkuMjExIDIxOS41MzMgMTk5LjY4N0MyMTkuMDI5IDIwMC4xNjQgMjE4LjQxNCAyMDAuNTEzIDIxNy43MDMgMjAwLjc0M0MyMTYuOTkxIDIwMC45NzQgMjE2LjE5NiAyMDEuMDg4IDIxNS4zMzIgMjAxLjA4M0MyMTQuNDY4IDIwMS4wNzggMjEzLjU5OCAyMDAuOTkzIDIxMi43MjQgMjAwLjgyMkwyMTIuNzE3IDIwMC44MjFaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxwYXRoIGQ9Ik01Ny45OTYzIDMyNy45OTJDOTAuMDIyNyAzMjcuOTkyIDExNS45ODUgMzAxLjk1MSAxMTUuOTg1IDI2OS44MjdDMTE1Ljk4NSAyMzcuNzAzIDkwLjAyMjcgMjExLjY2MSA1Ny45OTYzIDIxMS42NjFDMjUuOTY5OSAyMTEuNjYxIDAuMDA3NDQ2MjkgMjM3LjcwMyAwLjAwNzQ0NjI5IDI2OS44MjdDMC4wMDc0NDYyOSAzMDEuOTUxIDI1Ljk2OTkgMzI3Ljk5MiA1Ny45OTYzIDMyNy45OTJaIiBmaWxsPSIjRjUzNzRFIi8+CjxwYXRoIGQ9Ik03Ni4yMDA4IDI3Ni40NDJDODIuMzM4MSAyNzYuNDQyIDg3LjMxMzQgMjcxLjQ1MSA4Ny4zMTM0IDI2NS4yOTVDODcuMzEzNCAyNTkuMTM5IDgyLjMzODEgMjU0LjE0OSA3Ni4yMDA4IDI1NC4xNDlDNzAuMDYzNSAyNTQuMTQ5IDY1LjA4ODIgMjU5LjEzOSA2NS4wODgyIDI2NS4yOTVDNjUuMDg4MiAyNzEuNDUxIDcwLjA2MzUgMjc2LjQ0MiA3Ni4yMDA4IDI3Ni40NDJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNzMuMzk2NyAyNzAuNjkxQzc4LjA2MzIgMjcwLjY5MSA4MS44NDYyIDI2Ni44OTcgODEuODQ2MiAyNjIuMjE2QzgxLjg0NjIgMjU3LjUzNSA3OC4wNjMyIDI1My43NDEgNzMuMzk2NyAyNTMuNzQxQzY4LjczMDIgMjUzLjc0MSA2NC45NDczIDI1Ny41MzUgNjQuOTQ3MyAyNjIuMjE2QzY0Ljk0NzMgMjY2Ljg5NyA2OC43MzAyIDI3MC42OTEgNzMuMzk2NyAyNzAuNjkxWiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTQ2LjI4MjggMjc0LjgyN0M1Mi40MjAxIDI3NC44MjcgNTcuMzk1NCAyNjkuODM3IDU3LjM5NTQgMjYzLjY4MUM1Ny4zOTU0IDI1Ny41MjUgNTIuNDIwMSAyNTIuNTM0IDQ2LjI4MjggMjUyLjUzNEM0MC4xNDU1IDI1Mi41MzQgMzUuMTcwMiAyNTcuNTI1IDM1LjE3MDIgMjYzLjY4MUMzNS4xNzAyIDI2OS44MzcgNDAuMTQ1NSAyNzQuODI3IDQ2LjI4MjggMjc0LjgyN1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik00My40Nzg3IDI2OS4wNzdDNDguMTQ1MiAyNjkuMDc3IDUxLjkyODEgMjY1LjI4MiA1MS45MjgxIDI2MC42MDJDNTEuOTI4MSAyNTUuOTIxIDQ4LjE0NTIgMjUyLjEyNiA0My40Nzg3IDI1Mi4xMjZDMzguODEyMiAyNTIuMTI2IDM1LjAyOTIgMjU1LjkyMSAzNS4wMjkyIDI2MC42MDJDMzUuMDI5MiAyNjUuMjgyIDM4LjgxMjIgMjY5LjA3NyA0My40Nzg3IDI2OS4wNzdaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNNjQuMzgzNCAyMTcuOTE5QzY0LjM4MzQgMjE3LjkxOSA3NC4wMTk4IDIyMC45MSA3NS41MTA5IDIxMi43ODVDNzcuMDAyIDIwNC42NiA2OC4zNTIyIDIwMC43ODMgNjEuODYxMiAyMDcuMjQyQzU1LjM3MDIgMjEzLjcgNTEuNTcyIDIzNS4yMTIgNTEuNTcyIDIzNS4yMTIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMi42OCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik01NC45OTU0IDMxNC4xNDlDNjEuMjEwNiAzMTQuMTQ5IDY2LjI0OSAzMDkuMjYyIDY2LjI0OSAzMDMuMjMzQzY2LjI0OSAyOTcuMjA1IDYxLjIxMDYgMjkyLjMxNyA1NC45OTU0IDI5Mi4zMTdDNDguNzgwMiAyOTIuMzE3IDQzLjc0MTggMjk3LjIwNSA0My43NDE4IDMwMy4yMzNDNDMuNzQxOCAzMDkuMjYyIDQ4Ljc4MDIgMzE0LjE0OSA1NC45OTU0IDMxNC4xNDlaIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIuODEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF80MDRfMTIxIj4KPHJlY3Qgd2lkdGg9IjI0OS42NDYiIGhlaWdodD0iMjQ4LjU3NSIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY2LjQ2ODYpIHJvdGF0ZSgxMS4wNTA2KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
    bottom: 4.22222rem;
    right: 1.11111rem; }
    @media (min-width: 801px) {
      .rewards-block::before {
        bottom: 1.66667rem;
        right: 2.77778rem; } }
    @media (min-width: 1261px) {
      .rewards-block::before {
        bottom: 1.66667rem;
        width: 310px;
        height: 327px;
        right: 30%; } }
  .rewards-block__left {
    position: relative;
    overflow: hidden;
    margin-bottom: 5.33333rem;
    flex: 1; }
    @media (min-width: 801px) {
      .rewards-block__left {
        flex-basis: 50%;
        margin-bottom: 0; } }
    @media (min-width: 1261px) {
      .rewards-block__left {
        padding-right: 8.88889rem; } }
  .rewards-block__title {
    margin-bottom: 0.88889rem;
    font-size: var(--text-preset-7); }
    @media (min-width: 1261px) {
      .rewards-block__title {
        margin-bottom: 2.22222rem; } }
  .rewards-block__description {
    margin-bottom: 0.88889rem; }
    @media only screen and (max-width: 551px) {
      .rewards-block__description br {
        display: none; } }
  .rewards-block__right {
    display: none; }
    @media (min-width: 1261px) {
      .rewards-block__right {
        display: flex; } }
  .rewards-block__points {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 1px solid #000000;
    font-size: var(--text-preset-3);
    text-align: center; }
    .rewards-block__points-icon {
      width: 60px;
      height: 60px;
      margin-bottom: 1.11111rem; }
    .rewards-block__points-top {
      font-weight: 500; }

.rewards-block-2 {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 801px) {
    .rewards-block-2 {
      padding-bottom: 1.33333rem;
      margin-bottom: 2.66667rem;
      margin-top: 1.33333rem; } }
  @media (min-width: 1261px) {
    .rewards-block-2 {
      flex-direction: row; } }
  @media only screen and (max-width: 800px) {
    .rewards-block-2::before {
      content: "";
      position: absolute;
      right: 0.88889rem;
      display: block;
      background-size: 100%;
      background-image: var(--image-rewards);
      background-repeat: no-repeat;
      bottom: 1.66667rem;
      width: 100px;
      height: 100px;
      right: 50%;
      transform: translateX(50%);
      top: 0;
      margin-top: -2.77778rem; } }
  @media (min-width: 801px) {
    .rewards-block-2::before {
      content: "";
      position: absolute;
      display: block;
      background-size: 100%;
      background-repeat: no-repeat;
      background-image: var(--image-mascot-5);
      bottom: 1.66667rem;
      width: 155px;
      height: 191px;
      left: 0;
      right: auto;
      top: 40px; } }
  @media (min-width: 1261px) {
    .rewards-block-2::before {
      bottom: 1.66667rem;
      width: 155px;
      height: 191px;
      left: 0;
      right: auto;
      top: 40px; } }
  .rewards-block-2__left {
    position: relative;
    overflow: hidden;
    margin-bottom: 0.88889rem;
    flex: 1; }
    @media (min-width: 801px) {
      .rewards-block-2__left {
        padding-left: 8rem;
        margin-bottom: 5.33333rem; } }
    @media (min-width: 1261px) {
      .rewards-block-2__left {
        flex-basis: 60%;
        margin-bottom: 0;
        padding-left: 8rem;
        padding-right: 5.33333rem; } }
    .rewards-block-2__left > * {
      color: #FFFFFF; }
  .rewards-block-2__title {
    margin-bottom: 0.88889rem;
    font-size: var(--text-preset-7); }
    @media (min-width: 1261px) {
      .rewards-block-2__title {
        margin-bottom: 1.33333rem; } }
  .rewards-block-2__description {
    margin-bottom: 0.88889rem; }
    @media only screen and (max-width: 551px) {
      .rewards-block-2__description {
        display: none; }
        .rewards-block-2__description br {
          display: none; } }
  .rewards-block-2__right {
    position: relative; }
    .rewards-block-2__right::before {
      content: "";
      position: absolute;
      display: block;
      background-size: 100%;
      background-image: var(--image-rewards);
      background-repeat: no-repeat; }
      @media (min-width: 1261px) {
        .rewards-block-2__right::before {
          bottom: 1.66667rem;
          width: 200px;
          height: 200px;
          right: 50%;
          transform: translateX(50%);
          top: 0;
          margin-top: -12.77778rem; } }
    @media (min-width: 1261px) {
      .rewards-block-2__right {
        margin-top: 5.33333rem;
        display: flex; } }
  .rewards-block-2 .form {
    margin: 0; }
  .rewards-block-2 .form-input {
    border-radius: 50px;
    height: 40px;
    border: none;
    color: #000000; }
    .rewards-block-2 .form-input::placeholder {
      color: #000000; }
  .rewards-block-2 .form-field .button, .rewards-block-2 .form-field .info-block__action {
    width: 100%; }
    .rewards-block-2 .form-field .button:hover, .rewards-block-2 .form-field .info-block__action:hover {
      border: 1px solid #FFFFFF; }
  .rewards-block-2 .j-sign-up-message {
    color: #FFFFFF;
    font-size: var(--h4-size); }

@media (min-width: 1261px) {
  .body:not(.body--default) .usp-carousel {
    margin-bottom: 0 !important; } }

main.body {
  overflow-x: hidden;
  margin-bottom: 0;
  margin-top: 0;
  min-height: 50vh; }

.container, .breadcrumbs-container nav, .category-header__container, .blogPost-header__container, .faqs-block__container, .category-showcase-v2, .info-block__container, .reviews-block__container, .brands-header__container, .brand-header__container {
  max-width: 1340px;
  padding: 0 0.88889rem; }

.container--wide {
  max-width: 100%; }
  @media (min-width: 801px) {
    .container--wide {
      padding: 0 1.77778rem; } }

.container--narrow {
  max-width: 1174px;
  margin: 0 auto; }

.tabs {
  border: 0; }

.brand-banner-container {
  padding: 0; }
  @media (min-width: 551px) {
    .brand-banner-container {
      max-width: fit-content; } }

.brands-header {
  background-color: #f3ede5;
  padding: 1.33333rem 0; }
  @media (min-width: 801px) {
    .brands-header {
      padding: 2.66667rem 0; } }
  @media (min-width: 801px) {
    .brands-header__container {
      display: flex;
      align-items: center;
      justify-content: center; } }
  .brands-header__title {
    font-size: var(--h2-size);
    text-align: center;
    margin-bottom: 0.88889rem; }
    @media (min-width: 801px) {
      .brands-header__title {
        width: 700px;
        margin-bottom: 0; } }
  .brands-header__description, .brands-header p {
    font-size: var(--h4-size); }

.brand .card .card-img-container img {
  object-fit: contain; }

.brandGrid .card-title {
  display: none; }

.brandGrid .card img {
  filter: saturate(0);
  transition: 0.2s ease; }
  .brandGrid .card img:hover {
    filter: saturate(1); }

.brandLetter {
  border-bottom: 1px solid #000000;
  margin-bottom: 0.44444rem;
  padding-bottom: 0.88889rem; }

.brand-header {
  background-color: #f3ede5;
  padding: 1.33333rem 0; }
  @media (min-width: 801px) {
    .brand-header {
      padding: 2.66667rem 0; }
      .brand-header nav {
        align-self: flex-start; } }
  @media (min-width: 801px) {
    .brand-header__container {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; } }
  .brand-header__title {
    font-size: var(--h2-size);
    text-align: center;
    margin-bottom: 0.88889rem; }
    .brand-header__title.hidden {
      display: none; }
    @media (min-width: 801px) {
      .brand-header__title {
        width: 700px;
        margin-bottom: 0; } }
  .brand-header .brand-image-container {
    width: 100px;
    height: 100px; }
  .brand-header__description, .brand-header p {
    font-size: var(--h4-size); }

.blog-grid {
  display: grid; }
  @media (min-width: 551px) {
    .blog-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 801px) {
    .blog-grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 801px) {
    .blog-grid {
      grid-template-columns: repeat(4, 1fr); } }
  .blog-grid .post {
    text-align: left; }
