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

@keyframes slideFromRight {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0%); } }

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

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

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

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

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

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

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

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

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: 14px; }
  @media (min-width: 768px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1440px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Helvetica", 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: "Helvetica", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 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.57143rem;
  width: 1.57143rem;
  float: left;
  margin: 0 0 0 -2.14286rem;
  position: relative;
  top: 0.71429rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .navBar-item {
    float: left; } }

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 768px) {
    .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: 768px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 768px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 768px) {
    .modal {
      transform: translateY(-50%); } }

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

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

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

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

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

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

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 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.42857rem;
    width: 1.42857rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-next {
  right: -5px; }
  @media (min-width: 1440px) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='#8f8f8f' 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='#474747' 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: 1440px) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='#8f8f8f' 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='#474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

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

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

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

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

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

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

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: ' ';
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip::before, .carousel-tooltip::after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 768px) {
    .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: 768px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 1024px) {
    .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; } }

.nanobar {
  display: none;
  height: 0.35714rem;
  pointer-events: none;
  top: 0;
  user-select: none;
  width: 100%;
  z-index: 9999; }
  .nanobar .bar {
    background-color: #999999;
    height: 100%;
    transition: height 0.1s;
    width: 0; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
          font-size: .25em; } }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.8em;
        left: -.5em;
        transform: rotate(-45deg);
        transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        transform-origin: 0 1.5em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-toast-animate-success-line-tip .75s; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-toast-animate-success-line-long .75s; }
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4); }
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child,
  .swal2-container.swal2-bottom-start > :first-child,
  .swal2-container.swal2-bottom-left > :first-child,
  .swal2-container.swal2-bottom-end > :first-child,
  .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container.swal2-no-transition {
    transition: none !important; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4; }
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    user-select: none; }
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px; }
  .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474; }
  .swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }
  .swal2-input.swal2-inputerror,
  .swal2-file.swal2-inputerror,
  .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }
  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5; }
  .swal2-input::placeholder,
  .swal2-file::placeholder,
  .swal2-textarea::placeholder {
    color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }
  .swal2-range input {
    width: 80%; }
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }
  .swal2-range input,
  .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }
  .swal2-input[type='number'] {
    max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }
  .swal2-radio label,
  .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em; }
  .swal2-radio input,
  .swal2-checkbox input {
    margin: 0 .4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }
  .swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none; }
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-error.swal2-icon-show {
      animation: swal2-animate-error-icon .5s; }
      .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
        animation: swal2-animate-error-x-mark .5s; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        transform: rotate(-45deg);
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        transform: rotate(-45deg);
        transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .8125em;
        width: 1.5625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-animate-success-line-tip .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-animate-success-line-long .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
      background: #3085d6; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
        background: #add8e6;
        color: #fff; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
        background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  animation: swal2-show 0.3s; }

.swal2-hide {
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

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

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Helvetica", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #444444;
    font-size: 2.14286rem; }
  .swal2-modal .swal2-content {
    color: #333333;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Helvetica", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666;
    font-size: 1rem;
    padding: 0.85714rem 2.28571rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #474747;
      color: #333333; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #444444;
    border-color: #444444;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.78571rem; }

.swal2-icon {
  display: flex; }

.swal2-container {
  z-index: 1000; }

html,
body {
  height: auto; }

body.is-open {
  overflow: hidden; }

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 2.28571rem; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 768px) {
        .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: 768px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

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

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

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

.form-wishlist {
  position: relative; }

.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: 768px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 1024px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1440px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

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

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

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

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

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Helvetica", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #333333;
    font-size: 1.14286rem; }
  .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; }

ol.breadcrumbs {
  font-size: 0;
  overflow: visible;
  text-align: center; }

.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.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #757575; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #757575; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
  .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: 1.07143rem;
  margin: 0; }

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

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

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

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

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

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

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .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.78571rem; }
  .inlineList--labels > li {
    margin-bottom: 0.78571rem;
    margin-left: 0.78571rem; }

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

.form-field--success .form-input[type='text'] {
  padding-right: 3rem;
  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.71429rem center;
  background-repeat: no-repeat; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .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 {
  display: block;
  width: 100%; }

@media (min-width: 1440px) {
  .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: 1440px) {
  .form-prefixPostfix .button {
    width: auto; } }

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

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

.form-increment .button {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

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

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

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

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

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

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

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

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

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

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

.card: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: 1024px) {
    .card-figcaption {
      display: block; } }

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

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

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

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

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

.card-body {
  text-align: center; }
  @media (min-width: 768px) {
    .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.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 768px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #757575; }
    .card--alternate:hover .card-body {
      background-color: #757575; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

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

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

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

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

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

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

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

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

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

.actionBar-section .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.14286rem;
  margin-bottom: 0;
  padding-left: 0.78571rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.21429rem;
  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.14286rem; }

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

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

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

.navUser-item {
  display: none; }
  @media (min-width: 1024px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 1024px) {
  .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: 1024px) {
    .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: 1024px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 1024px) {
      .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.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

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

.navPage-childList {
  display: none; }
  @media (min-width: 1024px) {
    .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: 1024px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 1024px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 768px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 1024px) {
    .heroCarousel.slick-initialized {
      max-height: 42.85714rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 1024px) {
      .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: 768px) {
    .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 {
    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: 768px) {
      .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: 768px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.57143rem; } }
    @media (min-width: 1024px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 42.85714rem; } }

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

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

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

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

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

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 768px) {
    .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: 768px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

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

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 768px) {
    .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: 768px) {
    .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: 768px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1024px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1440px) {
    .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: 1024px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1440px) {
    .productReview {
      width: 33.33333%; } }

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

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

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

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

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 1024px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 1024px) {
    .productView-image {
      pointer-events: none; } }

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

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails .slick-list {
    margin-left: 2.85714rem;
    margin-right: 2.85714rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;';
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 50px; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding-left: 0.35714rem;
  padding-right: 0.35714rem;
  text-align: center; }
  @media (min-width: 1440px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  box-sizing: content-box;
  display: inline-flex;
  height: 67px;
  justify-content: center;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

.productView-details {
  padding-bottom: 2rem; }

@media (min-width: 1024px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 20px;
  margin: -0.78571rem 0 0.35714rem; }
  @media (min-width: 1024px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1440px) {
    .productView-title {
      font-size: 28px; } }

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

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 1024px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  color: #757575;
  display: inline-block;
  margin-left: 0.35714rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 768px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: none; }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 768px) {
    .productView-info-name {
      font-family: "Helvetica", Arial, Helvetica, sans-serif;
      font-size: 13px; } }

.productView-info-value {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .productView-info-value {
      margin-bottom: 2rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 768px) {
    .productView-options .form-input[type='number'] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type='file'] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 768px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 768px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 1024px) {
    .productView-options .form-action {
      padding: 0;
      width: auto; } }
  @media (min-width: 1440px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1024px) {
      .productView-options .form-action .button {
        width: auto; } }
    @media (min-width: 1440px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem; } }
  .productView-options .form-action .button--primary {
    margin-right: 0.78571rem; }

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

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

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

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

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #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: 1024px) {
    .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: 1024px) {
    .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: 1024px) {
      .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: 1024px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

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

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

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

.cart-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: 1024px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .cart-list {
      display: table-row-group; } }

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

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

.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: 768px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .cart-item-image {
      margin-left: 0; } }

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

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 768px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 1024px) {
    .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: 1024px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

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

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

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

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

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

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

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  transition: background-color 0.15s ease;
  width: 1.28571rem; }
  @media (min-width: 768px) {
    .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: 768px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 1024px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1440px) {
    .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: 1024px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem center;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

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

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

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

.cart-total-grandTotal {
  font-family: "Helvetica", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 1024px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.28571rem; } }

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

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

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

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

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

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

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

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

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

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

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

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

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

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  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.78571rem 0.35714rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.78571rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    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.35714rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.previewCart {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.78571rem; }

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

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

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

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

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

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: #333333;
  left: 1.14286rem;
  padding: 1rem 1.28571rem;
  position: fixed;
  top: 1.14286rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #333333; }

.maintenanceNotice-header {
  font-family: "Helvetica";
  margin: 0 0 0.78571rem; }

body.hasAdminBar {
  padding-top: 55px; }
  @media (min-width: 1024px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 46px; } }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 55px; }

.adminBar {
  background-color: white;
  box-shadow: 0 0.14286rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  display: none;
  font-family: 'Source Sans Pro', arial, 'sans serif', sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media (min-width: 1024px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    align-self: center;
    display: inline-flex; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    position: relative;
    top: 0.125em; }

.adminBar-logo {
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between; }
  .adminBar-content a {
    color: #3e67f8;
    text-decoration: none; }
  .adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px; }

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .adminBar-private a {
    padding: 10px; }
  .adminBar-private span {
    white-space: nowrap; }
  .adminBar-private .tooltip {
    display: inline-block;
    position: relative; }
  .adminBar-private .tooltip .tooltiptext {
    background-color: #313440;
    border-radius: 6px;
    color: #fff;
    padding: 5px 10px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: auto;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    left: 50%;
    margin-left: -60px;
    top: 135%; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  padding-right: 5px;
  text-align: right; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media (min-width: 1440px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  margin-bottom: 0.25em;
  margin-right: 5px;
  padding: 10px; }

.adminBar-close span:hover {
  background-color: #f0f3fe;
  border-radius: 5px; }

.adminBar-close span svg {
  height: 100%;
  width: 100%; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

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

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

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

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

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

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

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

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

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

.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: 1024px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 1024px) {
      .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: 768px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 768px) {
    .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: 1024px) {
    .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.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure::after {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 768px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.21429rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

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

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

.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

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

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1440px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1440px) {
  .account-product-detail--large {
    width: 50%; } }

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

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

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1440px) {
      .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: 1440px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1440px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 768px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 768px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

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

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

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

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center; }

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

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

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 64px;
  min-height: 32px;
  min-width: 175px;
  padding: 1.5rem;
  width: 228px;
  height: 48px;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }
  @media screen and (max-width: 625px) {
    .apple-pay-checkout-button {
      width: 100%;
      height: 50px;
      margin-right: 0px !important;
      padding-left: 6.5px;
      padding-right: 6.5px; } }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  margin: 0 0 0.78571rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

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

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.21429rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1440px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1440px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1440px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.78571rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1440px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 13.28571rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 768px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 768px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Helvetica", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 768px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 768px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

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

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

.skip-to-main-link {
  background: white;
  color: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  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: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1024px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1024px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 768px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 1024px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    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: 1024px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

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

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

.header-logo-text {
  display: block;
  font-family: "Helvetica", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .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: 2.35714rem; }
  @media (min-width: 1024px) {
    .header-logo-image {
      max-height: none; } }

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

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1024px) {
    .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.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    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: 1.5rem; }
  @media (min-width: 1024px) {
    .body {
      margin-top: 2.5rem; } }

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

@media (min-width: 1024px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 1024px) {
    .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: 75%;
        float: left; } }

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

.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;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 768px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1024px) {
    .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: 1024px) {
  .footer-info-col--small {
    width: 16.66667%; } }

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

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

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

@media (min-width: 1024px) {
  .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: 768px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #757575;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 1024px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #757575; }

@media (min-width: 768px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

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

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1440px) {
    .container {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1024px) {
    .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.35714rem; }
  .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: 1024px) {
    .blog-post-figure {
      width: 66.66667%; } }

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

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

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 768px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 1024px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container::after {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .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: 768px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1024px) {
      .productGrid .product {
        width: 25%; } }

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

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 768px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 1024px) {
    .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: 1024px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 1024px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 1024px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 1024px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 768px) {
  .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: 1440px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

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

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

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

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1440px) {
    .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: 768px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

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

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

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

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

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

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 1024px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 1024px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1440px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1440px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

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

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

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 1024px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: '';
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.57143rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.57143rem; }

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

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  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.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  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.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  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: 768px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1440px) {
    .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-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; }

.account {
  margin-bottom: 1.5rem; }

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .account-content--fixed {
    width: 66.66667%; } }

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

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  color: black;
  display: inline-block;
  margin: 0;
  padding: 0 4px 0 1px;
  vertical-align: top;
  white-space: nowrap; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  color: inherit;
  text-decoration: none; }

.jstree-icon {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top; }

.jstree-icon:empty {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  display: inline-block;
  min-width: 100%;
  position: relative; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999;
  margin: 0;
  padding: 2px;
  position: absolute; }

.vakata-context ul {
  left: 100%;
  list-style: none;
  margin-left: -4px;
  margin-top: -2.7em; }

.vakata-context .vakata-context-right ul {
  left: auto;
  margin-left: auto;
  margin-right: -4px;
  right: 100%; }

.vakata-context li {
  display: inline;
  list-style: none; }

.vakata-context li > a {
  border-radius: 1px;
  color: black;
  display: block;
  line-height: 2.4em;
  padding: 0 2em;
  text-decoration: none;
  text-shadow: 1px 1px 0 white;
  white-space: nowrap;
  width: auto; }

.vakata-context li > a:hover {
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
  position: relative; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
  position: relative; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-left: 1px solid #e0e0e0;
  border-radius: 0;
  border-top: 1px solid #e2e3e3;
  box-shadow: 0 0 0 transparent;
  height: 1px;
  margin: 0 0 0 2.4em;
  max-height: 1px;
  min-height: 1px;
  padding: 0;
  text-shadow: 0 0 0 transparent; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
  color: silver; }

.vakata-context li > a > i {
  background: transparent;
  display: inline-block;
  height: 2.4em;
  line-height: 2.4em;
  margin: 0 0 0 -2em;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 2.4em; }

.vakata-context li > a > i:empty {
  line-height: 2.4em;
  width: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  background: white;
  border-left: 1px solid #e2e3e3;
  display: inline-block;
  height: 2.4em;
  margin: 0 0.5em 0 0;
  width: 1px; }

.vakata-context .vakata-contextmenu-shortcut {
  color: silver;
  display: none;
  font-size: 0.8em;
  opacity: 0.5; }

.vakata-context-rtl ul {
  left: auto;
  margin-left: auto;
  margin-right: -4px;
  right: 100%; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  border-left: 0;
  border-right: 1px solid #e2e3e3;
  margin: 0 2.4em 0 0; }

.vakata-context-rtl .vakata-context-left ul {
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
  right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  background: #e2e3e3;
  border-left-color: white;
  margin: 0 0 0 0.5em; }

#jstree-marker {
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  border-right: 0;
  border-top: 5px solid transparent;
  font-size: 0;
  height: 0;
  left: 0;
  line-height: 0;
  margin: -5px 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  height: 16px;
  margin: 0 2px 0 0;
  padding: 0;
  text-decoration: none;
  width: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-color: transparent;
  background-repeat: no-repeat; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #ccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  opacity: 0.8; }

.jstree-default .jstree-search {
  color: #8b0000;
  font-style: italic;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
  display: inline-block;
  min-width: 100%; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  border-radius: 0;
  box-shadow: none; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  line-height: 24px;
  margin-left: 24px;
  min-height: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon {
  height: 24px;
  line-height: 24px;
  width: 24px; }

.jstree-default .jstree-icon:empty {
  height: 24px;
  line-height: 24px;
  width: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  opacity: 0.8; }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-color: transparent;
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default i {
  background: transparent;
  height: 24px;
  line-height: 24px;
  width: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  line-height: 18px;
  margin-left: 18px;
  min-height: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon {
  height: 18px;
  line-height: 18px;
  width: 18px; }

.jstree-default-small .jstree-icon:empty {
  height: 18px;
  line-height: 18px;
  width: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  opacity: 0.8; }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-color: transparent;
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  height: 18px;
  line-height: 18px;
  width: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  line-height: 32px;
  margin-left: 32px;
  min-height: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon {
  height: 32px;
  line-height: 32px;
  width: 32px; }

.jstree-default-large .jstree-icon:empty {
  height: 32px;
  line-height: 32px;
  width: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 0; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  opacity: 0.8; }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0 no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-color: transparent;
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  height: 32px;
  line-height: 32px;
  width: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0 -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 40px;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    height: 40px;
    width: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-top-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    line-height: 40px;
    margin-left: 40px;
    min-height: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    height: 40px;
    line-height: 40px;
    width: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-size: 1.1em;
    font-weight: bold;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    background: #ebebeb;
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    border-top: 0;
    box-shadow: inset 0 6px 3px -5px #666; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.button,
button {
  margin-bottom: 0;
  height: 4.4rem;
  width: 22rem;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  transition: background 0.15s;
  cursor: pointer;
  align-self: flex-start;
  line-height: 1.6rem;
  border-radius: 0;
  position: relative;
  text-decoration: none;
  font-weight: 700; }
  .button.button--large,
  button.button--large {
    height: 6rem;
    line-height: 6rem;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700; }
  .button:focus,
  button:focus {
    outline: none !important; }
  .button:disabled,
  button:disabled {
    opacity: 0.4;
    cursor: not-allowed; }

.button--primary,
.primary,
.button--primaryTablet {
  background-color: #24224d;
  color: #ffffff; }
  .button--primary:hover,
  .primary:hover,
  .button--primaryTablet:hover {
    background-color: rgba(36, 34, 77, 0.8); }

.button--secondary,
.secondary,
.button--secondaryTablet {
  background-color: #60d6bd;
  color: #24224d;
  border: none; }
  .button--secondary:hover,
  .secondary:hover,
  .button--secondaryTablet:hover {
    background-color: rgba(96, 214, 189, 0.65); }

.button--tertiary,
.tertiary,
.button--tertiaryTablet {
  background-color: #ffffff;
  border: 0.2rem solid #24224d;
  color: #24224d; }
  .button--tertiary:hover,
  .tertiary:hover,
  .button--tertiaryTablet:hover {
    background-color: #24224d;
    color: #ffffff; }

.button--quarternary,
.quarternary,
.button--quarternaryTablet {
  background-color: #ffffff;
  color: #24224d;
  border: 0.3rem solid #60d6bd; }
  .button--quarternary:hover,
  .quarternary:hover,
  .button--quarternaryTablet:hover {
    background-color: #60d6bd;
    border-color: #60d6bd; }

.button--primaryTablet:hover,
.button--secondaryTablet:hover,
.button--tertiaryTablet:hover,
.button--quarternaryTablet:hover {
  transform: scale(1.085); }

a[href]:focus {
  outline: none !important; }

table.table--striped {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
  vertical-align: middle; }
  table.table--striped tbody tr td {
    font-size: 15px;
    font-size: 1.5rem;
    border: 0;
    padding: 1rem;
    text-transform: capitalize;
    vertical-align: top; }
  table.table--striped tbody tr:nth-of-type(even) td {
    background-color: #ffffff; }
  table.table--striped tbody tr:nth-of-type(odd) td {
    background-color: #f1f1f1; }
  table.table--striped tbody .product-dimensions--value {
    font-weight: 700;
    font-family: Helvetica, sans-serif;
    font-style: normal; }

html {
  font-size: 62.5%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 0;
  font-family: Helvetica, serif; }

h1,
.h1 {
  font-size: 3.2rem;
  line-height: 3.5rem;
  font-weight: 400;
  font-family: Helvetica, serif;
  font-style: normal; }

h2,
.h2 {
  font-size: 2.6rem;
  line-height: 3.5rem;
  font-weight: 700;
  font-family: Helvetica, serif;
  font-style: normal; }

h3,
.h3 {
  font-size: 2.2rem;
  line-height: 3.5rem;
  font-weight: 400;
  font-family: Helvetica, serif;
  font-style: normal; }

h4,
.h4 {
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: 500;
  font-family: Helvetica, serif;
  font-style: normal; }

h5,
.h5 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
  font-family: Helvetica, serif;
  font-style: normal; }

h6,
.h6 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  font-family: Helvetica, serif;
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  display: flex;
  align-items: center;
  margin-bottom: 3rem; }
  h1 > span,
  h2 > span,
  h3 > span,
  h4 > span,
  h5 > span,
  h6 > span {
    margin-left: 1rem; }

p,
.paragraph,
ul,
ol,
table {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  font-style: normal; }
  p.largeParagraph,
  .paragraph.largeParagraph,
  ul.largeParagraph,
  ol.largeParagraph,
  table.largeParagraph {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
    max-width: 60ch;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal; }

p {
  max-width: 80ch;
  font-family: Helvetica, sans-serif; }

ul,
ol {
  padding-left: 4rem;
  margin-bottom: 4rem;
  line-height: 1.8; }

ul {
  list-style: disc;
  padding-left: 4rem; }

ol {
  list-style: decimal; }

a {
  color: #000000;
  font-size: inherit;
  text-decoration: underline;
  font-weight: bold; }
  a:hover {
    text-decoration: none; }

.body.page-not-found {
  background: #ffffff;
  margin: 0; }
  .body.page-not-found .quick-search {
    position: relative;
    left: 0;
    max-width: 55rem;
    margin-bottom: 5rem; }
    .body.page-not-found .quick-search .form-field {
      display: block;
      height: 4.2rem; }
  .body.page-not-found .page,
  .body.page-not-found .page-block {
    background: #ffffff;
    padding: 0 1.6rem; }
    .body.page-not-found .page .page-block__wrapper,
    .body.page-not-found .page-block .page-block__wrapper {
      padding: 0; }

.page-not-found__icon {
  margin: 2rem; }

.page-not-found__heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: Helvetica, sans-serif;
  font-style: normal; }
  @media screen and (min-width: 1024px) {
    .page-not-found__heading {
      font-size: 28px;
      font-size: 2.8rem; } }

.header__wrapper .navBar--account {
  position: fixed;
  top: 11.2rem;
  left: 100%;
  bottom: 0;
  left: 0;
  z-index: 10000;
  opacity: 0;
  transition: left 0s linear 0.5s, opacity 0.5s ease-out 0.5s;
  display: block; }
  @media screen and (min-width: 768px) {
    .header__wrapper .navBar--account {
      top: 12.4rem; } }
  @media screen and (min-width: 1024px) {
    .header__wrapper .navBar--account {
      display: none; } }
  .header__wrapper .navBar--account .navBar--inner {
    position: fixed;
    top: 11.2rem;
    left: -100%;
    max-height: calc(100vh - 7.6rem);
    height: 100%;
    width: 32rem;
    border-top: 0.1rem solid #ebebeb;
    background-color: #ffffff;
    z-index: 10000;
    overflow-y: auto;
    overflow-x: hidden;
    transition: left 1s ease;
    padding: 3rem; }
    @media screen and (min-width: 768px) {
      .header__wrapper .navBar--account .navBar--inner {
        top: 12.4rem; } }
  .header__wrapper .navBar--account.is-open {
    background-color: rgba(32, 32, 32, 0.4);
    background-blend-mode: multiply;
    z-index: 10000;
    opacity: 1;
    right: 0;
    transition: right 0s ease-in, 0.25s opacity ease-in;
    margin-bottom: 0; }
    .header__wrapper .navBar--account.is-open .navBar--inner {
      left: 0;
      transition: left 0.5s; }

@media (min-width: 1024px) {
  .navBar--account {
    position: relative;
    padding: 0; } }

.navBar--account .mobileNav-heading {
  display: flex;
  justify-content: space-between; }
  @media (min-width: 1024px) {
    .navBar--account .mobileNav-heading {
      display: none; } }
  .navBar--account .mobileNav-heading .mobileNav-close {
    margin-top: 1rem; }
    .navBar--account .mobileNav-heading .mobileNav-close::before {
      background: url("../icons/small/close.svg") no-repeat center;
      display: inline-block;
      content: '';
      vertical-align: middle;
      height: 1.4rem;
      width: 1.4rem; }
    .navBar--account .mobileNav-heading .mobileNav-close:focus {
      outline: none !important; }

.navBar--account.navBar--sub .navBar-item {
  display: block;
  padding: 2.3rem 2.3rem 2.3rem 0;
  margin: 0;
  border-bottom: 0.1rem solid #c7c7c7;
  text-align: left; }
  .navBar--account.navBar--sub .navBar-item:last-child {
    border-bottom: none; }
    .navBar--account.navBar--sub .navBar-item:last-child a {
      color: #398bcb; }
  @media (min-width: 1024px) {
    .navBar--account.navBar--sub .navBar-item {
      padding: 2.5rem; }
      .navBar--account.navBar--sub .navBar-item.is-active {
        border-left: 0.6rem solid #445281;
        border-bottom: 0.3rem solid #445281; } }
  .navBar--account.navBar--sub .navBar-item .navBar-action {
    font-size: 15px;
    font-size: 1.5rem;
    color: #535353;
    font-weight: 700;
    outline: none !important; }

.navBar-section .navBar-action::before {
  display: inline-block;
  content: '';
  vertical-align: middle;
  margin-right: 2rem;
  height: 2.7rem;
  width: 2.6rem; }

.navBar-section .account-orders::before {
  background: url("../icons/account/my_orders.svg") no-repeat center; }

.navBar-section .account-details::before {
  background: url("../icons/account/account.svg") no-repeat center; }

.navBar-section .account-wishlist::before {
  background: url("../icons/account/heartnav.svg") no-repeat center; }

.navBar-section .account-addresses::before {
  background: url("../icons/account/addresses.svg") no-repeat center; }

.navBar-section .account-messages::before {
  background: url("../icons/account/mail.svg") no-repeat center; }

.navBar-section .account-logout::before {
  background: url("../icons/account/sign_out.svg") no-repeat center; }

.navBar-section .account-recentlyviewed::before {
  background: url("../icons/account/recently_viewed.svg") no-repeat center; }

.navBar-section .account-payments::before {
  background: url("../icons/account/saved_payments.svg") no-repeat center; }

.navBar-section .marketing-preferences::before {
  background: url("../icons/account/marketing_preferences.svg") no-repeat center; }

.navBar-section .account-credit::before {
  background: url("../icons/account/store-credit.svg") no-repeat center; }

.addressList {
  padding: 0; }
  @media (min-width: 1440px) {
    .addressList .address {
      width: 50%; } }
  .addressList .address .panel {
    background: #f8f8f8; }
    .addressList .address .panel .panel-body {
      background: none;
      padding: 2.5rem; }
    .addressList .address .panel.panel--newAddress {
      background: #ffffff; }
    .addressList .address .panel.panel--address .form-actions {
      position: relative;
      bottom: 0;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 2rem; }
      .addressList .address .panel.panel--address .form-actions::before, .addressList .address .panel.panel--address .form-actions::after {
        display: none; }
      .addressList .address .panel.panel--address .form-actions .button {
        margin: 0; }
  .addressList .address .address-details--postal {
    padding: 0; }
  .addressList .address .address-details,
  .addressList .address .address-label,
  .addressList .address .address-description {
    font-size: 15px;
    font-size: 1.5rem;
    color: #535353; }

.account-body .form-select,
.account-body .form-input {
  border-radius: 0;
  height: 4.6rem;
  background: #f1f1f1;
  border-color: #f1f1f1;
  font-size: 16px;
  font-size: 1.6rem;
  color: #535353; }
  .account-body .form-select:focus, .account-body .form-select:hover,
  .account-body .form-input:focus,
  .account-body .form-input:hover {
    border-color: #24224d;
    box-shadow: 0 0 0.3rem 0 #24224d; }

.account-body .form-label {
  color: #545859; }

.account-body .form-checkbox + .form-label::before,
.account-body .form-radio + .form-label::before {
  top: 0; }

.account {
  color: #535353; }
  .account .account-list {
    padding: 0; }
  .account .account-listItem {
    border-color: #979797;
    padding: 2rem 0; }
    .account .account-listItem:first-of-type {
      border-top: 0.1rem solid #979797; }
    .account .account-listItem .account-product-figure {
      width: 10rem; }
      .account .account-listItem .account-product-figure::after {
        display: none; }
    .account .account-listItem .account-product-title {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 1rem; }
      .account .account-listItem .account-product-title a {
        color: #535353; }
    .account .account-listItem .account-orderStatus-label {
      background: #445281;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 500;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      text-transform: unset;
      padding: 0.5rem 1rem; }
    .account .account-listItem .account-product-detail-heading {
      color: #398bcb; }

.account_order .account__wrapper .account {
  background: none;
  padding: 0; }

.account_order .account-content,
.account_order .account-sidebar-block {
  width: 100%;
  background: #ffffff;
  padding: 4rem;
  margin-bottom: 2.5rem; }
  .account_order .account-content ul,
  .account_order .account-sidebar-block ul {
    padding: 0; }

.account_order .account-sidebar {
  width: 100%;
  padding: 0; }

.account__order__details .account-listItem {
  padding: 1rem 0; }
  .account__order__details .account-listItem .account-product-title {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal; }
  .account__order__details .account-listItem .account-product-price {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: Helvetica, sans-serif;
    font-style: normal; }
  .account__order__details .account-listItem .account-product-body {
    padding-bottom: 0; }
    .account__order__details .account-listItem .account-product-body p {
      margin: 0; }

.account__order__details .account-orderTotal {
  max-width: 21rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  color: #535353; }
  .account__order__details .account-orderTotal .account-orderTotal-key,
  .account__order__details .account-orderTotal .account-orderTotal-value {
    font-weight: 700;
    font-family: Helvetica, sans-serif;
    font-style: normal; }
    .account__order__details .account-orderTotal .account-orderTotal-key:last-of-type,
    .account__order__details .account-orderTotal .account-orderTotal-value:last-of-type {
      font-size: 18px;
      font-size: 1.8rem;
      top: 0; }

.account__order__details .order__details__block .definitionList {
  display: grid;
  grid-template-columns: 15rem 1fr;
  grid-gap: 2.5rem;
  margin-bottom: 2.5rem; }
  .account__order__details .order__details__block .definitionList::before, .account__order__details .order__details__block .definitionList::after {
    display: none; }

.account__order__details .order__details__block .definitionList-key {
  font-size: 14px;
  font-size: 1.4rem;
  color: #398bcb;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  clear: both; }

.account__order__details .order__details__block .definitionList-value {
  font-size: 14px;
  font-size: 1.4rem;
  color: #535353; }

.account__order__details .addresses__details__block li {
  line-height: 2rem; }

.wishlists-table {
  color: #535353; }
  .wishlists-table .table-thead {
    border-bottom: 0.1rem solid #979797; }
  .wishlists-table .wishlist__name {
    text-decoration: none;
    color: #445281;
    font-size: 16px;
    font-size: 1.6rem; }
  .wishlists-table thead tr th,
  .wishlists-table thead tr td {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    color: #535353;
    padding: 1rem 1.5rem; }
    @media (min-width: 768px) {
      .wishlists-table thead tr th:first-of-type,
      .wishlists-table thead tr td:first-of-type {
        padding-left: 0; }
      .wishlists-table thead tr th:last-of-type,
      .wishlists-table thead tr td:last-of-type {
        padding-right: 0; } }
  .wishlists-table .button {
    border: none;
    text-decoration: underline;
    color: #398bcb; }

.wishlist__notice {
  display: none;
  margin-bottom: 2rem; }
  .wishlist__notice .alertBox--success {
    border: 0.1rem solid #219f78;
    background: #edfff9;
    color: #535353; }
    .wishlist__notice .alertBox--success svg {
      fill: #219f78; }

.account__wishlist {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .account__wishlist .page-heading {
    display: flex; }
  .account__wishlist .panel.share-wishlist {
    display: flex;
    justify-self: flex-end;
    width: 100%; }
    .account__wishlist .panel.share-wishlist .panel-body {
      background: none;
      padding: 0;
      margin: 0;
      width: 100%;
      display: flex;
      justify-content: flex-end; }
    .account__wishlist .panel.share-wishlist button {
      padding: 1rem 2rem;
      height: unset;
      text-align: right;
      width: auto;
      font-size: 14px;
      font-size: 1.4rem;
      color: #398bcb; }
      .account__wishlist .panel.share-wishlist button:before {
        display: inline-block;
        content: '';
        vertical-align: middle;
        margin-right: 1rem;
        height: 2rem;
        width: 1.8em;
        background: url("../icons/account/share.svg") no-repeat center;
        margin-top: -0.2rem; }

.loader {
  display: inline-block;
  position: relative;
  width: 8rem;
  height: 8rem; }
  .loader div {
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: #398bcb;
    animation: loader 1.2s linear infinite; }
    .loader div:nth-child(1) {
      top: 0.8rem;
      left: 0.8rem;
      animation-delay: 0s; }
    .loader div:nth-child(2) {
      top: 0.8rem;
      left: 3.2rem;
      animation-delay: -0.4s; }
    .loader div:nth-child(3) {
      top: 0.8rem;
      left: 5.6rem;
      animation-delay: -0.8s; }
    .loader div:nth-child(4) {
      top: 3.2rem;
      left: 0.8rem;
      animation-delay: -0.4s; }
    .loader div:nth-child(5) {
      top: 3.2rem;
      left: 3.2rem;
      animation-delay: -0.8s; }
    .loader div:nth-child(6) {
      top: 3.2rem;
      left: 5.6rem;
      animation-delay: -1.2s; }
    .loader div:nth-child(7) {
      top: 5.6rem;
      left: 0.8rem;
      animation-delay: -0.8s; }
    .loader div:nth-child(8) {
      top: 5.6rem;
      left: 3.2rem;
      animation-delay: -1.2s; }
    .loader div:nth-child(9) {
      top: 5.6rem;
      left: 5.6rem;
      animation-delay: -1.6s; }

@keyframes loader {
  0%,
  100% {
    opacity: 1; }
  50% {
    opacity: 0.5; } }

.login {
  margin: 0 auto;
  max-width: unset; }
  .login .page-block {
    background-color: #ffffff; }
  .login .page-block__wrapper {
    padding: 0 3.5rem; }
    .login .page-block__wrapper .login {
      max-width: 87.6rem;
      margin: 0 auto; }
  .login .page-heading {
    display: block; }
  .login .login-row {
    grid-column: 2 / -2;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5rem 2.5rem;
    margin: 5rem 0 8.6rem;
    max-width: unset; }
    .login .login-row::before, .login .login-row::after {
      display: none; }
  .login .login-form.form {
    align-self: center;
    padding: 0;
    width: 100%;
    margin: 0; }
    .login .login-form.form .form-label {
      font-size: 14px;
      font-size: 1.4rem;
      font-family: Helvetica, serif;
      line-height: 2rem;
      color: #535353; }
    .login .login-form.form .form-actions {
      display: block;
      text-align: left; }
      .login .login-form.form .form-actions .forgot-password {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        font-family: Helvetica, sans-serif;
        font-style: normal;
        font-family: Helvetica, serif;
        line-height: 2rem;
        color: #535353;
        text-align: left;
        text-decoration: none; }
  .login .panel-title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    margin: 0 0 1.2rem;
    line-height: 2.3rem;
    text-align: left;
    color: #535353; }
  .login .panel-intro {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.1rem;
    text-align: left;
    color: #535353; }
  .login .button.button--primary {
    margin: 2rem 0 0;
    width: 100%;
    padding: 0 1rem; }
  .login .new-customer {
    position: relative;
    width: 100%;
    padding: 0;
    background-color: #ffffff; }
    .login .new-customer .new-customer-fact-list {
      margin-left: 0;
      padding: 0 0 6rem 1.6rem; }
      .login .new-customer .new-customer-fact-list li {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2.1rem;
        text-align: left;
        color: #535353;
        padding-left: 0; }
    .login .new-customer .panel-intro {
      margin: 0; }
    .login .new-customer .new-customer-button {
      position: absolute;
      bottom: 0;
      width: 100%; }
  .login .trade-program {
    background-color: #f8f8f8; }
  .login .trade-program__container {
    padding: 3rem 2rem 4rem; }
    .login .trade-program__container .panel-title {
      display: block;
      text-align: center;
      margin: 0 auto 2rem; }
    .login .trade-program__container .panel-intro {
      margin: 0 auto;
      text-align: center; }
    .login .trade-program__container .trade-program__button {
      margin: 0 auto;
      text-align: center; }
    .login .trade-program__container .button {
      width: auto;
      padding: 1.4rem 7rem;
      height: auto;
      margin: 2rem 0 0; }
  @media screen and (min-width: 768px) {
    .login .login-row {
      grid-template-columns: 1.25fr 1.25fr;
      grid-gap: 2.5rem; } }
  @media screen and (min-width: 1024px) {
    .login .login-row {
      grid-template-columns: 1.5fr 1.5fr;
      grid-gap: 5rem 25rem; } }

.marketing-preferences__sub-heading {
  margin-bottom: 2.4rem;
  color: #535353; }

.marketing-preferences__intro {
  line-height: 2rem;
  margin-bottom: 3.2rem; }

.marketing-preferences__form {
  color: #545859; }

.marketing-preferences__block {
  font-size: 14px;
  font-size: 1.4rem;
  display: grid;
  grid-template-columns: 0 3rem auto;
  align-items: center;
  line-height: 2rem;
  height: 4.8rem;
  cursor: pointer; }
  .marketing-preferences__block input[type='checkbox'] {
    height: 0;
    width: 0;
    outline: none !important; }
  .marketing-preferences__block .checkbox {
    grid-column: 2;
    height: 1.6rem;
    width: 1.6rem;
    background: url("../icons/small/unchecked.svg") no-repeat center; }
  .marketing-preferences__block input[type='checkbox']:checked + .checkbox {
    background: url("../icons/small/filled.svg") no-repeat center; }

.marketing-preferences__form .button.button--secondary.marketing-preferences__cta {
  margin-top: 2.3rem;
  height: 4.4rem;
  width: 18.4rem; }

@media screen and (min-width: 1024px) {
  .account__wrapper .account .page-heading.marketing-preferences__heading {
    margin-bottom: 4.8rem; } }

.swal2-modal {
  border-radius: 0; }

.swal2-actions {
  margin-bottom: 1.5rem; }

.credit--table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 25rem; }

.alertBox--error {
  border: 0.1rem solid #cf0b34;
  background: #fcf1f3;
  color: #535353; }
  .alertBox--error svg {
    fill: #cf0b34; }

.alertBox--info {
  border: 0.1rem solid #ffffff;
  background: #445281;
  color: #ffffff; }
  .alertBox--info svg {
    fill: #ffffff; }

.alertBox--success {
  border: 0.1rem solid #219f78;
  background: #edfff9;
  color: #535353; }
  .alertBox--success svg {
    fill: #219f78; }

.alertBox--warning {
  border: 0.1rem solid #cca342;
  background: #fff8e6;
  color: #535353; }
  .alertBox--warning svg {
    fill: #cca342; }

.basket__empty--sub-heading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 2.4rem;
  font-family: Helvetica, sans-serif; }

.basket__empty--cta {
  margin: 0 auto;
  width: 28rem;
  line-height: 2.4rem; }

.basket__heading {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  color: #535353;
  font-family: Helvetica, serif; }

@media screen and (min-width: 1280px) {
  .basket {
    display: grid; } }

.basket .basket__heading {
  margin: 1.4rem auto 4rem; }

.basket.basket__empty, .basket.basket__populated {
  grid-template-columns: 1fr; }

.basket .basket__empty--sub-heading {
  margin: 0 auto 2.4rem; }

.basket.basket__populated {
  padding: 0; }

@media screen and (min-width: 1280px) {
  .basket.basket__populated {
    grid-template: 'breadcrumbs breadcrumbs' 2.4rem '. .' 2.4rem 'heading heading' 3.5rem '. .' 3.2rem 'status status' auto '. .' 4rem 'content finance' 15.9rem 'content .' 2.4rem 'content summary' auto '. .' 4.75rem 'recommendations1 recommendations1' auto 'recommendations2 recommendations2' auto / 81.3rem 41.1rem;
    column-gap: 2.4rem; }
    .basket.basket__populated nav {
      grid-area: breadcrumbs; }
    .basket.basket__populated .basket__heading {
      grid-area: heading;
      margin: 0 auto; }
    .basket.basket__populated .basket__populated-status {
      grid-area: status; }
    .basket.basket__populated .basket__populated--free-delivery {
      grid-area: freeDelivery; }
    .basket.basket__populated .basket__populated--content {
      grid-area: content; }
    .basket.basket__populated .basket__populated--finance {
      grid-area: finance; }
    .basket.basket__populated .basket__populated--totals {
      grid-area: summary; } }

.basket__populated {
  max-width: 80rem;
  margin: 0 auto; }

.cart {
  background: #ffffff;
  margin-bottom: 2.4rem; }

.basket__populated-status {
  max-width: 60rem;
  width: calc(100% - 3.2rem);
  margin: 0 auto 2.4rem; }

.cart-list {
  border: none; }

.cart-item {
  border: unset;
  padding: 2.4rem 1.6rem; }
  .cart-item:not(:last-of-type) {
    border-bottom: 0.4rem solid #f8f8f8; }

.cart-item-figure {
  height: 11.8rem;
  width: 8.8rem;
  margin: 0 1.6rem 0 0; }

.cart-item-title {
  min-height: 6rem;
  padding-left: 0; }
  .cart-item-title h2 {
    height: auto;
    letter-spacing: 0; }
  .cart-item-title a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    line-height: 2rem;
    text-decoration: unset; }

.cart-item-info:not(:last-of-type) {
  margin-bottom: 1.9rem; }

.cart-item-info .cart-item-label {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  color: #535353;
  text-align: unset;
  padding-left: 3.2rem;
  width: 10.4rem; }

.cart-item-info .cart-item-value {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 1.8;
  padding-left: 0;
  color: #398bcb; }

.cart-item-info strong.cart-item-value {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.4rem; }

.cart-item-quantity .cart-item-label {
  line-height: 4.4rem; }

.cart-item-quantity select {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 1.4rem;
  color: #535353;
  height: 4.4rem;
  width: 7.6rem;
  border-radius: 0;
  padding: 0 0 0 1.5rem;
  background-color: #ffffff;
  background-image: url("../icons/small/chevron_down.svg");
  background-size: 1rem;
  background-position: top 1.8rem right 1.25rem;
  background-repeat: no-repeat; }
  .cart-item-quantity select:focus, .cart-item-quantity select:active {
    outline: none !important; }

.cart-item-remove {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 4.4rem;
  margin-left: 1.6rem;
  padding: 0 0 0.05rem;
  height: unset;
  width: unset;
  color: #24224d; }
  .cart-item-remove span {
    border-bottom: 0.1rem solid #24224d; }

@media screen and (min-width: 768px) {
  .basket__populated--content {
    margin: 0 1.6rem; }
  .cart-header {
    display: block;
    border-bottom: 0.4rem solid #f8f8f8; }
    .cart-header tr {
      display: grid;
      grid-template: 4.6rem / auto 4.8rem 8rem 4.8rem 7.6rem 4.8rem 8rem;
      grid-template-areas: 'product . price . quantity . total';
      padding: 0 1.6rem; }
    .cart-header th {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.8rem;
      color: #535353;
      text-align: left;
      align-self: center;
      padding-bottom: 0; }
      .cart-header th:last-child {
        text-align: left; }
    .cart-header .cart-header-product {
      grid-area: product; }
    .cart-header .cart-header-price {
      grid-area: price; }
    .cart-header .cart-header-quantity {
      grid-area: quantity; }
    .cart-header .cart-header-total {
      grid-area: total; }
  .cart-item {
    display: grid;
    grid-template: auto 2rem 2rem / 8.8rem 2.4rem auto 4.8rem 8rem 4.8rem 7.6rem 4.8rem 8rem;
    grid-template-areas: 'figure . title . price . quantity . total' 'figure . stock . price . quantity . total' 'figure . edit . price . quantity . total';
    row-gap: 1.6rem;
    padding: 2.4rem 1.6rem; }
  .cart-item-figure,
  .cart-item-title,
  .cart-item-stock,
  .cart-item-price,
  .cart-item-quantity,
  .cart-item-total {
    margin: 0; }
  .cart-item-info {
    width: unset; }
    .cart-item-info .cart-item-label {
      display: none; }
    .cart-item-info .cart-item-value {
      font-size: 16px;
      font-size: 1.6rem; }
    .cart-item-info:last-child {
      text-align: left; }
  .cart-item-figure {
    grid-area: figure; }
  .cart-item-title {
    grid-area: title;
    min-height: unset;
    padding: 0;
    overflow: visible; }
  .cart-item-stock {
    grid-area: stock; }
  .cart-item-price {
    grid-area: price; }
  .cart-item-info:not(:last-of-type) {
    margin-bottom: 0; }
  .cart-item-quantity {
    grid-area: quantity;
    text-align: left; }
  .cart-item-remove {
    margin: 1.2rem 0 0 0; }
  .cart-item-total {
    grid-area: total; } }

@media screen and (min-width: 1280px) {
  .basket__populated {
    margin: 0 auto;
    width: fit-content;
    max-width: unset; }
  .basket__populated--content {
    margin: 0; }
  .basket__populated-status {
    margin: 0;
    padding: 0;
    max-width: unset;
    width: 100%; } }

.basket__populated--finance div#imega-widget-anchor {
  background-color: #ffffff;
  padding: 2.4rem 1.6rem;
  margin-bottom: 2.4rem;
  box-shadow: none; }
  .basket__populated--finance div#imega-widget-anchor div.imega-anchor-top img {
    height: 4.4rem;
    width: 10.4rem; }
  .basket__populated--finance div#imega-widget-anchor div.imega-anchor-top a#imega-see-info {
    font-weight: 700;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    align-self: flex-start;
    -ms-flex-item-align: start;
    background-color: #ffffff;
    border: 0.2rem solid #24224d;
    border-radius: 0;
    color: #24224d;
    cursor: pointer;
    float: right;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    height: 4.4rem;
    margin-bottom: 0;
    letter-spacing: 0;
    line-height: 1.6rem;
    padding-top: 1.2rem;
    position: relative;
    text-decoration: none;
    transition: background 0.15s;
    width: 22rem; }
  .basket__populated--finance div#imega-widget-anchor .imega-anchor-bottom {
    width: 35rem;
    transform: translate(-1rem, 3.3rem); }
    @media screen and (max-width: 1280px) {
      .basket__populated--finance div#imega-widget-anchor .imega-anchor-bottom {
        width: 35rem;
        transform: translate(-2rem, 4.7rem); }
        .basket__populated--finance div#imega-widget-anchor .imega-anchor-bottom .imega-min-payment-text {
          margin-left: 0; } }
    @media screen and (max-width: 768px) {
      .basket__populated--finance div#imega-widget-anchor .imega-anchor-bottom {
        transform: translate(-1.2rem, 1.2rem); } }
    @media screen and (max-width: 375px) {
      .basket__populated--finance div#imega-widget-anchor .imega-anchor-bottom {
        width: auto; } }
    .basket__populated--finance div#imega-widget-anchor .imega-anchor-bottom span.imega-slug {
      font-size: 16px;
      font-size: 1.6rem;
      background-color: #ffffff;
      line-height: 2.4rem;
      color: #545859;
      margin-bottom: 0; }
      .basket__populated--finance div#imega-widget-anchor .imega-anchor-bottom span.imega-slug:not(:last-of-type) {
        margin-top: 2.4rem; }
      .basket__populated--finance div#imega-widget-anchor .imega-anchor-bottom span.imega-slug span {
        font-weight: 700;
        font-family: Helvetica, sans-serif;
        font-style: normal; }
      .basket__populated--finance div#imega-widget-anchor .imega-anchor-bottom span.imega-slug + span {
        font-size: 14px;
        font-size: 1.4rem; }
  @media screen and (min-width: 768px) {
    .basket__populated--finance div#imega-widget-anchor {
      margin: 0 1.6rem 2.4rem;
      display: grid;
      grid-template: 2.2rem 2.2rem / 10.4rem auto 22rem;
      grid-template-areas: 'image paragraph1 button' 'image paragraph2 button'; }
      .basket__populated--finance div#imega-widget-anchor div.imega-anchor-top img {
        grid-area: image; }
      .basket__populated--finance div#imega-widget-anchor div.imega-anchor-top a.imega-see-info {
        grid-area: button; }
      .basket__populated--finance div#imega-widget-anchor div.imega-anchor-bottom span:first-of-type {
        grid-area: paragraph1;
        margin-top: 0; }
      .basket__populated--finance div#imega-widget-anchor div.imega-anchor-bottom span:last-of-type {
        grid-area: paragraph2; }
      .basket__populated--finance div#imega-widget-anchor div.imega-anchor-bottom span {
        margin-left: 2.4rem; } }
  @media screen and (min-width: 1280px) {
    .basket__populated--finance div#imega-widget-anchor {
      display: block;
      height: 100%;
      width: 100%;
      margin: 0; }
      .basket__populated--finance div#imega-widget-anchor div.imega-anchor-top .imega-see-info-btn {
        width: 18.9rem; }
      .basket__populated--finance div#imega-widget-anchor div.imega-anchor-bottom span {
        margin-left: 0; }
        .basket__populated--finance div#imega-widget-anchor div.imega-anchor-bottom span:first-of-type {
          margin-top: 1.6rem; } }

.swal2-popup .swal2-warning {
  border-color: #a8161b;
  color: #a8161b; }
  .swal2-popup .swal2-warning .swal2-icon-content {
    color: #a8161b; }

.swal2-popup .swal2-content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2rem; }

.swal2-popup .swal2-actions .swal2-confirm {
  margin: 0 0 1rem;
  background-color: #24224d; }

.swal2-popup .swal2-actions .swal2-cancel {
  margin: 0;
  border-color: #24224d;
  color: #24224d; }

.basket__populated--recomendations {
  padding: 3.2rem 1.6rem; }
  .basket__populated--recomendations h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.3rem;
    margin: 0 0 2.8rem; }
  .basket__populated--recomendations .basket__populated--recomendations-carousel {
    margin-bottom: 0; }
  .basket__populated--recomendations .slick-slide .cart-stock-status {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    line-height: 2rem;
    margin-bottom: 1.267rem; }
    .basket__populated--recomendations .slick-slide .cart-stock-status img {
      display: inline-block;
      width: unset; }
    .basket__populated--recomendations .slick-slide .cart-stock-status + p {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      line-height: 2.2rem;
      color: #398bcb; }
  .basket__populated--recomendations .slick-dots {
    position: unset;
    margin-top: 2.4rem; }
    .basket__populated--recomendations .slick-dots .slick-active button::before {
      background: #60d6bd;
      left: 0;
      top: 0; }
    .basket__populated--recomendations .slick-dots button {
      border: none;
      background-color: #c7c7c7;
      outline: none !important; }
  @media screen and (min-width: 1280px) {
    .basket__populated--recomendations {
      padding: 0; } }

.cart-total--shipping-free {
  display: grid;
  grid-template-columns: 2.2rem auto minmax(2.8rem, auto);
  grid-gap: 1rem;
  width: 100%;
  margin: 1.55rem 0 1.6rem;
  align-items: center;
  justify-items: flex-start; }
  .cart-total--shipping-free img {
    height: 1.7rem;
    width: 2.2rem; }
  .cart-total--shipping-free .shipping-estimate-show {
    justify-self: end; }
  .cart-total--shipping-free a {
    color: #545859; }

.cart-total--shipping {
  flex-direction: column; }
  .cart-total--shipping .cart-total-label,
  .cart-total--shipping .cart-total-value {
    width: 100%;
    float: unset; }
  .cart-total--shipping .shipping-estimator {
    width: 100%; }
  .cart-total--shipping .cart-total-label {
    margin-bottom: 1.2rem; }
    .cart-total--shipping .cart-total-label p {
      font-weight: 700;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      margin: 0; }
  .cart-total--shipping .estimator-form {
    margin: 0; }
    .cart-total--shipping .estimator-form dl {
      margin: 0; }
    .cart-total--shipping .estimator-form .estimator-form-label {
      display: flex;
      align-items: center;
      height: 4.4rem; }
    .cart-total--shipping .estimator-form .estimator-form-input {
      margin: 0 0 2rem; }
      .cart-total--shipping .estimator-form .estimator-form-input select,
      .cart-total--shipping .estimator-form .estimator-form-input input {
        height: 4.4rem;
        color: #545859;
        background-color: #f8f8f8;
        padding: 1rem 0.95rem;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2rem; }
    .cart-total--shipping .estimator-form .estimator-form-label.hidden,
    .cart-total--shipping .estimator-form .estimator-form-input.hidden {
      display: none; }
  .cart-total--shipping .shipping-quotes ul {
    margin: 1.6rem 0 0;
    padding: 0; }
    .cart-total--shipping .shipping-quotes ul .shipping__error {
      text-align: left;
      color: #a8161b; }
  .cart-total--shipping .shipping-quotes .estimator-form--default ul {
    margin: 2rem 0;
    padding: 0; }
  .cart-total--shipping .shipping-quotes .estimator-form-row::after, .cart-total--shipping .shipping-quotes .estimator-form-row::before {
    display: none; }
  .cart-total--shipping .shipping-quotes .estimator-form-row dl {
    display: flex;
    justify-content: space-between;
    margin: 0; }
  .cart-total--shipping .shipping-quotes .estimator-form-row .estimator-form-input--price {
    margin: 0;
    text-align: right; }
  .cart-total--shipping .select-shipping-quote,
  .cart-total--shipping .shipping-estimate-submit {
    display: block;
    width: 100%;
    height: 5.2rem; }

@media screen and (min-width: 768px) {
  .cart-total--shipping .select-shipping-quote,
  .cart-total--shipping .shipping-estimate-submit {
    width: 60rem;
    margin: 0 auto; } }

@media screen and (min-width: 1280px) {
  .cart-total--shipping .select-shipping-quote,
  .cart-total--shipping .shipping-estimate-submit {
    width: 100%; } }

.basket__populated--free-delivery {
  font-size: 16px;
  font-size: 1.6rem;
  height: 4rem;
  width: 100%;
  max-width: 60rem;
  margin: 0 auto 2.4rem;
  border: 0.1rem solid #219f78;
  font-family: Helvetica, sans-serif;
  line-height: 4rem;
  text-align: center;
  background-color: #edfff9;
  color: #545859; }
  .basket__populated--free-delivery::before {
    display: inline-block;
    content: '';
    background: url("../icons/medium/delivery_charcoal.svg") no-repeat center;
    height: 1.6rem;
    width: 2.2rem;
    margin-right: 1.2rem;
    margin-bottom: -0.3rem; }
  .basket__populated--free-delivery span {
    font-weight: 700;
    font-family: Helvetica, sans-serif;
    font-style: normal; }
  @media screen and (min-width: 1280px) {
    .basket__populated--free-delivery {
      width: 100%;
      max-width: unset;
      margin-bottom: 0; } }

.basket__populated--store-credit .alertBox--info {
  border-radius: 0;
  text-align: center; }
  .basket__populated--store-credit .alertBox--info .alertBox-column {
    display: initial; }

.basket__populated--cta {
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.2rem;
  width: calc(100% - 3.2rem);
  max-width: 60rem;
  line-height: 2rem;
  margin: 0 auto 2.4rem; }
  .basket__populated--cta img {
    display: inline;
    vertical-align: unset;
    margin-right: 0.8rem; }

.basket__populated--totals {
  background-color: #ffffff;
  padding: 1.6rem;
  height: fit-content; }
  .basket__populated--totals .basket__populated--cta {
    height: 5.2rem;
    width: 100%;
    max-width: 60rem;
    margin: 0 auto; }

.basket__populated--totals-heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 3.5rem;
  color: #535353;
  margin: 0;
  padding-bottom: 1.5rem;
  display: block;
  width: 100%;
  border-bottom: 0.05rem solid #c7c7c7; }

.cart-totals {
  margin: 2.3rem 0 2.1rem;
  padding-left: 0;
  text-align: unset; }

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.6rem; }
  .cart-total::before, .cart-total::after {
    display: none; }

.cart-total-label,
.cart-total-value span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 2.4rem;
  color: #545859;
  padding: 0; }

.cart-total-value {
  padding: 0; }

.cart-total--grand-total {
  margin: 2.7rem 0 2.1rem; }
  .cart-total--grand-total strong,
  .cart-total--grand-total span {
    font-size: 18px;
    font-size: 1.8rem; }

.cart-total-coupon {
  display: block;
  width: 100%;
  padding: 0;
  border-top: 0.05rem solid #c7c7c7;
  border-bottom: 0.05rem solid #c7c7c7; }
  .cart-total-coupon .cart-total-value {
    float: unset; }
  .cart-total-coupon .coupon-code-add {
    height: 5.4rem;
    width: 100%;
    color: #545859;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: unset !important; }
    .cart-total-coupon .coupon-code-add img {
      transform: rotate(0deg);
      transition: 0.25s transform; }
    .cart-total-coupon .coupon-code-add.is-open img {
      transform: rotate(180deg);
      transition: 0.25s transform; }
  .cart-total-coupon .coupon-form {
    margin: 2.4rem 0 1.6rem; }
    .cart-total-coupon .coupon-form .form-input {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2rem;
      height: 4.4rem;
      width: calc(100% - 10rem);
      border-radius: 0;
      border: unset;
      color: #545859;
      background-color: #f1f1f1;
      padding: 1.3rem 0.95rem;
      outline: unset !important; }
  .cart-total-coupon .button {
    width: 10rem;
    margin: 0; }

.cart-total-remove-coupon a {
  display: block;
  height: 4.4rem;
  width: max-content;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  color: #24224d;
  text-decoration: none; }
  .cart-total-remove-coupon a span {
    border-bottom: 0.1rem solid #24224d;
    padding-bottom: 0.4rem; }

.cart-additionalCheckoutButtons {
  margin-top: 1.6rem; }
  .cart-additionalCheckoutButtons .or-use-label {
    display: none; }
  .cart-additionalCheckoutButtons iframe {
    z-index: unset !important; }
  .cart-additionalCheckoutButtons .paypal-buttons-container {
    display: flex; }
    .cart-additionalCheckoutButtons .paypal-buttons-container .braintree-paypal-button.paypal-smart-buttons {
      max-width: 60rem;
      width: 100%;
      margin: 0 auto;
      float: unset; }
      .cart-additionalCheckoutButtons .paypal-buttons-container .braintree-paypal-button.paypal-smart-buttons .paypal-buttons {
        margin: 0; }

.basket__populated--totals .footer-payment-icons {
  display: grid;
  height: auto;
  max-width: 60rem;
  width: 100%;
  margin: 2.1rem auto 7.6rem; }
  .basket__populated--totals .footer-payment-icons .payment-icons-top-row .braintree-logo {
    display: none; }
  .basket__populated--totals .footer-payment-icons .payment-icons-top-row {
    display: grid;
    justify-content: space-around;
    margin-bottom: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    justify-self: center;
    grid-gap: 1rem; }
    @media (min-width: 625px) {
      .basket__populated--totals .footer-payment-icons .payment-icons-top-row {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 1rem; } }
    @media (min-width: 1024px) {
      .basket__populated--totals .footer-payment-icons .payment-icons-top-row {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 2rem; } }
  .basket__populated--totals .footer-payment-icons .payment-icons-bottom-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    height: inherit;
    width: 100%; }
    @media (min-width: 625px) {
      .basket__populated--totals .footer-payment-icons .payment-icons-bottom-row {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 1rem; } }
    @media (min-width: 1024px) {
      .basket__populated--totals .footer-payment-icons .payment-icons-bottom-row {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        column-gap: 3rem;
        row-gap: 1rem; } }
    .basket__populated--totals .footer-payment-icons .payment-icons-bottom-row span {
      display: inline;
      height: inherit;
      width: unset;
      box-shadow: unset;
      background-color: unset;
      border-radius: 0;
      margin: 0;
      padding: 0 0.5rem; }
      .basket__populated--totals .footer-payment-icons .payment-icons-bottom-row span img {
        height: inherit;
        width: unset;
        max-width: unset;
        max-height: unset; }
        @media (max-width: 625px) {
          .basket__populated--totals .footer-payment-icons .payment-icons-bottom-row span img {
            max-width: 3.5rem;
            max-height: 2.5rem; } }
        @media (min-width: 625px) {
          .basket__populated--totals .footer-payment-icons .payment-icons-bottom-row span img {
            max-width: inherit;
            max-height: inherit; } }

@media screen and (min-width: 768px) {
  .basket__populated--cta {
    width: 60rem; }
  .basket__populated--totals {
    margin: 0 1.6rem; }
  .cart-totals {
    width: 100%; }
  .basket__populated--totals .basket__populated--cta {
    width: 60rem; }
  .cart-additionalCheckoutButtons .paypal-buttons-container .braintree-paypal-button.paypal-smart-buttons {
    max-width: 60rem; }
  .basket__populated--totals .footer-payment-icons {
    margin: 2.1rem auto 7.6rem; } }

@media screen and (min-width: 1024px) {
  .cart-total + .cart-total {
    border-top: unset; }
    .cart-total + .cart-total.cart-total-coupon {
      border-top: 0.05rem solid #c7c7c7; }
      .cart-total + .cart-total.cart-total-coupon .cart-total-value {
        width: 100%; } }

@media screen and (min-width: 1280px) {
  .basket__populated--cta {
    display: none; }
  .basket__populated--totals {
    margin: 0; }
    .basket__populated--totals .basket__populated--cta {
      display: flex;
      width: 100%; }
  .basket__populated--totals .footer-payment-icons {
    width: 100%;
    margin: 2.1rem auto 2.4rem; } }

.body.blog .blog-post,
.body.blog_post .blog-post {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto; }
  .body.blog .blog-post .blog-post-figure,
  .body.blog_post .blog-post .blog-post-figure {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: white; }
    .body.blog .blog-post .blog-post-figure img,
    .body.blog .blog-post .blog-post-figure .no-img,
    .body.blog_post .blog-post .blog-post-figure img,
    .body.blog_post .blog-post .blog-post-figure .no-img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      object-fit: cover; }
  .body.blog .blog-post .blog-title,
  .body.blog_post .blog-post .blog-title {
    color: #545859; }
    .body.blog .blog-post .blog-title a,
    .body.blog_post .blog-post .blog-title a {
      color: #545859; }
  .body.blog .blog-post .blog-post-body,
  .body.blog_post .blog-post .blog-post-body {
    display: flex;
    flex-direction: column;
    width: unset;
    height: 100%;
    margin: 0; }

.body.blog {
  background: none; }
  .body.blog .page-heading {
    display: block;
    margin: 3rem auto auto auto;
    font-weight: 700;
    font-family: Helvetica, serif;
    font-style: normal;
    font-size: 26px;
    font-size: 2.6rem;
    text-align: center;
    color: #545859; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0; }
  @media only screen and (min-width: 768px) {
    .blog-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 2.5rem;
      padding: 2rem 9rem; } }
  @media only screen and (min-width: 1024px) {
    .blog-grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 3rem;
      padding: 2rem 12rem; } }
  .blog-grid .blog-post .blog-post-figure::before {
    content: '';
    display: block;
    margin-top: 80%; }
  .blog-grid .blog-post .primary-tag {
    display: block;
    width: 100%;
    margin: 0;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-size: 12px;
    font-size: 1.2rem;
    color: #545859;
    line-height: 4;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left; }
  .blog-grid .blog-post .blog-title {
    min-height: 5rem;
    margin: 0 0 2rem 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: left; }
    .blog-grid .blog-post .blog-title a {
      margin: 0 0 auto 0; }
    @media only screen and (min-width: 1024px) {
      .blog-grid .blog-post .blog-title {
        font-size: 20px;
        font-size: 2rem; } }
  .blog-grid .blog-post .tags {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0; }
    .blog-grid .blog-post .tags .tag {
      min-height: 3.5rem;
      margin: 0 1rem 1rem 0;
      padding: 1rem 1.5rem;
      font-weight: 400;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      font-size: 14px;
      font-size: 1.4rem;
      color: #545859;
      line-height: 1;
      text-transform: lowercase;
      text-decoration: none;
      background: #d8d8d8;
      border-radius: 3rem; }

.body.blog_post {
  padding-bottom: 0; }
  .body.blog_post .blog-post {
    padding-bottom: 5rem; }
    @media only screen and (min-width: 1024px) {
      .body.blog_post .blog-post {
        width: auto; } }
    .body.blog_post .blog-post .blog-post-figure {
      display: none;
      height: 15rem; }
      @media only screen and (min-width: 1024px) {
        .body.blog_post .blog-post .blog-post-figure {
          height: 24rem; } }
    .body.blog_post .blog-post .blog-title {
      display: block;
      margin: 2.4rem auto;
      font-size: 26px;
      font-size: 2.6rem;
      text-align: center; }
      @media only screen and (min-width: 1024px) {
        .body.blog_post .blog-post .blog-title {
          margin: 4.6rem auto 1.6rem auto;
          font-size: 26px;
          font-size: 2.6rem; } }
    .body.blog_post .blog-post .blog-providence {
      margin: 2.4rem auto; }
      @media only screen and (min-width: 1024px) {
        .body.blog_post .blog-post .blog-providence {
          margin: 1.6rem auto 5rem auto; } }
    .body.blog_post .blog-post .blog-author,
    .body.blog_post .blog-post .blog-date {
      margin: 0 1rem; }
    .body.blog_post .blog-post .blog-date {
      font-weight: 700;
      font-family: Helvetica, sans-serif;
      font-style: normal; }
    .body.blog_post .blog-post .blog-post-body {
      margin: auto; }
    .body.blog_post .blog-post .blog-header,
    .body.blog_post .blog-post .blog-content {
      max-width: 80rem;
      margin: auto; }
    .body.blog_post .blog-post .blog-content {
      text-align: left; }
      .body.blog_post .blog-post .blog-content a {
        color: #398bcb;
        text-decoration: none;
        font-weight: 400;
        font-family: Helvetica, sans-serif;
        font-style: normal; }
      .body.blog_post .blog-post .blog-content img {
        max-width: 100% !important;
        margin: 1.6rem auto; }
        @media only screen and (min-width: 1024px) {
          .body.blog_post .blog-post .blog-content img {
            margin: 3.6rem auto; } }
      .body.blog_post .blog-post .blog-content ol,
      .body.blog_post .blog-post .blog-content ul,
      .body.blog_post .blog-post .blog-content dl {
        max-width: 80ch; }
      .body.blog_post .blog-post .blog-content p,
      .body.blog_post .blog-post .blog-content li {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-bottom: 2rem;
        font-weight: 400;
        font-family: Helvetica, sans-serif;
        font-style: normal; }
  .body.blog_post .socialLinks {
    padding: 5.6rem 0;
    text-align: center;
    background: #ffffff; }
    .body.blog_post .socialLinks .socialLinks-item {
      width: unset; }
    .body.blog_post .socialLinks .socialLinks__link {
      width: 2.8rem;
      height: 2.8rem;
      margin: auto 3.6rem; }

.body.blog .quickFilters {
  margin: 2rem 4rem;
  text-align: center; }
  .body.blog .quickFilters .quickFilters-filter {
    display: none; }
  .body.blog .quickFilters .quickFilters--options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .body.blog .quickFilters .quickFilters--link {
    min-width: 9rem;
    margin: 0.75rem;
    padding: 1rem;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    color: #535353;
    border: 1px solid #c7c7c7;
    border-radius: 0.6rem; }
  @media only screen and (min-width: 768px) {
    .body.blog .quickFilters {
      margin: 2rem auto; } }

.widget-blog-section {
  margin: auto; }

.widget-blog-section__item {
  display: block;
  margin: 3rem 0 1rem 0;
  text-decoration: none;
  color: #535353; }

.widget-blog-section__item-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: calc(100vw - 3.2rem - 6rem);
  overflow: hidden; }
  .widget-blog-section__item-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover; }

.widget-blog-section__list {
  display: block;
  padding-bottom: 4rem; }
  @media screen and (max-width: 1024px) {
    .widget-blog-section__list .widget-blog-section__item.slick-active {
      width: calc(100vw - 3.2rem - 10rem) !important;
      margin-right: 3rem; } }
  .widget-blog-section__list .widget-blog-section__item-image {
    height: calc(100vw - 3.2rem - 14rem); }
  .widget-blog-section__list .slick-dots {
    margin: 2.4rem auto; }
    .widget-blog-section__list .slick-dots li {
      width: auto;
      height: auto;
      margin: 0;
      padding: 0.2rem; }
    .widget-blog-section__list .slick-dots button {
      width: 1rem;
      height: 1rem;
      background: #c7c7c7;
      border: none; }
      .widget-blog-section__list .slick-dots button::before {
        display: none; }
    .widget-blog-section__list .slick-dots .slick-active button {
      background: #60d6bd; }

.widget-blog-section__item-image {
  display: inline-block; }

.widget-blog-section__item-tag {
  margin: 1.6rem 0 1rem 0;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase; }

.widget-blog-section__item-title {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  font-family: Helvetica, serif;
  font-style: normal;
  line-height: 3rem; }

.widget-blog-section__item--primary .widget-blog-section__item-title {
  font-size: 24px;
  font-size: 2.4rem; }

.widget-blog-section__item--primary .widget-blog-section__item-image {
  width: 100%; }
  .widget-blog-section__item--primary .widget-blog-section__item-image img {
    width: 100%; }

@media screen and (min-width: 1024px) {
  .widget-blog-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    column-gap: 3.4rem;
    margin: 3rem auto 6rem auto; }
  .widget-blog-section__item {
    width: 100%;
    margin: 0; }
  .widget-blog-section__item--primary {
    grid-column: 1; }
    .widget-blog-section__item--primary .widget-blog-section__item-image {
      position: relative;
      height: calc(((100vw - 16rem) / 2) - 12rem); }
      .widget-blog-section__item--primary .widget-blog-section__item-image img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        object-fit: cover; }
  .widget-blog-section__item-title {
    font-size: 25px;
    font-size: 2.5rem; }
  .widget-blog-section__list .widget-blog-section__item {
    display: grid;
    grid-template-columns: calc(((100vw - 16rem) / 4) - 10rem) auto;
    gap: 1.6rem;
    width: unset !important; }
  .widget-blog-section__list .widget-blog-section__item-image {
    width: calc(((100vw - 16rem) / 4) - 10rem);
    height: 100%; }
  .widget-blog-section__list .widget-blog-section__item-content {
    width: 100%; }
  .widget-blog-section__list .widget-blog-section__item-tag {
    margin: 0 0 0.8rem 0; }
  .widget-blog-section__list .widget-blog-section__item--primary {
    grid-column: 1; }
  .widget-blog-section__list .slick-track {
    display: grid;
    grid-template-rows: repeat(3, calc(((((100vw - 16rem) / 2) - 12rem) / 3) - 1.3rem));
    gap: 2rem;
    width: auto !important;
    height: 100%; }
    .widget-blog-section__list .slick-track::before {
      content: none; } }

ol.breadcrumbs {
  display: block;
  text-align: left;
  margin: 1.6rem auto;
  padding: 0; }
  @media (max-width: 768px) {
    ol.breadcrumbs .breadcrumb:last-child {
      display: none; } }
  ol.breadcrumbs .breadcrumb-label span span {
    display: none; }
  @media (min-width: 1600px) {
    ol.breadcrumbs {
      padding-left: 0; } }
  ol.breadcrumbs .breadcrumb a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    line-height: 2rem;
    text-decoration: none;
    color: #545859; }
  ol.breadcrumbs .breadcrumb span {
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal; }
  ol.breadcrumbs .breadcrumb:not(:first-child)::before {
    margin: 0 0.7rem; }
  ol.breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
    color: #545859; }
  ol.breadcrumbs[limited] .breadcrumb:last-of-type {
    display: none; }

.productList {
  padding: 0; }
  @media (min-width: 768px) {
    .productList .product {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;
      align-items: end;
      border-top: 0.1rem solid #c7c7c7;
      margin: 0;
      padding: 2.5rem 0;
      flex-direction: column;
      justify-content: flex-end; }
      .productList .product.space__wishlistProduct {
        grid-template-columns: 2fr 1fr; }
      .productList .product + .product {
        margin: 0;
        padding: 2.5rem 0; }
      .productList .product .card {
        display: grid;
        grid-template-columns: 11rem 1fr;
        grid-gap: 1rem;
        margin: 0; } }
  .productList .product .form.form-add-to-cart {
    display: flex;
    width: 100%; }
  .productList .product .form .button {
    height: unset;
    width: 100%; }
    @media (min-width: 768px) {
      .productList .product .form .button {
        max-width: 18rem; } }
    @media (min-width: 768px) {
      .productList .product .form .button.form-action-add-to-cart {
        max-width: 24rem; } }
  .productList .product .card-figcaption,
  .productList .product .card-brand {
    display: none; }
  .productList .card-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center; }
    .productList .card-title a {
      color: #535353;
      font-weight: 500;
      font-family: Helvetica, serif;
      font-style: normal; }
  .productList .card-body {
    display: grid; }
    .productList .card-body .card-text {
      flex-direction: column;
      justify-content: flex-end;
      margin-bottom: 2rem;
      text-align: left; }
      .productList .card-body .card-text .price {
        color: #cf0b34;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700; }

.heroCarousel {
  margin-top: 0;
  max-width: 1600px;
  min-width: 0.1rem;
  margin: 0 auto;
  width: 100%; }
  .heroCarousel.slick-initialized {
    max-height: unset; }
  .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 40rem; }
  .heroCarousel .heroCarousel-slide .heroCarousel-image {
    object-fit: cover; }
  .heroCarousel .slick-dots li {
    background: transparent; }

@media (min-width: 768px) {
  .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 65rem; } }

.page .page-heading {
  display: block; }

.page.page--59 .page-content--centered {
  width: 100%; }
  .page.page--59 .page-content--centered p {
    max-width: unset;
    width: 100%; }

#consent-manager {
  z-index: 0 !important; }

#consent-manager .css-10z1g2q {
  padding: 3rem;
  background: #f8f8f8;
  color: #535353; }
  #consent-manager .css-10z1g2q div:first-of-type {
    align-items: center !important;
    margin: unset !important; }
  #consent-manager .css-10z1g2q p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center; }
  #consent-manager .css-10z1g2q .css-ra9y5f {
    width: 100%; }
    @media (min-width: 1024px) {
      #consent-manager .css-10z1g2q .css-ra9y5f {
        width: 50%; } }
    #consent-manager .css-10z1g2q .css-ra9y5f .css-bhz559 {
      text-align: center;
      max-width: 100%; }
      @media (min-width: 1024px) {
        #consent-manager .css-10z1g2q .css-ra9y5f .css-bhz559 {
          text-align: left; } }

#consent-manager .css-1wn42nw {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
  width: 100%; }
  @media (min-width: 1024px) {
    #consent-manager .css-1wn42nw {
      display: flex;
      grid-template-columns: unset;
      grid-gap: unset;
      width: 50%;
      margin: 0; } }
  #consent-manager .css-1wn42nw button {
    border-radius: 0;
    background: #24224d;
    color: #ffffff;
    width: unset;
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    text-align: center;
    height: 4.4rem;
    margin: 0; }
    @media (min-width: 1024px) {
      #consent-manager .css-1wn42nw button {
        margin-left: 1rem;
        max-width: 12rem;
        width: 100%; } }
    #consent-manager .css-1wn42nw button:last-of-type {
      order: -1;
      width: 100%;
      grid-column: 1 / -1; }
      #consent-manager .css-1wn42nw button:last-of-type::before {
        display: inline-block;
        content: '';
        background: url("../icons/small/cookie.svg") no-repeat center;
        height: 2rem;
        width: 2rem;
        margin-right: 1rem;
        justify-self: center;
        margin-bottom: -0.5rem; }
      @media (min-width: 1024px) {
        #consent-manager .css-1wn42nw button:last-of-type {
          order: initial;
          max-width: 21.5rem;
          width: 100%; } }
  #consent-manager .css-1wn42nw .css-1k76mzs {
    border: 0.2rem solid #24224d;
    color: #24224d;
    background: none;
    font-weight: 300; }

.css-ueuzok {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem; }
  .css-ueuzok h2 {
    font-family: Helvetica, serif; }
  .css-ueuzok button {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    text-align: center;
    height: 4.4rem;
    border-radius: 0;
    width: unset; }
  .css-ueuzok .css-3e0hge {
    background: #24224d;
    color: #ffffff; }
  .css-ueuzok .css-1zvabp {
    border: 0.2rem solid #24224d;
    color: #24224d;
    background: none;
    font-weight: 300; }

#consent-manager-update-banner {
  display: none !important; }

.faqs-accordion:not(:last-of-type) {
  margin-bottom: 1.6rem; }

.faqs-accordion__header {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2.4rem;
  padding: 3.2rem 2.3rem;
  background-color: #ffffff;
  cursor: pointer;
  color: #545859; }
  .faqs-accordion__header::after {
    display: inline-block;
    content: '';
    background: url("../icons/small/plus.svg") center no-repeat;
    height: 1.6rem;
    width: 1.6rem; }

.faqs-accordion__body {
  height: 0;
  overflow: hidden; }
  .faqs-accordion__body p {
    margin-bottom: 2.4rem;
    max-width: unset;
    color: #545859; }

.faqs-accordion.is-open .faqs-accordion__header::after {
  background: url("../icons/small/minus.svg") center no-repeat; }

.faqs-accordion.is-open .faqs-accordion__body {
  height: auto;
  padding: 3.2rem 2.3rem 0; }

@media screen and (min-width: 1024px) {
  .faqs-accordion__header {
    font-size: 16px;
    font-size: 1.6rem; }
  .faqs-accordion__body p {
    font-size: 16px;
    font-size: 1.6rem; } }

.faqs {
  display: flex;
  flex-direction: column;
  gap: 2.4rem; }

.faqs-block {
  display: grid;
  grid-template: 'icon . category' 5.95rem '. . list' '. . link' / 4.6rem 1.2rem auto;
  background-color: #ffffff;
  padding: 0 5.8rem 0 0; }

.faqs-block__icon {
  grid-area: icon;
  margin: 2.4rem 0 0 2.4rem;
  width: 2.2rem; }
  .faqs-block__icon[alt='Clearpay'] {
    width: auto;
    margin: auto;
    padding-left: 1rem;
    padding-top: 1rem; }

.faqs-block__category {
  grid-area: category;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  display: block;
  line-height: 1.8rem;
  padding: 2.6rem 0 1.55rem;
  margin: 0;
  border-bottom: 0.1rem solid #c7c7c7; }

.faqs-block__list {
  grid-area: list;
  margin: 0 0 1.3rem;
  padding: 0;
  list-style: none; }

.faqs-block__list-item {
  margin: 1.2rem 0 1.2rem; }

.faqs-block__list-item--link {
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  text-decoration: none;
  color: #545859; }

.faqs-block__link {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #24224d;
  grid-area: link;
  margin: 0 0 2.4rem; }

@media screen and (min-width: 1024px) {
  .faqs {
    flex-flow: row wrap; }
  .faqs-block {
    width: calc((100% - 2.4rem) / 2);
    padding: 0 3.2rem 0 0; } }

@media screen and (min-width: 1440px) {
  .faqs-block {
    width: calc((100% - 4.8rem) / 3); } }

.faqs__contact-us {
  margin: 2.4rem 0;
  padding: 1.6rem 2.4rem 2.8rem;
  background-color: #ffffff; }

.faqs__contact-us--heading {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  margin: 0 0 2.25rem;
  line-height: 3.5rem;
  color: #535353; }

.faqs__contact-us--phone-number,
.faqs__contact-us--email {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  display: block;
  line-height: 2rem;
  color: #545859;
  text-decoration: none; }
  .faqs__contact-us--phone-number img,
  .faqs__contact-us--email img {
    margin: 0 1.3rem 0 0; }

.faqs__contact-us--phone-number {
  margin: 0 0 2.9rem; }

@media screen and (min-width: 1024px) {
  .faqs__contact-us {
    margin: 0;
    max-height: 18rem; } }

.faqs-heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  display: block;
  line-height: 2.3rem;
  text-align: left;
  margin: 0 0 2.4rem;
  color: #535353; }
  @media screen and (min-width: 1024px) {
    .faqs-heading {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 700;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      line-height: 3.5rem; } }

.faqs-topics {
  padding: 1.6rem 2.4rem;
  background-color: #ffffff;
  height: fit-content; }

.faqs-topics__heading {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  display: block;
  margin: 0;
  padding-bottom: 1.85rem;
  line-height: 3.5rem;
  border-bottom: 0.1rem solid #c7c7c7; }

.faqs-topics__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.faqs-topics__list-item {
  display: flex;
  align-items: center;
  padding: 1.95rem 0; }
  .faqs-topics__list-item:not(:last-of-type) {
    border-bottom: 0.1rem solid #c7c7c7; }
  .faqs-topics__list-item:last-of-type {
    padding-bottom: 0; }

.faqs-topics__list-item--icon {
  margin-right: 1.2rem;
  height: 2.2rem;
  width: 2.2rem; }

.faqs-topics__list-item--link {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #535353; }

.footer {
  display: flex;
  background: #f8f8f8;
  padding: 0;
  height: unset; }
  @media (min-width: 1024px) {
    .footer {
      display: block; } }
  .footer .wrapper__grid {
    display: grid;
    width: 100%;
    margin: 0 auto;
    grid-template-areas: 'newsletter' 'footerlinks' 'showroom' 'footerlogo' 'footersocial' 'absolutefooter';
    grid-template-columns: 1fr;
    grid-template-rows: grid-auto-flow;
    grid-gap: 2rem;
    margin-bottom: -2rem; }
    @media (min-width: 1024px) {
      .footer .wrapper__grid {
        grid-template-areas: 'newsletter newsletter newsletter' 'footerlogo footersocial footerlinks' 'showroom showroom showroom' 'absolutefooter absolutefooter absolutefooter';
        grid-template-columns: 1fr 1fr 2fr; } }
    @media (min-width: 1600px) {
      .footer .wrapper__grid {
        grid-template-areas: 'newsletter newsletter newsletter newsletter newsletter' '. footerlogo footersocial footerlinks .' 'showroom showroom showroom showroom showroom' '. absolutefooter absolutefooter absolutefooter .';
        grid-template-columns: minmax(0, 1fr) 20rem 30rem 94rem minmax(0, 1fr);
        grid-gap: 2rem 0; } }
    .footer .wrapper__grid .footer-info-heading {
      color: #535353;
      font-family: Helvetica, sans-serif;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 700; }
    .footer .wrapper__grid .newsletter {
      grid-area: newsletter; }
    .footer .wrapper__grid .footer__logo {
      grid-area: footerlogo;
      justify-self: center; }
      @media (min-width: 1024px) {
        .footer .wrapper__grid .footer__logo {
          justify-self: unset;
          padding-left: 4rem; } }
      @media (min-width: 1440px) {
        .footer .wrapper__grid .footer__logo {
          padding-left: 8rem; } }
      @media (min-width: 1600px) {
        .footer .wrapper__grid .footer__logo {
          padding-left: 0; } }
      .footer .wrapper__grid .footer__logo .footer-logo-image-container img {
        max-width: 17.5rem;
        margin-top: 2.8rem; }
    .footer .wrapper__grid .footer__links {
      grid-area: footerlinks; }
      @media (min-width: 1024px) {
        .footer .wrapper__grid .footer__links {
          padding-right: 4rem; } }
      @media (min-width: 1440px) {
        .footer .wrapper__grid .footer__links {
          padding-right: 8rem; } }
      @media (min-width: 1600px) {
        .footer .wrapper__grid .footer__links {
          padding-right: 0; } }
    .footer .wrapper__grid .footer__social {
      grid-area: footersocial;
      justify-self: center;
      display: grid;
      grid-gap: 3rem; }
      .footer .wrapper__grid .footer__social .footer-info-heading {
        color: #535353;
        font-family: Helvetica, sans-serif;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        margin-top: 0;
        width: fit-content;
        margin: auto;
        margin-bottom: 1rem; }
        @media (min-width: 1024px) {
          .footer .wrapper__grid .footer__social .footer-info-heading {
            margin: initial;
            margin-bottom: 2rem;
            margin-top: 2.28571rem; } }
      @media (min-width: 1024px) {
        .footer .wrapper__grid .footer__social {
          justify-self: unset;
          display: unset; } }
      .footer .wrapper__grid .footer__social .footer__social__inner {
        order: 2;
        margin-bottom: 1rem;
        margin: auto; }
        @media (min-width: 1024px) {
          .footer .wrapper__grid .footer__social .footer__social__inner {
            order: 1;
            margin-bottom: 2.8rem;
            margin-bottom: unset; } }
      .footer .wrapper__grid .footer__social .footer__services {
        order: 2;
        margin-top: 0rem; }
        @media (min-width: 1024px) {
          .footer .wrapper__grid .footer__social .footer__services {
            order: 2;
            margin-top: 6rem; } }
        .footer .wrapper__grid .footer__social .footer__services h3 {
          margin-bottom: 1rem;
          margin-top: 2.8rem; }
          @media (min-width: 1024px) {
            .footer .wrapper__grid .footer__social .footer__services h3 {
              margin-top: 2rem; } }
        .footer .wrapper__grid .footer__social .footer__services a,
        .footer .wrapper__grid .footer__social .footer__services p {
          font-weight: 400;
          text-decoration: none;
          color: #535353; }
        .footer .wrapper__grid .footer__social .footer__services .footer__email__title {
          margin-bottom: 0.3rem;
          height: 1.5rem; }
        .footer .wrapper__grid .footer__social .footer__services .footer__services__inner {
          display: grid;
          grid-template-areas: 'footertel' 'footeremail' 'footertimes';
          grid-template-columns: 1fr; }
          @media (min-width: 1024px) {
            .footer .wrapper__grid .footer__social .footer__services .footer__services__inner {
              grid-template-areas: 'footertel footertimes' 'footeremail footeremail';
              grid-template-columns: 13rem 1fr; } }
          .footer .wrapper__grid .footer__social .footer__services .footer__services__inner .footer__tel {
            grid-area: footertel; }
          .footer .wrapper__grid .footer__social .footer__services .footer__services__inner .footer__times {
            grid-area: footertimes; }
          .footer .wrapper__grid .footer__social .footer__services .footer__services__inner .footer__email {
            grid-area: footeremail;
            white-space: -moz-pre-wrap;
            /* Mozilla, since 1999 */
            white-space: -pre-wrap;
            /* Opera 4-6 */
            white-space: -o-pre-wrap;
            /* Opera 7 */
            word-wrap: break-word;
            /* Internet Explorer 5.5+ */
            text-decoration: underline;
            width: fit-content;
            margin: auto; }
            @media (min-width: 1024px) {
              .footer .wrapper__grid .footer__social .footer__services .footer__services__inner .footer__email {
                margin: initial; } }
          .footer .wrapper__grid .footer__social .footer__services .footer__services__inner p {
            margin-bottom: 0; }
    .footer .wrapper__grid .footer__links {
      grid-area: footerlinks; }
      .footer .wrapper__grid .footer__links .footer__links__column {
        display: flex;
        flex-direction: column;
        position: relative;
        justify-self: end; }
        .footer .wrapper__grid .footer__links .footer__links__column ul {
          padding: 0; }
        .footer .wrapper__grid .footer__links .footer__links__column a {
          font-weight: 400;
          color: #535353;
          font-family: Helvetica, sans-serif;
          font-size: 14px;
          font-size: 1.4rem;
          letter-spacing: -0.009rem;
          line-height: 5rem; }
          @media (min-width: 1024px) {
            .footer .wrapper__grid .footer__links .footer__links__column a {
              line-height: 3rem; } }
          .footer .wrapper__grid .footer__links .footer__links__column a:hover {
            color: #398bcb; }
    .footer .wrapper__grid .showrooms__info {
      grid-area: showroom;
      background: #ffffff;
      padding: 0 1.6rem;
      border: 0.1rem solid #dddddd; }
      @media (min-width: 1024px) {
        .footer .wrapper__grid .showrooms__info {
          border: none; } }
    .footer .wrapper__grid .absolute__footer {
      grid-area: absolutefooter;
      display: grid;
      padding: 3rem 1.6rem;
      grid-auto-rows: minmax(100px, auto);
      background: #ffffff; }
      @media (min-width: 1280px) {
        .footer .wrapper__grid .absolute__footer {
          grid-template-columns: 25% 1fr;
          grid-auto-rows: unset;
          background: unset;
          padding: 1rem;
          align-items: center; } }
      .footer .wrapper__grid .absolute__footer .footer__reviews {
        justify-self: center;
        margin-bottom: 2rem; }
        @media (min-width: 1280px) {
          .footer .wrapper__grid .absolute__footer .footer__reviews {
            justify-self: start;
            margin-bottom: 0; } }

.footer-payment-icons {
  display: grid;
  margin-top: 0;
  height: unset; }
  @media (min-width: 1024px) {
    .footer-payment-icons {
      display: flex;
      justify-self: center;
      grid-gap: 1rem; } }
  @media (min-width: 1280px) {
    .footer-payment-icons {
      display: flex;
      justify-self: end; } }
  .footer-payment-icons img {
    align-self: center;
    justify-self: center; }
  .footer-payment-icons .payment-icons-top-row {
    justify-self: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
    margin-bottom: 2rem; }
    @media (min-width: 625px) {
      .footer-payment-icons .payment-icons-top-row {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }
    @media (min-width: 1024px) {
      .footer-payment-icons .payment-icons-top-row {
        display: inline-flex;
        grid-gap: 1rem;
        justify-self: end; } }
    @media (min-width: 1280px) {
      .footer-payment-icons .payment-icons-top-row {
        justify-self: end; } }
    .footer-payment-icons .payment-icons-top-row span {
      width: 7.5rem;
      /*margin-bottom: 2rem;*/ }
      @media (min-width: 1280px) {
        .footer-payment-icons .payment-icons-top-row span {
          margin-bottom: 0; } }
    .footer-payment-icons .payment-icons-top-row img {
      width: 6rem; }
  .footer-payment-icons .payment-icons-bottom-row {
    justify-self: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1rem; }
    @media (min-width: 625px) {
      .footer-payment-icons .payment-icons-bottom-row {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        display: grid;
        grid-gap: 1rem; } }
    @media (min-width: 1024px) {
      .footer-payment-icons .payment-icons-bottom-row {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 1rem;
        justify-self: end; } }
    .footer-payment-icons .payment-icons-bottom-row span {
      max-width: 4.5rem; }
    .footer-payment-icons .payment-icons-bottom-row img {
      /*max-width: 3.5rem;*/
      max-height: 2.5rem; }
  .footer-payment-icons span {
    border-radius: 0.4rem;
    background-color: #ffffff;
    box-shadow: 0 0.2rem 0.4rem 0 rgba(186, 186, 186, 0.5);
    padding: 0.5rem;
    /*margin-right: 2rem;*/
    display: grid;
    height: 3.5rem;
    margin-bottom: 0; }
    .footer-payment-icons span:last-of-type {
      margin-right: 0; }

.footer__social {
  width: 100%;
  padding: 0 4rem; }
  @media (min-width: 1024px) {
    .footer__social {
      width: unset;
      padding: 0; } }
  .footer__social .socialLinks {
    line-height: 2rem; }
  .footer__social .icon {
    width: 2.8rem;
    height: 2.8rem; }

.top-button {
  transition: all 0.25s ease-in-out;
  position: fixed;
  bottom: 2.4rem;
  right: 2.4rem;
  display: inline-flex;
  padding: 0.25em !important;
  width: 4.4rem;
  height: 4.4rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
  flex-direction: column;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none; }
  @media screen and (min-width: 1024px) {
    .top-button {
      bottom: 4rem;
      right: 4rem; } }
  .top-button.show {
    visibility: visible;
    opacity: 1; }
  .top-button.hide {
    visibility: hidden;
    opacity: 0; }

.showroom__slider {
  padding: 3rem 0; }
  @media (min-width: 1600px) {
    .showroom__slider {
      max-width: 1440px !important;
      width: 100% !important;
      min-width: 0.1rem !important;
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .showroom__slider {
      padding: 4rem 0 1rem; } }
  .showroom__slider .slick-dots {
    padding: 3rem 0;
    bottom: -3.5rem; }
    @media (min-width: 1440px) {
      .showroom__slider .slick-dots {
        padding-bottom: 0; } }
    .showroom__slider .slick-dots li {
      width: 1.5rem; }
    .showroom__slider .slick-dots button {
      background: #bebebe;
      border-color: #bebebe;
      height: 0.8rem;
      width: 0.8rem;
      padding: 0; }
  .showroom__slider .slick-dots li.slick-active button::before {
    background: #60d6bd;
    border-color: #60d6bd;
    height: 0.8rem;
    width: 0.8rem; }
  .showroom__slider .showroom__slide img {
    max-width: 21.5rem;
    margin: 0 auto;
    box-shadow: 0 0.2rem 1.5rem 0 #cbcbcb; }
  .showroom__slider .showroom__slide table {
    margin: 0 auto;
    text-align: center;
    max-width: 21.5rem;
    width: 100%;
    margin-top: 1rem;
    font-size: 14px;
    font-size: 1.4rem; }
  .showroom__slider .showroom__slide tbody {
    display: inherit;
    margin-top: 2rem;
    width: 100%; }
  .showroom__slider .showroom__slide td {
    width: 50%;
    text-align: left; }
    .showroom__slider .showroom__slide td:last-of-type {
      text-align: right; }

.footer__links > div > div {
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 1024px) {
    .footer__links > div > div {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-gap: 2rem; } }
  @media (min-width: 1024px) {
    .footer__links > div > div .footer__links__column {
      justify-content: end;
      display: flex; } }
  .footer__links > div > div .footer-info-list {
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
    padding: 0 2rem;
    height: 0; }
    @media (min-width: 1024px) {
      .footer__links > div > div .footer-info-list {
        margin-bottom: 0;
        visibility: visible;
        padding: 0;
        height: unset; } }
    .footer__links > div > div .footer-info-list a {
      display: block;
      visibility: hidden;
      opacity: 0;
      transition: 0.3s ease;
      font-weight: 400;
      color: #535353; }
      .footer__links > div > div .footer-info-list a:focus, .footer__links > div > div .footer-info-list a:hover, .footer__links > div > div .footer-info-list a:active {
        outline: none; }
      @media (min-width: 1024px) {
        .footer__links > div > div .footer-info-list a {
          line-height: 1.3;
          padding-top: 0.4rem;
          padding-bottom: 0.4rem;
          visibility: visible;
          opacity: 1; } }
  .footer__links > div > div .footer-info-heading {
    margin: 0;
    color: #535353;
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1rem 2rem; }
    .footer__links > div > div .footer-info-heading:after {
      content: '';
      height: 1.2rem;
      width: 1.2rem;
      background-image: url(../icons/small/plus.svg);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      top: 2rem;
      right: 3rem;
      transition: 0.3s ease; }
    @media (min-width: 1024px) {
      .footer__links > div > div .footer-info-heading {
        padding: 0;
        margin-top: 2.28571rem;
        margin-bottom: 2rem; }
        .footer__links > div > div .footer-info-heading:after {
          display: none; } }
  .footer__links > div > div .footer__navigation-input {
    height: 0;
    width: 0;
    position: absolute;
    visibility: hidden; }
    @media (max-width: calc(1024px - 1px)) {
      .footer__links > div > div .footer__navigation-input:checked {
        transition: 0.3s ease; }
        .footer__links > div > div .footer__navigation-input:checked + .footer__navigation-heading .footer-info-heading:after {
          content: '';
          height: 1.2rem;
          width: 1.2rem;
          background-image: url(../icons/small/minus.svg);
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          display: block;
          position: absolute;
          top: 2rem;
          right: 3rem;
          transition: 0.3s ease; }
        .footer__links > div > div .footer__navigation-input:checked + .footer__navigation-heading:after {
          transform: rotate(180deg); }
        .footer__links > div > div .footer__navigation-input:checked + .footer__navigation-heading .footer-info-list {
          margin-top: 2rem;
          margin-bottom: 2rem;
          visibility: visible;
          padding: 0 2rem;
          height: unset; }
        .footer__links > div > div .footer__navigation-input:checked + .footer__navigation-heading a {
          visibility: visible;
          opacity: 1; } }

.form-select,
.form-input {
  border-radius: 0;
  height: 4.6rem;
  background: #f1f1f1;
  border-color: #f1f1f1;
  font-size: 16px;
  font-size: 1.6rem;
  color: #535353; }
  .form-select:focus, .form-select:hover,
  .form-input:focus,
  .form-input:hover {
    outline: none !important;
    border-color: #24224d;
    box-shadow: 0 0 0.3rem 0 #24224d; }

.form-field-group {
  border-radius: 0.2rem; }

.form-checkbox + .form-label,
.form-radio + .form-label,
.form-label {
  font-size: 14px;
  font-size: 1.4rem; }

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

.form-checkbox + .form-label::before {
  border-radius: 0.2rem;
  height: 1.6rem;
  width: 1.6rem;
  margin-top: 0.3rem; }

.form-checkbox + .form-label,
.form-radio + .form-label {
  padding-left: 2.5rem; }

.form-checkbox + .form-label::after {
  top: 0.5rem;
  left: 0.3rem; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  font-size: 14px;
  font-size: 1.4rem;
  color: #a8161b; }
  .form-field--error .form-field-error:before,
  .form-field--error .form-inlineMessage:before {
    display: none; }

input[type]:focus,
input[type]:focus + label {
  outline: none !important; }

.header__global-message {
  display: none; }
  .header__global-message div[data-sub-layout] {
    padding: 0; }
  .header__global-message .notice-banner {
    height: 3.6rem; }

.header[has-global-message] .header__global-message {
  display: block; }

.header {
  position: fixed;
  border-bottom: none;
  background: unset; }
  .header.sticky .header__wrapper {
    transition: height 0.2s linear; }
  .header.sticky .header__quick-search {
    opacity: 0;
    top: -4.8rem;
    transition: opacity 0.1s linear, top 0s; }

.header__wrapper {
  display: grid;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 50;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(186, 186, 186, 0.5);
  grid-gap: 1.6rem 0;
  transition: height 0.15s linear;
  max-width: 100vw; }

.header__logo {
  grid-area: logo; }

.header__quick-links {
  grid-area: links; }

.header__quick-search {
  grid-area: search;
  opacity: 1;
  transition: opacity 0.1s linear 0.15s; }

.header__phone-number {
  grid-area: phone; }

@media screen and (min-width: 768px) {
  .header.sticky .header__wrapper {
    transition: unset; }
  .header.sticky .header__quick-search,
  .header__quick-search {
    transition: unset;
    opacity: 1; } }

@media screen and (min-width: 1440px) {
  .header__wrapper {
    box-shadow: unset; }
  .header,
  .header__wrapper,
  .header.sticky,
  .header.sticky .header__wrapper {
    transition: height 0.15s linear; }
  .header__logo,
  .header__quick-search,
  .header__phone-number,
  .header__quick-links {
    opacity: 1;
    transition: opacity 0.15s linear 0.15s; }
  .header__menu,
  .menu {
    transition: top 0.15s linear; }
  .header.sticky .header__menu,
  .header.sticky .menu,
  .header.sticky .nav {
    box-shadow: 0 0.2rem 0.4rem 0 rgba(186, 186, 186, 0.5);
    transition: top 0.15s linear; }
  .header.sticky .header__logo,
  .header.sticky .header__quick-search,
  .header.sticky .header__phone-number,
  .header.sticky .header__quick-links {
    opacity: 0;
    transition: opacity 0s; }
  .header.sticky .header__quick-search {
    position: relative; } }

.header:not([has-global-message]) {
  height: 14.4rem; }
  .header:not([has-global-message]) .header__wrapper {
    height: 14.4rem;
    grid-template: ". logo . links ." 4.4rem ". . . . ." 4.8rem/1.6rem 12.5rem minmax(0, auto) minmax(15rem, 25rem) 1.6rem;
    padding: 1.6rem 0; }
  .header:not([has-global-message]) .header__quick-search {
    top: 7.9rem;
    grid-row: 2; }
  .header:not([has-global-message]) .header__menu,
  .header:not([has-global-message]) .menu {
    top: 7.9rem;
    max-height: calc(100% - 7.9rem); }
  .header:not([has-global-message]) .menu__sub-categories {
    top: 8rem;
    max-height: calc(100% - 8rem); }
  .header:not([has-global-message]) div.nav-wrapper {
    top: 7.6rem; }
  .header:not([has-global-message]).sticky {
    height: 7.6rem; }
    .header:not([has-global-message]).sticky .header__wrapper {
      height: 8.6rem;
      grid-template: ". logo . links ." 4.4rem/1.6rem 12.5rem minmax(0, auto) minmax(15rem, 25rem) 1.6rem;
      padding: 1.6rem 0; }
  @media screen and (min-width: 768px) {
    .header:not([has-global-message]) {
      height: 8.8rem; }
      .header:not([has-global-message]) div.nav-wrapper {
        top: 8.8rem; }
      .header:not([has-global-message]).sticky div.nav-wrapper {
        top: 8.8rem; }
      .header:not([has-global-message]) .header__wrapper,
      .header:not([has-global-message]).sticky .header__wrapper {
        height: 8.8rem;
        grid-template: 'logo search links' 4.8rem / 12.5rem auto 23.5rem;
        grid-gap: 2rem;
        padding: 2rem 2.4rem; }
      .header:not([has-global-message]) .header__menu,
      .header:not([has-global-message]) .menu {
        top: 8.8rem;
        max-height: calc(100% - 8.8rem); }
      .header:not([has-global-message]) .header__quick-search {
        grid-area: search; }
      .header:not([has-global-message]) .menu__sub-categories {
        top: 8.9rem;
        max-height: calc(100% - 8.9rem); } }
  @media screen and (min-width: 1024px) {
    .header:not([has-global-message]) .header__wrapper,
    .header:not([has-global-message]).sticky .header__wrapper {
      grid-template: "logo . search . phone . links" 5rem/12.5rem minmax(0, 1fr) minmax(38.6rem, 55rem) minmax(0, 1fr) 12rem minmax(0, 1fr) 25rem;
      grid-gap: 1rem;
      padding: 1.9rem 4rem; } }
  @media screen and (min-width: 1440px) {
    .header:not([has-global-message]) {
      height: 16.8rem; }
      .header:not([has-global-message]) .header__wrapper {
        height: 12.2rem;
        grid-template: "logo . search . phone . links" 11.4rem/16.3rem minmax(2.5rem, 1fr) minmax(47.7rem, 55rem) minmax(2.5rem, 1fr) 12.5rem minmax(2.5rem, 1fr) 40rem;
        grid-gap: 0;
        padding: 0.5rem 8rem; }
      .header:not([has-global-message]) .header__menu,
      .header:not([has-global-message]) .menu {
        top: 12.2rem;
        max-height: unset; }
      .header:not([has-global-message]) .menu__sub-categories {
        top: 16.4rem;
        max-height: 52rem; }
      .header:not([has-global-message]).sticky {
        height: 0; }
        .header:not([has-global-message]).sticky .header__wrapper {
          height: 0;
          grid-template: "logo . search . phone . links" 0/16.3rem minmax(2.5rem, 1fr) minmax(47.7rem, 55rem) minmax(2.5rem0, 1fr) 12.5rem minmax(2.5rem, 1fr) 40rem;
          padding: 0; }
        .header:not([has-global-message]).sticky .header__menu,
        .header:not([has-global-message]).sticky .menu,
        .header:not([has-global-message]).sticky .nav {
          top: 0; }
        .header:not([has-global-message]).sticky .menu__sub-categories {
          top: 4.2rem; } }
  @media screen and (min-width: 1600px) {
    .header:not([has-global-message]) .header__wrapper {
      grid-template: ". logo . search . phone . links ." 11.4rem/minmax(8rem, auto) 16.3rem calc(20.2rem / 3) 55rem calc(20.2rem / 3) 12.5rem calc( 20.2rem / 3) 40rem minmax(8rem, auto);
      padding: 0.5rem 0; } }

.header[has-global-message] {
  height: 17.6rem; }
  .header[has-global-message] .header__wrapper {
    height: 17.6rem;
    grid-template: "global global global global global" 3.6rem ". logo . links ." 4.4rem ". . . . ." 4.8rem/1.6rem 12.5rem minmax(0, auto) minmax(15rem, 25rem) 1.6rem;
    padding: 0 0 1.6rem; }
  .header[has-global-message] .header__global-message {
    grid-area: global; }
  .header[has-global-message] .header__quick-search {
    top: 11.2rem; }
  .header[has-global-message] .header__menu,
  .header[has-global-message] .menu {
    top: 11.2rem;
    max-height: calc(100% - 11.2rem); }
  .header[has-global-message] .menu__sub-categories {
    top: 11.3rem;
    max-height: calc(100% - 11.2rem); }
  .header[has-global-message].sticky {
    height: 11.2rem; }
    .header[has-global-message].sticky .header__wrapper {
      height: 11.2rem;
      grid-template: "global global global global global" 3.6rem ". logo . links ." 4.4rem/1.6rem 12.5rem minmax(0, auto) minmax(15rem, 25rem) 1.6rem;
      padding: 0; }
  @media screen and (min-width: 768px) {
    .header[has-global-message] {
      height: 12.4rem; }
      .header[has-global-message] .header__wrapper,
      .header[has-global-message].sticky .header__wrapper {
        height: 12.4rem;
        grid-template: 'global global global global global global global' 3.6rem '. logo . search . links .' 4.8rem / 2.4rem 12.5rem 2rem auto 2rem 23.5rem 2.4rem;
        grid-gap: 2rem 0;
        padding: 0 0 2rem; }
      .header[has-global-message] .header__menu,
      .header[has-global-message] .menu {
        top: 12.4rem;
        max-height: calc(100% - 12.4rem); }
      .header[has-global-message] .menu__sub-categories {
        top: 12.5rem;
        max-height: calc(100% - 12.4rem); } }
  @media screen and (min-width: 1024px) {
    .header[has-global-message] .header__wrapper,
    .header[has-global-message].sticky .header__wrapper {
      grid-template: "global global global global global global global global global" 3.6rem ". logo . search . phone . links ." 5rem/4rem 12.5rem minmax(2rem, 1fr) minmax(38.6rem, 55rem) minmax(2rem, 1fr) 12rem minmax(2rem, 1fr) 25rem 4rem;
      grid-gap: 1.9rem 0;
      padding: 0 0 1.9rem; } }
  @media screen and (min-width: 1440px) {
    .header[has-global-message] {
      height: 19.2rem; }
      .header[has-global-message] .header__wrapper {
        height: 15rem;
        grid-template: "global global global global global global global global global" 3.6rem ". logo . search . phone . links ." 11.4rem/8rem 16.3rem minmax(2.5rem, 1fr) minmax(47.7rem, 55rem) minmax(2.5rem, 1fr) 12.5rem minmax(2.5rem, 1fr) 40rem 8rem;
        grid-gap: 0;
        padding: 0; }
      .header[has-global-message] .header__menu,
      .header[has-global-message] .menu {
        top: 15rem;
        max-height: unset;
        z-index: 50; }
      .header[has-global-message] .menu__sub-categories {
        top: 19.2rem;
        max-height: 52rem; }
      .header[has-global-message].sticky {
        height: 7.8rem; }
        .header[has-global-message].sticky .header__wrapper {
          height: 3.6rem;
          grid-template: "global global global global global global global global global" 3.6rem ". logo . search . phone . links ." 0/8rem 16.3rem minmax(2.5rem, 1fr) minmax(47.7rem, 55rem) minmax(2.5rem, 1fr) 12.5rem minmax(2.5rem, 1fr) 40rem 8rem;
          grid-gap: 0;
          padding: 0; }
        .header[has-global-message].sticky .header__menu,
        .header[has-global-message].sticky .menu,
        .header[has-global-message].sticky .nav-wrapper {
          top: 3.6rem; }
        .header[has-global-message].sticky .menu__sub-categories {
          top: 7.8rem; } }
  @media screen and (min-width: 1600px) {
    .header[has-global-message] .header__wrapper {
      grid-template: "global global global global global global global global global" 3.6rem ". logo . search . phone . links ." 11.4rem/minmax(8rem, auto) 16.3rem calc(20.2rem / 3) 55rem calc(20.2rem / 3) 12.5rem calc( 20.2rem / 3) 40rem minmax(8rem, auto); } }

.header__menu {
  position: relative;
  left: 0;
  z-index: 10000;
  background-color: rgba(32, 32, 32, 0);
  transition: background-color 0.35s ease-out, top 0.15s linear;
  width: 100%; }
  .header__menu.is-open {
    background-color: rgba(32, 32, 32, 0.4);
    background-blend-mode: multiply;
    bottom: 0;
    z-index: 10000;
    right: 0;
    transition: background-color 0.35s ease-in; }
    .header__menu.is-open .menu {
      right: 0;
      transition: right 0.35s linear; }
  @media screen and (min-width: 1440px) {
    .header__menu {
      right: 100%;
      z-index: 50; }
      .header__menu.is-open .menu {
        transition: unset; } }

.header__mini-basket--dropdown {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .header__mini-basket--dropdown.dropdown-menu.dropdown-menu.dropdown-menu.has-animation {
      display: block !important;
      pointer-events: none;
      width: unset;
      max-width: unset;
      position: fixed !important;
      left: 999rem !important;
      top: 0 !important;
      right: 0 !important;
      bottom: 0;
      z-index: 20;
      background-color: rgba(106, 106, 106, 0.5);
      opacity: 0;
      transition: opacity 0.5s ease-out, left 0s ease-in 1s; }
      .header__mini-basket--dropdown.dropdown-menu.dropdown-menu.dropdown-menu.has-animation .previewCartWrapper {
        animation: 0.5s slideToRight; }
    .header__mini-basket--dropdown.dropdown-menu.dropdown-menu.dropdown-menu.has-animation.is-open {
      left: 0 !important;
      pointer-events: inherit;
      opacity: 1;
      transition: left 0s ease-in, opacity 0.5s ease-in; }
      .header__mini-basket--dropdown.dropdown-menu.dropdown-menu.dropdown-menu.has-animation.is-open .previewCartWrapper {
        max-height: unset;
        width: 38.4rem;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        animation: 0.5s slideFromRight; }
    .header__mini-basket--dropdown.dropdown-menu:not(.is-open) .previewCartWrapper {
      animation: 0.5s slideToRight; }
    .header__mini-basket--dropdown .previewCart {
      height: 100%;
      width: 38.4rem;
      margin: 0 0 0 auto;
      background-color: #f8f8f8; }
      .header__mini-basket--dropdown .previewCart.empty {
        height: 25rem; }
      .header__mini-basket--dropdown .previewCart::before, .header__mini-basket--dropdown .previewCart::after {
        display: none; }
    .header__mini-basket--dropdown .previewCart__heading {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 9.5rem;
      background-color: #ffffff; }
      .header__mini-basket--dropdown .previewCart__heading h4 {
        font-weight: 500;
        font-family: Helvetica, serif;
        font-style: normal;
        font-size: 22px;
        font-size: 2.2rem;
        color: #535353;
        margin: 2rem 0 0; }
    .header__mini-basket--dropdown .previewCart-emptyBody,
    .header__mini-basket--dropdown .previewCartList {
      padding: 0; }
    .header__mini-basket--dropdown .previewCart-emptyBody {
      align-items: center;
      height: 15.5rem;
      border-top: 0.1rem solid #e5e5e5; }
    .header__mini-basket--dropdown .button {
      margin: 0 auto;
      width: 24rem;
      height: 4.2rem;
      line-height: 1.8; }
    .header__mini-basket--dropdown .previewCart__empty-cart {
      font-size: 16px;
      font-size: 1.6rem;
      margin: 2.45rem auto 2.4rem; }
    .header__mini-basket--dropdown .previewCart__close-button {
      position: absolute;
      top: 2.4rem;
      right: 2.4rem;
      background: url("../icons/small/close.svg") no-repeat center;
      height: 1.6rem;
      width: 1.6rem; }
    .header__mini-basket--dropdown .previewCartList {
      display: block;
      height: calc(100% - 17.55rem - 9.5rem);
      overflow-y: auto;
      overflow-x: hidden;
      border-top: 0.1rem solid #e5e5e5; }
    .header__mini-basket--dropdown .previewCartItem {
      display: grid;
      grid-template-columns: 9.2rem 1fr;
      min-height: 10.4rem;
      width: 35.2rem;
      background: #ffffff;
      margin: 0.8rem 1.6rem; }
      .header__mini-basket--dropdown .previewCartItem::before, .header__mini-basket--dropdown .previewCartItem::after {
        display: none; }
      .header__mini-basket--dropdown .previewCartItem + .previewCartItem {
        border: none; }
    .header__mini-basket--dropdown .previewCartItem-image {
      height: 6.4rem;
      width: 6.4rem;
      margin: 2rem 1.2rem 2rem 1.4rem; }
      .header__mini-basket--dropdown .previewCartItem-image img {
        height: 100%;
        max-height: unset;
        width: 100%;
        object-fit: cover; }
    .header__mini-basket--dropdown .previewCartItem-content {
      display: block;
      padding: 0;
      width: 24.4rem; }
    .header__mini-basket--dropdown .previewCartItem-name {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 700;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      display: block;
      min-height: unset;
      width: 100%;
      margin: 1.8rem 0 0;
      line-height: 2rem;
      letter-spacing: 0; }
      .header__mini-basket--dropdown .previewCartItem-name a {
        color: #545859; }
    .header__mini-basket--dropdown .previewCartItem-price {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 400;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      color: #545859;
      margin: 0 0 1.8rem; }
      .header__mini-basket--dropdown .previewCartItem-price .previewCartItem-price--current {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        font-family: Helvetica, sans-serif;
        font-style: normal;
        line-height: 2.4rem;
        color: #398bcb;
        margin-left: 1.75rem; }
      .header__mini-basket--dropdown .previewCartItem-price .previewCartItem-price--default {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.4rem;
        color: #24224d;
        text-decoration: line-through;
        display: none; }
    .header__mini-basket--dropdown .previewCartAction {
      height: 17.55rem;
      background-color: #ffffff;
      padding: 0;
      border-color: #e5e5e5; }
    .header__mini-basket--dropdown .previewCartAction-total {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2.4rem;
      color: #545859;
      margin: 2.45rem 0 1.6rem;
      text-align: center; }
      .header__mini-basket--dropdown .previewCartAction-total span {
        font-weight: 700;
        font-family: Helvetica, sans-serif;
        font-style: normal;
        margin-left: 3rem; }
    .header__mini-basket--dropdown .previewCartAction-checkout,
    .header__mini-basket--dropdown .previewCartAction-viewCart {
      float: unset;
      padding: 0;
      width: max-content;
      margin: 0 auto; }
    .header__mini-basket--dropdown .previewCartAction-checkout .button {
      line-height: 2; }
    .header__mini-basket--dropdown .button--action {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.8rem;
      height: unset;
      width: unset;
      margin-top: 1.652rem;
      padding: 0;
      border: none;
      color: #24224d;
      border-bottom: 0.1rem solid #24224d; } }

.header__quick-links {
  font-size: 0px;
  font-size: 0rem;
  font-family: Helvetica, sans-serif;
  color: #545859;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem; }

.header__phone-number,
.header__wishlist {
  display: none; }

.header__logo {
  display: flex;
  align-items: center;
  margin: unset; }
  .header__logo a {
    width: 100%;
    margin: unset; }
  .header__logo img {
    margin: unset;
    max-height: 4.4rem; }

.header__track-order,
.header__account,
.header__mini-basket {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative; }

.header__track-order::before,
.header__wishlist::before,
.header__account::before {
  display: block;
  content: ''; }

.header__account,
.header__wishlist,
.header__track-order {
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  text-decoration: none;
  color: #545859; }
  .header__account:hover,
  .header__wishlist:hover,
  .header__track-order:hover {
    color: #545859; }
  .header__account:focus,
  .header__wishlist:focus,
  .header__track-order:focus {
    outline: none !important; }

.header__mini-basket .navUser-item--cart {
  display: block;
  height: 100%;
  width: 100%; }
  .header__mini-basket .navUser-item--cart .navUser-action {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    width: inherit;
    padding: unset;
    position: relative; }
    .header__mini-basket .navUser-item--cart .navUser-action:focus {
      outline: none !important; }
    .header__mini-basket .navUser-item--cart .navUser-action:hover {
      color: #545859; }
  .header__mini-basket .navUser-item--cart .quick-links__icon {
    height: 2.6rem;
    width: 2.6rem; }
  .header__mini-basket .navUser-item--cart .countPill {
    font-size: 10px;
    font-size: 1rem;
    position: absolute;
    top: 0.9rem;
    right: 0.25rem;
    line-height: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #60d6bd;
    color: #24224d;
    margin-left: 0;
    height: 1.8rem;
    width: 1.8rem; }

.header__mobile-toggle {
  background: url("../icons/header/menu.svg") no-repeat center right;
  background-size: 2.6rem;
  height: unset;
  width: unset;
  position: unset;
  z-index: unset; }
  .header__mobile-toggle.is-open {
    background: url("../icons/small/close.svg") no-repeat center right;
    background-size: 2rem; }
  .header__mobile-toggle:focus {
    outline: none !important; }

@media screen and (min-width: 768px) {
  .header__quick-links {
    grid-gap: 0; }
  .header__logo img {
    max-height: 4.8rem; }
  .header__mini-basket .navUser-item--cart .countPill {
    top: 1.15rem;
    right: 0.75rem; } }

@media screen and (min-width: 1024px) {
  .header__phone-number {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    text-decoration: none;
    align-self: center;
    display: flex;
    justify-content: center;
    align-content: center;
    font-family: Helvetica, sans-serif;
    color: #545859; }
    .header__phone-number::before {
      content: '';
      display: inline-block;
      background: url("../icons/small/phone.svg") no-repeat center;
      background-size: 1.7rem;
      height: 2rem;
      width: 2rem; }
  .header__mobile-toggle {
    display: block;
    padding: 0;
    background-position: right; }
  .header__account {
    background-position: center; }
  .header__logo .header-logo-image-container {
    display: flex;
    align-items: center;
    min-height: unset; }
  .header__logo img {
    max-height: 5rem; }
  .header__mini-basket .navUser-item--cart .countPill {
    top: 1.15rem;
    right: 1rem; } }

@media screen and (min-width: 1440px) {
  .header__quick-links {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.4;
    grid-template-columns: repeat(3, 7.5rem) 11.5rem;
    grid-gap: 2rem; }
  .header__logo img {
    max-height: 7rem; }
  .header__phone-number {
    font-size: 14px;
    font-size: 1.4rem; }
    .header__phone-number::before {
      margin-right: 0.7rem; }
  .header__wishlist {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .header__mini-basket {
    align-self: center;
    height: 5.2rem;
    width: 11.5rem;
    border-radius: 0.7rem;
    background-color: #f1f1f1;
    margin-bottom: 1.25rem; }
    .header__mini-basket .navUser-item--cart .navUser-action {
      display: flex; }
    .header__mini-basket .navUser-item--cart .countPill {
      right: unset;
      left: 2.85rem; }
    .header__mini-basket .navUser-item--cart .quick-links__icon {
      margin-left: 0.8rem; }
  .header__mini-basket--total {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    line-height: 2.4rem;
    display: inline-block;
    width: calc(100% - 4.1rem);
    text-align: center; }
  .header__mobile-toggle {
    display: none; } }

.article-card__link {
  display: grid;
  grid-template: 'image' '.' 1.5rem 'type' '.' 0.4rem 'title' 6.6rem '.' 'tags' / 1fr;
  text-decoration: none;
  color: #545859; }
  .article-card__link:hover {
    color: #545859; }

.article-card__image {
  grid-area: image;
  height: 16rem;
  width: 100%;
  object-fit: cover; }

.article-card__type {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 2.4rem;
  grid-area: type;
  text-transform: uppercase; }

.article-card__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 2.2rem;
  grid-area: title; }

.article-card__tags {
  grid-area: tags;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; }

.article-card__tag {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 3.3rem;
  display: inline-block;
  height: 3.3rem;
  width: fit-content;
  padding: 0 1.6rem;
  border: 0.1rem solid #d8d8d8;
  border-radius: 1.65rem;
  background-color: #d8d8d8;
  color: #545859; }

.plp-categoryBlock--wrapper {
  background-color: #ffffff;
  padding: 3.2rem 1.6rem 3.95rem; }
  .plp-categoryBlock--wrapper .plp-categoryBlock--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto;
    max-width: 120rem; }
    .plp-categoryBlock--wrapper .plp-categoryBlock--list .plp-categoryBlock--item {
      max-width: 16rem;
      width: 16rem; }
      .plp-categoryBlock--wrapper .plp-categoryBlock--list .plp-categoryBlock--item .plp-categoryBlock--link {
        padding: 0 1.2rem;
        text-decoration: none; }
        .plp-categoryBlock--wrapper .plp-categoryBlock--list .plp-categoryBlock--item .plp-categoryBlock--link .plp-categoryBlock-item--images {
          display: flex;
          justify-content: center; }
          .plp-categoryBlock--wrapper .plp-categoryBlock--list .plp-categoryBlock--item .plp-categoryBlock--link .plp-categoryBlock-item--images img {
            width: 9.6rem;
            height: 9.6rem; }
        .plp-categoryBlock--wrapper .plp-categoryBlock--list .plp-categoryBlock--item .plp-categoryBlock--link .plp-categoryBlock-item--header {
          margin-top: 0.8rem;
          text-align: center; }
          .plp-categoryBlock--wrapper .plp-categoryBlock--list .plp-categoryBlock--item .plp-categoryBlock--link .plp-categoryBlock-item--header .plp-categoryBlock-item--heading {
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: 400;
            font-family: Helvetica, sans-serif;
            font-style: normal;
            text-transform: capitalize; }

h1.js {
  display: none; }

div.js {
  display: none; }

.filters {
  position: fixed;
  top: 7.15rem;
  bottom: 9.35rem;
  left: 0;
  right: 0;
  background: #ffffff;
  overflow: auto;
  z-index: 10000;
  padding: 2.4rem 3.2rem;
  border-top: 0.1rem solid #ebebeb;
  transform: translateX(-100%);
  transition: transform 0.25s linear; }
  .filters.is-open {
    transform: translateX(0);
    transition: transform 0.25s linear; }
  .filters[tabindex]:not([tabindex='-1']):focus {
    outline: none !important; }

.filters__close {
  position: fixed;
  top: 8rem;
  right: 0;
  z-index: 10000;
  width: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  transform: translateX(100%);
  opacity: 0;
  cursor: pointer;
  z-index: 99999; }
  .filters__close.is-open {
    transform: translateX(0);
    opacity: 1; }
  .filters__close img {
    height: 2rem;
    width: 2rem; }

.filters__heading {
  color: #535353;
  margin: 0 0 2.35rem; }

.filters__show-products {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9.35rem;
  padding-top: 1.65rem;
  background: #f8f8f8;
  border-top: 0.1rem solid #c7c7c7;
  text-align: center;
  z-index: 10000;
  transform: translateX(-100%);
  transition: transform 0.25s linear; }
  .filters__show-products button {
    width: 28rem; }
  .filters__show-products.is-open {
    transform: translateX(0);
    transition: transform 0.25s linear; }

.filters__applied--option {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  line-height: 1.4rem;
  text-transform: capitalize;
  color: #535353;
  margin-bottom: 2.4rem; }
  .filters__applied--option::before {
    content: '';
    display: inline-block;
    background: url("../icons/small/close_blue.svg") no-repeat center;
    height: 1.1rem;
    width: 1.1rem;
    margin-right: 0.8rem;
    cursor: pointer; }

.filters__applied--clear-all {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  position: absolute;
  top: 2.5rem;
  right: 3.2rem;
  color: #24224d;
  border-bottom: 0.1rem solid #24224d;
  cursor: pointer; }

.filters__block {
  border-top: 0.1rem solid #c7c7c7;
  overflow: hidden; }
  .filters__block .filters__label img {
    transform: rotate(180deg);
    transition: all 0.25s linear; }
  .filters__block .filters__options {
    transition: all 0.25s linear; }
  .filters__block.collapsed .filters__label img {
    transform: rotate(0deg);
    transition: all 0.25s linear; }
  .filters__block.collapsed .filters__options {
    height: 0;
    transition: all 0.25s linear; }
  .filters__block.collapsed .filters__show-more {
    display: none; }
  .filters__block:last-of-type {
    border-bottom: 0.1rem solid #c7c7c7; }

.filters__label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 2.4rem;
  color: #545859;
  padding: 1.55rem 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between; }

.filters__options {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }

.filter__option {
  height: 4.8rem; }
  .filter__option a {
    display: grid;
    grid-template-columns: 1.9rem auto 4.25rem;
    column-gap: 0.8rem;
    align-items: center;
    height: 100%;
    text-decoration: none;
    color: #545859; }
    .filter__option a:focus {
      outline: none !important; }
  .filter__option .kuFilterIcon {
    position: relative; }
    .filter__option .kuFilterIcon::before {
      content: '';
      display: block;
      height: 1.6rem;
      width: 1.6rem;
      background: url("../icons/small/unchecked.svg") no-repeat center; }
  .filter__option .kufacet-text {
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    line-height: 1; }
  .filter__option .kuFilterTotal {
    text-align: right; }
  .filter__option a.klevuFilterOptionActive .kuFilterIcon::before {
    background: url("../icons/small/filled.svg") no-repeat center; }

.filters__block--stock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.1rem solid #c7c7c7;
  padding: 1.65rem 0; }
  .filters__block--stock .filters__label {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    display: inline-block;
    margin: 0; }
  .filters__block--stock .filters__toggle {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    display: flex;
    text-decoration: none;
    line-height: 3.2rem;
    outline: none !important;
    column-gap: unset; }
    .filters__block--stock .filters__toggle span {
      display: inline-block;
      width: 4.3rem;
      text-align: center;
      background: #f1f1f1;
      color: #535353; }
      .filters__block--stock .filters__toggle span.selected {
        font-weight: 700;
        font-family: Helvetica, sans-serif;
        font-style: normal;
        background: #ffffff;
        border: 0.1rem solid #24224d;
        color: #24224d; }
  .filters__block--stock .filters__options {
    height: auto !important; }
  .filters__block--stock.filters__block--hidden {
    display: none; }

.filters__block[data-filter='klevu_price']:not(.collapsed) .filters__options {
  display: flex;
  flex-direction: column;
  height: 9.6rem !important; }

.filters__options--interval {
  margin-top: 3.2rem;
  display: flex;
  justify-content: space-between;
  width: 100%; }

.filters__options--interval-start,
.filters__options--interval-end {
  font-size: 13px;
  font-size: 1.3rem;
  color: #545859; }

.filters__show-more {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 1.8rem;
  color: #24224d;
  cursor: pointer;
  height: 4.4rem;
  width: fit-content;
  margin-bottom: 1.6rem;
  outline: none; }
  .filters__show-more span {
    line-height: 4.4rem;
    border-bottom: 0.1rem solid #24224d; }

@media screen and (min-width: 768px) {
  .landing__filters.is-open {
    position: fixed;
    top: 12.4rem;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(32, 32, 32, 0.4);
    z-index: 10000; }
  .filters {
    top: 12.4rem;
    max-width: 40rem; }
  .filters__show-products {
    max-width: 40rem; }
  .filters__close {
    top: 4.2rem;
    right: 1rem; } }

@media screen and (min-width: 1024px) {
  .landing__filters.is-open {
    position: unset;
    background: unset;
    z-index: unset; }
  .filters {
    position: relative;
    top: 0;
    transform: unset;
    z-index: unset;
    border: 0.1rem solid #c7c7c7;
    padding: 2.4rem 1.6rem; }
    .filters.is-open {
      transform: unset; }
  .filters__close {
    display: none; }
  .filters__block:last-of-type {
    border-bottom: unset; }
    .filters__block:last-of-type .filters__label {
      margin-bottom: 0; }
  .filters__applied--option {
    margin-bottom: 1.6rem; }
    .filters__applied--option::before {
      margin-right: 0.5rem;
      height: 0.85rem;
      width: 0.9rem; }
  .filters__applied--clear-all {
    right: 1.6rem; }
  .filters__block--stock {
    padding: 1.55rem 0; }
  .filters__show-products {
    display: none; } }

.landing__footer {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 1.6rem; }
  .landing__footer .pagination {
    justify-self: center; }
  .landing__footer .limit {
    display: none; }

@media screen and (min-width: 768px) {
  .landing__footer {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem; }
    .landing__footer .pagination {
      grid-column: 2;
      justify-self: end; } }

@media screen and (min-width: 1024px) {
  .landing__footer {
    gap: 1.6rem; } }

@media screen and (min-width: 1440px) {
  .landing__footer {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
    padding: 0;
    margin-top: 3.4rem; }
    .landing__footer .limit {
      display: flex;
      grid-column: 2; }
    .landing__footer .pagination {
      grid-column: 3; } }

.landing__header {
  background: #ffffff;
  padding: 3.2rem 1.6rem 3.95rem; }

.landing__category--banner {
  display: block;
  height: auto; }

.landing__heading {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 3.5rem;
  justify-content: center;
  margin: 0 0 1.6rem;
  color: #535353; }

.landing__description {
  text-align: center;
  overflow: hidden;
  transition: height 0.25s linear;
  height: 72px; }
  .landing__description p {
    list-style: 2rem;
    max-width: 84.5rem;
    margin: 0 auto; }
  .landing__description p:last-of-type {
    margin-bottom: 0; }
  .landing__description.is-open {
    height: auto; }
  .landing__description div > h2 {
    justify-content: center; }
  .landing__description .ListContainerWrapper ul {
    width: fit-content;
    margin: 0 auto; }
  .landing__description .ListContainerWrapper .Paragraph {
    width: fit-content;
    margin: 0; }

.landing__description.is-open + .landing__description--control {
  margin-top: -2rem; }

.landing__description.is-open + .landing__description--control::before {
  display: none;
  height: 0; }

.landing__description--control {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  width: 100%;
  line-height: 1.8rem;
  text-align: center;
  position: relative;
  transition: margin-top 0.3s ease; }
  .landing__description--control a {
    display: block;
    text-decoration: none;
    width: max-content;
    margin: 1rem auto 0;
    color: #24224d;
    padding-bottom: 0.3rem;
    border-bottom: 0.1rem solid #24224d; }
    .landing__description--control a:hover, .landing__description--control a:focus {
      color: #24224d;
      outline: none !important; }
  .landing__description--control::before {
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    height: 7.2rem;
    width: 100%;
    top: -8.2rem; }

@media screen and (min-width: 768px) {
  .landing__category--banner img {
    max-height: 22rem;
    width: 100%; }
  .landing__header {
    padding: 3.2rem 2.4rem 3.95rem; } }

@media screen and (min-width: 1024px) {
  .landing__header {
    padding: 3.2rem 4rem 3.95rem; }
  .landing__description p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4rem; } }

@media screen and (min-width: 1600px) {
  .landing__category--banner {
    margin: 0 auto;
    max-width: 1600px; }
  .landing__category--banner img {
    object-fit: cover; } }

.limit {
  display: flex;
  align-items: center;
  justify-self: center;
  color: #545859; }

.limit__label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.4rem; }
  .limit__label:first-of-type {
    margin-right: 1.5rem; }
  .limit__label:last-of-type {
    margin-left: 1rem; }

.limit__dropdown {
  cursor: pointer;
  position: relative; }
  .limit__dropdown.is-open .limit__current img {
    transform: rotate(180deg);
    transition: all 0.25s linear; }
  .limit__dropdown.is-open .limit__dropdown--block {
    height: 13.2rem;
    border-width: 0.1rem;
    transition: all 0.25s linear; }

.limit__current {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 1;
  height: 4.4rem;
  border: 0.1rem solid #979797;
  padding: 1.35rem 0.98rem 1.35rem 1.1rem; }
  .limit__current img {
    height: 0.45rem;
    margin: 0 0 0.2rem 0.75rem;
    transition: all 0.25s linear; }

.limit__dropdown--block {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 4.3rem;
  left: 0;
  right: 0;
  background: #f8f8f8;
  z-index: 20;
  border-color: #979797;
  border-style: solid;
  border-width: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1rem 1.5rem -0.3rem, rgba(0, 0, 0, 0.05) 0 0.4rem 0.6rem -0.2rem;
  transition: height 0.25s linear, border-width 0s linear 0.25s; }

.limit__option {
  font-size: 14px;
  font-size: 1.4rem;
  height: 4.4rem;
  line-height: 4.2rem;
  text-align: center; }
  .limit__option:hover {
    background: rgba(57, 139, 203, 0.15); }

@media screen and (min-width: 1024px) {
  .limit {
    justify-self: end; }
  .limit__current {
    height: 2.7rem;
    padding: 0.55rem 0.98rem 0.55rem 1.1rem; }
  .limit__dropdown--block {
    top: 2.55rem; } }

@media screen and (min-width: 1440px) {
  .limit {
    justify-self: center; } }

.kuResourceLoader {
  font-size: 10px;
  font-size: 1rem;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin: 8rem auto 15rem;
  position: relative;
  color: #dedede;
  animation: loading 1.8s infinite ease-in-out -0.16s;
  animation-fill-mode: both; }
  .kuResourceLoader::before {
    content: '';
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0;
    left: -3.5rem;
    animation: loading 1.8s infinite ease-in-out -0.32s;
    animation-fill-mode: both; }
  .kuResourceLoader::after {
    content: '';
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0;
    left: 3.5rem;
    animation: loading 1.8s infinite ease-in-out;
    animation-fill-mode: both; }

@keyframes loading {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5rem 0 -1.3rem; }
  40% {
    box-shadow: 0 2.5rem 0 0; } }

.no-results .landing__header {
  padding: 3.2rem 0 3.95rem; }

.no-results .landing__heading em {
  margin-left: 0.8rem; }

.no-results .landing__no-results {
  text-align: center; }
  .no-results .landing__no-results p {
    margin: auto;
    padding-top: 4rem;
    padding-bottom: 3.2rem;
    font-size: 16px;
    font-size: 1.6rem; }
  .no-results .landing__no-results p:last-of-type {
    padding-top: 0;
    padding-bottom: 4.7rem; }

.no-results em {
  font-style: normal; }

.no-results br {
  display: none; }

.no-results.category {
  padding: 3.2rem 0 3.95rem; }
  .no-results.category p {
    max-width: unset;
    text-align: center; }

.pagination {
  align-self: center;
  justify-self: end; }
  .pagination a {
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    text-decoration: none;
    color: #535353; }
    .pagination a:hover {
      color: #535353; }
    .pagination a:focus {
      outline: none !important; }

.pagination__previous,
.pagination__next {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  height: 2.6rem;
  line-height: 2.6rem; }
  .pagination__previous img,
  .pagination__next img {
    height: 1.05rem;
    margin-bottom: 0.25rem; }

.pagination__previous {
  margin-right: 1rem; }
  .pagination__previous img {
    margin-right: 0.6rem; }

.pagination__next {
  margin-left: 1rem; }
  .pagination__next img {
    margin-left: 0.6rem; }

.pagination__item,
.pagination__item--current {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5rem;
  display: inline-block;
  text-align: center;
  height: 2.6rem;
  width: 2.6rem; }

.pagination__item--current {
  border: 0.1rem solid #24224d;
  color: #24224d; }

.product-card {
  position: relative;
  padding: 1.6rem 1.6rem 0;
  background-color: #ffffff;
  transition: all 0.3s;
  max-height: 56rem; }
  .product-card:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16); }

.product-card__link {
  display: grid;
  grid-template: 'image details' 1fr 'sash sash' auto / 10.4rem auto;
  column-gap: 1.6rem;
  row-gap: 1.6rem;
  text-decoration: none; }

.product-card__image {
  grid-area: image;
  margin: auto; }

.product-card__details {
  grid-area: details;
  display: grid;
  grid-template: 'name' 6rem '.' 1.6rem 'stockStatus' 2rem '.' 1.6rem 'price' 2.4rem '.' 1.2rem 'extra' 2rem; }

.product-card__name {
  grid-area: name;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #545859;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative; }

.product-card__stock {
  grid-area: stockStatus; }

.product-card__price {
  grid-area: price;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.2rem;
  color: #cf0b34; }

.product-card__price--original {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 1.4;
  color: #24224d; }

.product-card__sash--secondary {
  grid-area: sash; }

span.imm-monthly-amount {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  color: #545859;
  grid-area: extra; }

@media screen and (min-width: 768px) {
  .product-card {
    padding: 1.6rem; }
  .product-card__link {
    grid-template: 'image' 'sash' 3.6rem '.' 1.6rem 'details' auto / 1fr;
    column-gap: unset;
    row-gap: unset;
    text-decoration: none; }
  .product-card__image {
    max-width: 19.8rem;
    margin: 5.2rem auto 5.8rem; } }

.product-card__sash {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 8rem;
  padding: 0 1.6rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  text-align: center;
  line-height: 2.4rem;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .product-card__sash {
      min-width: 12rem;
      height: 3.6rem;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 3.6rem; } }
  .product-card__sash.custom-sashes {
    text-transform: unset;
    top: 0;
    padding: 0; }
    .product-card__sash.custom-sashes.left {
      left: 0;
      right: unset; }
    .product-card__sash.custom-sashes.right {
      right: 0;
      left: unset; }

.product-card__sash--sale {
  color: #24224d;
  background: #60d6bd; }

.product-card__sash--tier {
  background: #f1f1f1; }
  .product-card__sash--tier.sash-tier__bronze {
    color: #bc6000; }
  .product-card__sash--tier.sash-tier__silver {
    color: #7e7e7e; }
  .product-card__sash--tier.sash-tier__gold {
    color: #b6b836; }

.product-card__sash--secondary {
  height: 2.4rem;
  margin: auto -1.6rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  text-align: center;
  line-height: 2.4rem;
  color: #24224d;
  background: #edfff9; }
  @media screen and (min-width: 768px) {
    .product-card__sash--secondary {
      height: 3.6rem;
      line-height: 3.6rem; } }

.landing__product-list .landing__results {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.2rem;
  margin: 0 0 4rem;
  padding: 0;
  list-style: none;
  height: fit-content; }

.landing__content-list .landing__results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3.2rem;
  margin: 1.6rem 0 4rem;
  padding: 0 1.6rem;
  list-style: none; }

.contentListActive .landing__product-list {
  display: none; }

.productListActive .landing__content-list {
  display: none; }

@media screen and (min-width: 768px) {
  .landing__product-list .landing__results {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.6rem;
    padding: 0 2.4rem; }
  .landing__content-list .landing__results {
    grid-template-columns: repeat(3, 1fr);
    margin: 2.4rem 0 4rem;
    padding: 0 2.4rem; } }

@media screen and (min-width: 1024px) {
  .kuSearchResultsPageContainer .landing__product-list li.product-card {
    min-height: 560px; }
  .landing__product-list .landing__results {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.6rem;
    padding: 0; }
  .landing__content-list .landing__results {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 4rem;
    margin: 4rem 0 4rem;
    padding: 0; } }

@media screen and (min-width: 1440px) {
  .landing__product-list .landing__results {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.4rem;
    padding: 0;
    margin: 0 0 3.4rem; }
  .landing__content-list .landing__results {
    margin: 8rem 0 3.4rem; } }

@media screen and (max-width: 625px) {
  main.search {
    min-height: 100vh; }
  .body .container .category + .page .categoryBlock-item--image {
    min-height: 105px; } }

.klevuLanding {
  min-height: 100vh; }

.no-results .landing__header {
  padding: 3.2rem 0 3.95rem; }

.no-results .landing__heading em {
  margin-left: 0.8rem; }

.no-results .landing__no-results {
  text-align: center; }
  .no-results .landing__no-results p {
    margin: auto;
    padding-top: 4rem;
    padding-bottom: 3.2rem;
    font-size: 16px;
    font-size: 1.6rem; }
  .no-results .landing__no-results p:last-of-type {
    padding-top: 0;
    padding-bottom: 4.7rem; }

.no-results em {
  font-style: normal; }

.no-results br {
  display: none; }

.no-results.category {
  padding: 3.2rem 0 3.95rem; }
  .no-results.category p {
    max-width: unset;
    text-align: center; }

.plp-below-grid--wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.6rem;
  padding: 0 2.4rem; }
  @media screen and (min-width: 1024px) {
    .plp-below-grid--wrapper {
      grid-template-columns: 4rem 27.2rem 2.4rem auto 4rem;
      grid-gap: 0;
      padding: 0; } }
  @media screen and (min-width: 1440px) {
    .plp-below-grid--wrapper {
      grid-template-columns: 8rem 27.2rem 2.4rem minmax(auto, 114.4rem) 8rem; } }
  @media screen and (min-width: 1600px) {
    .plp-below-grid--wrapper {
      grid-template-columns: 1fr 27.2rem 2.4rem 114.4rem 1fr; } }
  .plp-below-grid--wrapper > div {
    grid-column: 1/-1; }
    @media screen and (min-width: 1024px) {
      .plp-below-grid--wrapper > div {
        grid-column: 4; } }

.filters__options--price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 1.6rem; }
  .filters__options--price .noUi-target {
    height: 0.4rem;
    background: #c7c7c7; }
  .filters__options--price .noUi-base {
    position: relative;
    height: 100%;
    width: 100%; }
  .filters__options--price .noUi-connects {
    overflow: hidden;
    z-index: 0; }
  .filters__options--price .noUi-connect,
  .filters__options--price .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
    background: #445281; }
    .filters__options--price .noUi-connect:last-of-type,
    .filters__options--price .noUi-origin:last-of-type {
      background: #c7c7c7; }
  .filters__options--price .noUi-handle {
    position: absolute;
    top: calc(50% - 1.2rem);
    height: 2.4rem;
    width: 2.4rem;
    border: 0.1rem solid #445281;
    border-radius: 50%;
    background: #f8f8f8;
    cursor: pointer; }
  .filters__options--price .noUi-origin:last-of-type {
    margin-left: -2.4rem; }
  .filters__options--price .noUi-tooltip {
    display: none; }

.sortBy {
  border: 0.1rem solid #c7c7c7;
  background: #ffffff;
  position: relative; }

.sortBy__label {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 1.8rem;
  color: #535353;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.6rem;
  cursor: pointer; }
  .sortBy__label img {
    transition: all 0.25s linear; }

.sortBy__dropdown {
  position: absolute;
  left: -0.1rem;
  right: -0.1rem;
  top: 4.2rem;
  height: 0;
  overflow: hidden;
  background: #ffffff;
  z-index: 20;
  border-color: #c7c7c7;
  border-style: solid;
  border-width: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1rem 1.5rem -0.3rem, rgba(0, 0, 0, 0.05) 0 0.4rem 0.6rem -0.2rem;
  transition: height 0.25s linear, border-width 0s linear 0.25s; }

.sortBy__option {
  font-size: 14px;
  font-size: 1.4rem;
  height: 4.4rem;
  line-height: 4.4rem;
  padding: 0 1.6rem;
  cursor: pointer; }
  .sortBy__option:hover {
    background: rgba(57, 139, 203, 0.15); }

.sortBy.is-open .sortBy__label img {
  transform: rotate(180deg);
  transition: all 0.25s linear; }

.sortBy.is-open .sortBy__dropdown {
  height: 13.2rem;
  border-width: 0.1rem;
  transition: height 0.25s linear; }

@media screen and (min-width: 1024px) {
  .sortBy {
    max-width: 19.2rem; }
  .sortBy__dropdown {
    top: 4rem; } }

.search-tabs {
  text-align: center; }

.search-tabs__link {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 2.4rem;
  color: #999999;
  margin: 0; }
  .search-tabs__link:hover {
    color: #999999;
    text-decoration: underline; }
  .search-tabs__link[tabindex='0']:focus {
    outline: none !important; }

.productListActive .search-tabs__link.productList {
  display: none; }

.contentListActive .search-tabs__link.contentList {
  display: none; }

.landing__toolbar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 1.5rem;
  padding: 3.2rem 1.6rem; }

.landing__toolbar--filters-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.6rem; }

.limit {
  grid-column: 1 / 3; }

.landing__toolbar .pagination {
  display: none; }

@media screen and (min-width: 768px) {
  .landing__toolbar {
    padding: 3.2rem 2.4rem; } }

@media screen and (min-width: 1024px) {
  .landing__toolbar {
    height: 4.2rem;
    padding: 0;
    margin: 2.4rem 0; }
  .landing__toolbar--filters-toggle {
    display: none; }
  .limit {
    grid-column: 2; } }

@media screen and (min-width: 1440px) {
  .landing__toolbar {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem; }
  .landing__toolbar .pagination {
    display: block;
    grid-column: 3; } }

.popular-products {
  max-width: 1600px;
  margin: auto;
  padding: 0 1.6rem;
  background: #f8f8f8; }
  @media screen and (min-width: 1440px) {
    .popular-products {
      padding: 0 8rem; } }

.popular-products__heading {
  display: block;
  margin: 1.6rem auto;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  text-align: center; }

.popular-products__results {
  margin: auto;
  padding: 0 1.6rem;
  list-style: none;
  text-align: left; }
  .popular-products__results .product-card {
    margin: 0 1.6rem 1.6rem 1.6rem; }
    .popular-products__results .product-card .product-card__link {
      grid-template: 'image details' 1fr / 10.4rem auto;
      padding-bottom: 1.6rem; }
      @media screen and (min-width: 768px) {
        .popular-products__results .product-card .product-card__link {
          grid-template: 'image' 'details' auto / 1fr;
          padding-bottom: 0; } }
    .popular-products__results .product-card .stock-level__product,
    .popular-products__results .product-card .product-card__sash--secondary {
      display: none; }
    .popular-products__results .product-card .product-card__details {
      grid-area: details;
      display: grid;
      grid-template: 'name' 6rem '.' 1.6rem 'price' 2.4rem; }

.five9-frame {
  z-index: 10 !important;
  display: none !important; }

.modal .button-container > .button {
  background: #445281 !important; }

.modal .swal2-icon.swal2-error {
  border-color: #398bcb;
  color: #398bcb; }
  .modal .swal2-icon.swal2-error .swal2-x-mark-line-left,
  .modal .swal2-icon.swal2-error .swal2-x-mark-line-right {
    background-color: #398bcb; }

div.nav-wrapper {
  width: 100%;
  position: fixed;
  height: 100vh;
  top: 11.1rem;
  height: -webkit-fill-available;
  transition: right 0.3s ease-in-out;
  right: -100%; }
  .header__menu.is-open div.nav-wrapper {
    right: 0; }
  @media screen and (min-width: 768px) {
    div.nav-wrapper {
      top: 12.4rem; } }

div.nav {
  top: 0;
  background-color: #ffffff;
  border-top: 0.2rem solid #f5f5f5;
  max-width: 62rem;
  position: absolute;
  right: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  overflow-x: hidden;
  overflow-y: visible;
  padding-bottom: 11rem; }
  div.nav a {
    text-decoration: none; }
  div.nav li {
    list-style: none; }
  div.nav.is-open {
    display: block; }
  div.nav .nav__header {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  div.nav .nav__header-items {
    list-style: none;
    padding: 0 0 0 0.9rem;
    margin: 0; }
  div.nav .nav__header--second-level {
    max-width: 62rem;
    position: fixed;
    right: -100%;
    width: 100%;
    background-color: #ffffff;
    z-index: 10000;
    border: none;
    transition: right 0.3s ease-in-out; }
    div.nav .nav__header--second-level.is-open {
      right: 0; }
    div.nav .nav__header--second-level .nav__header-item:first-of-type {
      padding: 0; }
  div.nav .nav__header--wrapper {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    height: 3.57rem;
    padding: 0 2rem;
    margin: 2.5rem 0; }
  div.nav .nav__close {
    display: none !important; }
  div.nav .nav__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2.4rem;
    margin: 0;
    padding: 0;
    color: #24224d; }
  div.nav .nav__back {
    position: relative;
    padding: 0;
    height: 3.5rem;
    width: 2.5rem; }
    div.nav .nav__back::before {
      content: '';
      display: block;
      background: url("../icons/chevron-left-gray.svg") no-repeat center;
      background-size: cover;
      height: 3.5rem;
      width: 2.5rem; }
  div.nav .menu-block__depth-0 {
    padding: 0 1.3rem 1rem 2rem;
    margin: 0;
    list-style: none;
    position: relative; }
  div.nav .menu-block__depth-0--image {
    border-radius: 50%;
    border: 0.1rem solid #7e7e7e;
    display: block;
    height: 5rem;
    margin-right: 1rem;
    padding: 0.2rem;
    width: 5rem; }
  @media screen and (max-width: 1439px) {
    div.nav .menu-block__depth-1--wrapper,
    div.nav .menu-block__depth-2--wrapper {
      max-width: 62rem;
      display: block;
      position: fixed;
      top: 14rem;
      right: -100%;
      width: 100%;
      height: 100vh;
      background-color: #ffffff;
      margin: 0;
      overflow: auto;
      z-index: 10000;
      transition: right 0.3s ease-in-out;
      padding-bottom: 20rem; }
      div.nav .menu-block__depth-1--wrapper.is-open,
      div.nav .menu-block__depth-2--wrapper.is-open {
        right: 0; } }
  @media screen and (max-width: 1439px) {
    div.nav .menu-block__depth-1--wrapper.is-open .menu-block__depth-1 {
      display: block; }
    div.nav .menu-block__depth-2--wrapper.is-open .menu-block__depth-2 {
      display: block; } }
  @media screen and (max-width: 1439px) {
    div.nav .menu-block--item.menu-block--desktop-only {
      display: none; } }
  div.nav .menu-block__depth-1--wrapper {
    overflow-x: hidden;
    height: 100vh; }
  div.nav .menu-block__depth-1,
  div.nav .menu-block__depth-2 {
    margin: 0;
    padding: 0 1.3rem 7rem 5.5rem; }
    @media screen and (max-width: 1439px) {
      div.nav .menu-block__depth-1,
      div.nav .menu-block__depth-2 {
        display: none; } }
  div.nav .menu-block--item,
  div.nav .menu_block--heading,
  div.nav .nav__header-item {
    font-weight: 700;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: Helvetica, serif; }
    @media screen and (max-width: 1439px) {
      div.nav .menu-block--item,
      div.nav .menu_block--heading,
      div.nav .nav__header-item {
        align-items: center;
        color: #545859;
        display: flex;
        position: relative;
        height: 5rem;
        margin: 2.5rem 0; } }
    div.nav .menu-block--item .menu-block--link,
    div.nav .menu_block--heading .menu-block--link,
    div.nav .nav__header-item .menu-block--link {
      display: flex;
      flex-direction: row;
      align-items: center; }
  div.nav .menu_block__depth-2--heading {
    font-weight: 400; }
  div.nav .menu-block__depth-2--image {
    display: none; }
  div.nav .nav__header-item {
    margin: 0; }
  div.nav .menu-block__depth-0--item.has-children:after,
  div.nav .menu-block__depth-1--item.has-children:after {
    background: url("../icons/chevron-right-gray.svg") no-repeat center;
    background-size: cover;
    content: '';
    height: 3.57143rem;
    width: 2.57143rem;
    position: absolute;
    right: 0; }
  div.nav .menu-block__depth-3--wrapper {
    display: none !important; }
  div.nav .menu-block--item.menu-block__tag-is-square .menu-block__depth-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 1.6rem; }
  div.nav .menu-block--item.menu-block__tag-is-square .menu-block__tag-square {
    width: calc(50% - 0.9rem); }
  div.nav .menu-block--item.menu-block__tag-is-square .menu-block__depth-1--image {
    display: block;
    border: 0.1rem solid #F9F9F9;
    border-radius: 0.4rem;
    width: 100%; }
  div.nav .menu-block__tag-has-image .menu-block__depth-1--image {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 5.5rem;
    max-height: 5.5rem;
    width: 100%;
    height: 100%; }
  div.nav .menu-block__tag-content-block {
    width: 100%;
    height: 100%; }
  div.nav .nav__info-links {
    padding: 0;
    margin: 0; }
  div.nav .nav__info {
    background-color: #F9F9F9;
    padding: 0 1.3rem 0 2rem; }
  div.nav .nav__info-link {
    align-items: center;
    border-bottom: 0.1rem solid #ececec;
    display: flex;
    color: #545859;
    font-size: 1.6rem;
    height: 7.7rem;
    text-decoration: none; }
    div.nav .nav__info-link:last-child {
      border: 0; }
    div.nav .nav__info-link::before {
      content: '';
      display: inline-block;
      height: 2.8rem;
      margin-right: 3.2rem;
      width: 2.8rem; }
  div.nav .nav__info-link--wishlist::before {
    background: url("../icons/header/heartnav.svg") no-repeat center; }
  div.nav .nav__info-link--phone::before {
    background: url("../icons/header/phone.svg") no-repeat center; }

@media screen and (min-width: 1440px) {
  div.nav-wrapper {
    position: static; }
  div.nav {
    border: 0;
    display: block;
    position: static;
    height: auto;
    background: #f1f1f1;
    padding: 0;
    overflow: visible;
    transform: none;
    max-width: 100vw; }
    div.nav .nav__header {
      display: none; }
    div.nav .menu_block--heading {
      cursor: pointer; }
    div.nav .nav__info {
      display: none; }
    div.nav .menu-block__tag-is-square {
      display: block; }
    div.nav a[title='Modern'].menu-block--link,
    div.nav a[title='Traditional'].menu-block--link {
      display: flex;
      flex-direction: row;
      height: 5rem;
      align-items: center;
      margin: 0 0 1rem; }
    div.nav a[title='Brands'] + div.menu-block--wrapper .menu-block__depth-2--wrapper .menu-block--item {
      height: 5rem;
      margin: 0 0 1rem; }
    div.nav .menu-block__depth-0 {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-evenly;
      margin: 0 auto;
      padding: 0;
      position: static;
      max-width: 89.75%;
      width: 100%; } }
    @media screen and (min-width: 1440px) and (min-width: 1617px) {
      div.nav .menu-block__depth-0 {
        max-width: 144rem; } }

@media screen and (min-width: 1440px) {
    div.nav .menu-block--item {
      height: auto; }
    div.nav .menu-block__depth-0--item {
      background-color: transparent;
      flex: 1 1 auto;
      padding: 0.7rem 1.6rem;
      margin: 0;
      position: static;
      text-align: center; }
    div.nav .menu-block__depth-0--item.menu-block__tag-is-square .menu-block__depth-1 {
      flex-wrap: nowrap;
      width: 100%;
      margin: 0; }
    div.nav .menu-block__depth-0--item.menu-block__tag-is-square .menu-block__tag-square {
      width: 100%;
      margin: 0; }
    div.nav .menu-block__depth-0--item.has-children:after,
    div.nav .menu-block__depth-1--item.has-children:after {
      display: none;
      content: none; }
    div.nav .menu-block__depth-0--image {
      display: none; }
    div.nav .menu_block__depth-0--heading {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 500;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      font-family: Helvetica, serif;
      margin: 0;
      padding: 0;
      transition: 0.3s; }
    div.nav .menu-block__tag-square-1-col .menu-block__tag-square {
      max-width: 118rem; }
    div.nav .menu-block__tag-square-2-col .menu-block__tag-square {
      max-width: calc($siteMaxWidth / $amount - $navSquareMargin); }
    div.nav .menu-block__tag-square-3-col .menu-block__tag-square {
      max-width: calc($siteMaxWidth / $amount - $navSquareMargin); }
    div.nav .menu-block__tag-square-4-col .menu-block__tag-square {
      max-width: calc($siteMaxWidth / $amount - $navSquareMargin); }
    div.nav .menu-block__tag-square-5-col .menu-block__tag-square {
      max-width: calc($siteMaxWidth / $amount - $navSquareMargin); }
    div.nav .menu-block__tag-square-6-col .menu-block__tag-square {
      max-width: calc($siteMaxWidth / $amount - $navSquareMargin); }
    div.nav .menu-block__tag-square-7-col .menu-block__tag-square {
      max-width: calc($siteMaxWidth / $amount - $navSquareMargin); }
    div.nav .menu-block__tag-square-8-col .menu-block__tag-square {
      max-width: calc($siteMaxWidth / $amount - $navSquareMargin); }
    div.nav .menu-block__tag-contains-images .menu-block__depth-2,
    div.nav .menu-block__tag-modern .menu-block__depth-2,
    div.nav .menu-block__tag-traditional .menu-block__depth-2 {
      display: block; }
      div.nav .menu-block__tag-contains-images .menu-block__depth-2 > .menu-block--item,
      div.nav .menu-block__tag-modern .menu-block__depth-2 > .menu-block--item,
      div.nav .menu-block__tag-traditional .menu-block__depth-2 > .menu-block--item {
        align-items: center;
        cursor: pointer;
        display: flex;
        height: 7rem;
        border-top: 0.1rem solid #ebebeb; }
        div.nav .menu-block__tag-contains-images .menu-block__depth-2 > .menu-block--item:last-child,
        div.nav .menu-block__tag-modern .menu-block__depth-2 > .menu-block--item:last-child,
        div.nav .menu-block__tag-traditional .menu-block__depth-2 > .menu-block--item:last-child {
          border-bottom: 0.1rem solid #ebebeb; }
    div.nav .menu-block__depth-1--wrapper {
      display: none;
      width: 100%;
      margin: 0 auto;
      transition: 0;
      height: auto;
      left: 0;
      text-align: left; }
      div.nav .menu-block__depth-1--wrapper.is-open {
        display: flex;
        justify-content: center;
        transform: none;
        transition: 0;
        position: absolute;
        background: white;
        top: 4.2rem;
        left: 0;
        right: 0;
        width: 100%; }
    div.nav .menu-block__depth-1--no-link:hover {
      color: #000000; }
    div.nav .menu-block__depth-1--no-link .menu_block__depth-1--heading {
      cursor: default; }
    div.nav .menu-block__depth-1 {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 134.5rem;
      padding: 2rem 0 4rem;
      width: 100%; }
    div.nav .menu-block__depth-1--item {
      align-items: flex-start;
      display: block;
      flex: 1 1 auto;
      min-width: 20rem; }
      div.nav .menu-block__depth-1--item:last-of-type {
        margin: 0; }
      div.nav .menu-block__depth-1--item.menu-block__tag-is-square .menu-block__depth-2 {
        justify-content: flex-start;
        margin: 0 -1.8rem 0 0; }
      div.nav .menu-block__depth-1--item.menu-block__tag-square .menu-block--image {
        border-radius: 0.4rem 0.4rem 0 0; }
      div.nav .menu-block__depth-1--item.menu-block__tag-square .menu_block--heading {
        display: block; }
      div.nav .menu-block__depth-1--item.menu-block__tag-square:last-of-type {
        margin: 0; }
      div.nav .menu-block__depth-1--item.menu-block__tag-has-two-cols {
        width: 100%;
        max-width: calc(118rem / 5 * 2 - 2.4rem); }
        div.nav .menu-block__depth-1--item.menu-block__tag-has-two-cols .menu-block__tag-square {
          width: 100%;
          max-width: calc(100% / 2 - 1.8rem); }
      div.nav .menu-block__depth-1--item.menu-block__tag-has-three-cols {
        width: 100%;
        max-width: calc(118rem / 5 * 3 - 2.4rem); }
        div.nav .menu-block__depth-1--item.menu-block__tag-has-three-cols .menu-block__tag-square {
          width: 100%;
          max-width: calc(100% / 3); }
      div.nav .menu-block__depth-1--item.menu-block__tag-has-four-cols {
        width: 100%;
        max-width: calc(118rem / 5 * 4 - 2.4rem); }
        div.nav .menu-block__depth-1--item.menu-block__tag-has-four-cols .menu-block__tag-square {
          width: 100%;
          max-width: calc(100% / 4); }
      div.nav .menu-block__depth-1--item.menu-block__tag-has-five-cols {
        width: 100%;
        max-width: 118rem; }
        div.nav .menu-block__depth-1--item.menu-block__tag-has-five-cols .menu-block__tag-square {
          width: 100%;
          max-width: calc(100% / 5); }
      div.nav .menu-block__depth-1--item .menu_block__depth-1--heading {
        display: block;
        margin-bottom: 1rem;
        font-size: 15px;
        font-size: 1.5rem; }
    div.nav .menu-block__tag-content-block {
      display: none; }
    div.nav .menu-block__tag-single-column-banner .menu-block--image {
      width: 100%; }
    div.nav .menu-block__tag-single-column-banner .menu_block--heading {
      display: none; }
    div.nav .menu-block__tag-full-width-banner .menu-block--link {
      margin-top: 2rem; }
      div.nav .menu-block__tag-full-width-banner .menu-block--link .menu_block__depth-1--heading {
        display: none; }
    div.nav .menu-block__tag-half-width-banner .menu-block--link {
      margin-top: 2rem;
      max-width: 66rem; }
      div.nav .menu-block__tag-half-width-banner .menu-block--link:first-of-type {
        margin-right: 0.5rem; }
      div.nav .menu-block__tag-half-width-banner .menu-block--link .menu_block__depth-1--heading {
        display: none; }
    div.nav .menu-block__depth-2--wrapper {
      position: static; }
    div.nav .menu-block__depth-2 {
      padding: 0; }
    div.nav .menu-block__depth-2--image {
      border-radius: 50%;
      border: 0.1rem solid #ababab;
      display: block;
      height: 5rem;
      margin-right: 1rem;
      padding: 0.2rem;
      width: 5rem; }
    div.nav .menu_block__depth-2--heading {
      font-weight: 400;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      font-size: 14px;
      font-size: 1.4rem; }
    div.nav.menu-block__tag-includes-squares .menu_block__depth-1--heading {
      margin: 0 0 1.8rem; }
    div.nav.menu-block__tag-includes-squares .menu-block__depth-2 {
      margin: 0 -0.9rem; }
    div.nav .menu-block__tag-has-two-cols .menu-block__depth-2--item {
      width: 50%; }
    div.nav .menu-block__tag-has-three-cols .menu-block__depth-2--item {
      width: 33%; }
    div.nav .menu-block__tag-has-four-cols .menu-block__depth-2--item {
      width: 25%; }
    div.nav .menu-block__tag-has-five-cols .menu-block__depth-2--item {
      width: 20%; }
    div.nav .menu-block__tag-square {
      border: 0.1rem solid #F9F9F9;
      border-radius: 0.4rem;
      width: 100%;
      transition: 0.3s; }
      div.nav .menu-block__tag-square:hover {
        cursor: pointer;
        background-color: #000000; }
        div.nav .menu-block__tag-square:hover .menu_block--heading {
          background-color: #000000; }
      div.nav .menu-block__tag-square .menu-block--image {
        width: 100%;
        border-radius: 0.4rem 0.4rem 0 0; }
      div.nav .menu-block__tag-square .menu_block--heading {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        font-family: Helvetica, sans-serif;
        font-style: normal;
        font-family: Helvetica, sans-serif;
        text-align: center;
        line-height: 1.81rem;
        background-color: #ffffff;
        padding: 1.2rem 1rem;
        margin: 0;
        border-radius: 0 0 0.4rem 0.4rem; } }

.newsletter {
  background: #24224d;
  padding: 3.5rem; }
  @media (min-width: 1024px) {
    .newsletter {
      padding: 4rem 1.5rem; } }
  @media (min-width: 1024px) {
    .newsletter .newsletter-inner {
      width: fit-content;
      margin: 0 auto; } }
  .newsletter .newsletter-inner .footer-info-col {
    margin: 0 24%;
    width: 50%;
    align-items: center; }
    @media (max-width: 1024px) {
      .newsletter .newsletter-inner .footer-info-col {
        margin: 0 auto;
        width: 100%; } }
  .newsletter .newsletter-inner p {
    max-width: 100% !important; }
  .newsletter .newsletter-inner .newsletter__intro {
    justify-content: center;
    width: fit-content;
    margin: 0 auto; }
    .newsletter .newsletter-inner .newsletter__intro p {
      white-space: nowrap;
      font-size: 18px;
      font-size: 1.8rem;
      letter-spacing: -0.1, 5rem;
      line-height: 2.4rem;
      color: #ffffff;
      text-align: right;
      padding-right: 2rem; }
      .newsletter .newsletter-inner .newsletter__intro p span {
        color: #60d6bd;
        font-weight: 700; }
      @media (min-width: 1024px) {
        .newsletter .newsletter-inner .newsletter__intro p {
          font-size: 22px;
          font-size: 2.2rem;
          margin: 0; } }
  .newsletter .newsletter-inner .newsletter__form {
    justify-content: center; }
    .newsletter .newsletter-inner .newsletter__form .form-field {
      margin: 0; }
    .newsletter .newsletter-inner .newsletter__form .form-input {
      height: 4.2rem;
      border-radius: 0;
      border: none;
      background: #f6f6f6;
      font-size: 15px;
      font-size: 1.5rem;
      color: #535353;
      padding-left: 2rem;
      width: 100%; }
      @media (min-width: 1024px) {
        .newsletter .newsletter-inner .newsletter__form .form-input {
          max-width: 41.5rem;
          border-top-left-radius: 0.2rem;
          border-bottom-left-radius: 0.2rem; } }
    .newsletter .newsletter-inner .newsletter__form .button {
      height: 4.2rem;
      width: 100%;
      margin-top: 1.6rem; }
      @media (min-width: 1024px) {
        .newsletter .newsletter-inner .newsletter__form .button {
          max-width: 10rem;
          margin: 0;
          border-top-right-radius: 0.2rem;
          border-bottom-right-radius: 0.2rem; } }

.pagination-list {
  display: flex;
  justify-content: center;
  height: 2.5rem;
  margin: 2rem auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #535353; }
  .pagination-list .pagination-item {
    border: none; }
    .pagination-list .pagination-item.pagination-item--current {
      border: 1px solid #535353;
      border-radius: 0; }
      .pagination-list .pagination-item.pagination-item--current .pagination-link {
        font-weight: 700;
        font-family: Helvetica, sans-serif;
        font-style: normal;
        color: #24224d; }
  .pagination-list .pagination-link {
    padding: 0 0.75rem;
    font-size: 14px;
    font-size: 1.4rem;
    color: #535353;
    line-height: 2.5rem; }
    .pagination-list .pagination-link .icon {
      width: 2.5rem;
      height: 2.5rem; }

.productView-options {
  text-align: center; }
  @media (min-width: 1024px) {
    .productView-options {
      max-width: 60rem;
      text-align: left; } }
  @media (min-width: 768px) {
    .productView-options .productView-options--nonCalculator {
      display: inline-flex; }
      .productView-options .productView-options--nonCalculator .form {
        display: inline-flex; }
      .productView-options .productView-options--nonCalculator [data-product-option-change] {
        min-width: 310px; } }

@media (min-width: 768px) and (min-width: 1024px) {
  .productView-options .productView-options--nonCalculator {
    max-width: 41rem;
    display: flex; }
    .productView-options .productView-options--nonCalculator .form {
      display: inline;
      flex: 1; }
    .productView-options .productView-options--nonCalculator [data-product-option-change] {
      min-width: unset; } }
  .productView-options select {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    line-height: 1.6rem;
    color: #535353;
    border: 0.2rem solid #535353;
    height: 4.4rem;
    border-radius: 0;
    padding: 0 0 0 1.5rem;
    background-color: #ffffff;
    background-image: url("../icons/small/chevron_down.svg");
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: top 1.8rem right 1.25rem;
    margin-right: 0.85rem;
    max-width: unset; }
    .productView-options select:focus, .productView-options select:active {
      outline: none !important; }
  .productView-options .form .add-to-cart-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%; }
    @media (min-width: 768px) {
      .productView-options .form .add-to-cart-wrapper {
        width: unset;
        flex-wrap: nowrap; } }
  .productView-options .form .form-field {
    margin-bottom: 1rem; }
  .productView-options .form-action {
    display: inline-flex;
    float: unset;
    padding: 0;
    margin-top: 0; }
  .productView-options #form-action-addToCart {
    width: 100%; }
    @media (min-width: 768px) {
      .productView-options #form-action-addToCart {
        width: 24rem; } }
  .productView-options .wishlist__trigger {
    margin: 0 auto;
    display: block; }
  .productView-options .productView-samples {
    display: none;
    margin: 1rem 0;
    width: 100%; }
    @media (min-width: 768px) {
      .productView-options .productView-samples {
        margin: 0;
        width: 24rem; } }
    .productView-options .productView-samples .button {
      width: 100%;
      color: #60d6bd;
      background-color: #24224d; }
      @media (min-width: 768px) {
        .productView-options .productView-samples .button {
          width: 24rem; } }

@media (min-width: 1024px) {
  .productView-options--nonCalculator .productView-samples .button {
    width: 32.5rem; } }

.space__tabAccordion .tabs .tab.calculator {
  background: #f2f2f2;
  padding: 2rem 0.5rem 2.8rem; }
  .space__tabAccordion .tabs .tab.calculator input {
    display: block; }

.space__tabAccordion .tabs .tab .calculator__heading {
  margin: 0 0 2.6rem;
  justify-content: center;
  color: #535353; }

.space__tabAccordion .tabs .tab .calculator__form {
  margin: 0; }

.space__tabAccordion .tabs .tab .calculator__table {
  color: #535353;
  margin: 0 0 1.3rem; }

.space__tabAccordion .tabs .tab .calculator__table-header {
  display: grid;
  grid-template-columns: 5.5rem auto auto 5.5rem;
  column-gap: 1rem;
  margin: 0 1.6rem 0.4rem; }
  .space__tabAccordion .tabs .tab .calculator__table-header span {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    line-height: 1.3rem; }

.space__tabAccordion .tabs .tab .calculator__table-row {
  display: grid;
  grid-template-columns: 5.5rem auto auto 5.5rem;
  column-gap: 1rem;
  background: #ffffff;
  padding: 1rem; }
  .space__tabAccordion .tabs .tab .calculator__table-row:not(:last-child) {
    margin-bottom: 1rem; }
  .space__tabAccordion .tabs .tab .calculator__table-row span {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    line-height: 1.3rem;
    align-self: center;
    overflow: hidden; }
  .space__tabAccordion .tabs .tab .calculator__table-row input {
    border: none;
    background: #f1f1f1;
    width: 100%;
    padding: 0 1rem;
    height: 4rem; }
    .space__tabAccordion .tabs .tab .calculator__table-row input::-webkit-outer-spin-button, .space__tabAccordion .tabs .tab .calculator__table-row input::-webkit-inner-spin-button {
      -webkit-appearance: none; }
    .space__tabAccordion .tabs .tab .calculator__table-row input:focus {
      outline: none !important; }

.space__tabAccordion .tabs .tab .calculator__table-footer {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 1.3rem;
  margin: 1.6rem 1.6rem 0 0;
  text-align: right; }

.space__tabAccordion .tabs .tab .calculator__total {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 3.5rem;
  margin: 1.3rem 0;
  color: #cf0b34;
  text-align: center; }

.space__tabAccordion .tabs .tab .calculator__wastage {
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 1.6rem;
  text-align: center;
  margin: 0 0 1rem;
  color: #535353;
  max-width: unset; }

.space__tabAccordion .tabs .tab .calculator__recommendation {
  line-height: 1.8rem;
  color: #535353;
  text-align: center;
  margin: 0 0 1.5rem 0;
  max-width: unset; }

.space__tabAccordion .tabs .tab input[type='checkbox'] {
  display: none; }

.space__tabAccordion .tabs .tab label[for='wastage'] {
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2rem;
  color: #535353;
  text-align: center;
  margin-bottom: 3rem;
  cursor: pointer; }
  .space__tabAccordion .tabs .tab label[for='wastage']::before {
    content: '';
    display: inline-block;
    background: url("../icons/small/unchecked.svg") center no-repeat;
    height: 1.6rem;
    width: 1.6rem;
    margin-right: 1rem; }

.space__tabAccordion .tabs .tab input[type='checkbox']:checked + label[for='wastage']::before {
  background: url("../icons/small/filled.svg") center no-repeat; }

.space__tabAccordion .tabs .tab .calculator__cta {
  width: calc(100% - 1.2rem);
  margin: 0 0.6rem; }

@media screen and (min-width: 1024px) {
  .space__tabAccordion .tabs .tab.calculator {
    background: unset;
    padding: 2.6rem 2.1rem; }
  .space__tabAccordion .tabs .tab .calculator__heading {
    justify-content: flex-start; }
  .space__tabAccordion .tabs .tab .calculator__table-header,
  .space__tabAccordion .tabs .tab .calculator__table-row {
    column-gap: 4rem; }
  .space__tabAccordion .tabs .tab .calculator__total,
  .space__tabAccordion .tabs .tab .calculator__wastage,
  .space__tabAccordion .tabs .tab .calculator__recommendation {
    text-align: left; }
  .space__tabAccordion .tabs .tab .calculator__recommendation {
    margin: 0 0 1.3rem; }
  .space__tabAccordion .tabs .tab label[for='wastage'] {
    justify-content: flex-start;
    margin-bottom: 2.5rem; }
  .space__tabAccordion .tabs .tab .calculator__cta {
    width: 24rem;
    margin-left: 0; } }

.pdp__call_to_actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  background: #f8f8f8;
  border-bottom: 1rem solid #f8f8f8;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  width: calc(100% + 3.2rem);
  border-top: 2rem solid #f8f8f8; }
  @media (min-width: 1024px) {
    .pdp__call_to_actions {
      grid-template-columns: 1fr;
      column-gap: unset;
      background: #ffffff;
      border: none;
      margin: 0;
      width: 50%; } }
  .pdp__call_to_actions .productView-info-value {
    float: unset;
    clear: both;
    background: #ffffff;
    padding: 2rem; }
    @media (min-width: 1024px) {
      .pdp__call_to_actions .productView-info-value {
        display: flex;
        background: unset;
        padding: unset;
        grid-area: unset; } }
    .pdp__call_to_actions .productView-info-value a,
    .pdp__call_to_actions .productView-info-value p {
      text-decoration: none;
      color: #535353;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 700;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      display: block;
      text-align: center; }
      @media (min-width: 1024px) {
        .pdp__call_to_actions .productView-info-value a,
        .pdp__call_to_actions .productView-info-value p {
          display: inline-block; } }
    @media (max-width: 625px) {
      .pdp__call_to_actions .productView-info-value.buying__guides::before {
        content: '';
        height: 2.6rem;
        width: 2.6rem;
        background-image: url(../icons/medium/basket_blue.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 1rem;
        display: block;
        margin: 0 auto 1rem auto; } }
    @media (min-width: 1024px) {
      .pdp__call_to_actions .productView-info-value.buying__guides::before {
        display: inline-block;
        margin-right: 1rem;
        margin-top: -0.3rem;
        margin-left: unset;
        margin-bottom: unset; } }
    .pdp__call_to_actions .productView-info-value.buying__guides a {
      text-decoration: underline; }
    .pdp__call_to_actions .productView-info-value.buying__guides p {
      color: #545859;
      display: block;
      margin: 0;
      align-items: center; }
      @media (min-width: 768px) {
        .pdp__call_to_actions .productView-info-value.buying__guides p::before {
          content: '';
          height: 2.6rem;
          width: 2.6rem;
          background-image: url(../icons/medium/basket_blue.svg);
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          margin-right: 1rem;
          display: inline-flex; } }
      @media (min-width: 1024px) {
        .pdp__call_to_actions .productView-info-value.buying__guides p::before {
          display: inline-block;
          margin-right: 1rem;
          margin-top: -0.3rem;
          margin-left: unset;
          margin-bottom: unset; } }
    @media (max-width: 625px) {
      .pdp__call_to_actions .productView-info-value.pdp__telephone::before {
        content: '';
        height: 3rem;
        width: 3rem;
        background-image: url(../icons/medium/call_blue.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        margin: 0 auto 1rem auto; } }
    @media (min-width: 1024px) {
      .pdp__call_to_actions .productView-info-value.pdp__telephone::before {
        display: inline-block;
        margin-right: 1rem;
        margin-top: -0.3rem;
        margin-left: unset;
        margin-bottom: unset;
        background-position-y: bottom; } }
    .pdp__call_to_actions .productView-info-value.pdp__telephone a {
      text-decoration: underline; }
    .pdp__call_to_actions .productView-info-value.pdp__telephone p {
      color: #545859;
      display: block;
      margin: 0;
      align-items: center; }
      @media (min-width: 768px) {
        .pdp__call_to_actions .productView-info-value.pdp__telephone p::before {
          content: '';
          height: 2.7rem;
          width: 2.6rem;
          background-image: url(../icons/medium/call_blue.svg);
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          display: block;
          margin: 0 auto 1rem auto; } }
      @media (min-width: 1024px) {
        .pdp__call_to_actions .productView-info-value.pdp__telephone p::before {
          display: inline-block;
          margin-right: 1rem;
          margin-top: -0.3rem;
          margin-left: unset;
          margin-bottom: unset;
          background-position-y: bottom; } }

.productView-details {
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .productView-details {
      padding-left: 2.5rem; } }
  .productView-details.product-data {
    padding-bottom: 0; }
  .productView-details .productView-product {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 2rem; }
    .productView-details .productView-product .productView-title {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 500;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      line-height: 2.3rem;
      margin-top: 1rem; }
  .productView-details .productView-price {
    text-align: center;
    display: grid;
    align-items: baseline;
    grid-gap: 1rem; }
    @media screen and (min-width: 1024px) {
      .productView-details .productView-price {
        text-align: unset; } }
  .productView-details .wrapper-price-section--withTax-Trade .price-section {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    color: #535353;
    display: flex;
    align-content: center; }
  .productView-details .wrapper-price-section--withTax-Trade .price {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    color: #535353; }
  .productView-details .price {
    color: #cf0b34;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    font-family: Helvetica, sans-serif;
    font-style: normal; }
  .productView-details .tiles--extraInfo {
    color: #545859;
    max-width: 100%; }
  .productView-details .click-collect {
    display: block;
    margin: 2rem 0;
    text-align: center; }
    @media (min-width: 1024px) {
      .productView-details .click-collect {
        display: flex; } }
    @media (max-width: 1024px) {
      .productView-details .click-collect {
        margin: 0;
        margin-bottom: 2rem; } }
    @media (max-width: 625px) {
      .productView-details .click-collect {
        margin: 0;
        margin-bottom: 2rem; } }
    @media (max-width: 625px) {
      .productView-details .click-collect::before {
        content: '';
        height: 2.6rem;
        width: 2.6rem;
        background-image: url(../icons/medium/store.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        margin: 1rem auto 1rem auto; } }
    .productView-details .click-collect p {
      color: #545859;
      display: block;
      margin: 0;
      align-items: center;
      font-weight: normal; }
      @media (min-width: 768px) {
        .productView-details .click-collect p::before {
          content: '';
          height: 2.6rem;
          width: 2.6rem;
          background-image: url(../icons/medium/store.svg);
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          margin-right: 1rem;
          display: block;
          margin: 1rem auto 1rem auto; } }
      @media (min-width: 1024px) {
        .productView-details .click-collect p::before {
          display: inline-block;
          margin-right: 1rem;
          margin-top: -0.3rem;
          margin-left: unset;
          margin-bottom: unset;
          background-position-y: bottom; } }
  .productView-details .productView-info {
    margin: 2rem 0 0;
    text-align: center;
    font-size: 1.3rem; }
    @media screen and (min-width: 1024px) {
      .productView-details .productView-info {
        text-align: left;
        display: grid;
        grid-template-columns: max-content 1fr;
        column-gap: 1rem;
        row-gap: 0.5rem; }
        .productView-details .productView-info:before {
          content: none; }
        .productView-details .productView-info dt,
        .productView-details .productView-info dd {
          margin: 0; } }

@media screen and (min-width: 1024px) {
  #productView-options {
    min-height: 75px; } }

@media screen and (max-width: 625px) {
  .productView-images {
    min-height: 440px; } }

@media screen and (min-width: 1024px) {
  .pdp-buttons-wrapper {
    display: flex;
    align-items: center; }
    .pdp-buttons-wrapper .button {
      align-self: center; }
    .pdp-buttons-wrapper .productView-extra-buttons {
      margin-top: 0; } }

.productView-extra-buttons {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  align-self: flex-start;
  color: #666; }
  @media screen and (min-width: 1024px) {
    .productView-extra-buttons {
      float: right;
      margin-top: 1.2rem; } }

@media screen and (min-width: 1024px) {
  .small-calculator__table-body .productView-extra-buttons {
    float: unset; } }

.productView-share {
  display: flex;
  align-items: center;
  width: fit-content;
  height: fit-content;
  margin: 0;
  padding: 0.9rem 0 0.9rem 1rem; }

.share-button {
  cursor: pointer;
  width: 20px;
  height: 22px;
  margin: 0;
  color: #757575; }

.share-text {
  padding-left: 1rem; }
  @media screen and (min-width: 625px) {
    .share-text {
      display: none; } }

.small-calculator__share-wishlist-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px; }

#imega-widget-anchor {
  display: grid;
  grid-row: 2;
  box-shadow: 0 0 0 0 !important;
  width: 100% !important;
  padding: unset !important;
  margin-top: 0px !important;
  background: #f8f8f8 !important; }
  #imega-widget-anchor .imega-anchor-top {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    min-width: 80px; }
    #imega-widget-anchor .imega-anchor-top img {
      width: 8rem;
      height: auto; }
  #imega-widget-anchor .imega-slug {
    font-size: 14px;
    font-size: 1.4rem;
    background: transparent !important;
    color: #545859 !important;
    font-family: Helvetica, sans-serif !important; }
    @media only screen and (max-width: 768px) {
      #imega-widget-anchor .imega-slug {
        font-size: 12px;
        font-size: 1.2rem; } }
    #imega-widget-anchor .imega-slug .imega-min-payment-text {
      font-size: 14px;
      font-size: 1.4rem;
      color: #545859 !important; }
      @media only screen and (max-width: 768px) {
        #imega-widget-anchor .imega-slug .imega-min-payment-text {
          font-size: 12px;
          font-size: 1.2rem; } }
  #imega-widget-anchor #imega-see-info {
    background: transparent;
    color: #24224d;
    font-weight: bold;
    border-radius: 0;
    line-height: 4.4rem;
    opacity: 0;
    padding: 0 !important;
    margin: 0;
    width: inherit !important;
    height: inherit !important; }
    #imega-widget-anchor #imega-see-info:hover {
      background: #60d6bd;
      color: #24224d;
      border-color: #60d6bd; }

#imega-modal {
  border-radius: 0; }
  #imega-modal h3,
  #imega-modal #imega-close-btn,
  #imega-modal #imega-modal-head {
    border-radius: 0 !important; }

#imega-widget-anchor {
  display: flex;
  margin-bottom: 0 !important;
  width: 100%; }

#imega-widget-anchor div.imega-anchor-top {
  position: relative;
  width: 80px; }

#imega-widget-anchor .imega-anchor-bottom .imega-slug {
  padding-left: 10px !important;
  padding-right: 10px !important;
  display: inline-block !important;
  padding-top: unset !important;
  padding-bottom: unset !important; }

#imega-widget-anchor div {
  display: flex !important;
  align-items: center !important; }

.productView-floating.floating__box {
  transform: translateY(100%);
  transition: transform 0.3s ease;
  display: grid;
  grid-template-areas: 'image title title' 'price price form';
  justify-content: space-between;
  flex-wrap: wrap;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2147483649;
  padding: 1.2rem 1.6rem;
  background-color: #fff;
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.1); }
  .productView-floating.floating__box.active {
    transform: translateY(0); }
  @media screen and (min-width: 540px) {
    .productView-floating.floating__box {
      grid-template-areas: 'image title price' 'form form form';
      justify-content: center; } }
  @media screen and (min-width: 768px) {
    .productView-floating.floating__box {
      display: flex;
      justify-content: center;
      gap: 2rem;
      padding: 1.2rem 1.6rem; } }
  @media screen and (min-width: 1440px) {
    .productView-floating.floating__box {
      gap: 2.8rem;
      padding: 1.6rem 8rem; } }

.floating__box,
.floating__box .productView-options form,
#add-to-cart--floating {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.8rem;
  width: auto;
  margin: 0;
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    .floating__box,
    .floating__box .productView-options form,
    #add-to-cart--floating {
      gap: 1.6rem; } }

.floating__image {
  grid-area: image;
  width: 6rem;
  height: 6rem;
  border-radius: 0.8rem;
  overflow: hidden;
  flex-shrink: 0; }
  .floating__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: inherit; }

.floating__title {
  grid-area: title;
  max-width: 32rem;
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem; }
  @media screen and (min-width: 768px) {
    .floating__title {
      font-size: 1.6rem; } }
  .floating__title span {
    display: block;
    width: 100%;
    max-height: 6rem;
    margin: 0;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; }

.productView-floating .productView-price {
  grid-area: price;
  gap: 0;
  margin: 0;
  text-align: left;
  font-size: 1.6rem; }
  .productView-floating .productView-price .price {
    font-size: 1.6rem; }
  @media screen and (min-width: 768px) {
    .productView-floating .productView-price {
      font-size: 2rem; }
      .productView-floating .productView-price .price {
        font-size: 2rem; } }

.productView-floating .tiles--extraInfo {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 1.2rem;
  line-height: 2rem; }
  @media screen and (min-width: 768px) {
    .productView-floating .tiles--extraInfo {
      font-size: 1.4rem; } }
  .productView-floating .tiles--extraInfo .punctuation {
    display: none; }

.productView-floating .productView-options {
  margin: 0; }

.productView-floating .productView-options--nonCalculator {
  grid-area: form;
  align-self: end;
  justify-self: flex-end;
  justify-content: flex-end; }
  @media screen and (min-width: 768px) {
    .productView-floating .productView-options--nonCalculator {
      align-self: center; } }

.productView-floating #add-to-cart--floating {
  position: relative;
  gap: 0.8rem; }

.floating__qty-label {
  display: none; }

.productView-floating .floating__qty-label {
  display: block;
  position: absolute;
  top: -2rem;
  left: 0;
  font-size: 1.2rem;
  color: #545859; }

.productView-floating .productView-options .form-field,
.productView-floating .productView-options .form-select {
  margin: 0; }

.productView-floating .productView-options #form-action-addToCart--floating {
  width: 12rem;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .productView-floating .productView-options #form-action-addToCart--floating {
      width: 16rem; } }

.productView-images {
  padding: 0;
  margin: 0; }
  .productView-images .slick-arrow {
    display: flex;
    align-items: center;
    background-color: unset;
    border: none;
    margin: 0;
    padding: 0;
    height: 4.4rem;
    width: 4.4rem; }
    .productView-images .slick-arrow:focus {
      outline: none !important; }
    .productView-images .slick-arrow::before {
      background: url("../icons/small/thinarrow.svg") center no-repeat !important;
      height: 1.6rem;
      width: 0.8rem; }
    .productView-images .slick-arrow.slick-prev {
      left: 0.8rem !important; }
      .productView-images .slick-arrow.slick-prev::before {
        transform: rotate(180deg); }
    .productView-images .slick-arrow.slick-next {
      right: 1.1rem;
      justify-content: flex-end; }
    .productView-images .slick-arrow .carousel-tooltip {
      display: none; }

.productView-gallery.slick-slider {
  margin: 0 0 4.3rem;
  padding: 4rem;
  width: 100%;
  border: 0.1rem solid #c7c7c7; }
  .productView-gallery.slick-slider::after {
    content: '';
    display: block;
    background: url("../icons/medium/zoom.svg") no-repeat center;
    height: 2.4rem;
    width: 2.4rem;
    position: absolute;
    bottom: 1.4rem;
    right: 1.4rem;
    cursor: pointer; }
  .productView-gallery.slick-slider .productView-image {
    pointer-events: unset; }
    .productView-gallery.slick-slider .productView-image-roundall {
      position: absolute;
      z-index: 2;
      top: 0rem;
      right: 0rem;
      min-width: 10rem;
      min-height: 10rem;
      max-width: 16rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #cf0b34;
      color: #ffffff;
      word-wrap: break-word;
      overflow-wrap: break-word; }
    .productView-gallery.slick-slider .productView-image-saving {
      font-size: 20px;
      font-size: 2rem;
      text-transform: uppercase;
      padding: 1rem;
      margin: 0;
      font-weight: 700;
      word-break: break-word;
      text-align: center; }
  .productView-gallery.slick-slider .productView-img-container img {
    margin: 0 auto; }
  .productView-gallery.slick-slider .productView-img-container::after {
    padding-bottom: 100%; }
  .productView-gallery.slick-slider .slick-dots {
    position: absolute;
    bottom: -2.6rem;
    left: 0;
    height: 1rem;
    display: flex !important;
    justify-content: center;
    gap: 0.4rem; }
    .productView-gallery.slick-slider .slick-dots li {
      height: 1rem;
      width: 1rem;
      padding: 0; }
      .productView-gallery.slick-slider .slick-dots li button {
        height: 100%;
        width: 100%;
        border: none;
        vertical-align: top;
        outline: none !important; }
        .productView-gallery.slick-slider .slick-dots li button::before {
          height: 100%;
          width: 100%;
          top: 0;
          left: 0;
          background: #c7c7c7; }
      .productView-gallery.slick-slider .slick-dots li.slick-active button::before {
        background: #60d6bd; }

.productView-thumbnails {
  display: none; }

@media screen and (min-width: 1024px) {
  .productView-gallery.slick-slider {
    margin: 0 0 1.1rem;
    padding: 5.4rem; }
    .productView-gallery.slick-slider::after {
      bottom: 2rem;
      right: 2rem; }
  .productView-thumbnails {
    display: block;
    margin: 0;
    padding: 0; }
    .productView-thumbnails::before, .productView-thumbnails::after {
      display: none; }
    .productView-thumbnails .slick-list {
      margin: 0 4.4rem; }
    .productView-thumbnails .productView-thumbnail {
      padding: 0;
      margin-right: 1.1rem;
      border: 0.1rem solid #c7c7c7;
      aspect-ratio: 1 / 1; }
      .productView-thumbnails .productView-thumbnail.slick-current {
        border: 0.1rem solid #535353; }
    .productView-thumbnails .productView-thumbnail-link {
      padding: 0;
      max-width: unset;
      height: inherit;
      border: none;
      text-decoration: none;
      color: #535353; }
      .productView-thumbnails .productView-thumbnail-link[href]:focus {
        outline: none !important; }
      .productView-thumbnails .productView-thumbnail-link span {
        font-size: 10px;
        font-size: 1rem;
        line-height: 1.2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .productView-thumbnails .productView-thumbnail-link span::before {
          content: '';
          display: block;
          background: url("../icons/large/dimensions.svg") no-repeat center;
          height: 4.2rem;
          width: 4.2rem; } }

@media screen and (min-width: 1440px) {
  .productView-thumbnails .productView-thumbnail-link span {
    font-size: 11px;
    font-size: 1.1rem;
    gap: 0.5rem; } }

.wdb-360-trigger-wrap {
  margin: 12px 0; }

.wdb-360-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #fff;
  color: #333;
  border: 1.5px solid #333;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.15s ease; }
  .wdb-360-btn:hover {
    border-color: #00b5b5;
    color: #00b5b5; }

.wdb-360-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0; }

.wdb-viewer-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px; }
  .wdb-viewer-overlay[hidden] {
    display: none; }
  .wdb-viewer-overlay.wdb-fullscreen {
    padding: 0; }
    .wdb-viewer-overlay.wdb-fullscreen .wdb-viewer-modal {
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
      border-radius: 0; }

.wdb-viewer-modal {
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 680px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.wdb-viewer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 0.5px solid #e5e5e5;
  flex-shrink: 0; }

.wdb-viewer-title {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%; }

.wdb-viewer-header-actions {
  display: flex;
  gap: 6px; }

.wdb-viewer-icon-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0.5px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  color: #555;
  transition: background 0.12s ease; }
  .wdb-viewer-icon-btn svg {
    width: 16px;
    height: 16px; }
  .wdb-viewer-icon-btn:hover {
    background: #f5f5f5;
    color: #1a1a1a; }

.wdb-viewer-stage {
  position: relative;
  flex: 1;
  min-height: 360px;
  background: #f5f5f3; }
  .wdb-viewer-stage model-viewer {
    width: 100%;
    height: 100%;
    min-height: 360px; }

.wdb-ar-btn {
  position: absolute;
  bottom: 48px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #fff;
  border: 0.5px solid #ccc;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  color: #1a1a1a; }
  .wdb-ar-btn svg {
    width: 16px;
    height: 16px; }

.wdb-dims-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none; }

.wdb-dim-badge {
  position: absolute;
  background: #00b5b5;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
  pointer-events: none; }
  .wdb-dim-badge[hidden] {
    display: none; }

.wdb-viewer-hint {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 20px;
  pointer-events: none;
  white-space: nowrap; }

.wdb-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f3;
  pointer-events: none; }

.wdb-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e0e0e0;
  border-top-color: #00b5b5;
  border-radius: 50%;
  animation: wdb-spin 0.8s linear infinite; }

@keyframes wdb-spin {
  to {
    transform: rotate(360deg); } }

.wdb-viewer-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 16px;
  border-top: 0.5px solid #e5e5e5;
  flex-shrink: 0; }

.wdb-dims-info {
  font-size: 13px;
  color: #555;
  display: flex;
  gap: 16px;
  flex-wrap: wrap; }
  .wdb-dims-info span {
    font-weight: 500;
    color: #1a1a1a; }

.wdb-footer-actions {
  display: flex;
  gap: 8px;
  width: 100%; }

.wdb-dims-toggle {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 13px;
  background: transparent;
  border: 0.5px solid #ddd;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  color: #555;
  transition: all 0.12s ease; }
  .wdb-dims-toggle svg {
    width: 14px;
    height: 14px; }
  .wdb-dims-toggle[aria-pressed="true"], .wdb-dims-toggle.active {
    border-color: #00b5b5;
    color: #00b5b5;
    background: #f0fdf4; }

.wdb-atc-btn {
  flex: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  background: #00b5b5;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s ease; }
  .wdb-atc-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0; }
  .wdb-atc-btn:hover {
    background: #009999;
    color: #fff; }

@media (max-width: 480px) {
  .wdb-viewer-modal {
    max-height: 100vh;
    border-radius: 12px 12px 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%; }
  .wdb-viewer-overlay {
    align-items: flex-end;
    padding: 0; } }

.pswp__bg {
  background: rgba(0, 0, 0, 0.85); }

.pswp__top-bar,
.pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 1; }

.pswp__counter {
  font-size: 14px;
  font-size: 1.4rem;
  opacity: 1; }

.pswp__img {
  height: auto !important; }

.pswp__button {
  background-image: unset !important;
  justify-content: center;
  align-items: center;
  opacity: 1;
  background: unset;
  cursor: pointer; }
  .pswp__button:not(.pswp__button--share) {
    display: flex !important; }
  .pswp__button::before {
    display: none; }
  .pswp__button::after {
    display: block;
    content: '';
    height: 2.4rem;
    width: 2.4rem; }
  .pswp__button.pswp__button--close::after {
    background: url("../icons/small/close_white.svg") center no-repeat; }
  .pswp__button.pswp__button--share {
    display: none; }
  .pswp__button.pswp__button--fs::after {
    background: url("../icons/medium/maximize.svg") center no-repeat; }
  .pswp__button.pswp__button--zoom::after {
    background: url("../icons/small/search_white.svg") no-repeat center; }
  .pswp__button.pswp__button--arrow--left, .pswp__button.pswp__button--arrow--right {
    height: 4.4rem;
    width: 4.4rem;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.3);
    top: calc(50% - 2.2rem); }
  .pswp__button.pswp__button--arrow--left::after {
    background: url("../icons/small/thinarrow_white.svg") no-repeat center;
    transform: rotate(180deg); }
  .pswp__button.pswp__button--arrow--right::after {
    background: url("../icons/small/thinarrow_white.svg") no-repeat center; }

#productView-options {
  margin-bottom: 0;
  text-align: center; }
  @media (min-width: 1024px) {
    #productView-options {
      text-align: left; } }
  #productView-options p {
    font-size: 13px;
    font-size: 1.3rem;
    color: #535353;
    margin-bottom: 0.5rem;
    max-width: 100%; }
  #productView-options select {
    display: flex;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    line-height: 1.6rem;
    color: #535353;
    border: 0.2rem solid #535353;
    height: 4.4rem;
    width: 100%;
    border-radius: 0;
    padding: 0 1.5rem;
    background-color: #ffffff;
    margin-right: 0.85rem;
    background-position: top 1.8rem right 1.25rem;
    background-image: url("../icons/small/chevron_down.svg");
    background-repeat: no-repeat;
    background-size: 1rem;
    margin: 0 auto;
    display: block; }
    #productView-options select:focus, #productView-options select:active {
      outline: none !important; }
    @media (min-width: 768px) {
      #productView-options select {
        max-width: 32.5rem; } }
    @media (min-width: 1024px) {
      #productView-options select {
        margin: unset;
        display: unset; } }

.productView-options .form-action {
  width: 100%; }
  @media (min-width: 768px) {
    .productView-options .form-action {
      width: unset; } }

.modal-background {
  background: rgba(32, 32, 32, 0.4);
  z-index: 2147483650; }

.productView__modal {
  overflow: auto;
  border: none;
  max-width: 117.8rem;
  width: 95%;
  z-index: 2147483651; }
  .productView__modal .modal-close {
    height: 4.4rem;
    width: 4.4rem;
    top: 0;
    right: 0; }
    .productView__modal .modal-close img {
      height: 1.6rem;
      width: 1.6rem; }
    .productView__modal .modal-close:focus {
      outline: none !important; }
      .productView__modal .modal-close:focus::before, .productView__modal .modal-close:focus::after {
        display: none; }
  .productView__modal .preview-cart {
    max-width: unset; }
    .productView__modal .preview-cart::before, .productView__modal .preview-cart::after {
      display: none; }
  .productView__modal .preview-cart__header {
    display: grid;
    grid-template: 'message' 'image' 'name' 'options' 'price' / 1fr;
    padding: 3rem 2rem 2rem; }
  .productView__modal .preview-cart__message {
    grid-area: message;
    font-weight: 700;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    text-align: center;
    color: #398bcb;
    line-height: 1.6rem; }
  .productView__modal .preview-cart__image {
    grid-area: image;
    margin: 0; }
    .productView__modal .preview-cart__image img {
      display: block;
      width: 100%;
      margin: 0 auto; }
  .productView__modal .preview-cart__title {
    grid-area: name;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #535353;
    margin: 2rem 0 1rem; }
  .productView__modal .preview-cart__options {
    grid-area: options;
    margin-bottom: 0.4rem; }
    .productView__modal .preview-cart__options .definitionList {
      margin-bottom: 0; }
    .productView__modal .preview-cart__options .definitionList-key {
      font-size: 13px;
      font-size: 1.3rem;
      color: #545859; }
    .productView__modal .preview-cart__options .definitionList-value {
      font-size: 13px;
      font-size: 1.3rem;
      color: #535353; }
  .productView__modal .preview-cart__price {
    grid-area: price;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    color: #cf0b34;
    line-height: 2.4rem; }
  .productView__modal .preview-cart__body {
    padding: 2rem;
    background-color: #f8f8f8; }
  .productView__modal .preview-cart__recommended-extras {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    margin: 0 0 2rem;
    color: #535353; }
  .productView__modal .preview-cart__recommended-products {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    grid-gap: 1.45rem; }
  .productView__modal .preview-cart__recommended-product {
    background-color: #ffffff; }
    .productView__modal .preview-cart__recommended-product a {
      display: grid;
      grid-template: 'image title' 'image price' / 6.4rem auto;
      column-gap: 1.4rem;
      padding: 2rem 1.4rem;
      text-decoration: none;
      outline: none !important; }
    .productView__modal .preview-cart__recommended-product img {
      grid-area: image;
      height: 6.4rem;
      width: 6.4rem; }
    .productView__modal .preview-cart__recommended-product h3 {
      grid-area: title;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 500;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      line-height: 2rem;
      color: #545859;
      margin: 0 0 0.9rem; }
    .productView__modal .preview-cart__recommended-product p {
      grid-area: price;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 700;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      color: #cf0b34;
      margin: 0;
      line-height: 2.4rem; }
      .productView__modal .preview-cart__recommended-product p span {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
        font-family: Helvetica, sans-serif;
        font-style: normal;
        margin: 0 0 0 0.4rem;
        color: #24224d;
        line-height: 1.3rem;
        text-decoration: line-through; }
  .productView__modal .preview-cart__footer {
    display: grid;
    grid-template: 'continue' 'total' 'basket' 'checkout' / 1fr;
    padding: 2rem; }
  .productView__modal .preview-cart__continue {
    grid-area: continue;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #545859;
    background-color: unset;
    height: unset;
    width: unset;
    border: none;
    line-height: 2.4rem;
    margin: 0 0 2rem;
    padding: 0; }
    .productView__modal .preview-cart__continue::before {
      content: '';
      display: inline-block;
      background: url("../icons/small/chevron_left.svg") no-repeat center;
      height: 1.4rem;
      width: 0.8rem;
      margin-right: 1.2rem; }
  .productView__modal .preview-cart__sub-total {
    grid-area: total;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    line-height: 2.4rem;
    text-align: center; }
  .productView__modal .preview-cart__view-basket {
    grid-area: basket;
    color: #24224d;
    height: unset;
    width: fit-content;
    margin: 0 auto 2rem;
    padding: 0;
    border: none;
    border-bottom: 0.1rem solid #24224d; }
  .productView__modal .preview-cart__checkout {
    grid-area: checkout;
    width: 100%;
    line-height: 2.4rem; }
  @media screen and (min-width: 768px) {
    .productView__modal {
      top: 0 !important;
      transform: translate(-50%, 0); }
      .productView__modal .modal-close {
        right: 0.3rem; }
      .productView__modal .preview-cart__header {
        display: grid;
        grid-template: 'image message' 'image .' 0.9rem 'image name' 'image options' 'image .' 0.9rem 'image price' / 8.7rem auto;
        column-gap: 2.05rem;
        padding: 2.1rem 4.9rem; }
      .productView__modal .preview-cart__image {
        width: 8.7rem; }
      .productView__modal .preview-cart__message {
        text-align: left;
        margin: 0; }
      .productView__modal .preview-cart__title {
        margin: 0; }
      .productView__modal .preview-cart__price {
        margin: 0; }
      .productView__modal .preview-cart__body {
        padding: 3.1rem 4.9rem; }
      .productView__modal .preview-cart__recommended-extras {
        margin: 0 0 3.2rem; }
      .productView__modal .preview-cart__recommended-products {
        flex-direction: row;
        flex-wrap: wrap;
        grid-gap: 1.45rem; }
      .productView__modal .preview-cart__recommended-product {
        width: calc(50% - 0.8rem); }
      .productView__modal .preview-cart__footer {
        grid-template: "continue . total . basket . checkout"/15.5rem minmax(5rem, auto) minmax(18rem, 20rem) minmax(1.5rem, 3.95rem) 10.5rem minmax(1.5rem, 3.95rem) minmax(15rem, 24rem);
        align-items: center;
        padding: 2rem 2.7rem; }
      .productView__modal .preview-cart__continue,
      .productView__modal .preview-cart__sub-total,
      .productView__modal .preview-cart__view-basket {
        margin: 0;
        align-self: center; }
      .productView__modal .preview-cart__sub-total {
        justify-self: end; } }
  @media screen and (min-width: 1024px) {
    .productView__modal .preview-cart__recommended-product {
      width: calc(100% / 3 - 1.4rem); }
    .productView__modal .preview-cart__sub-total span {
      margin-left: 2.4rem; }
    .productView__modal .button {
      margin: 0; } }

.pdp__product_below_price {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1rem;
  background: #f8f8f8;
  border-bottom: 1rem solid #f8f8f8;
  margin-right: 50px;
  border-top: 2rem solid #f8f8f8;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 10px;
  margin-bottom: 16px;
  min-height: 160px; }
  @media (min-width: 1024px) {
    .pdp__product_below_price {
      grid-template-columns: 1fr;
      column-gap: unset;
      background: #f8f8f8;
      border: none;
      margin: 0;
      margin-left: 2rem;
      margin-right: -2rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
      width: 50%;
      border-radius: 0px; } }

div[data-content-region='product_below_price'] {
  display: none; }

.recommended--Block .productList {
  margin: 0 -1.6rem; }
  .recommended--Block .productList .product:first-of-type {
    padding-bottom: 0; }
  .recommended--Block .productList .product:last-of-type {
    margin-bottom: 1.5rem; }
  .recommended--Block .productList .product + .product {
    margin-top: 1.5rem; }
  .recommended--Block .productList .product .card {
    display: grid;
    background: #ffffff;
    margin: 0;
    padding: 1.5rem;
    column-gap: 1.6rem;
    row-gap: 3rem;
    grid-template: 'figimage description' 'actions actions' /11rem 1fr; }

.recommended--Block .card-figure {
  grid-area: figimage; }

.recommended--Block .card-body {
  grid-area: description; }
  .recommended--Block .card-body .card-title {
    text-align: left; }
  .recommended--Block .card-body .card-text {
    margin-bottom: 0; }

.recommended--Block .listItem-actions {
  grid-area: actions;
  width: 100%;
  display: flex; }
  .recommended--Block .listItem-actions .button {
    width: 100%;
    align-self: flex-end;
    padding: 0;
    line-height: 4.4rem; }

.recommended--Block .stock-level__product {
  text-align: left; }

@media (min-width: 768px) {
  .recommended--Block h4 {
    margin-top: 1.4rem;
    margin-bottom: 0; }
  .recommended--Block .productList {
    margin: 0 1.6rem; }
    .recommended--Block .productList .product {
      border: 0; }
      .recommended--Block .productList .product .card {
        grid-template: 'figimage description actions' /11rem 23rem 1fr; }
      .recommended--Block .productList .product + .product {
        padding: 0; } }

.productView-options .small-calculator__form {
  display: block;
  margin: 0 0 2rem;
  color: #545859;
  position: relative; }
  .productView-options .small-calculator__form #wishlist-dropdown.is-open {
    left: 35% !important;
    margin-top: 2rem; }
    @media (min-width: 768px) {
      .productView-options .small-calculator__form #wishlist-dropdown.is-open {
        left: 54% !important;
        margin-top: unset; } }
    @media (min-width: 1024px) {
      .productView-options .small-calculator__form #wishlist-dropdown.is-open {
        left: 20rem !important; } }

.small-calculator__table-header p {
  margin: 0 0 1.5rem 0;
  max-width: unset;
  line-height: 1.8rem; }

.small-calculator__table-row label,
.small-calculator__table-row input {
  display: block;
  margin: 0; }

.small-calculator__table-row label {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  margin-bottom: 0.4rem; }

.small-calculator__table-row input {
  padding: 1.3rem 0.95rem;
  border-radius: 0;
  border: none;
  background-color: #f1f1f1;
  width: 100%;
  -moz-appearance: textfield;
  height: 100%; }
  .small-calculator__table-row input::-webkit-outer-spin-button, .small-calculator__table-row input::-webkit-inner-spin-button {
    -webkit-appearance: none; }
  .small-calculator__table-row input:focus {
    outline: none !important; }

.small-calculator__table-row p {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  line-height: 2rem;
  margin: 0.5rem 0 0; }

.small-calculator__table-row .small-calculator__total {
  display: none; }

.small-calculator__wastage {
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  margin: 2.3rem 0 1rem;
  line-height: 1.6rem;
  color: #535353;
  max-width: unset; }

.small-calculator__recommendation {
  margin: 0 4.4rem 2.6rem;
  line-height: 1.8rem;
  max-width: unset; }

input[type='checkbox'] {
  display: none; }

label[for='small-wastage'] {
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2rem;
  color: #535353;
  text-align: center;
  margin-bottom: 2.3rem;
  cursor: pointer; }
  label[for='small-wastage']::before {
    content: '';
    display: inline-block;
    background: url("../icons/small/unchecked.svg") center no-repeat;
    height: 1.6rem;
    width: 1.6rem;
    margin-right: 1rem; }

input[type='checkbox']:checked + label[for='small-wastage']::before {
  background: url("../icons/small/filled.svg") center no-repeat; }

.small-calculator__total {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  line-height: 3.5rem;
  color: #cf0b34; }

@media screen and (min-width: 768px) {
  .productView-options .small-calculator__form {
    text-align: center; } }

@media screen and (min-width: 1024px) {
  .productView-options .small-calculator__form {
    background-color: #f8f8f8;
    text-align: left;
    padding: 1.4rem 1.6rem; }
  .small-calculator__table-header p {
    margin: 0 0 1.3rem;
    line-height: 2rem; }
  .small-calculator__table-row {
    display: grid;
    grid-template-columns: 1fr 1rem 1fr auto;
    column-gap: 2.3rem; }
    .small-calculator__table-row label {
      margin: 0 0 0.4rem;
      grid-row: 1;
      grid-column: span 2; }
    .small-calculator__table-row input {
      margin: 0;
      width: 100%; }
    .small-calculator__table-row p {
      margin: 0;
      align-self: center; }
    .small-calculator__table-row .small-calculator__total {
      font-size: 20px;
      font-size: 2rem;
      line-height: 3.5rem;
      display: block; }
  .small-calculator__wastage,
  .small-calculator__recommendation,
  label[for='small-wastage'] {
    font-size: 12px;
    font-size: 1.2rem; }
  .small-calculator__recommendation {
    margin: 0 0 1.3rem; }
  label[for='small-wastage'] {
    justify-content: flex-start; }
  .small-calculator__total {
    display: none; } }

.space__tabAccordion {
  margin: 0 -1.5rem; }
  @media (min-width: 625px) {
    .space__tabAccordion {
      margin: unset; } }
  .space__tabAccordion .tabs {
    display: flex;
    flex-flow: wrap;
    margin: 0;
    list-style: none;
    padding: 0;
    border-bottom: none;
    position: relative;
    justify-content: space-evenly; }
    .space__tabAccordion .tabs:before, .space__tabAccordion .tabs:after {
      display: none; }
    .space__tabAccordion .tabs .tab-title {
      padding: 0;
      text-align: left;
      color: #535353;
      display: block;
      padding: 2.4rem;
      cursor: pointer;
      background: none;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 700;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      width: 100%;
      background: #ffffff;
      margin-bottom: 1.5rem;
      position: relative; }
      @media (min-width: 625px) {
        .space__tabAccordion .tabs .tab-title {
          text-align: center;
          border-bottom: 0.2rem solid transparent;
          order: 1;
          width: unset;
          background: none;
          margin-bottom: 0;
          padding: 1.5rem; } }
      .space__tabAccordion .tabs .tab-title::after {
        content: '';
        height: 1.2rem;
        width: 1.2rem;
        background-image: url(../icons/small/plus.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        top: 3rem;
        right: 3rem;
        z-index: 1;
        cursor: pointer; }
        @media (min-width: 625px) {
          .space__tabAccordion .tabs .tab-title::after {
            display: none; } }
    .space__tabAccordion .tabs input {
      display: none; }
      .space__tabAccordion .tabs input:checked + .tab-title {
        background: #ffffff;
        margin-bottom: 0; }
        @media (min-width: 625px) {
          .space__tabAccordion .tabs input:checked + .tab-title {
            border-color: #398bcb;
            background: none;
            margin-bottom: -0.2rem;
            z-index: 20; } }
        .space__tabAccordion .tabs input:checked + .tab-title::after {
          content: '';
          height: 1.2rem;
          width: 1.2rem;
          background-image: url(../icons/small/minus.svg);
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          display: block;
          position: absolute;
          top: 3rem;
          right: 3rem;
          z-index: 1;
          cursor: pointer; }
          @media (min-width: 625px) {
            .space__tabAccordion .tabs input:checked + .tab-title::after {
              display: none; } }
      .space__tabAccordion .tabs input:checked + .tab-title + .tab {
        display: block;
        width: 100%;
        margin-bottom: 1.5rem; }
    .space__tabAccordion .tabs .tab {
      flex-grow: 1;
      display: none;
      padding: 2.4rem;
      background: #ffffff;
      order: initial;
      border: none; }
      @media (min-width: 625px) {
        .space__tabAccordion .tabs .tab {
          background: none;
          order: 99;
          border-top: 0.2rem solid #d8d8d8;
          padding: 2.4rem 5rem; } }
      .space__tabAccordion .tabs .tab h3 {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 500;
        font-family: Helvetica, sans-serif;
        font-style: normal;
        color: #535353;
        margin: 0;
        padding-bottom: 1rem;
        line-height: 2.4rem; }
      .space__tabAccordion .tabs .tab .product-dimensions {
        margin-top: 1rem; }

#wishlist-dropdown {
  box-shadow: 0 0.2rem 1.5rem 0 #cbcbcb;
  padding: 0; }
  #wishlist-dropdown.is-open {
    padding: 0;
    min-width: 19rem;
    left: 35% !important;
    max-width: 19rem !important; }
    @media (min-width: 768px) {
      #wishlist-dropdown.is-open {
        left: -6rem !important; } }
  #wishlist-dropdown .button {
    border: none;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 1rem 1.7rem;
    line-height: 2rem;
    color: #398bcb;
    text-align: left; }
    #wishlist-dropdown .button.add_to_wishlist_heading {
      font-weight: 400;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      color: #535353; }
    #wishlist-dropdown .button.wishlist__new {
      background: #f1f1f1;
      color: #445281;
      text-align: center; }

.dropdown-menu-button {
  border: 0;
  width: unset !important;
  padding-right: 0; }
  @media (max-width: 625px) {
    .dropdown-menu-button {
      padding-left: 0; } }
  .dropdown-menu-button:focus, .dropdown-menu-button:hover {
    border: 0; }
  .dropdown-menu-button.is-open {
    position: relative; }
  .dropdown-menu-button .wishlist__icon {
    display: flex;
    align-items: center; }
    .dropdown-menu-button .wishlist__icon::before {
      background: url("../icons/small/heart.svg") no-repeat center;
      display: inline-block;
      content: '';
      vertical-align: middle;
      height: 2.3rem;
      width: 2.3rem; }
    .dropdown-menu-button .wishlist__icon::after {
      content: 'Add to Wishlist';
      margin-left: 1rem;
      margin-right: 1rem;
      font-size: 14px;
      font-size: 1.4rem; }
      @media (min-width: 625px) {
        .dropdown-menu-button .wishlist__icon::after {
          display: none; } }
    .dropdown-menu-button .wishlist__icon.item-added::before {
      background: url("../icons/small/heart_filled.svg") no-repeat center; }

.quick-search {
  align-self: center;
  display: block;
  padding: 0;
  position: static;
  background-color: unset;
  max-height: 4.8rem;
  height: 100%;
  grid-row: 3;
  grid-column: 2 / span 3; }
  @media screen and (min-width: 768px) {
    .quick-search {
      grid-row: 2;
      grid-column: 4; } }
  .quick-search:not(.header__quick-search) {
    width: 100%;
    height: 4.8rem; }
  .quick-search .quickSearchResults {
    margin-top: unset; }
  .quick-search .container {
    height: 100%;
    max-width: unset;
    margin: 0;
    padding: 0; }
  .quick-search .form,
  .quick-search .form-fieldset,
  .quick-search .form-field {
    height: inherit; }
  .quick-search .container .form {
    max-width: unset;
    padding-bottom: 0; }
  .quick-search .form-fieldset {
    border: none; }
  .quick-search .form-input {
    font-size: 16px;
    font-size: 1.6rem;
    height: 100%;
    background-color: #f6f6f6;
    border: none;
    border-radius: 0.6rem;
    font-family: Helvetica, sans-serif;
    line-height: 2.6rem;
    padding: 1rem 5rem 1rem 1.75rem; }
    .quick-search .form-input::placeholder {
      color: #535353; }
    .quick-search .form-input:focus {
      outline: none !important;
      box-shadow: inset 0 0 0 0.1rem #24224d, 0 0 0.25rem 0.025rem rgba(53, 14, 14, 0.25);
      background-color: #ffffff; }
  .quick-search .form-field::after {
    position: absolute;
    top: calc(50% - 2.15rem / 2);
    right: 1.5rem;
    background: url("../icons/small/search.svg") no-repeat;
    background-size: 100%;
    height: 2.15rem;
    width: 2.15rem; }
  @media screen and (min-width: 768px) {
    .quick-search {
      position: unset;
      opacity: unset;
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    .quick-search .form-field {
      display: flex;
      align-items: center;
      max-width: 55rem;
      margin: 0 auto;
      position: relative; }
    .quick-search .form-input {
      height: 4.2rem; } }

.kuQuickSearchResultsContainer {
  z-index: calc(10000 + 1);
  position: fixed;
  top: var(--top) !important;
  bottom: 0;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  max-width: 144rem;
  margin: auto;
  background-color: #f8f8f8;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(186, 186, 186, 0.5);
  overflow: hidden scroll; }
  @media screen and (min-width: 1024px) {
    .kuQuickSearchResultsContainer {
      bottom: unset;
      width: calc(100vw - 8rem); } }
  @media screen and (min-width: 1440px) {
    .kuQuickSearchResultsContainer {
      width: calc(100vw - 16rem); } }
  .kuQuickSearchResultsContainer ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }

.klevu-qs {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (min-width: 1024px) {
    .klevu-qs {
      display: grid;
      grid-template-columns: 1fr 2fr;
      grid-template-rows: auto 1fr; } }
  .klevu-qs a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    text-decoration: none; }
  .klevu-qs h3 {
    position: relative;
    margin: 2.6rem auto 1.6rem auto;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: Helvetica, sans-serif;
    font-style: normal; }
    @media screen and (min-width: 1024px) {
      .klevu-qs h3 {
        margin: 1.6rem auto 1.6rem 0; } }

.klevu-qs__background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.klevu-qs__close {
  z-index: 2;
  position: absolute;
  top: 2rem;
  right: 1.6rem;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  background: none; }
  @media screen and (min-width: 1024px) {
    .klevu-qs__close {
      display: none; } }

.klevu-qs__categories,
.klevu-qs__pages {
  padding: 0 1.6rem 3rem 1.6rem;
  background-color: #ffffff; }
  @media screen and (min-width: 1024px) {
    .klevu-qs__categories,
    .klevu-qs__pages {
      padding: 0; } }
  .klevu-qs__categories a,
  .klevu-qs__pages a {
    margin: 2rem auto; }
  .klevu-qs__categories h3::after,
  .klevu-qs__pages h3::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #c7c7c7; }
  .klevu-qs__categories .klevu-qs__results,
  .klevu-qs__pages .klevu-qs__results {
    margin-top: 3rem; }

.klevu-qs__categories {
  order: 1;
  grid-column: 1;
  grid-row: 1; }
  @media screen and (min-width: 1024px) {
    .klevu-qs__categories {
      order: 1;
      padding: 1rem 4rem 0 4rem; } }

.klevu-qs__pages {
  order: 3;
  grid-column: 1;
  grid-row: 2;
  margin-top: 3rem; }
  @media screen and (min-width: 1024px) {
    .klevu-qs__pages {
      order: 2;
      margin: 0;
      padding: 1rem 4rem 4rem 4rem; }
      .klevu-qs__pages a {
        margin: 1rem auto; } }

.klevu-qs__products {
  order: 2;
  grid-column: 2;
  grid-row: span 2;
  height: 100%;
  margin: 2rem auto auto auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  padding: 2rem; }
  .klevu-qs__products .klevu-qs__results {
    grid-row: 2;
    grid-column: span 2; }
  .klevu-qs__products .klevu-qs__results-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.6rem; }
  @media screen and (min-width: 1440px) {
    .klevu-qs__products {
      order: 3;
      margin: 0;
      padding: 1rem 4rem 4rem 4rem;
      grid-template-rows: auto 1fr auto; }
      .klevu-qs__products .klevu-qs__results-list {
        grid-template-columns: 1fr 1fr; } }

h3.klevu-qs__product-heading {
  grid-row: 1;
  grid-column: 1;
  margin: 1.6rem auto 1.6rem 0;
  padding: 0 1.6rem; }
  @media screen and (min-width: 1024px) {
    h3.klevu-qs__product-heading {
      padding: 0; } }

.klevu-qs__view-all {
  grid-row: 1;
  grid-column: 2;
  margin: 1.6rem 0 1.6rem auto; }
  @media screen and (min-width: 1024px) {
    .klevu-qs__view-all {
      grid-row: 3;
      grid-column: 2; } }
  .klevu-qs__view-all a {
    padding: 0 1.6rem;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    text-align: right;
    text-decoration: underline;
    line-height: 2.4; }
    @media screen and (min-width: 1024px) {
      .klevu-qs__view-all a {
        padding: 0; } }

.klevu-qs__product a {
  display: inline-grid;
  grid-template-columns: 8rem 1fr 8rem;
  gap: 1.2rem;
  height: 100%;
  margin: 0.8rem auto;
  padding: 1.6rem;
  background-color: #ffffff; }
  @media screen and (min-width: 1024px) {
    .klevu-qs__product a {
      margin: 0; } }

.klevu-qs__image {
  position: relative;
  width: 8rem;
  min-width: 8rem;
  height: 8rem;
  overflow: hidden; }
  .klevu-qs__image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.klevu-qs__product-name {
  font-size: 12px;
  font-size: 1.2rem; }

.klevu-qs__product-prices {
  margin-top: 0.8rem; }

.klevu-qs__product-price {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  color: #cf0b34; }

.klevu-qs__product-price-strike {
  margin-right: 0.8rem;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: line-through; }

.klevu-qs__term {
  display: inline;
  font-weight: 700; }

.slick-dots {
  left: 0;
  right: 0; }

.slick-dots li button {
  background: #bebebe;
  border: none; }

.slick-dots li.slick-active button::before {
  top: 0;
  left: 0;
  background: #60d6bd; }

.slick-arrow,
.slick-arrow:hover {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  background: none;
  border: none; }
  .slick-arrow::before,
  .slick-arrow:hover::before {
    width: 100%;
    height: 100%;
    transition: 0.3s; }
  @media screen and (min-width: 768px) {
    .slick-arrow,
    .slick-arrow:hover {
      width: 3.2rem;
      height: 3.2rem; } }

.slick-prev::before,
.slick-prev:hover::before {
  background: url("../icons/small/chevron_left.svg") no-repeat center/contain; }

.slick-next::before,
.slick-next:hover::before {
  background: url("../icons/small/chevron_right.svg") no-repeat center/contain; }

.slick-track > a[href=''] {
  cursor: default;
  pointer-events: none !important; }

.stock-level {
  float: left; }

.stock-level__product {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  color: #219f78;
  text-transform: capitalize;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .stock-level__product {
      text-align: unset; } }
  .stock-level__product::before {
    display: inline-block;
    content: '';
    width: 1.6rem;
    height: 2rem;
    background: url("../icons/medium/done.svg") no-repeat center/contain;
    margin-bottom: -0.5rem; }
  .stock-level__product.stock-level__product--no-stock {
    color: #a8161b; }
    .stock-level__product.stock-level__product--no-stock::before {
      background: url("../icons/medium/alert.svg") no-repeat center/contain; }
  .stock-level__product.stock-level__product--low-stock {
    color: #cca342; }
    .stock-level__product.stock-level__product--low-stock::before {
      background: url("../icons/medium/time_yellow.svg") no-repeat center/contain; }
  .stock-level__product.stock-level__product--pre-order {
    color: #398bcb; }
    .stock-level__product.stock-level__product--pre-order::before {
      background: url("../icons/medium/time_blue.svg") no-repeat center/contain; }
      .stock-level__product.stock-level__product--pre-order::before svg {
        fill: #398bcb; }
  .stock-level__product.stock-level__hide {
    display: none; }
  .stock-level__product .stock-level__text {
    display: inline-block;
    height: 2rem;
    line-height: 2rem; }

@media screen and (min-width: 768px) {
  .timeline {
    display: grid;
    grid-template-columns: 40rem 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: 'heading timeline' 'content timeline';
    column-gap: 6rem;
    margin: auto;
    max-width: 768px; }
    .timeline:not(.has-timeline) {
      grid-template-columns: 1fr;
      grid-template-areas: 'heading' 'content';
      gap: 0;
      width: 40rem; } }

.track-order__heading.h1 {
  grid-area: heading; }

.timeline__content {
  grid-area: content; }

.timeline__track {
  grid-area: timeline; }

.track-order {
  padding: 0 1.6rem;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #ffffff; }

.track-order__heading {
  display: flex;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  font-family: Helvetica, serif;
  font-style: normal;
  text-align: left;
  color: #24224d; }
  .track-order__heading.h1 {
    margin: 3rem 0;
    font-size: 24px;
    font-size: 2.4rem; }
  .track-order__heading.h4 {
    margin: auto;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 3rem; }
  .track-order__heading span {
    color: #398bcb; }

.track-order__content {
  max-width: 40rem; }
  @media screen and (min-width: 768px) {
    .track-order__content {
      width: 40rem;
      margin: auto; } }

.track-order__not-found {
  color: #a8161b;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal; }

.track-order__copy {
  margin: 1.6rem auto 3.2rem auto;
  text-align: left; }

.track-order__details {
  margin: 0 -1.6rem 1rem -1.6rem;
  padding: 1.6rem 1.6rem 3.2rem 1.6rem;
  background: #f8f8f8; }
  .track-order__details .track-order__heading {
    margin: 0 auto 1rem auto; }

.track-order__button {
  margin: 1.6rem auto; }

@keyframes checked-bg {
  0% {
    background-color: #ffffff; }
  20% {
    background-color: #219f78; }
  100% {
    background-color: #ffffff; } }

@keyframes checked {
  0% {
    fill: #ffffff; }
  100% {
    fill: #219f78; } }

.track-order__form {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .track-order__form .track-order__button {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .track-order__form .track-order__button {
        max-width: 22rem;
        margin-right: 0; } }

.track-order__input-block {
  width: 100%;
  margin: 1rem auto; }

.track-order__label {
  display: block;
  text-align: left; }

.track-order__input {
  width: 100%;
  height: 4.4rem;
  padding: 0 1rem;
  background-color: #f8f8f8;
  border: none; }

.track-order__input-message {
  height: 1rem;
  margin: 0.8rem 0 auto auto;
  font-size: 10px;
  font-size: 1rem;
  text-align: right; }
  .track-order__input-message svg {
    border-radius: 100%;
    animation: checked-bg 1s; }
  .track-order__input-message polygon {
    fill: #219f78;
    animation: checked 1s; }

.timeline__content .track-order__button {
  width: 100%; }

.timeline__content .track-order__heading.h2 {
  margin: auto; }

.timeline__track {
  display: flex;
  flex-direction: column;
  margin: 3.2rem 1rem 0 1rem; }
  @media screen and (min-width: 768px) {
    .timeline__track {
      margin: 3.2rem auto; } }

.timeline__step {
  display: grid;
  grid-template-columns: 3rem 1fr;
  height: 7rem;
  overflow-y: scroll;
  transition: height 0.3s ease; }
  .timeline__step polygon {
    fill: #ffffff; }

.timeline__track-fragment {
  display: grid;
  grid-template-rows: 3rem 1fr;
  height: 100%; }

.timeline__point {
  width: 3rem;
  height: 3rem;
  background-color: #dddddd;
  border-radius: 100%;
  transition: background-color 0.6s; }

.timeline__line {
  width: 0.6rem;
  height: 100%;
  margin: auto;
  background: #dddddd;
  transition: background-position 0.2s; }

.will-fill.full-dot .timeline__point {
  background-color: #dddddd; }
  .will-fill.full-dot .timeline__point polygon {
    fill: #dddddd; }

.will-fill.full-line .timeline__line {
  background: linear-gradient(to bottom, #60d6bd 50%, #dddddd 50%) 0 100%;
  background-size: 100% 200%; }

.is-full.full-dot .timeline__point {
  background-color: #60d6bd; }
  .is-full.full-dot .timeline__point polygon {
    fill: #ffffff; }

.is-full.full-line .timeline__line {
  background-position: 0 0; }

.timeline__block {
  height: 100%;
  margin-left: 1.6rem; }

.timeline__copy {
  padding: 1rem 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left; }

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px; }

.lds-roller div:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #60d6bd;
  margin: -4px 0 0 -4px; }

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s; }

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px; }

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s; }

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px; }

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s; }

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px; }

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s; }

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px; }

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s; }

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px; }

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s; }

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px; }

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s; }

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px; }

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s; }

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.hero-banner img {
  width: 100%; }

.header-notice-banner {
  height: 3.8rem !important;
  position: fixed;
  width: 100%; }
  .header-notice-banner .notice-banner {
    height: 3.8rem !important;
    position: fixed; }
    .header-notice-banner .notice-banner a {
      letter-spacing: -0.09px; }
      .header-notice-banner .notice-banner a .notice-banner--icon img {
        height: 3.5rem;
        width: 4.2rem;
        margin-right: 1rem; }

.blog-section__heading {
  display: block;
  padding: 0 0 2rem; }

.blog-section__carousel.slick-dotted {
  margin-bottom: 6.9rem;
  overflow: hidden; }
  .blog-section__carousel.slick-dotted .slick-track {
    display: flex;
    justify-content: center; }
  .blog-section__carousel.slick-dotted .slick-dots {
    bottom: -4.5rem; }
  .blog-section__carousel.slick-dotted [data-carousel-dot]:focus {
    outline: none !important; }

.blog-section__article {
  box-shadow: 0 0.2rem 1.5rem 0 #cbcbcb; }
  .blog-section__article:not(:last-of-type) {
    margin-right: 1.7rem; }
  .blog-section__article figure {
    margin: 0;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.21) 29.92%, rgba(0, 0, 0, 0.192) 69.04%, rgba(0, 0, 0, 0)); }
  .blog-section__article img {
    position: relative;
    z-index: -1; }
  .blog-section__article figcaption {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 4rem;
    transform: translateY(-50%);
    color: unset;
    width: calc(100% - 8rem); }

.blog-section__title,
.blog-section__sub-title {
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  display: block;
  text-transform: unset; }

.blog-section__title {
  line-height: 2.7rem; }

.blog-section .button.button--primary {
  display: block;
  height: 4.8rem;
  line-height: 2.8rem;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 1024px) {
  .blog-section .button {
    height: 4.2rem;
    line-height: 2.2rem; }
  .blog-section__article:not(:last-of-type) {
    margin-right: 6rem; }
  .blog-section__title {
    line-height: 3.5rem; }
  .blog-section__carousel.slick-dotted {
    margin-bottom: 3.6rem; } }

.feature-block__carousel .slick-list {
  width: calc(100% - 5rem);
  margin: 0 auto; }

.feature-block__carousel .slick-arrow {
  margin: 0;
  height: 4.8rem;
  width: 4.8rem;
  display: flex;
  align-items: center; }
  .feature-block__carousel .slick-arrow.slick-prev {
    justify-content: flex-start;
    left: 0;
    margin-left: 0.8rem; }
    .feature-block__carousel .slick-arrow.slick-prev::before {
      background: url("../icons/small/thinarrow_navy.svg") no-repeat center;
      height: 1.3rem;
      width: 0.7rem;
      transform: rotate(180deg); }
  .feature-block__carousel .slick-arrow.slick-next {
    justify-content: flex-end;
    right: 0;
    margin-right: 0.8rem; }
    .feature-block__carousel .slick-arrow.slick-next::before {
      background: url("../icons/small/thinarrow_navy.svg") no-repeat center;
      height: 1.3rem;
      width: 0.7rem; }
  .feature-block__carousel .slick-arrow.slick-prev:focus, .feature-block__carousel .slick-arrow.slick-next:focus {
    outline: none !important;
    background: none; }
  .feature-block__carousel .slick-arrow .carousel-tooltip {
    display: none; }

.feature-block__carousel .feature-block__item:not(:last-of-type) {
  margin-right: 4rem; }

[data-content-region='page_builder_content'] [data-widget-id] h1,
[data-content-region='page_builder_content'] [data-widget-id] h2,
[data-content-region='page_builder_content'] [data-widget-id] h3,
[data-content-region='page_builder_content'] [data-widget-id] h4,
[data-content-region='page_builder_content'] [data-widget-id] h5,
[data-content-region='page_builder_content'] [data-widget-id] h6 {
  margin: 0; }

[data-content-region='page_builder_content'] [data-widget-id] p {
  max-width: unset; }

[data-content-region='page_builder_content'] [data-widget-id] ul {
  margin-left: 0;
  padding-left: 20px; }

.hero-carousel-widget .hero-carousel-widget__slider {
  margin-bottom: 0; }

.hero-carousel-widget .slick-slide video {
  width: 100%; }

.hero-carousel-widget .hero-carousel-widget__desktop-video {
  display: none; }

.hero-carousel-widget .slick-dots {
  bottom: 4.2rem; }
  .hero-carousel-widget .slick-dots [data-carousel-dot]:focus {
    outline: none !important; }
    .hero-carousel-widget .slick-dots [data-carousel-dot]:focus .carousel-tooltip {
      display: none; }

@media screen and (min-width: 1024px) {
  .hero-carousel-widget .hero-carousel-widget__mobile-video {
    display: none; }
  .hero-carousel-widget .hero-carousel-widget__desktop-video {
    display: block; } }

.uspBanner--wrapper {
  height: 3.9rem; }
  .uspBanner--wrapper a {
    display: inline;
    align-items: center; }
  .uspBanner--wrapper img {
    height: 1.6rem;
    width: unset;
    margin-right: 1rem;
    display: inline; }
  .uspBanner--wrapper .uspBanner--slider:not(.slick-initialized) {
    display: none !important; }
  @media screen and (min-width: 1280px) {
    .uspBanner--wrapper .uspBanner--slider.slick-slider {
      max-width: 1440px;
      min-width: unset;
      width: 100%;
      margin: 0 auto; } }

[data-widget-id='7f5d1eff-92f9-4323-86aa-fd40c5d3df1a'] {
  background-color: #f8f8f8; }

:root {
  --widget--background-color: #1852be;
  --widget--padding: 15px 0px;
  --widget--margin: 5px 0;
  --widget--content-color: #000000;
  --widget--column-count: 1;
  --widget--grid-gap: 5px;
  --widget--item-direction: column;
  --widget-item--heading-color: #000000;
  --widget-item--text-color: #000000; }

.categoryBlock--wrapper {
  --widget--background-color: #f8f8f8;
  --widget--padding: 40px 16px;
  --widget--margin: 35px 35px; }
  @media only screen and (min-width: 768px) {
    .categoryBlock--wrapper {
      --widget--padding: 40px 16px;
      --widget--margin: 35px 35px; } }
  @media only screen and (min-width: 1024px) {
    .categoryBlock--wrapper {
      --widget--padding: 80px 80px;
      --widget--margin: 45px 0px; } }
  @media only screen and (min-width: 1200px) {
    .categoryBlock--wrapper {
      --widget--padding: 80px 80px;
      --widget--margin: 45px 0px; } }

.categoryBlock--heading {
  --widget--heading-color: #535353; }

.categoryBlock--content {
  --widget--content-color: #535353; }

.categoryBlock--list {
  --widget--column-count: 2;
  --widget--grid-gap: 25px 15px; }
  @media only screen and (min-width: 768px) {
    .categoryBlock--list {
      --widget--column-count: 3; } }
  @media only screen and (min-width: 1024px) {
    .categoryBlock--list {
      --widget--column-count: 4; } }
  @media only screen and (min-width: 1200px) {
    .categoryBlock--list {
      --widget--column-count: 6;
      --widget--grid-gap: 30px; } }

.categoryBlock-item--content {
  --widget--item-direction: column; }

.categoryBlock-item--heading {
  --widget-item-heading-color: #535353;
  text-transform: capitalize;
  margin: 12px 0;
  font-size: 16px; }

.categoryBlock-item--text {
  --widget-item--text-color: #535353; }

.categoryBlock--button {
  word-break: break-word; }

.body.wishlists .account__wrapper .account,
.body.wishlist .account__wrapper .account {
  padding: 1.6rem; }

.body.wishlists .pagination ul,
.body.wishlist .pagination ul {
  padding: 0; }

.body.wishlists .button.button--delete {
  max-height: 3.2rem; }

@media screen and (max-width: 768px) {
  .body.wishlists .wishlist__delete-all {
    margin-top: 1.6rem; } }

.body.wishlist .account__wishlist {
  grid-template-columns: 1fr auto; }
  .body.wishlist .account__wishlist .page-heading {
    text-align: left; }

.body.wishlist .productList .product .form .button {
  height: 4.6rem; }

.body {
  margin: 0; }
  .body.page {
    background: #ffffff; }

.header:not([has-global-message]) ~ .body {
  padding-top: 14.4rem; }

.header[has-global-message] ~ .body {
  padding-top: 17.6rem; }

.container {
  max-width: unset;
  padding: 0; }

.page-block {
  display: flex;
  flex-direction: column;
  background: #f8f8f8; }
  .page-block.page-block--alternate, .page-block.search {
    background: #ffffff; }
  .page-block > * {
    max-width: 1600px; }
  .page-block .page-block__wrapper {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 0 1.6rem; }
    @media screen and (min-width: 1440px) {
      .page-block .page-block__wrapper {
        padding: 0 8rem; } }
    @media screen and (min-width: 1024px) {
      .page-block .page-block__wrapper .productView {
        padding-bottom: 4rem; } }

.page {
  margin: 0;
  width: 100%;
  background: #f8f8f8; }
  .page .landing__category--banner {
    aspect-ratio: 604 / 146; }
  @media screen and (min-width: 768px) {
    .page .landing__category--banner {
      aspect-ratio: 1600 / 220; } }
  .page.alternative-page {
    background: #ffffff; }

.page-content {
  padding: 0;
  float: unset; }

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

@media screen and (min-width: 768px) {
  .header:not([has-global-message]) ~ .body {
    padding-top: 8.8rem; }
  .header[has-global-message] ~ .body {
    padding-top: 12.4rem; } }

@media screen and (min-width: 1440px) {
  .header:not([has-global-message]) ~ .body {
    padding-top: 16.8rem; }
  .header[has-global-message] ~ .body {
    padding-top: 19.2rem; } }

.container .account__wrapper {
  padding: 0 1.5rem 1rem; }
  @media screen and (min-width: 768px) {
    .container .account__wrapper {
      padding: 0 2.4rem 2rem; } }
  @media (min-width: 1024px) {
    .container .account__wrapper {
      display: grid;
      grid-template-columns: 1fr 2fr;
      max-width: 113rem;
      margin: 5.2rem auto 0;
      grid-gap: 2.5rem;
      padding: 0 4rem 5.2rem; } }
  @media screen and (min-width: 1280px) {
    .container .account__wrapper {
      padding: 0 0 5.2rem; } }
  @media (min-width: 1024px) {
    .container .account__wrapper .breadcrumbs {
      display: none; } }
  .container .account__wrapper .page-heading {
    margin-bottom: 2rem; }
    @media (min-width: 1024px) {
      .container .account__wrapper .page-heading {
        order: -1;
        margin-bottom: 0; } }
  .container .account__wrapper .navBar--sub {
    margin-bottom: 0;
    background: none; }
    @media (min-width: 1024px) {
      .container .account__wrapper .navBar--sub {
        display: block; } }
    .container .account__wrapper .navBar--sub .navBar--inner {
      background: #ffffff; }
  .container .account__wrapper .account {
    background: #ffffff;
    width: 100%;
    padding: 2.4rem 3.2rem; }
    @media (min-width: 1024px) {
      .container .account__wrapper .account {
        padding: 4rem; } }
    .container .account__wrapper .account.loading {
      display: flex;
      justify-content: center;
      align-items: center; }
    .container .account__wrapper .account .page-heading {
      color: #535353;
      font-size: 26px;
      font-size: 2.6rem;
      margin-bottom: 3rem;
      font-weight: 700;
      border-color: #979797; }
    .container .account__wrapper .account .button {
      height: unset; }
    .container .account__wrapper .account .form-actions .button {
      height: 4.6rem;
      line-height: 4.6rem;
      padding-top: 0; }
    .container .account__wrapper .account .account-body {
      margin: 0; }
      .container .account__wrapper .account .account-body .account-content {
        padding: 0; }
    .container .account__wrapper .account .productList .card-title {
      text-align: left; }

.createaccount .page-heading,
.createaccount_thanks .page-heading {
  display: block; }

.createaccount .account-body,
.createaccount_thanks .account-body {
  margin: 0; }
  .createaccount .account-body p,
  .createaccount_thanks .account-body p {
    max-width: unset;
    text-align: center; }
  .createaccount .account-body .button,
  .createaccount_thanks .account-body .button {
    display: block;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 4.4rem; }

.faqs-category {
  display: grid;
  grid-template: '. title .' '. sub-content .' '. faqs .' '. contact-us .' '. topics .' / 0;
  grid-template-rows: repeat(5, auto);
  margin-bottom: 2rem; }

div[data-faqs] {
  grid-area: faqs; }
  div[data-faqs].loading {
    display: flex;
    justify-content: center;
    align-items: center; }

.faqs-topics {
  grid-area: topics; }

@media screen and (min-width: 768px) {
  .faqs-category {
    grid-template-columns: 2rem 1fr 0.8rem; } }

@media screen and (min-width: 1024px) {
  .faqs-category {
    grid-template: '. . . title .' '. . . sub-content .' auto '. contact-us . faqs .' auto '. topics . faqs .' auto '. . . faqs .' / 3rem 31.1rem 4.8rem auto 2rem; } }

@media screen and (min-width: 1440px) {
  .faqs-category {
    grid-template-columns: 0 31.1rem 4.8rem auto 0; } }

@media screen and (min-width: 1600px) {
  .faqs-category {
    grid-template: ". . . title ." ". . . sub-content ." auto ". contact-us . faqs ." auto ". topics . faqs ." auto ". . . faqs ." auto ". . . popular ."/minmax(0, auto) 31.1rem 4.8rem 108.1rem minmax(0, auto); } }

.faqs-landing {
  display: grid;
  grid-template: '. title .' '. sub-content .' '. faqs .' '. contact-us .' '. popular .' / 1.6rem 1fr 1.6rem; }
  .faqs-landing::before, .faqs-landing::after {
    display: none; }

.faqs-heading {
  grid-area: title; }

.faqs {
  grid-area: faqs; }

.faqs__contact-us {
  grid-area: contact-us; }

.faqs-category__sub-content {
  grid-area: sub-content; }

div[data-content-region='popular_faqs'] {
  grid-column: 1 / -1; }
  @media screen and (min-width: 1024px) {
    div[data-content-region='popular_faqs'] {
      grid-area: popular; } }

@media screen and (min-width: 768px) {
  .faqs-landing {
    grid-template-columns: 2.4rem 1fr 2.4rem; } }

@media screen and (min-width: 1024px) {
  .faqs-landing {
    grid-template: '. . . title .' '. . . sub-content .' 2.4rem '. contact-us . faqs .' '. . . . .' 4rem '. . . popular .' / 4rem 31.1rem 4.8rem auto 4rem; } }

@media screen and (min-width: 1440px) {
  .faqs-landing {
    grid-template-columns: 8rem 31.1rem 4.8rem auto 8rem; } }

@media screen and (min-width: 1600px) {
  .faqs-landing {
    grid-template-columns: minmax(8rem, auto) 31.1rem 4.8rem 108.1rem minmax(8rem, auto); } }

.homepage .page-block {
  display: grid;
  grid-template-areas: '. region .';
  grid-template-columns: 1.6rem auto 1.6rem; }
  .homepage .page-block > * {
    max-width: unset; }

.homepage .page-block:has([class*='full']) {
  display: block; }

.homepage div[data-content-region] {
  grid-area: region;
  overflow: hidden; }

@media screen and (min-width: 375px) {
  .homepage div[data-content-region='homepage_content_one'] {
    min-height: 1100px; }
    .homepage div[data-content-region='homepage_content_one'] img {
      min-height: 295px; } }

@media screen and (min-width: 625px) {
  .homepage div[data-content-region='homepage_content_one'] {
    min-height: 1500px; }
    .homepage div[data-content-region='homepage_content_one'] img {
      min-height: 400px; } }

@media screen and (min-width: 768px) {
  .homepage div[data-content-region='homepage_content_one'] {
    min-height: 265px; }
    .homepage div[data-content-region='homepage_content_one'] img {
      min-height: 160px; } }

@media screen and (min-width: 768px) {
  .homepage .page-block {
    grid-template-columns: 2.4rem auto 2.4rem; } }

@media screen and (min-width: 1024px) {
  .homepage .page-block {
    grid-template-columns: 4rem auto 4rem; } }

@media screen and (min-width: 1440px) {
  .homepage .page-block {
    grid-template-columns: 8rem auto 8rem; } }

@media screen and (min-width: 1600px) {
  .homepage .page-block {
    grid-template-columns: minmax(8rem, auto) 144rem minmax(8rem, auto); } }

.homepage .heroCarousel .slick-slide img {
  width: auto; }

.landing__product-list {
  display: grid;
  grid-template: 'banner' 'header' 'toolbar' 'results' 'footer';
  margin-bottom: 4rem; }

.landing__content-list {
  display: grid;
  grid-template: 'header' 'results' 'footer';
  margin-bottom: 4rem; }

.landing__category--banner {
  grid-area: banner; }

.landing__header {
  grid-area: header; }

.landing__filters {
  grid-area: filters; }

.landing__toolbar {
  grid-area: toolbar; }

.landing__results {
  grid-area: results; }

.landing__footer {
  grid-area: footer; }

@media screen and (min-width: 1024px) {
  .landing__product-list {
    grid-template: 'header header header header header' '. . . toolbar .' '. filters . results .' '. filters . footer .' / 4rem 27.2rem 2.4rem auto 4rem;
    margin-bottom: 5rem; }
  .landing__content-list {
    grid-template: 'header header header' '. results .' '. footer .' / 4rem auto 4rem;
    margin-bottom: 15rem; } }

@media screen and (min-width: 1440px) {
  .landing__product-list {
    grid-template: "header header header header header" ". . . toolbar ." ". filters . results ." ". filters . footer ."/8rem 27.2rem 2.4rem minmax(auto, 114.4rem) 8rem; }
  .landing__content-list {
    grid-template: 'header header header' '. results .' '. footer .' / 8rem auto 8rem; } }

@media screen and (min-width: 1600px) {
  .landing__product-list {
    grid-template: 'header header header header header' '. . . toolbar .' '. filters . results .' '. filters . footer .' / 1fr 27.2rem 2.4rem 114.4rem 1fr; }
  .landing__content-list {
    grid-template: 'header header header' '. results .' '. footer .' / 1fr 144rem 1fr; } }

.productView {
  margin: 0;
  padding: 0; }

.productView-description {
  float: unset;
  padding: 1.8rem 0 0 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem; }

@media (min-width: 1024px) {
  .productView-description {
    grid-template-columns: 1fr 1fr; } }

:root {
  --widget-title-font-size: 2.3rem;
  --widget-title-font-weight: 500;
  --widget-subtitle-font-size: 1.3rem;
  --widget-subtitle-font-weight: 400;
  --widget-subtitle-margin: 0.5rem 0 2rem;
  --widget-button-font-size: 1.3rem;
  --widget-button-font-weight: 400;
  --widget-button-margin: 0;
  --widget-button-padding: 0.5rem 1.75rem;
  --widget-button-border: 0;
  --widget-base-font-size: inherit;
  --widget-base-font-weight: inherit;
  --widget-base-line-height: inherit;
  --widget-default-padding: 0 1rem;
  --widget-default-margin: 1rem;
  --widget-default-margin-top: 0.5rem;
  --widget-brand-text-transform: uppercase; }

@media screen and (min-width: 801px) {
  :root {
    --widget-button-font-size: 1.5rem; } }

/*
Non destructive resets
*/
[id^='sd-hero-image-'] [data-test-id='hero-image-title']:not([class*='custom']) {
  /*
            Cannot use: color
        */
  font-size: var(--widget-title-font-size);
  font-weight: var(--widget-title-font-weight); }

[id^='sd-hero-image-'] [data-test-id='hero-image-subtitle']:not([class*='custom']) {
  /*
            Cannot use: color
        */
  font-size: var(--widget-subtitle-font-size);
  font-weight: var(--widget-subtitle-font-weight);
  margin: var(--widget-subtitle-margin); }

[id^='sd-hero-image-'] [data-test-id='hero-image-button']:not([class*='custom']) {
  /*
            Cannot use: color, background-color, border-radius
        */
  border: var(--widget-button-border);
  font-size: var(--widget-button-font-size);
  font-weight: var(--widget-button-font-weight);
  margin: var(--widget-button-margin);
  padding: var(--widget-button-padding); }

[id^='sd-carousel-'] [data-test-id='carousel-title']:not([class*='custom']) {
  /*
            Cannot use: color
        */
  font-size: var(--widget-title-font-size);
  font-weight: var(--widget-title-font-weight); }

[id^='sd-carousel-'] [data-test-id='carousel-subtitle']:not([class*='custom']) {
  /*
            Cannot use: color
        */
  font-size: var(--widget-subtitle-font-size);
  margin: var(--widget-subtitle-margin); }

[id^='sd-carousel-'] [data-test-id='carousel-cta-button'] {
  /*
            Cannot use: color, background-color, border-radius
        */
  border: var(--widget-button-border);
  font-size: var(--widget-button-font-size);
  font-weight: var(--widget-button-font-weight);
  margin: var(--widget-button-margin);
  padding: var(--widget-button-padding); }

[id^='bc-product-'] [data-test-id='product-widget-image'] > div {
  margin: var(--widget-default-margin); }

[id^='bc-product-'] [data-test-id='product-widget-brand']:not([class*='custom']) {
  /*
            Cannot use: color
        */
  font-size: var(--widget-base-font-size);
  font-weight: var(--widget-base-font-weight);
  line-height: var(--widget-base-line-height);
  padding: var(--widget-default-padding);
  text-transform: var(--widget-brand-text-transform); }

[id^='bc-product-'] [data-test-id='product-widget-name']:not([class*='custom']) {
  /*
            Cannot use: color
        */
  font-size: var(--widget-base-font-size);
  font-weight: var(--widget-base-font-weight);
  line-height: var(--widget-base-line-height);
  padding: var(--widget-default-padding); }
  [id^='bc-product-'] [data-test-id='product-widget-name']:not([class*='custom']) a {
    text-decoration: inherit; }

[id^='bc-product-'] [data-test-id='product-widget-ratings'] {
  margin-top: var(--widget-default-margin-top);
  padding: var(--widget-default-padding); }

[id^='bc-product-'] [data-test-id='product-widget-price']:not([class*='custom']) {
  /*
            Cannot use: color
        */
  font-size: var(--widget-base-font-size);
  font-weight: var(--widget-base-font-weight);
  line-height: var(--widget-base-line-height);
  margin-top: var(--widget-default-margin-top);
  padding: var(--widget-default-padding); }

[id^='sd-product-set-'] [data-test-id='product-set-widget-brand']:not([class*='custom']) {
  /*
            Cannot use: color
        */
  font-size: var(--widget-base-font-size);
  font-weight: var(--widget-base-font-weight);
  line-height: var(--widget-base-line-height);
  margin-top: calc(var(--widget-default-margin-top) * 2);
  text-transform: var(--widget-brand-text-transform); }

[id^='sd-product-set-'] [data-test-id='product-set-widget-name']:not([class*='custom']) {
  /*
            Cannot use: color
        */
  font-size: var(--widget-base-font-size);
  font-weight: var(--widget-base-font-weight);
  line-height: var(--widget-base-line-height); }
  [id^='sd-product-set-'] [data-test-id='product-set-widget-name']:not([class*='custom']) a {
    text-decoration: inherit; }

[id^='sd-product-set-'] [data-test-id='product-set-widget-ratings'] {
  margin-top: var(--widget-default-margin-top);
  padding: var(--widget-default-padding); }

[id^='sd-product-set-'] [data-test-id='product-set-widget-price']:not([class*='custom']) {
  /*
            Cannot use: color
        */
  font-size: var(--widget-base-font-size);
  font-weight: var(--widget-base-font-weight);
  line-height: var(--widget-base-line-height); }

/*
[class^=sd-divider] inherits from hr

Destructive selectors:
    [class^=sd-simple-text] p	
    [class^=sd-button]
    [class^=sd-spacer]
*/
.hero-header-wrapper {
  /* -----------------------------------------------
        The wide, thin and container values can be changed to match the signed off design.
        These values have been set as a starting point and based on previous builds
  ---------------------------------------------------*/
  --max-width-wide: 1400px;
  --max-width-container: 1116px;
  --max-width-thin: 900px;
  /* -----------------------------------------------
                Main CSS Variables
    ---------------------------------------------------*/
  /* .hero-header__content-container */
  --alignment: center;
  --justify: flex-start;
  /* .hero-header__heading */
  --heading-fontsize: 23px;
  --heading-color: #333;
  /* /hero-header__image */
  --image-object-fit: cover;
  --image-border-radius: 0px;
  --image-align-vertical: top;
  --image-align-horizontal: center;
  /* .hero-header__image */
  --aspect-ratio: auto;
  --max-height: none;
  /* .hero-header__content */
  --padding-top: 0;
  --padding-bottom: 0;
  --padding-left: 20px;
  --padding-right: 20px;
  --text-align: left;
  --content-background-color: rgba(0, 0, 0, 0);
  /* .hero-header__content-inner */
  --max-content-width: 300px;
  /* .hero-header__text */
  --text-margin: 1.5rem 0;
  --text-color: #333;
  --text-fontsize: 14px;
  --text-link-color: #333;
  /* .hero-header__picture:before */
  --overlay-colour: rgba(0, 0, 0, 0);
  --overlay-opacity: 0.3;
  /* -----------------------------------------------
                Wrapper
    ---------------------------------------------------*/ }
  @media (min-width: 768px) {
    .hero-header-wrapper {
      /* .hero-header__heading */
      --heading-fontsize: 23px;
      /* .hero-header__content */
      --padding-top: 20px;
      --padding-bottom: 20px; } }
  @media (min-width: 1024px) {
    .hero-header-wrapper {
      /* .hero-header__heading */
      --heading-fontsize: 28px; } }
  .hero-header-wrapper--custom {
    margin-left: calc(50% - 50vw);
    width: 100vw; }
    .hero-header-wrapper--custom .hero-header {
      margin-left: auto;
      margin-right: auto; }
  .hero-header-wrapper--container .hero-header {
    max-width: var(--max-width-container); }
  .hero-header-wrapper--wide .hero-header {
    max-width: var(--max-width-wide); }
  .hero-header-wrapper--thin .hero-header {
    max-width: var(--max-width-thin); }

/* -----------------------------------------------
                Widget Styling
    ---------------------------------------------------*/
.hero-header {
  /* -----------------------------------------------
                Slick Carousel
    ---------------------------------------------------*/ }
  .hero-header__item {
    display: grid;
    grid-template-areas: 'hero' 'content'; }
    @media (min-width: 768px) {
      .hero-header__item {
        grid-template-areas: 'hero'; } }
    .hero-header__item > * {
      grid-area: hero; }
  .hero-header__content {
    padding-top: var(--padding-top);
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
    padding-bottom: var(--padding-bottom);
    text-align: var(--text-align);
    max-width: 100%; }
    .hero-header__content-inner {
      max-width: var(--max-content-width);
      width: 100%; }
    .hero-header__content-container {
      align-items: var(--alignment);
      justify-items: var(--justify);
      grid-area: content;
      display: grid;
      place-self: center;
      height: 100%;
      max-width: var(--blocks-layout-width);
      width: 100%; }
      @media (min-width: 768px) {
        .hero-header__content-container {
          grid-area: hero; } }
      .hero-header__content-container--thin {
        max-width: var(--max-width-thin); }
      .hero-header__content-container--container {
        max-width: var(--max-width-container); }
      .hero-header__content-container--wide {
        max-width: var(--max-width-wide); }
  .hero-header__picture {
    height: 100%;
    position: relative;
    width: 100%; }
  .hero-header__image {
    aspect-ratio: var(--aspect-ratio);
    max-height: var(--max-height); }
  .hero-header .slick-next,
  .hero-header .slick-prev {
    border: 0; }
    .hero-header .slick-next:before,
    .hero-header .slick-prev:before {
      background-size: 200%; }
  .hero-header .slick-next {
    right: 25px; }
    .hero-header .slick-next:before {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTAgNkw4LjU5IDcuNDEgMTMuMTcgMTJsLTQuNTggNC41OUwxMCAxOGw2LTZ6Ii8+PC9zdmc+Cg=="); }
  .hero-header .slick-prev {
    left: 25px; }
    .hero-header .slick-prev:before {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTUuNDEgNy40MUwxNCA2bC02IDYgNiA2IDEuNDEtMS40MUwxMC44MyAxMnoiLz48L3N2Zz4K"); }
  .hero-header .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .hero-header .slick-dots {
    position: static; }
    .hero-header .slick-dots li:only-child {
      display: none; }
  .hero-header__carousel[data-component='slick']:not(.slick-initialized) {
    display: flex;
    opacity: 0;
    overflow-x: auto; }

/* -----------------------------------------------
                Widget Slide Styling
    ---------------------------------------------------*/
.hero-header__heading {
  color: var(--heading-color);
  font-size: var(--heading-fontsize); }

.hero-header__text {
  color: var(--text-color);
  font-size: var(--text-fontsize);
  margin: var(--text-margin); }
  .hero-header__text a {
    color: var(--text-link-color); }

.hero-header__content {
  background-color: var(--content-background-color);
  z-index: 1; }

.hero-header__image {
  border-radius: var(--image-border-radius);
  height: 100%;
  max-width: 100%;
  object-fit: var(--image-object-fit);
  object-position: var(--image-align-vertical) var(--image-align-horizontal);
  width: 100%; }

.hero-header__picture:before {
  background-color: var(--overlay-colour);
  opacity: var(--overlay-opacity);
  position: absolute;
  height: 100%;
  pointer-events: none;
  width: 100%; }

.hero-header .button {
  line-height: 1.8; }

/* This is all sample CSS code for when you apply styling for the headings, text etc. This can be replaced in the theme, or you can rename the CSS

For example, in the schema you will see, classes like widget-h1

{
  "label": "H1",
  "value": "widget-h1"
},

You can rename these to just be h1, or heading-1 and then do the syling in the theme.
*/
.widget-h1 {
  font-size: 48px; }

.widget-h2 {
  font-size: 38px; }

.widget-h3 {
  font-size: 32px; }

.widget-h4 {
  font-size: 28px; }

.widget-h5 {
  font-size: 24px; }

.widget-h6 {
  font-size: 18px; }

.widget-text-small {
  font-size: 12px; }

.widget-text-body {
  font-size: 16px; }

.widget-text-large {
  font-size: 20px; }
