@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap");
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex='-1']):focus,
[contenteditable='true']:focus {
  outline: none;
  outline-offset: none; }

input:focus + label {
  outline: none;
  outline-offset: none; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

h1 {
  font-size: 60px; }

h2 {
  font-size: 42px; }

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

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

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

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: 1rem;
  width: 1rem;
  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.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .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.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 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: "Oswald", 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: #af1c21;
  color: white;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #9e4042;
    color: white; }
  .button:active {
    background-color: transparent;
    border: 1px solid #9e4042;
    color: white; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

/*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: #af1c21;
  border-color: #af1c21;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #9e4042;
    border-color: #9e4042;
    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.5625rem 1.5rem; }

.button--tiny { }

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

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

/*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.75rem;
  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.375rem 0.75rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.375rem; }
  .dropdown-menu-item a {
    margin: -0.375rem; }

/*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.75rem;
  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: #0a0a0a;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #dedede;
  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: #1274bb;
    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: #dedede;
  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: #1274bb; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #1274bb; }

/*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(0, 0, 0, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.375rem;
    padding-left: 1.875rem;
    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: 1rem;
      left: 0;
      top: 0;
      width: 1rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.875rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.875rem; }

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

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

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

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

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

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

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

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

/*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: 5.625rem;
  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: #af1c21;
    box-shadow: 0 0 4px rgba(175, 28, 33, 0.4); }

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

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

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

.switch-label--icon.icon {
  height: 1.625rem;
  width: 1.625rem; }
  .switch-label--icon.icon svg {
    height: 1.625rem;
    width: 1.625rem;
    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.375rem;
  width: 1.375rem;
  float: left;
  margin: 0 0 0 -1.875rem;
  position: relative;
  top: 0.625rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #2a7e56; }

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

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.375rem 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: #2a7e56; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #2a7e56; }

.form-field--success .form-input-indicator > svg {
  fill: #2a7e56; }

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

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

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

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

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

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

/*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: #0a0a0a;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #0a0a0a; }
  .breadcrumb.current {
    color: #0a0a0a;
    cursor: default; }
    .breadcrumb.current a {
      color: #0a0a0a;
      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: #0a0a0a;
    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: #0a0a0a;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

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

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

.tab-title {
  color: #0a0a0a;
  display: block;
  font-size: 15px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #333333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #0a0a0a;
    font-size: 1rem;
    margin-left: 0.375rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #0a0a0a;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.3125rem 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.75rem;
  padding: 0.75rem 1.125rem 0.75rem 1.125rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button {
    margin: 0 0 0 0.75rem; }

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

.alertBox--success {
  background-color: #2a7e56;
  border-color: #2a7e56;
  color: #333333; }
  .alertBox--success svg {
    fill: #2a7e56; }

.alertBox--warning {
  background-color: #f29508;
  border-color: #f29508;
  color: #333333; }
  .alertBox--warning svg {
    fill: #f29508; }

.alertBox--error {
  background-color: #eb4714;
  border-color: #eb4714;
  color: #333333; }
  .alertBox--error svg {
    fill: #eb4714; }

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.125rem; }
  .alertBox-close .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .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(0, 0, 0, 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.875rem;
    display: block;
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.875rem; }

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.75rem 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.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

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

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

.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.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .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.75rem 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.75rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #0a0a0a; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.375rem; } }
  .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: 1261px) {
    .slick-prev {
      left: -3.375rem; } }
  .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: 2rem;
    width: 2rem;
    margin: 0;
    padding: 0.3125rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.9375rem;
      width: 0.9375rem;
      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.625rem;
    content: ' ';
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.5rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip::before, .carousel-tooltip::after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 551px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip::after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip::before, .slick-prev:focus .carousel-tooltip::after,
  .slick-next:focus .carousel-tooltip::before,
  .slick-next:focus .carousel-tooltip::after,
  .slick-dots button:focus .carousel-tooltip::before,
  .slick-dots button:focus .carousel-tooltip::after {
    display: block; }
  .slick-prev .carousel-tooltip::before,
  .slick-next .carousel-tooltip::before {
    top: -7px; }
  .slick-prev .carousel-tooltip::before {
    right: -2px; }
  .slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto; }
  .slick-next .carousel-tooltip::after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip::before, .slick-dots button .carousel-tooltip::after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip::before {
      top: -7px; }

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

html,
body {
  height: auto; }

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

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

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

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

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

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

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

.definitionList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

.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-no-form.is-open,
#wishlist-dropdown.is-open {
  background: transparent;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown-no-form.is-open,
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #wishlist-dropdown-no-form.is-open,
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown-no-form.is-open,
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown-no-form.is-open:focus,
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown-no-form.is-open [data-wishlist],
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown-no-form.is-open .button,
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown-no-form.is-open .button--has-items,
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown-no-form.is-open li:not(:last-child) .button,
  #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: 1261px) {
  .modal--large {
    width: 1280px; } }

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

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

.modal-close {
  height: 2rem;
  width: 2rem;
  color: #757575;
  font-size: 26px;
  line-height: 2rem;
  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.625rem;
    content: ' ';
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.5rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.625rem); }

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

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

.hide-content {
  opacity: 0; }

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

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

ol.breadcrumbs {
  display: none;
  font-size: 0;
  overflow: visible;
  text-align: center; }
  @media (min-width: 551px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid #af1c21;
    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.375rem 0 0.75rem; }
  .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.25rem;
  margin-top: -0.125rem;
  width: 1.25rem; }

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

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

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

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

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

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

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

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.6875rem 1.125rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox--info {
  background-color: #3a5f6f;
  color: white; }
  .alertBox--info p {
    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(235, 71, 20, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 0.875rem;
  left: -0.125rem;
  margin-right: 0.0625rem;
  position: relative;
  top: 0.1875rem;
  width: 0.875rem; }

.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(42, 126, 86, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.6875rem center;
  background-repeat: no-repeat; }

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

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

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

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

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

.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: 75rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.75rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.75rem; } }

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

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.125rem;
  font-size: 13px;
  height: 2.25rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.5625rem 0.75rem;
  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 #dedede;
  border-radius: 4px;
  padding: 1.5rem; }

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

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

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

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

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

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

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

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

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

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

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.1875rem 0.3125rem; }

.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.1875rem; }
  .form-field--success .form-input--incrementTotal {
    float: none; }

.form-option {
  border: 1px solid #dedede;
  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: #1274bb; }
  .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.375rem;
  padding: 1px 0.375rem;
  pointer-events: none;
  text-align: center; }

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

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

.form-input--small {
  font-size: 13px;
  height: 2.25rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem; }

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

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

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

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

.card:focus-within .card-figcaption {
  opacity: 1; }

.card.focus-within .card-figcaption {
  opacity: 1; }

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

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

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

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

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

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

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

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.375rem 0 0;
  color: white; }
  .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.375rem 0 0; }

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

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.75rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #af1c21; }
    .card--alternate:hover .card-body {
      background-color: #af1c21; }
      .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.375rem;
  padding-left: 1.875rem;
  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: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 0.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.5rem; }
  .navList-action--checkbox::after {
    margin-top: -0.4375rem; }
  .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.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.8125rem;
    width: 0.8125rem;
    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.75rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #0a0a0a;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #0a0a0a;
    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 #dedede;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #1274bb; }

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

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

.has-ribbon {
  position: relative; }

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

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 801px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 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.75rem;
      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.875rem;
      position: absolute; }

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

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.75rem;
  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.5rem;
    width: 0.5rem;
    margin: -1px 0 0 0.1875rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 18.75rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 8.75rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 8.875rem !important; }

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

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

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.3125rem;
      top: auto !important; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.4375rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.5625rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.875rem; } }

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

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

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

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

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

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

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

.countPill {
  background-color: #333333;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.1875rem;
  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.375rem 0.75rem;
  padding-left: 0.75rem; }

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

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

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

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

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

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

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

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

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.75rem 1.125rem 1.125rem; }
      .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: #0a0a0a; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.75rem 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: #0a0a0a;
    display: inline-block;
    padding: 0.375rem 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.25rem;
    width: 1.25rem;
    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.375rem;
    margin-right: 0.75rem; }
    .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.625rem;
      content: ' ';
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.5rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.25rem 0.375rem;
      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.3125rem;
  width: 1.3125rem; }

.socialLinks--alt svg {
  fill: #0a0a0a; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

.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: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  margin: auto;
  max-width: 500px;
  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;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;';
    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.375rem;
  margin-right: -0.375rem; }
  .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.5rem;
    margin-right: 2.5rem; }
  .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: 0.375rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  box-sizing: content-box;
  display: 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: 801px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; } }

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

.productView-title {
  font-size: 20px;
  margin: -0.75rem 0 0.375rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 60px; } }

.productView-brand {
  color: #0a0a0a;
  font-size: 15px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.1875rem 0 1rem; } }
  .productView-brand a {
    color: #0a0a0a; }
    .productView-brand a:hover {
      color: #333333; }

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

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

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

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.1875rem;
  margin-right: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Oswald", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

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

.productOptions-list {
  border: 1px solid #dedede;
  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 #dedede; }
  .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.25rem; }

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

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

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

.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.25rem; }
  .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.75rem;
    padding-right: 0.75rem;
    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: 62.5rem; }

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

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

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

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

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

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

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

.facetedSearch-navList {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

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

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

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

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

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

.banner {
  margin: 0 auto;
  max-width: 75rem;
  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.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.75rem;
    width: 0.75rem;
    display: inline-block;
    fill: #0a0a0a;
    position: relative;
    top: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-item-brand {
  color: #0a0a0a;
  margin-bottom: 0.1875rem; }

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

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

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

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

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

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

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

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

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

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #0a0a0a;
  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.75rem;
    padding-right: 0.75rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    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: 2rem;
    margin-bottom: 0; }

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

.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: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 75rem;
  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.75rem 0.375rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.75rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    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.375rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.375rem; }

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

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

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

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

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

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

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

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

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

.address-label {
  color: #0a0a0a;
  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: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

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

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

.video {
  display: block;
  margin-bottom: 1.875rem;
  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.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

.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: 75rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 801px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }
  .new-customer .panel-body a:hover {
    text-decoration: none; }

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

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

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

.account-product-figure {
  float: left;
  margin-right: 0.75rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  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.0625rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.0625rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.375rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

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

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

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

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

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

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

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

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

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

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

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

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

.order-payments-description {
  color: #af1c21;
  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: #0a0a0a;
  font-size: 15px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

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

.account-downloadsItem-availability {
  color: #0a0a0a; }

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

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

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

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

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

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

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

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.25rem;
  cursor: pointer;
  display: none;
  max-height: 4rem;
  min-height: 2rem;
  min-width: 90px;
  padding: 1.5rem;
  width: 160px;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.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.75rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

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

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  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.75rem;
    width: 1.75rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.75rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.125rem;
    margin-left: 0.75rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .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: 11.625rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.75rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

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

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

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

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

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

.paymentMethodForm-cards-icon {
  margin-right: 0.1875rem;
  width: 2.125rem; }

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

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5625rem;
  top: 2.4375rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.3125rem;
    width: 1.3125rem; }

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

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

.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: 801px) {
    .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: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.4375rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 801px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.375rem 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: 801px) {
      .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: 801px) {
    .header-logo--left {
      margin-left: 2.5rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

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

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

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

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

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

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

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #0a0a0a;
    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.25rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.6875rem;
    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: #0a0a0a;
      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: 1.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .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: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

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

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

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

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

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

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #0a0a0a;
  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: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

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

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #0a0a0a;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #0a0a0a;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: #0a0a0a;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

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

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

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

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

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

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

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

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

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

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

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    width: 75%; } }

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

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

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

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

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

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

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

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

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

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

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

.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: 801px) {
    .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: 801px) {
    .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: 801px) {
    .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: 801px) {
    .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.125rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.125rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

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

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

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

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

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #d53f11;
  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.25rem;
  left: -25px;
  line-height: 1rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 7.4375rem;
  z-index: 10; }

.sale-flag-sash {
  background: #d53f11;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-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 #1274bb;
  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: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

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

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

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

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

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

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

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

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

/*
! tailwindcss v3.1.7 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */ }

::before,
::after {
  --tw-content: ''; }

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: Google_Oswald_400_700, Google_Rubik_300_400_700, Google_Poppins_400, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  /* 4 */ }

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */ }

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */ }

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit; }

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit; }

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder; }

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */ }

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */ }

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none; }

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */ }

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto; }

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none; }

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline; }

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item; }

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0; }

fieldset {
  margin: 0;
  padding: 0; }

legend {
  padding: 0; }

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0; }

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical; }

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */ }

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */ }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */ }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */ }

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */ }

/*
Set the default cursor for buttons.
*/
button,
[role='button'] {
  cursor: pointer; }

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default; }

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */ }

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto; }

.tw-container {
  width: 100%; }

@media (min-width: 320px) {
  .tw-container {
    max-width: 320px; } }

@media (min-width: 376px) {
  .tw-container {
    max-width: 376px; } }

@media (min-width: 551px) {
  .tw-container {
    max-width: 551px; } }

@media (min-width: 801px) {
  .tw-container {
    max-width: 801px; } }

@media (min-width: 1024px) {
  .tw-container {
    max-width: 1024px; } }

@media (min-width: 1261px) {
  .tw-container {
    max-width: 1261px; } }

@media (min-width: 1440px) {
  .tw-container {
    max-width: 1440px; } }

@media (min-width: 1920px) {
  .tw-container {
    max-width: 1920px; } }

.tw-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.tw-relative {
  position: relative; }

.tw-z-10 {
  z-index: 10; }

.tw-ml-2 {
  margin-left: 0.5rem; }

.tw-ml-3 {
  margin-left: 0.75rem; }

.tw-block {
  display: block; }

.tw-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.tw-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.tw-grid {
  display: grid; }

.tw-hidden {
  display: none; }

.tw-h-4 {
  height: 1rem; }

.tw-h-6 {
  height: 1.5rem; }

.tw-w-full {
  width: 100%; }

.tw-w-4 {
  width: 1rem; }

.tw-w-11 {
  width: 2.75rem; }

.tw-cursor-pointer {
  cursor: pointer; }

.tw-list-disc {
  list-style-type: disc; }

.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)); }

.tw-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.tw-gap-6 {
  gap: 1.5rem; }

.tw-divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)); }

.tw-rounded-lg {
  border-radius: 0.5rem; }

.tw-rounded-full {
  border-radius: 9999px; }

.tw-bg-primary {
  background-color: #AF1C21; }

.tw-bg-secondary {
  background-color: #0a0a0a; }

.tw-bg-clay {
  background-color: #676763; }

.tw-bg-cyan {
  background-color: #3a5f6f; }

.tw-bg-ice {
  background-color: #eee; }

.tw-bg-plaster {
  background-color: #dedede; }

.tw-bg-success {
  background-color: #2a7e56; }

.tw-bg-warning {
  background-color: #f29508; }

.tw-bg-danger {
  background-color: #eb4714; }

.tw-bg-white {
  background-color: #fff; }

.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem; }

.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem; }

.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem; }

.tw-font-medium {
  font-weight: 500; }

.after\:tw-absolute::after {
  content: var(--tw-content);
  position: absolute; }

.after\:tw-top-0\.5::after {
  content: var(--tw-content);
  top: 0.125rem; }

.after\:tw-left-\[2px\]::after {
  content: var(--tw-content);
  left: 2px; }

.after\:tw-top-0::after {
  content: var(--tw-content);
  top: 0px; }

.after\:tw-h-5::after {
  content: var(--tw-content);
  height: 1.25rem; }

.after\:tw-w-5::after {
  content: var(--tw-content);
  width: 1.25rem; }

.after\:tw-rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px; }

.after\:tw-bg-white::after {
  content: var(--tw-content);
  background-color: #fff; }

.after\:tw-transition-all::after {
  content: var(--tw-content);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms; }

.after\:tw-content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content); }

.tw-peer:checked ~ .peer-checked\:tw-bg-blue-600 {
  background-color: #2563eb; }

.tw-peer:checked ~ .peer-checked\:after\:tw-border-white::after {
  content: var(--tw-content);
  border-color: #fff; }

.tw-peer:focus ~ .peer-focus\:tw-ring-blue-300 {
  --tw-ring-color: #93c5fd; }

@media (min-width: 801px) {
  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (min-width: 1024px) {
  .lg\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald"; }

body {
  padding: 0; }

.container {
  padding: 0 1rem; }

h3 {
  font-size: 2rem;
  font-weight: 700; }

h4 {
  font-size: 1.375rem;
  margin: 0 0 1rem;
  font-weight: 700; }

p {
  font-family: "Rubik"; }

.button--primary {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1.0625rem 1.25rem 0.9375rem 0.9375rem;
  border: 2px solid #af1c21;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: white;
  font-weight: 700;
  transition: all 0.5s ease; }
  .button--primary span {
    font-weight: 700;
    font-family: "Oswald"; }
  .button--primary .icon-cart {
    display: block;
    margin-right: 0.75rem;
    height: 1.5rem;
    width: 1.5rem;
    fill: #af1c21;
    stroke: none; }
  .button--primary:hover, .button--primary:focus {
    border: 2px solid #18120b;
    background-color: #18120b; }
    .button--primary:hover span, .button--primary:focus span {
      color: white; }
    .button--primary:hover .icon-cart, .button--primary:focus .icon-cart {
      fill: white; }
    .button--primary:hover .countPill.cart-quantity, .button--primary:focus .countPill.cart-quantity {
      color: white; }
      .button--primary:hover .countPill.cart-quantity::before, .button--primary:hover .countPill.cart-quantity::after, .button--primary:focus .countPill.cart-quantity::before, .button--primary:focus .countPill.cart-quantity::after {
        color: white; }

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

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

.skip-to-main-link {
  display: none; }

.hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.block {
  display: block; }

.adminBar-private {
  display: flex;
  align-items: center; }

.mockup-color-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }

.mockup-separator {
  padding: 0;
  border-bottom: 1px solid gray;
  margin: 40px 0; }

.header {
  border-bottom: 0; }
  .header .header-banner {
    background: #af1c21;
    padding: 0;
    display: flex;
    align-content: center;
    align-items: center; }

@media screen and (min-width: 50rem) {
  .header .header-banner {
    height: 32px; } }

.page {
  margin: 0; }

.page-heading {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: black;
  text-align: left;
  margin: 0; }

.container > h1.page-heading {
  padding-bottom: 20px; }

.sidebarBlock + .sidebarBlock {
  border-top: none;
  margin-top: 0;
  padding-top: 0; }

nav[aria-label="Breadcrumb"] {
  display: flex;
  padding-left: 10px; }
  nav[aria-label="Breadcrumb"] .breadcrumbs .breadcrumb a {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    text-transform: capitalize;
    color: #676763; }

.cms-page menu, .cms-page ol, .cms-page ul {
  list-style: revert;
  margin: revert;
  padding: revert; }

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

.card-badge {
  position: absolute;
  right: 10px;
  width: 67px;
  height: 24px;
  top: 10px;
  background: #d53f11;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  cursor: default;
  z-index: 1;
  float: right;
  transition: 0.5s background ease-in-out; }
  .card-badge:hover {
    background: black;
    transition: 0.5s background ease-in-out; }
  .card-badge span {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: white; }

section.productView-details.product-data .card-badge {
  float: left;
  position: relative;
  top: 0;
  left: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal; }

h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 89px;
  letter-spacing: -0.05em;
  text-transform: uppercase; }

h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: -0.02em;
  text-transform: uppercase; }

h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.02em; }

h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.005em; }

h5 {
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-transform: uppercase; }

h6 {
  font-size: 13px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-transform: uppercase; }

p {
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: #676763; }

.button:not(.square) {
  border-radius: 50px; }

.button {
  background: #af1c21;
  border-color: #af1c21;
  color: white;
  font-family: "Work Sans";
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 0.6rem; }
  .button.card-figcaption-button {
    color: white;
    text-decoration: none; }
  .button svg {
    display: inherit; }
  .button.button--secondary {
    border-color: #af1c21; }
  .button:hover {
    background: #9e4042;
    border-color: #9e4042;
    color: white;
    text-decoration: none; }
  .button:active {
    background: black; }
  .button.button--primary {
    color: white;
    padding: 0.875rem 2.25rem; }
    .button.button--primary:hover {
      border-color: #9e4042; }
  .button.button--secondary {
    background: #0a0a0a;
    border-color: #0a0a0a;
    color: white;
    padding: 0.875rem 2.25rem; }
    .button.button--secondary:hover {
      border-color: #af1c21;
      background: #af1c21;
      color: white; }
  .button.button--terciary,
  .button .button--tertiary {
    background: white;
    border: 2px solid #af1c21;
    padding: 0.875rem 2.25rem;
    color: #0a0a0a; }
    .button.button--terciary:hover,
    .button .button--tertiary:hover {
      background: #af1c21;
      border-color: #af1c21;
      color: white; }
  .button.square {
    border-radius: 0;
    width: 100%;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px; }

.button--round {
  background: #af1c21;
  border-radius: 50px;
  font-family: "Work Sans";
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 0.6rem;
  padding: 20px;
  color: white; }
  .button--round.button--secondary {
    background: #0a0a0a;
    border-color: #0a0a0a; }
    .button--round.button--secondary:hover {
      border-color: #af1c21; }
  .button--round.button--terciary, .button--round.button--tertiary {
    background: white;
    border: 2px solid #af1c21;
    color: #0a0a0a; }
    .button--round.button--terciary:hover, .button--round.button--tertiary:hover {
      border-color: #af1c21; }

.button-svg-margin {
  margin-left: 0;
  margin-right: 1px; }

.button.button-small, .button.button--small, .button.button--tiny,
.button--primary.button-small,
.button--primary.button--small,
.button--primary.button--tiny,
.button--secondary.button-small,
.button--secondary.button--small,
.button--secondary.button--tiny,
.button--terciary.button-small,
.button--terciary.button--small,
.button--terciary.button--tiny,
.button--tertiary.button-small,
.button--tertiary.button--small,
.button--tertiary.button--tiny {
  font-size: 14px;
  padding: 0.675rem 1.55rem; }

.button.disabled,
.button [disabled],
.button--primary.disabled,
.button--primary [disabled],
.button--secondary.disabled,
.button--secondary [disabled],
.button--terciary.disabled,
.button--terciary [disabled],
.button--tertiary.disabled,
.button--tertiary [disabled] {
  background: #eeeeee;
  border-color: #eeeeee;
  color: #acabab; }
  .button.disabled:hover,
  .button [disabled]:hover,
  .button--primary.disabled:hover,
  .button--primary [disabled]:hover,
  .button--secondary.disabled:hover,
  .button--secondary [disabled]:hover,
  .button--terciary.disabled:hover,
  .button--terciary [disabled]:hover,
  .button--tertiary.disabled:hover,
  .button--tertiary [disabled]:hover {
    border-color: #eeeeee;
    background: #eeeeee;
    color: #acabab; }

#couponcode ~ input.button.button--primary.button--small {
  padding: 0.875rem 2.25rem; }

@media screen and (max-width: 50rem) {
  .form-field.form-field--increments {
    width: 50%; }
  a.button.button--terciary.wishlist-button {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center; } }

a:not(.button) {
  color: #676763; }
  a:not(.button):hover {
    text-decoration: underline;
    text-decoration-color: #af1c21; }

input:not(.form-input--incrementTotal):focus {
  box-shadow: 0px 0px 27px rgba(115, 127, 149, 0.12); }

input[type="radio"] {
  transform: scale(1.4);
  margin-top: 0; }

input[type="checkbox"] ~ label.form-label::before {
  background: #1274bb;
  color: white;
  top: 0.1875rem;
  transform: scale(1.2);
  border: none; }

input.custom-switch[type="checkbox"] ~ .custom-switch-label {
  background: #eee; }
  input.custom-switch[type="checkbox"] ~ .custom-switch-label::after {
    left: 2px; }

input.custom-switch[type="checkbox"]:checked ~ .custom-switch-label {
  background: #1274bb; }
  input.custom-switch[type="checkbox"]:checked ~ .custom-switch-label::after {
    left: 22px; }

input#couponcode {
  height: 3rem;
  appearance: none;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-smoothing: antialiased;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  font-size: 14px; }
  .form-field--error .form-field-error::before,
  .form-field--error .form-inlineMessage::before {
    display: none; }

.checkbox-custom {
  display: flex;
  cursor: pointer; }
  .checkbox-custom input[type="checkbox"] {
    display: none; }
  .checkbox-custom .checkmark {
    content: "";
    border-radius: 2px;
    border: 1px solid #ccc;
    display: inline-block;
    width: 22px;
    height: 22px;
    padding-left: 2px;
    padding-bottom: 1px;
    margin-right: 5px;
    vertical-align: text-top;
    color: transparent; }
  .checkbox-custom input[type="checkbox"]:checked + .checkmark {
    background-color: #1274bb;
    border-color: #1274bb;
    color: white; }

.read-more-content.is-active {
  overflow: hidden; }
  .read-more-content.is-active:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(transparent 10px, white); }
  .read-more-content.is-active a.read-more-button {
    z-index: 100;
    position: absolute;
    margin: 0 42%; }

.read-more-load.is-active {
  display: flex;
  flex-direction: column; }
  .read-more-load.is-active:not(.read-more-content) {
    display: flex;
    flex-direction: column; }

a.read-more-button {
  margin: 0 auto;
  order: 1;
  border-bottom: 2px solid #af1c21; }
  a.read-more-button:hover {
    text-decoration: none; }

.tab-content.is-active {
  display: flex;
  flex-direction: column; }

.actionBar {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 2rem; }
  .actionBar .form-field {
    height: 50px;
    display: flex;
    align-content: center;
    align-items: center;
    margin: 0; }

@media screen and (max-width: 50rem) {
  fieldset.form-fieldset.actionBar-section {
    margin-right: 25px;
    width: calc(100% - 25px);
    position: relative;
    left: -10px; } }

.pagination-count {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #676763;
  display: flex;
  align-content: center;
  align-items: center;
  height: 36px;
  padding: 10px; }

@media screen and (max-width: 50rem) {
  .pagination-count {
    display: none; } }

@media screen and (max-width: 50rem) {
  h4.mobile-filter-title {
    margin-bottom: 70px; }
  .action-bar-button-filter {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    z-index: 120; }
  .mobile-filter-content {
    position: fixed;
    padding: 22.5px;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 100;
    border: 1px solid;
    top: 0; }
  .mobile-filter.checkbox {
    opacity: 0;
    position: absolute;
    transition: 0.4s left ease; }
    .mobile-filter.checkbox:checked + .action-bar-button-filter {
      position: fixed;
      top: 20px;
      right: 20px; }
      .mobile-filter.checkbox:checked + .action-bar-button-filter > .icon-red-filter {
        display: none; }
    .mobile-filter.checkbox:checked + .action-bar-button-filter + .mobile-filter-content {
      left: 0;
      transition: 0.4s left ease; }
    .mobile-filter.checkbox:not(:checked) + .action-bar-button-filter {
      border: 1px solid #CDC8C8;
      border-radius: 4px;
      width: 50px;
      height: 50px; }
      .mobile-filter.checkbox:not(:checked) + .action-bar-button-filter > .icon-close {
        display: none; }
    .mobile-filter.checkbox:not(:checked) + .action-bar-button-filter + .mobile-filter-content {
      pointer-events: none;
      left: 100vw;
      transition: 0.4s left ease; } }

@media screen and (min-width: 50rem) {
  .mobile-filter-container {
    display: none; } }

@media screen and (max-width: 50rem) {
  a.pagination-link[aria-label='Previous'],
  a.pagination-link[aria-label='Next'] {
    color: transparent;
    font-size: 0;
    width: 0; }
    a.pagination-link[aria-label='Previous']:hover, a.pagination-link[aria-label='Previous']:focus,
    a.pagination-link[aria-label='Next']:hover,
    a.pagination-link[aria-label='Next']:focus {
      color: transparent;
      text-decoration: none;
      font-size: 0; } }

.alertBox.alertBox--error span,
.alertBox.alertBox--warning span,
.alertBox.alertBox--success span {
  color: white; }

.alertBox.alertBox--error svg,
.alertBox.alertBox--warning svg,
.alertBox.alertBox--success svg {
  fill: white; }

#tab-fitment a.read-more__link {
  display: none; }

.category-description.read-more-content.is-active:before {
  position: absolute; }

.category-description a.read-more-button {
  position: relative; }

.productView .read-more-content.is-active:before {
  position: absolute; }

.productView a.read-more-button {
  position: relative; }

.read-more-content.is-active {
  overflow: hidden; }
  .read-more-content.is-active:before {
    content: "";
    width: 100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(transparent 10px, white); }
  .read-more-content.is-active a.read-more-button {
    z-index: 70;
    white-space: pre;
    display: flex;
    justify-content: center; }

.read-more-load.is-active {
  display: flex;
  flex-direction: column; }
  .read-more-load.is-active:not(.read-more-content) {
    display: flex;
    flex-direction: column; }

a.read-more-button {
  margin: 0 auto;
  order: 1;
  border-bottom: 2px solid #af1c21; }
  a.read-more-button:hover {
    text-decoration: none; }

.tab-content.is-active {
  display: flex;
  flex-direction: column; }

@media screen and (min-width: 50rem) {
  .read-more-content.is-active a.read-more-button {
    margin: 0 43.3%; }
  .productView .read-more-content.is-active {
    height: 200px; }
    .productView .read-more-content.is-active:before {
      height: 200px; }
    .productView .read-more-content.is-active a.read-more-button {
      margin-top: 200px; }
  .productView .tab-content:not(.read-more-content) a.read-more-button {
    margin-top: 200px; }
  .category-description.read-more-content.is-active {
    height: 95px; }
    .category-description.read-more-content.is-active:before {
      height: 95px;
      top: 95px; }
    .category-description.read-more-content.is-active a.read-more-button {
      top: 190px; } }

@media screen and (max-width: 50rem) {
  .read-more-content.is-active a.read-more-button {
    margin: 0 37%; }
  .productView .read-more-content.is-active {
    height: 400px; }
    .productView .read-more-content.is-active:before {
      height: 400px; }
    .productView .read-more-content.is-active a.read-more-button {
      bottom: 0; }
  .category-description.read-more-content.is-active {
    height: 95px; }
    .category-description.read-more-content.is-active:before {
      height: 95px;
      top: 95px; }
    .category-description.read-more-content.is-active a.read-more-button {
      top: 190px; } }

.form-field--increments > .form-field--error > .form-inlineMessage {
  position: absolute;
  top: 72px;
  font-size: 13px;
  display: block; }

div:not(div[data-content-region="home_below_menu"] ~ .heroCarousel) .slick-dots {
  position: initial;
  text-align: inherit; }
  div  .slick-dots li {
    height: 1.5rem;
    width: 1.5rem;
    padding: 0.25rem; }
    div  .slick-dots li button {
      background-color: #dedede;
      border: none; }
  div  .slick-dots li.slick-active button {
    border: none; }
  div  .slick-dots li.slick-active button::before {
    background-color: #9e4042; }
  div  .slick-dots li button,
  div  .slick-dots li button::before {
    height: 0.5rem;
    width: 0.5rem; }

.slick-dotted.slick-slider {
  margin-bottom: 0;
  overflow: hidden; }

@media screen and (max-width: 50rem) {
  div:not(div[data-content-region="home_below_menu"] ~ .heroCarousel) .slick-dots {
    margin-left: 1.7%;
    text-align: center; }
  .slick-list.draggable {
    margin: 0; } }

nav[aria-label="Breadcrumb"] {
  padding-left: 0;
  margin-top: 10px; }

@media screen and (max-width: 50rem) {
  ol.breadcrumbs {
    display: block; }
    ol.breadcrumbs > li > a {
      font-family: 'Rubik';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 27px;
      text-transform: capitalize;
      color: #676763; }
    ol.breadcrumbs .breadcrumb:not(.is-active) {
      display: none; }
    ol.breadcrumbs a.breadcrumb-back:before {
      content: '>';
      font-weight: bold;
      padding-right: 10px;
      font-size: 15px; }
  .breadcrumb:not(:first-child)::before {
    display: none; } }

ul#userDropdown {
  width: 140px;
  background: white;
  box-shadow: -8px 7px 9px 0px rgba(0, 0, 0, 0.07); }
  ul#userDropdown li {
    padding: 0; }

.top-menu {
  height: 35px;
  background: #464642;
  color: white; }
  .top-menu a {
    color: white; }
  .top-menu .top-menu-column {
    display: flex;
    align-items: center; }
    .top-menu .top-menu-column.left .item > a,
    .top-menu .top-menu-column.left .item > div {
      display: flex;
      align-items: center;
      gap: 2px;
      text-decoration: none;
      height: 35px;
      transition: 0.7s background ease;
      padding: 0 11.8px;
      font-family: 'Rubik';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 27px;
      white-space: nowrap; }
      .top-menu .top-menu-column.left .item > a:hover,
      .top-menu .top-menu-column.left .item > div:hover {
        background: #676763;
        transition: 0.7s background ease; }
    .top-menu .top-menu-column.center {
      justify-content: center; }
      .top-menu .top-menu-column.center > div {
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 24px; }
        .top-menu .top-menu-column.center > div a {
          text-decoration: underline;
          height: 35px;
          align-items: center;
          display: inline-grid;
          padding: 0 8px; }
          .top-menu .top-menu-column.center > div a:hover {
            background: #676763;
            transition: 0.7s background ease; }
    .top-menu .top-menu-column.right {
      justify-content: space-between; }
      .top-menu .top-menu-column.right .icons {
        display: flex;
        align-content: center;
        align-items: center;
        height: 35px; }
        .top-menu .top-menu-column.right .icons a {
          height: 35px;
          display: inline-grid;
          align-items: center;
          padding: 0 8px; }
          .top-menu .top-menu-column.right .icons a:hover {
            background: #676763;
            transition: 0.7s background ease; }
        .top-menu .top-menu-column.right .icons .whats-white img,
        .top-menu .top-menu-column.right .icons .sms-white img,
        .top-menu .top-menu-column.right .icons .phone-white img {
          filter: invert(42%) brightness(329%); }
  .top-menu #vehicle-list {
    background: #676763;
    border-radius: 0;
    height: 35px;
    transition: 0.7s background ease; }
    .top-menu #vehicle-list:hover {
      background: #464642;
      transition: 0.7s background ease; }
  .top-menu #add-vehicle {
    min-width: 220px;
    z-index: 100;
    border-radius: 0;
    transform: translate(0px, 35px) !important; }
    .top-menu #add-vehicle a {
      background: #676763;
      color: black;
      transition: 0.7s all ease;
      padding: 16px;
      color: white; }
      .top-menu #add-vehicle a:hover {
        background: #464642;
        text-decoration: none;
        transition: 0.7s all ease; }
    .top-menu #add-vehicle ul {
      padding: 0; }

@media screen and (min-width: 820px) {
  .top-menu {
    display: grid;
    grid-template-columns: 1fr 0.7fr 1fr; } }

@media screen and (max-width: 820px) {
  .top-menu-column.left, .top-menu-column.center {
    display: none; } }

@media screen and (max-width: 1110px) {
  .top-menu {
    grid-template-columns: 0.5fr 0.3fr 0.9fr; }
    .top-menu .top-menu-column.left .item a > div {
      display: none; } }

@media screen and (max-width: 1220px) {
  .top-menu-column.center .text {
    display: none; } }

.page-sidebar ~ #product-listing-container {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  padding-left: 0;
  padding-right: 0; }
  .page-sidebar ~ #product-listing-container > .content {
    padding: 22.5px; }

#faceted-search-container {
  padding-left: 0;
  padding-right: 0; }

.page-sidebar + .page-content .productGrid,
.page-content .productGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  gap: 0.9rem; }
  @media (min-width: 801px) {
    .page-sidebar + .page-content .productGrid,
    .page-content .productGrid {
      grid-template-columns: repeat(3, 1fr); } }
  .page-sidebar + .page-content .productGrid::before, .page-sidebar + .page-content .productGrid::after,
  .page-content .productGrid::before,
  .page-content .productGrid::after {
    content: none; }
  .page-sidebar + .page-content .productGrid .product,
  .page-content .productGrid .product {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

@media (min-width: 801px) {
  .page-content .productGrid {
    grid-template-columns: repeat(4, 1fr); } }

.header {
  height: unset; }
  @media (min-width: 801px) {
    .header {
      position: fixed; } }
  .header .header-logo-image-container {
    min-height: unset; }
  .header .spacer {
    display: none; }
    @media (min-width: 801px) {
      .header .spacer {
        display: block;
        margin: 0 1rem; } }
  @media (min-width: 801px) {
    .header .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
      height: 1.125rem;
      width: 1.125rem; } }
  .header .navPages-action svg {
    fill: white;
    stroke: none; }
  .header .header-logo-image {
    max-height: unset;
    margin: 0;
    max-width: 125px; }
    @media (min-width: 801px) {
      .header .header-logo-image {
        max-width: 160px; } }
  .header .mobileMenu-toggle {
    position: relative; }
  .header .header-inner {
    margin: 0 1rem; }
    @media (min-width: 801px) {
      .header .header-inner {
        margin: 0;
        padding: 0 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    .header .header-inner .phoneNum {
      display: none; }
      @media (min-width: 801px) {
        .header .header-inner .phoneNum {
          display: block; } }
      .header .header-inner .phoneNum a {
        display: flex;
        align-items: center;
        font-weight: 700; }
      .header .header-inner .phoneNum p {
        margin: 0;
        color: #113f57;
        font-size: 1rem;
        font-family: "Rubik", sans-serif; }
      .header .header-inner .phoneNum .icon-call {
        height: 2.125rem;
        width: 2.125rem;
        margin-right: 0.25rem; }
    .header .header-inner .header-account {
      display: none; }
      @media (min-width: 801px) {
        .header .header-inner .header-account {
          display: flex;
          align-items: center;
          justify-content: center; } }
      .header .header-inner .header-account .icon-user {
        height: 2.125rem;
        width: 2.125rem;
        margin-right: 0.5rem; }
      .header .header-inner .header-account .navUser-action {
        font-size: 1rem;
        text-transform: none;
        color: #113f57; }
  .header .navUser {
    position: static;
    transform: none;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header .navUser .navUser-item {
      display: block; }
    .header .navUser .navUser-section.navUser-section--alt {
      flex: 1; }
    .header .navUser .navUser-item--account.navUser-action {
      color: #1274bb;
      font-style: normal;
      font-weight: 400;
      font-size: 0.875rem; }
      @media (min-width: 24.375rem) {
        .header .navUser .navUser-item--account.navUser-action {
          font-size: 1rem; } }
    .header .navUser .navUser-action {
      color: #1274bb;
      text-transform: none;
      font-weight: 400;
      font-size: 0.875rem;
      font-family: "Rubik"; }
      @media (min-width: 24.375rem) {
        .header .navUser .navUser-action {
          font-size: 1rem; } }
    @media (min-width: 801px) {
      .header .navUser .navUser-item.navUser-item--account.navUser-item--account-last .navUser-action {
        padding-right: 0; } }
  .header .countPill.cart-quantity {
    display: block;
    color: #113f57;
    background: transparent;
    font-weight: 700;
    font-size: 16px;
    font-family: "Rubik";
    border-radius: 3px;
    background-color: #f7f7f7;
    background: #f7f7f7; }
    .header .countPill.cart-quantity::before {
      content: "(";
      color: #565656;
      font-family: "Rubik"; }
    .header .countPill.cart-quantity::after {
      content: ")";
      color: #565656;
      font-family: "Rubik"; }
  .header .header-banner {
    padding: 1rem 0;
    background-color: #af1c21;
    color: #f7f7f7;
    font-weight: 700;
    font-size: 14px;
    font-family: "Rubik";
    text-align: center; }
  .header .icon-main-arrow {
    height: 0.875rem;
    width: 0.875rem; }
  .header .header-banner--inner {
    display: flex;
    align-items: center;
    justify-content: center; }
    .header .header-banner--inner > p {
      color: white;
      font-weight: bold; }
  .header .header-banner-btn p {
    font-weight: 700;
    margin-right: 0.5rem; }
  .header .dropdown--quickSearch {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    padding: 0;
    transform: translate(0, -100%);
    -webkit-animation: slideDown 0.5s forwards;
    -webkit-animation-delay: 0.5s;
    animation: slideDown 0.5s forwards;
    animation-delay: 0.5s;
    transition: 1s;
    display: block;
    z-index: 54; }
    .header .dropdown--quickSearch.is-open {
      transform: translate(0, 0); }

@-webkit-keyframes slideDown {
  100% {
    top: 0; } }

@keyframes slideDown {
  100% {
    top: 0; } }
  .header .icon-close {
    height: 1rem;
    width: 1rem;
    fill: #af1c21; }
  .header .icon-search {
    width: 1.5rem;
    height: 1.5rem;
    stroke: none;
    fill: #af1c21; }
  .header .navUser-action.navUser-action--quickSearch {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 6.25rem;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 801px) {
      .header .navUser-action.navUser-action--quickSearch {
        display: none; } }
  .header .mobile-cart {
    display: flex; }
    .header .mobile-cart .navUser-item--cart__hidden-s {
      display: flex;
      padding-right: 0; }
      @media (min-width: 801px) {
        .header .mobile-cart .navUser-item--cart__hidden-s {
          display: none; } }
    .header .mobile-cart .icon-cart {
      height: 1.5rem;
      width: 1.5rem;
      stroke: none; }
  .header .quick-search--close {
    position: absolute;
    top: 1rem;
    right: 1rem; }
  .header .dropdown-quickSearch--inner {
    margin: 4rem 0 3rem; }
    .header .dropdown-quickSearch--inner .form-field {
      position: relative; }
  .header .navPages-container {
    background-color: transparent;
    padding-top: 190px; }
    @media (min-width: 801px) {
      .header .navPages-container {
        padding: 1rem 0;
        background-color: #0a0a0a; } }
    @media (min-width: 801px) {
      .header .navPages-container .navPages-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 85vw;
        margin: 0 auto; } }
    .header .navPages-container .navPages-list.navPages-list--user {
      display: none; }
    .header .navPages-container .navPages-item {
      margin: 0.5rem 0; }
  .header .navUser-item-cartLabel {
    display: none; }
    @media (min-width: 801px) {
      .header .navUser-item-cartLabel {
        display: block; } }
  .header .navPages .navPages-list .navPages-item:nth-child(+ n + 6) {
    display: none; }
  .header .navPages .navPages-list .navPages-item .navPages-action {
    color: white;
    font-weight: 700;
    font-family: "Rubik"; }
  .header .navPage-subMenu {
    background-color: #18120b; }
    .header .navPage-subMenu.is-open {
      top: 100%; }

body.cm_search h1.page-heading {
  margin-left: 0; }

.header-middle {
  display: flex;
  align-items: center;
  width: 100%;
  height: 74px; }
  @media (min-width: 50rem) {
    .header-middle {
      justify-content: center; } }
  @media (max-width: 50rem) {
    .header-middle {
      justify-content: space-between; } }
  .header-middle .form-field {
    margin: 0; }
  .header-middle .form.quick-search-nav {
    margin: 0 0.5rem; }
    @media (min-width: 801px) {
      .header-middle .form.quick-search-nav {
        margin: 0;
        flex: 1;
        width: 100%; } }
  .header-middle .form-prefixPostfix {
    position: relative; }
    .header-middle .form-prefixPostfix .form-input {
      padding-left: 3rem;
      border-radius: 2rem;
      padding-top: 1rem;
      background-color: transparent;
      border-color: #dedede;
      font-size: 1rem;
      font-family: "Rubik", sans-serif;
      color: #565656; }
      .header-middle .form-prefixPostfix .form-input::placeholder {
        font-size: 1rem;
        font-family: "Rubik", sans-serif;
        color: #565656; }
  .header-middle .button-search {
    position: absolute;
    left: 0.75rem;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header-middle .button-search .icon-search {
      fill: #af1c21;
      width: 2rem;
      height: 2rem; }

.navPages-action {
  font-family: "Rubik"; }
  @media (min-width: 801px) {
    .navPages-action {
      padding: 0 1rem;
      font-weight: 700;
      font-size: 1rem; } }

.navPages-container {
  padding: 1rem 0; }

.mobileMenu-toggle {
  height: 3.125rem;
  width: 1.3rem; }

.mobileMenu-toggle .mobileMenu-toggleIcon,
.mobileMenu-toggle .mobileMenu-toggleIcon::before,
.mobileMenu-toggle .mobileMenu-toggleIcon::after {
  background-color: #0a0a0a; }

.mobileMenu-toggle .mobileMenu-toggleIcon::before {
  top: -remCalc(5px); }

.mobileMenu-toggle .mobileMenu-toggleIcon::after {
  bottom: -remCalc(5px); }

.header-logo__link {
  margin: 0; }

.mobileMenu-toggleIcon {
  right: 0; }

.mobileMenu-toggle {
  padding: 0; }

.quickSearchEnter {
  position: absolute;
  top: 1rem;
  left: 0.75rem; }

input#nav-quick-search {
  padding-left: 2.5rem; }

.dropdown--quickSearch .form-input {
  border-color: #af1c21; }

.header-search {
  display: none; }
  @media (min-width: 801px) {
    .header-search {
      display: flex;
      flex: 1;
      justify-content: flex-end;
      max-width: 789px;
      padding: 0 110px; } }

@media (min-width: 801px) {
  .header-cart {
    display: flex;
    justify-content: flex-end; } }

.header-cart .navUser-item.navUser-item--cart .navUser-action,
.mobile-cart .navUser-item.navUser-item--cart .navUser-action {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header-cart .navUser-item.navUser-item--cart .navUser-action .icon-cart,
  .mobile-cart .navUser-item.navUser-item--cart .navUser-action .icon-cart {
    height: 2.125rem;
    width: 2.125rem;
    fill: #af1c21;
    stroke: none; }
  .header-cart .navUser-item.navUser-item--cart .navUser-action span,
  .mobile-cart .navUser-item.navUser-item--cart .navUser-action span {
    color: #18120b;
    font-size: 1rem;
    text-transform: none;
    display: none; }
    @media (min-width: 801px) {
      .header-cart .navUser-item.navUser-item--cart .navUser-action span,
      .mobile-cart .navUser-item.navUser-item--cart .navUser-action span {
        display: block; } }
    .header-cart .navUser-item.navUser-item--cart .navUser-action span.countPill.cart-quantity,
    .mobile-cart .navUser-item.navUser-item--cart .navUser-action span.countPill.cart-quantity {
      color: #565656;
      letter-spacing: -0.04em;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Oswald";
      background-color: #f7f7f7;
      border-radius: 3px;
      padding: 12px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }

.header-cart .countPill.cart-quantity,
.mobile-cart .countPill.cart-quantity {
  margin: 0; }
  .header-cart .countPill.cart-quantity::before, .header-cart .countPill.cart-quantity::after,
  .mobile-cart .countPill.cart-quantity::before,
  .mobile-cart .countPill.cart-quantity::after {
    display: none; }

.header-cart .cart-qty-wrap,
.mobile-cart .cart-qty-wrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem; }

.account-btn--wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .account-btn--wrap .icon-chevron-account {
    height: 1.5rem;
    width: 1.5rem; }
    .account-btn--wrap .icon-chevron-account.open {
      transform: rotate(180deg); }
  .account-btn--wrap .account-dropdown {
    display: none;
    position: absolute;
    width: 7rem;
    top: 110%;
    left: 50%;
    right: 0;
    background: none;
    z-index: 60;
    box-shadow: 0px 0px 30px rgba(152, 82, 92, 0.14);
    border-radius: 10px;
    transform: translate(-50%, 0); }
    .account-btn--wrap .account-dropdown.open {
      display: block; }
    .account-btn--wrap .account-dropdown li .navUser-action {
      color: #18120b;
      font-size: 1rem;
      font-family: "Rubik";
      font-weight: 400;
      padding: 0.5rem;
      background: white; }
      .account-btn--wrap .account-dropdown li .navUser-action:hover, .account-btn--wrap .account-dropdown li .navUser-action:focus {
        background-color: #f7f7f7; }

.logo-wrap {
  flex: 1;
  max-width: 8rem; }
  @media (min-width: 23.4375rem) {
    .logo-wrap {
      max-width: 10rem; } }
  @media (min-width: 26.5625rem) {
    .logo-wrap {
      max-width: 11rem; } }
  @media (min-width: 34.4375rem) {
    .logo-wrap {
      max-width: 20rem; } }
  @media (min-width: 801px) {
    .logo-wrap {
      max-width: unset;
      flex: unset; } }

.mobile-phone-heading {
  padding: 2.75rem 0 1rem;
  background: #f7f7f7; }
  .mobile-phone-heading .mobile-phone-anchor {
    display: flex;
    justify-content: center;
    text-decoration: none;
    font-family: "Rubik";
    font-weight: 700; }
  .mobile-phone-heading .icon-call {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem; }
  .mobile-phone-heading span {
    color: #113f57;
    font-size: 1rem; }
  @media (min-width: 801px) {
    .mobile-phone-heading {
      display: none; } }

.cart-qty-wrap {
  margin-bottom: 10px; }

.navUser-action .icon {
  height: 1.5rem;
  width: 1.2rem;
  margin: -1.7px 0 0 0;
  fill: initial;
  stroke: initial; }

.navUser-action:hover svg, .navUser-action.is-open svg {
  fill: initial;
  stroke: initial;
  opacity: 0.8;
  transition: 0.6s opacity ease; }

.header-cart .navUser-item.navUser-item--cart .navUser-action span.countPill.cart-quantity,
.mobile-cart .navUser-item.navUser-item--cart .navUser-action span.countPill.cart-quantity {
  background-color: black;
  position: relative;
  border-radius: 50%;
  color: white;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  left: 14px;
  top: 14.25px;
  padding: 0; }

.header-cart .navUser-item.navUser-item--cart .navUser-action,
.mobile-cart .navUser-item.navUser-item--cart .navUser-action {
  text-decoration: none; }

.header .navUser-action.navUser-action--quickSearch {
  background-color: transparent; }

input#search_query_adv {
  background: #f4f4f4; }

button#quick-search-expand {
  margin: 6px -20px 0 0; }

#quickSearch {
  z-index: 100;
  border-bottom: 1px solid #af1c21; }

@media screen and (max-width: 1500px) {
  .header-search {
    padding: 0; } }

.mobileMenu-toggle .mobileMenu-toggleIcon,
.mobileMenu-toggle .mobileMenu-toggleIcon::before,
.mobileMenu-toggle .mobileMenu-toggleIcon::after {
  background-color: #af1c21;
  height: 3px;
  transition: 0.8s all ease; }

.mobileMenu-toggle .mobileMenu-toggleIcon::after {
  bottom: -0.45rem; }

.mobileMenu-toggle .mobileMenu-toggleIcon::before {
  top: -0.4rem; }

a.mobileMenu-toggle {
  z-index: 99; }
  a.mobileMenu-toggle.is-open {
    top: -55px;
    z-index: 102; }

.header-account a:hover {
  opacity: 0.8;
  transition: 0.6s opacity ease; }

.main-menu {
  display: flex;
  height: 74px;
  align-items: center;
  gap: 20px; }
  .main-menu .item-menu {
    display: flex;
    height: 74px;
    align-items: center;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #0a0a0a;
    flex-direction: row-reverse;
    cursor: pointer;
    padding: 0 10px; }
    .main-menu .item-menu::before {
      content: "";
      background: url("../icons/arrow-red-down.svg");
      width: 12px;
      height: 9px;
      background-repeat: no-repeat;
      margin-left: 10px; }
    .main-menu .item-menu:hover {
      background: #f7f7f7; }
  .main-menu .item-menu.item-category {
    border-right: 2px solid #ebebeb;
    padding-right: 20px; }

header:not(.is-open) .contact-buttons {
  display: none; }

.item-menu .item-menu-content {
  position: absolute;
  z-index: 15;
  background: white;
  left: 0;
  box-shadow: 0px 0px 30px rgba(214, 214, 215, 0.42);
  top: 109px;
  transition: 0.4s opacity ease-in-out; }

@media screen and (min-width: 1315px) {
  .item-menu-content {
    margin-left: calc((100% - 1295px) / 2); } }

@media screen and (min-width: 764px) {
  .item-menu-content {
    padding: 0; } }

.item-menu .item-menu-content-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 15;
  background: white;
  transition: 0.4s opacity ease-in-out;
  width: 410px; }

.item-menu .item-menu-content,
.item-menu .item-menu-content-right {
  box-shadow: 0 109px 0 2551px rgba(0, 0, 0, 0.27); }

.item-menu input#brand-menu,
.item-menu input#category-menu {
  opacity: 0;
  position: absolute;
  cursor: pointer; }
  .item-menu input#brand-menu:not(:checked) + .item-menu-content,
  .item-menu input#brand-menu:not(:checked) + .item-menu-content-right,
  .item-menu input#category-menu:not(:checked) + .item-menu-content,
  .item-menu input#category-menu:not(:checked) + .item-menu-content-right {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s opacity ease-in-out; }

.item-menu .brand-more {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 157%;
  display: flex;
  align-items: center;
  color: #18120b;
  margin-bottom: 10px; }

.item-menu .brand-grid {
  display: grid;
  padding: 40px;
  gap: 78px; }

.item-menu .brand-view-all {
  position: absolute;
  padding: 40px;
  bottom: 0;
  right: 0; }

.item-menu .brand-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: max-content; }
  .item-menu .brand-images .brand-image-container {
    height: 90px; }
    .item-menu .brand-images .brand-image-container:hover {
      opacity: 0.8; }
    .item-menu .brand-images .brand-image-container img {
      padding: 6px; }

.item-menu .brand-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  .item-menu .brand-ul .brand-a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #565656;
    line-height: 33px; }

@media screen and (min-width: 1024px) {
  .brand-grid {
    grid-template-columns: 40% 60%; }
  .brand-images .brand-image-container {
    border: 1.03721px solid #f1f1f1; } }

@media screen and (max-width: 50rem) {
  .main-menu div.item-menu {
    display: none; } }

.contact-buttons .sms::before {
  content: '';
  background: url("../icons/sms.png");
  width: 25px;
  height: 29px;
  background-repeat: no-repeat;
  margin-top: 5px; }

.contact-buttons .whats::before {
  content: '';
  background: url("../icons/whats.png");
  width: 23px;
  height: 26px;
  background-repeat: no-repeat;
  margin-top: 4px; }

.contact-buttons .button {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #18120b; }
  .contact-buttons .button:hover {
    background: white;
    border-color: #18120b;
    color: initial;
    opacity: 0.8;
    transition: 0.4s opacity ease; }

@media screen and (min-width: 950px) {
  .contact-buttons,
  .contact-buttons > .buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center; }
  .contact-buttons > .buttons > .button {
    margin: 0 30px;
    height: 61px;
    margin: 10px; }
  .contact-buttons .button.square {
    margin-left: 0; }
  .contact-buttons > .description,
  .contact-buttons > .whats {
    display: none; } }

@media screen and (max-width: 950px) {
  .contact-buttons .buttons .button.button--terciary,
  .contact-buttons .button.button--terciary {
    padding: 0.575rem 2.25rem;
    height: 61px; }
  .contact-section {
    padding: 3rem 0 2rem; }
  .footer-buttons-desktop .contact-buttons .buttons {
    display: block; }
    .footer-buttons-desktop .contact-buttons .buttons a {
      height: 61px; }
  .header.is-open .contact-buttons {
    position: fixed;
    bottom: 0;
    z-index: 50; }
  .menu-level-1-active .contact-buttons {
    margin-left: -5px;
    padding-left: 16px;
    left: 46px;
    margin-bottom: -14px; }
  .contact-buttons {
    background: #af1c21;
    bottom: 138px;
    width: 90%;
    padding: 7.5px;
    flex-grow: 1;
    max-height: 290px;
    bottom: 0;
    display: inline-block; }
    .contact-buttons .buttons {
      display: flex;
      justify-content: space-evenly;
      gap: 7.5px; }
      .contact-buttons .buttons .whats {
        display: none; }
    .contact-buttons .description {
      text-align: center;
      font-family: 'Rubik';
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 24px;
      text-align: center;
      color: white; } }

.submenu.submenu-2.open {
  z-index: 10; }

.shop-all-link {
  white-space: nowrap; }

.account-dropdown {
  position: relative;
  display: inline-block;
  margin-top: 15px; }
  .account-dropdown a.my-account {
    margin-bottom: 13px; }
  .account-dropdown a.mobile-menu-link {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center; }

.account-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 22px 21px;
  z-index: 1; }

.account-dropdown:hover .account-dropdown-content {
  display: block; }

@media screen and (min-width: 801px) {
  #menu {
    display: none; }
  .mobile-menu-header {
    display: none; }
  .menu-right {
    height: 100vh;
    cursor: default; }
  .menu-mobile-content {
    width: 90%; }
  .menu-main {
    width: 100%; }
  .submenu {
    width: 100%;
    display: flex;
    flex-direction: column; }
    .submenu ul,
    .submenu a {
      width: 100%; }
    .submenu li a {
      display: flex;
      justify-content: space-between;
      align-items: center; } }

@media screen and (max-width: 50rem) {
  .header {
    position: inherit; }
  .main-container .menu-right {
    overflow-y: scroll;
    overflow-x: scroll; }
  .item-menu-content-right.mobile .content {
    display: grid;
    width: 100%; }
  .submenu ul,
  .submenu ul li,
  .submenu ul li a {
    width: 100%; }
  a.category-a {
    white-space: nowrap;
    font-size: 12px; }
  a.menu-sublink {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  div#menu.is-open {
    height: 100%;
    position: fixed;
    padding: 0;
    display: block;
    z-index: 101; }
    div#menu.is-open .menu-mobile-content {
      width: 90%;
      position: fixed;
      top: 0;
      background: white;
      z-index: 101;
      transition: 0.5s right ease;
      display: block;
      height: 100vh;
      padding: 0;
      right: 0; }
    div#menu.is-open:not(.is-open) .menu-mobile-content {
      transition: 0.5s right ease;
      right: -90%; }
    div#menu.is-open.is-open .menu-mobile-content {
      transition: 0.5s right ease; }
  .category-view-all {
    display: none; }
  .menu-main {
    height: 100%; }
  .menu-content {
    justify-content: space-between;
    height: 350vw; }
  button.category-menu-close {
    visibility: hidden; }
  .mobile-menu-header,
  .category-menu-header {
    background: #f7f7f7; }
  .mobile-menu-header {
    padding: 0 20px;
    display: flex; }
  .customer {
    line-height: 0;
    height: 80px;
    margin-left: 10px; }
  .login-logout a:not(.mobile-menu-link) {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #676763;
    text-decoration: underline;
    text-decoration-color: #af1c21; }
  .welcome {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.005em;
    color: #0a0a0a; }
  .item-menu-content-right.mobile,
  .content,
  .category-links.menu-level-one,
  .main-container {
    height: 100%; }
  .main-container,
  .menu-right,
  .menu-main {
    width: 100%; }
  .menu-right {
    height: calc(100vh - 58px); }
  .submenu.submenu-1 > ul,
  .submenu.submenu-2 > ul {
    height: 100vh;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap; }
  .submenu-1 .contact-buttons,
  .submenu-2 .contact-buttons {
    position: absolute;
    bottom: 44px; }
    .submenu-1 .contact-buttons > .buttons:nth-of-type(2),
    .submenu-1 .contact-buttons .button.whats,
    .submenu-1 .contact-buttons .description,
    .submenu-2 .contact-buttons > .buttons:nth-of-type(2),
    .submenu-2 .contact-buttons .button.whats,
    .submenu-2 .contact-buttons .description {
      display: none; } }

.menu-right {
  background: white;
  position: relative;
  overflow-y: scroll;
  max-height: 90vh;
  overflow-x: hidden; }

.menu-content {
  display: flex;
  flex-direction: column;
  line-height: 42px;
  justify-content: flex-start; }

.category-description {
  margin-bottom: 50px; }

.submenu {
  position: absolute;
  top: 0;
  left: 410px;
  z-index: -1;
  display: grid; }

.submenu-1.open {
  z-index: 50; }

.menu-main {
  position: absolute;
  left: 0;
  transition: 0.4s left ease; }

.menu-main.menu-level-1-active {
  left: -410px;
  transition: 0.4s left ease; }
  .menu-main.menu-level-1-active .contact-buttons {
    opacity: 0; }

.menu-main.menu-level-2-active {
  left: -820px;
  transition: 0.4s left ease; }

a.menu-link:not(.category-a),
a.menu-sublink,
a.menu-link-3 {
  padding: 3px 20px; }

.submenu-2 ul {
  padding: 0;
  margin: 0; }

.submenu.submenu-2.open {
  height: 100vh; }

a.menu-link:not(.category-a),
.submenu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #0a0a0a;
  background: white; }

.category-view-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px;
  background: #f7f7f7; }

.menu-category-title {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #18120b; }

.category-menu-header {
  display: flex;
  justify-content: space-between;
  padding: 5px 20px; }

.menu-back,
.submenu-back {
  transform: rotate(180deg) scale(1.1);
  color: #af1c21;
  text-decoration: none; }
  .menu-back:hover,
  .submenu-back:hover {
    text-decoration: none; }

.category-links:not(.menu-level-one):not(.submenu-open) .menu-back,
.category-links:not(.menu-level-one):not(.submenu-open) .submenu-back {
  visibility: hidden;
  pointer-events: none; }

div#menu.is-open {
  backdrop-filter: brightness(0.5); }

@media screen and (min-width: 50rem) {
  .menu-right {
    width: 410px; }
  .category-menu-header {
    height: 58px; } }

@media screen and (max-width: 50rem) {
  .menu-right {
    width: 100%; }
  .submenu-1.open .contact-buttons {
    opacity: 1; }
  .category-menu-header {
    height: 34.11765px; } }

nav.navBar.navBar--sub.navBar--account {
  display: block; }

.main-title {
  display: flex;
  justify-content: space-between;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #676763;
  align-items: flex-end;
  margin-right: 120px; }
  @media screen and (max-width: 764px) {
    .main-title {
      display: block;
      margin-right: 30px;
      font-size: 16px; } }
  .main-title .view-all {
    padding: 20px 0; }
  .main-title .titles h4, .main-title .titles > div {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    margin: 0 0 -0.5rem;
    line-height: 27px;
    display: flex;
    align-items: center;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #af1c21; }
  .main-title .titles h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #0a0a0a; }

.unique-selling-points {
  background-color: #f4f4f4;
  margin-top: 0;
  height: 480px;
  overflow: hidden; }
  @media screen and (max-width: 400px) {
    .unique-selling-points {
      height: 650px; } }
  @media (min-width: 1024px) {
    .unique-selling-points {
      height: 210px; } }
  .unique-selling-points .section {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center; }
    @media screen and (min-width: 1270px) {
      .unique-selling-points .section {
        padding: 0 8.9rem; } }
    @media screen and (max-width: 1270px) {
      .unique-selling-points .section {
        padding: 0 6.4rem; } }
    @media screen and (max-width: 600px) {
      .unique-selling-points .section {
        padding: 0 2.7rem; } }
    .unique-selling-points .section .grid {
      padding: 19px 0; }
      @media screen and (max-width: 1270px) {
        .unique-selling-points .section .grid {
          gap: 38px; } }
      @media screen and (min-width: 1270px) {
        .unique-selling-points .section .grid .box:nth-child(1n) {
          margin-right: 30px; }
        .unique-selling-points .section .grid .box:nth-child(2n) {
          margin-left: 24px; }
        .unique-selling-points .section .grid .box:nth-child(3n) {
          margin-left: 62px;
          width: 100%;
          padding-right: 30px; } }
      .unique-selling-points .section .grid .box:first-child .left-pannel .action-pannel p {
        display: flex;
        flex-direction: column; }
        .unique-selling-points .section .grid .box:first-child .left-pannel .action-pannel p .phone {
          display: flex;
          align-items: center;
          gap: 5px; }
      .unique-selling-points .section .grid .box .left-pannel,
      .unique-selling-points .section .grid .box .right-pannel {
        height: 100%; }
      .unique-selling-points .section .grid .box .right-pannel svg.icon {
        display: inline-block;
        width: 1em;
        height: 1em;
        stroke-width: 0;
        font-size: 70px;
        margin-right: 12px; }
      .unique-selling-points .section .grid .box .left-pannel {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .unique-selling-points .section .grid .box .left-pannel .action-pannel {
          margin-top: 12px; }
        .unique-selling-points .section .grid .box .left-pannel .action-pannel a {
          color: #676763;
          font-weight: 900;
          font-family: "Rubik";
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 24px; }
          .unique-selling-points .section .grid .box .left-pannel .action-pannel a.phone {
            text-decoration: underline;
            text-decoration-color: #0a0a0a; }
        .unique-selling-points .section .grid .box .left-pannel .title {
          line-height: 24px;
          font-weight: 600; }
        .unique-selling-points .section .grid .box .left-pannel .texts > p,
        .unique-selling-points .section .grid .box .left-pannel .texts > p.title {
          font-family: "Rubik";
          font-style: normal;
          font-size: 16px;
          line-height: 24px;
          color: #0a0a0a; }
        .unique-selling-points .section .grid .box .left-pannel .texts > p.description {
          color: #676763; }

.featured-categories-widget {
  height: 450px; }
  @media (min-width: 551px) {
    .featured-categories-widget {
      height: 550px; } }
  @media (min-width: 761px) {
    .featured-categories-widget {
      height: 390px; } }
  @media (min-width: 801px) {
    .featured-categories-widget {
      height: 380px; } }
  @media (min-width: 1261px) {
    .featured-categories-widget {
      height: 490px; } }

.best-sellers {
  margin-top: 84px; }
  .best-sellers > .productGrid {
    margin-bottom: 0; }
  .best-sellers .card {
    margin-bottom: 0; }
  .best-sellers .slick-track {
    display: flex;
    margin-left: -10px; }
  .best-sellers .productGrid {
    margin: 0; }

@media screen and (max-width: 50rem) {
  .best-sellers li.product {
    padding-left: 0;
    padding-right: 0; } }

.best-sellers article.card .card-reviews {
  min-height: 40px; }

.best-sellers .main-title {
  margin-bottom: 30px; }

.best-sellers .best-seller-product {
  margin-top: 30px; }

.best-sellers article.card {
  border: 1px solid #ebebeb; }

@media screen and (max-width: 50rem) {
  .best-sellers .slick-dots {
    position: initial;
    text-align: inherit;
    display: flex !important;
    justify-content: center;
    justify-items: center;
    width: 100%;
    margin-top: 10px; }
    .best-sellers .slick-dots li {
      height: 1.3rem;
      width: 1.3rem; }
    .best-sellers .slick-dots li button {
      background-color: #dedede;
      border: none; }
    .best-sellers .slick-dots li.slick-active button {
      border: none; }
    .best-sellers .slick-dots li.slick-active button::before {
      background-color: #9e4042; }
    .best-sellers .slick-dots li button,
    .best-sellers .slick-dots li button::before {
      height: 0.5rem;
      width: 0.5rem; } }

.blog-snippet {
  margin-top: 84px;
  margin-bottom: 168px; }
  .blog-snippet .main-title {
    margin-bottom: 26px; }
  .blog-snippet .blog-snippet-image {
    min-height: 100%;
    height: 100%; }
  @media screen and (max-width: 764px) {
    .blog-snippet .blog-column {
      display: grid;
      gap: 7px; }
    .blog-snippet .blog-snippet-image {
      height: 220px; }
    .blog-snippet .blog-snippet-title {
      align-items: flex-end;
      height: 100%; } }
  @media screen and (min-width: 764px) {
    .blog-snippet .blog-column {
      display: grid;
      grid-template-columns: 50% 25% 25%;
      grid-template-rows: 224px 224px;
      grid-auto-flow: column;
      gap: 7px;
      overflow: hidden; }
    .blog-snippet .item-0 {
      grid-column: 1;
      grid-row: 1 / 3; }
    .blog-snippet .item-3 {
      grid-column: 3;
      grid-row: 1 / 3; }
    .blog-snippet .item-0 .blog-snippet-title {
      padding: 23px; }
    .blog-snippet .item-0 .blog-snippet-image {
      display: flex;
      align-content: flex-end;
      flex-wrap: wrap; }
    .blog-snippet .blog-snippet-image {
      opacity: 1;
      transition: 0.7s opacity ease; }
      .blog-snippet .blog-snippet-image:hover {
        opacity: 0.9;
        transition: 0.7s opacity ease; }
    .blog-snippet .blog-snippet-title {
      align-items: center; } }
  .blog-snippet .blog-snippet-title {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    display: flex;
    color: white;
    padding: 17px 20px; }

@media screen and (max-width: 50rem) {
  .blog-column {
    margin-left: -12px;
    margin-right: -12px; } }

section.heroCarousel.slick-initialized.slick-slider {
  margin-top: 0; }

.heroCarousel {
  margin-bottom: 0; }
  .heroCarousel .slick-next {
    background: white url("../icons/carousel-right.svg") 100%;
    position: absolute;
    left: initial;
    right: calc(5% + 33px);
    float: right;
    bottom: 16.5px; }
    .heroCarousel .slick-next::before {
      content: ''; }
  .heroCarousel .slick-prev {
    background: white url("../icons/carousel-left.svg") 100%;
    position: absolute;
    left: initial;
    right: calc(5% + (33px * 2));
    float: right;
    content: ''; }
  .heroCarousel .carousel-play-pause-button {
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    width: 33px;
    height: 33px;
    position: absolute;
    left: initial;
    max-width: initial;
    min-width: initial;
    bottom: -2.4px;
    float: right;
    right: 5%;
    border: 1px solid white;
    color: transparent; }
    .heroCarousel .carousel-play-pause-button[aria-label='Pause carousel'] {
      background: white url("../icons/carousel-pause.svg") 100%;
      background-size: 79%;
      background-repeat: no-repeat;
      background-position: center; }
    .heroCarousel .carousel-play-pause-button[aria-label='Play carousel'] {
      background: white url("../icons/carousel-play.svg") 100%;
      background-size: cover; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: initial; }
  .heroCarousel .slick-arrow {
    width: 33px;
    height: 33px;
    border: 1px solid white;
    background-repeat: no-repeat;
    background-size: contain; }
    .heroCarousel .slick-arrow::before {
      background: unset;
      height: 0; }
  .heroCarousel .carousel-play-pause-button,
  .heroCarousel .slick-arrow {
    transform: initial; }
    @media screen and (min-width: 50rem) {
      .heroCarousel .carousel-play-pause-button,
      .heroCarousel .slick-arrow {
        top: 93.3%; } }
    @media (max-width: 34.375rem) {
      .heroCarousel .carousel-play-pause-button,
      .heroCarousel .slick-arrow {
        top: 92.3%; } }
    @media screen and (min-width: 34.375rem) and (max-width: 50rem) {
      .heroCarousel .carousel-play-pause-button,
      .heroCarousel .slick-arrow {
        top: 92.4%; } }
    @media screen and (min-width: 50.0625rem) and (max-width: 56.25rem) {
      .heroCarousel .carousel-play-pause-button,
      .heroCarousel .slick-arrow {
        top: 87.9%; } }
    @media screen and (min-width: 56.25rem) and (max-width: 73.625rem) {
      .heroCarousel .carousel-play-pause-button,
      .heroCarousel .slick-arrow {
        top: 91%; } }

.heroCarousel .slick-dots {
  bottom: 0.1rem; }
  .heroCarousel .slick-dots li {
    background-color: transparent;
    height: initial;
    width: initial; }
    .heroCarousel .slick-dots li > button, .heroCarousel .slick-dots li > button::before {
      height: 0.5375rem;
      width: 0.5375rem; }
    .heroCarousel .slick-dots li.slick-active button::before {
      background-color: #af1c21; }
    .heroCarousel .slick-dots li:not(.slick-active) button::before {
      background-color: white; }

div[data-content-region="home_below_menu"] ~ .heroCarousel .carousel-tooltip {
  display: none; }

.heroCarousel-content {
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: center;
  top: 40%;
  gap: 6px; }
  @media (max-width: 34.375rem) {
    .heroCarousel-content {
      position: absolute;
      top: 38%;
      gap: 0;
      width: 100%; } }
  .heroCarousel-content .heroCarousel-title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 89px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: white; }
    @media (max-width: 34.375rem) {
      .heroCarousel-content .heroCarousel-title {
        font-size: 34px; } }
  .heroCarousel-content .heroCarousel-description {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: white; }
    @media (max-width: 34.375rem) {
      .heroCarousel-content .heroCarousel-description {
        font-size: 14px;
        bottom: 21px;
        position: relative; } }

h2.product-carousel-title.you-might-also-like {
  margin-top: 60px; }

.heroCarousel-slide .heroCarousel-image {
  height: 100%;
  object-fit: contain;
  object-position: 50% 0%;
  width: initial; }
  @media (min-width: 551px) {
    .heroCarousel-slide .heroCarousel-image {
      object-position: 50% 50%; } }
  @media (max-width: 50rem) {
    .heroCarousel-slide .heroCarousel-image {
      height: 100%;
      object-fit: contain;
      object-position: 50% 0%;
      width: initial; } }
  @media (max-width: 50rem) {
    .heroCarousel-slide .heroCarousel-image {
      height: 433px;
      object-fit: cover;
      object-position: 50% 0%;
      width: initial; } }

.heroCarousel-slide .slick-slide img {
  width: initial; }

.heroCarousel-slide .heroCarousel-image-wrapper {
  height: initial; }
  @media (min-width: 551px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 26.9375rem; } }
  @media (min-width: 801px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 30.625rem; } }

@media screen and (max-width: 50rem) {
  .heroCarousel-slide .heroCarousel-image {
    object-position: 100% 0%; } }

@media screen and (min-width: 50rem) {
  .container {
    padding: 0 3rem; } }

@media screen and (max-width: 50rem) {
  .container {
    padding: 0 12px; } }

.best-sellers .button--terciary,
.productGrid .button--terciary,
.productCarousel .button--terciary {
  display: flex;
  align-items: center;
  justify-content: center; }

.best-sellers article.card,
.productGrid article.card,
.productCarousel article.card {
  border: 1px solid #ebebeb;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .best-sellers article.card .card-body,
  .productGrid article.card .card-body,
  .productCarousel article.card .card-body {
    padding: 0 11px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 auto; }
  .best-sellers article.card .card-img-container,
  .productGrid article.card .card-img-container,
  .productCarousel article.card .card-img-container {
    max-height: 200px; }
  @media screen and (max-width: 50rem) {
    .best-sellers article.card .card-title,
    .productGrid article.card .card-title,
    .productCarousel article.card .card-title {
      text-align: left; } }
  .best-sellers article.card .card-title a,
  .productGrid article.card .card-title a,
  .productCarousel article.card .card-title a {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #0a0a0a; }
  .best-sellers article.card .product-brand,
  .productGrid article.card .product-brand,
  .productCarousel article.card .product-brand {
    min-height: 1.125rem; }
    .best-sellers article.card .product-brand .card-text,
    .productGrid article.card .product-brand .card-text,
    .productCarousel article.card .product-brand .card-text {
      margin-bottom: 0;
      font-family: "Rubik";
      font-style: normal;
      font-size: 14px;
      line-height: 18px;
      display: flex;
      align-items: center;
      font-weight: 400;
      letter-spacing: 0.005em; }
      @media screen and (max-width: 50rem) {
        .best-sellers article.card .product-brand .card-text,
        .productGrid article.card .product-brand .card-text,
        .productCarousel article.card .product-brand .card-text {
          text-align: left; } }

@media screen and (min-width: 50rem) {
  .best-sellers .productCarousel-slide,
  .productGrid .productCarousel-slide,
  .productCarousel .productCarousel-slide {
    padding-left: 0; }
  .best-sellers li.product,
  .productGrid li.product,
  .productCarousel li.product {
    padding-left: 0.45rem;
    padding-right: 0.45rem; }
  .best-sellers .best-seller-product article.card,
  .productGrid .best-seller-product article.card,
  .productCarousel .best-seller-product article.card {
    box-shadow: 0px 0px 30px rgba(214, 214, 215, 0.42); } }

@media screen and (max-width: 50rem) {
  .best-sellers article.card,
  .productGrid article.card,
  .productCarousel article.card {
    box-shadow: none; }
  .best-sellers .productCarousel button.slick-arrow,
  .productGrid .productCarousel button.slick-arrow,
  .productCarousel .productCarousel button.slick-arrow {
    display: none; }
  .best-sellers .productCarousel-slide.slick-slide.slick-active,
  .productGrid .productCarousel-slide.slick-slide.slick-active,
  .productCarousel .productCarousel-slide.slick-slide.slick-active {
    margin: 0 1px 0 0; }
  .best-sellers .productCarousel-slide.slick-slide.slick-current.slick-active:not(:nth-child(1)), .best-sellers .productCarousel-slide.slick-slide.slick-current.slick-active:not(:nth-child(2)),
  .productGrid .productCarousel-slide.slick-slide.slick-current.slick-active:not(:nth-child(1)),
  .productGrid .productCarousel-slide.slick-slide.slick-current.slick-active:not(:nth-child(2)),
  .productCarousel .productCarousel-slide.slick-slide.slick-current.slick-active:not(:nth-child(1)),
  .productCarousel .productCarousel-slide.slick-slide.slick-current.slick-active:not(:nth-child(2)) {
    display: none; }
  .best-sellers .productGrid .product,
  .productGrid .productGrid .product,
  .productCarousel .productGrid .product {
    padding-left: 1px;
    padding-right: 1px; }
  .best-sellers .productCarousel-slide,
  .productGrid .productCarousel-slide,
  .productCarousel .productCarousel-slide {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .best-sellers .slick-track,
  .productGrid .slick-track,
  .productCarousel .slick-track {
    max-height: inherit; } }

.productCarousel .card, .best-seller-product .card {
  min-height: 600px; }

.best-sellers article.card .button--terciary,
.productGrid article.card .button--terciary,
.productCarousel article.card .button--terciary {
  height: 50px;
  background: white;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #0a0a0a;
  width: 100%;
  padding: 0;
  transition: 0.5s all ease;
  margin: 6px 0 19px;
  line-height: 1; }
  .best-sellers article.card .button--terciary:hover,
  .productGrid article.card .button--terciary:hover,
  .productCarousel article.card .button--terciary:hover {
    background: #af1c21;
    color: white; }
    .best-sellers article.card .button--terciary:hover svg,
    .productGrid article.card .button--terciary:hover svg,
    .productCarousel article.card .button--terciary:hover svg {
      transition: 0.5s all ease;
      filter: brightness(0) invert(1); }

.best-sellers article.card .card-quantity,
.productGrid article.card .card-quantity,
.productCarousel article.card .card-quantity {
  display: flex;
  justify-content: space-between;
  padding: 0px 0 7px;
  position: relative; }
  .best-sellers article.card .card-quantity button,
  .productGrid article.card .card-quantity button,
  .productCarousel article.card .card-quantity button {
    border: none;
    background: whitesmoke;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 50px;
    align-items: center; }

.best-sellers article.card span.cta-btn--inner,
.productGrid article.card span.cta-btn--inner,
.productCarousel article.card span.cta-btn--inner {
  position: relative;
  display: inline-flex;
  text-align: center;
  align-items: center;
  height: 46px; }

@media screen and (min-width: 50rem) {
  .best-sellers article.card .quantity-mobile,
  .productGrid article.card .quantity-mobile,
  .productCarousel article.card .quantity-mobile {
    display: none; }
  .best-sellers article.card .card-quantity button,
  .productGrid article.card .card-quantity button,
  .productCarousel article.card .card-quantity button {
    height: 50px; } }

@media screen and (max-width: 50rem) {
  .best-sellers article.card .form-input--incrementTotal,
  .productGrid article.card .form-input--incrementTotal,
  .productCarousel article.card .form-input--incrementTotal {
    display: none; }
  .best-sellers article.card .quantity-mobile,
  .productGrid article.card .quantity-mobile,
  .productCarousel article.card .quantity-mobile {
    position: absolute;
    left: 0;
    width: 87.55px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid whitesmoke;
    font-family: "Oswald";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0a0a0a; }
  .best-sellers article.card .card-quantity,
  .productGrid article.card .card-quantity,
  .productCarousel article.card .card-quantity {
    flex-direction: column;
    align-items: flex-end; }
  .best-sellers article.card .card-quantity button,
  .productGrid article.card .card-quantity button,
  .productCarousel article.card .card-quantity button {
    height: 25px;
    margin-bottom: 0; }
    .best-sellers article.card .card-quantity button.button--icon.right,
    .productGrid article.card .card-quantity button.button--icon.right,
    .productCarousel article.card .card-quantity button.button--icon.right {
      order: 0; }
    .best-sellers article.card .card-quantity button.button--icon.left,
    .productGrid article.card .card-quantity button.button--icon.left,
    .productCarousel article.card .card-quantity button.button--icon.left {
      order: 1; } }

.best-sellers article.card .card-badge,
.productGrid article.card .card-badge,
.productCarousel article.card .card-badge {
  position: absolute;
  right: 10px;
  width: 67px;
  height: 24px;
  top: 10px;
  background: #d53f11;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  cursor: default;
  z-index: 1;
  transition: 0.5s background ease-in-out; }
  .best-sellers article.card .card-badge:hover,
  .productGrid article.card .card-badge:hover,
  .productCarousel article.card .card-badge:hover {
    background: black;
    transition: 0.5s background ease-in-out; }
  .best-sellers article.card .card-badge span,
  .productGrid article.card .card-badge span,
  .productCarousel article.card .card-badge span {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: white; }

.best-sellers article.card .prices,
.productGrid article.card .prices,
.productCarousel article.card .prices {
  padding: 4px 0 17px; }
  .best-sellers article.card .prices .price-section--withoutTax,
  .productGrid article.card .prices .price-section--withoutTax,
  .productCarousel article.card .prices .price-section--withoutTax {
    margin-right: 10px; }
    .best-sellers article.card .prices .price-section--withoutTax > .price.price--withoutTax,
    .productGrid article.card .prices .price-section--withoutTax > .price.price--withoutTax,
    .productCarousel article.card .prices .price-section--withoutTax > .price.price--withoutTax {
      font-family: 'Oswald';
      font-style: normal;
      font-weight: 600;
      line-height: 27px;
      display: flex;
      align-items: center;
      letter-spacing: -0.04em;
      color: #0a0a0a; }
  .best-sellers article.card .prices .price-section--withoutTax.non-sale-price--withoutTax,
  .productGrid article.card .prices .price-section--withoutTax.non-sale-price--withoutTax,
  .productCarousel article.card .prices .price-section--withoutTax.non-sale-price--withoutTax {
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    align-items: center; }
    .best-sellers article.card .prices .price-section--withoutTax.non-sale-price--withoutTax .span.price.price--non-sale,
    .productGrid article.card .prices .price-section--withoutTax.non-sale-price--withoutTax .span.price.price--non-sale,
    .productCarousel article.card .prices .price-section--withoutTax.non-sale-price--withoutTax .span.price.price--non-sale {
      font-family: 'Rubik';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 27px;
      display: flex;
      align-items: flex-end;
      text-decoration-line: line-through;
      color: #565656; }
  .best-sellers article.card .prices .price-discount,
  .productGrid article.card .prices .price-discount,
  .productCarousel article.card .prices .price-discount {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    display: none;
    align-items: center;
    color: #af1c21; }
    @media (min-width: 801px) {
      .best-sellers article.card .prices .price-discount,
      .productGrid article.card .prices .price-discount,
      .productCarousel article.card .prices .price-discount {
        display: flex; } }

@media screen and (min-width: 1280px) {
  .best-sellers article.card .prices,
  .productGrid article.card .prices,
  .productCarousel article.card .prices {
    grid-template-columns: 0.7fr 1fr 1fr; } }

@media screen and (min-width: 50rem) {
  .best-sellers article.card .prices .price-section--withoutTax .price.price--withoutTax,
  .productGrid article.card .prices .price-section--withoutTax .price.price--withoutTax,
  .productCarousel article.card .prices .price-section--withoutTax .price.price--withoutTax {
    font-size: 28px; } }

@media screen and (min-width: 1200px) {
  .best-sellers article.card .prices,
  .productGrid article.card .prices,
  .productCarousel article.card .prices {
    display: flex; } }

@media screen and (max-width: 50rem) {
  .best-sellers article.card .prices,
  .productGrid article.card .prices,
  .productCarousel article.card .prices {
    min-height: 75px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end; }
    .best-sellers article.card .prices .price-section--withoutTax .price.price--withoutTax,
    .productGrid article.card .prices .price-section--withoutTax .price.price--withoutTax,
    .productCarousel article.card .prices .price-section--withoutTax .price.price--withoutTax {
      font-size: 22px; } }

.best-sellers .card-reviews a.productView-reviewLink.productView-reviewLink--new,
.productGrid .card-reviews a.productView-reviewLink.productView-reviewLink--new,
.productCarousel .card-reviews a.productView-reviewLink.productView-reviewLink--new {
  color: #af1c21;
  font-size: 0.775rem;
  font-weight: 600;
  text-decoration: none; }

.best-sellers .card-reviews .productView-rating,
.productGrid .card-reviews .productView-rating,
.productCarousel .card-reviews .productView-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

.best-sellers .card-reviews .productView-rating,
.productGrid .card-reviews .productView-rating,
.productCarousel .card-reviews .productView-rating {
  margin-bottom: 9px; }

h2.product-carousel-title {
  margin: 60px 0 1rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.005em; }

.card-body .card-text {
  display: none; }

span.icon.icon--ratingFull svg {
  fill: #f29508; }

#productReview_link,
a.productView-reviewLink.productView-reviewLink--new {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #18120b;
  text-decoration: underline;
  text-decoration-color: #C10000;
  display: inline-block;
  margin-left: 0.375rem;
  vertical-align: middle;
  text-underline-offset: 4px;
  margin-bottom: 2px; }

@media screen and (max-width: 50rem) {
  .card-reviews .productView-rating > span[role="img"] {
    margin: -15px;
    transform: scale(0.8); }
  .productView .productView-rating > span[role="img"] {
    padding-right: 10px; } }

#trustspot-widget-wrapper .six-column.ts-share-wrapper .btn-primary-border,
#trustspot_qa_question_form a.btn.btn-primary.btn-large.btn-block {
  background: #af1c21 !important; }
  #trustspot-widget-wrapper .six-column.ts-share-wrapper .btn-primary-border:hover,
  #trustspot_qa_question_form a.btn.btn-primary.btn-large.btn-block:hover {
    background: #9e4042 !important; }

.widget-overall-rating.clearfix {
  top: 50px; }

#trustspot-widget-wrapper .widget-overall-rating.clearfix .widget-review {
  margin-top: 0 !important;
  margin-bottom: 110px; }

#trustspot-widget-wrapper .feedback a.like,
#trustspot-widget-wrapper .feedback a.dislike {
  background: gray !important;
  margin-left: 2px; }

#trustspot-widget-wrapper .rating .css-label {
  margin-top: -5px; }

p.ts-product-widget-header-left {
  display: none; }

#trustspot-widget-review-block .result-box .buyer.d-inline-block i,
#trustspot-widget-review-block .result-box .buyer.d-inline-block {
  color: green !important; }

.trustspot-inline-product {
  margin-top: 10px; }

.reviews-questions-title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #0A0A0A;
  width: 100%;
  justify-content: center;
  margin-top: 97px;
  margin-bottom: 30px; }

.ts-product-widget-header-right {
  float: initial !important; }

.trustspot.trustspot-main-widget #trustspot-widget-wrapper header .ask-question-modal,
.trustspot.trustspot-main-widget #trustspot-widget-wrapper header .write-review-modal {
  font-style: normal;
  font-size: 16px;
  align-items: center;
  line-height: 24px;
  height: 40px !important;
  background: white !important;
  border: 1px solid #D5D1C9 !important;
  border-radius: 34px !important;
  color: #282828 !important;
  flex-direction: row;
  padding: 8px 20px;
  gap: 14px;
  width: 155px;
  font-family: 'Rubik';
  font-weight: 600; }

.widget-review {
  display: inline-flex;
  flex-direction: column-reverse;
  margin-top: -50px;
  margin-bottom: 30px; }

.ts-reviews-rating-options > .ts-reviews-count {
  color: #18120B !important;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  margin-right: 2rem; }

.ts-reviews-rating-options > a:nth-child(3),
.ts-reviews-rating-options > a.trustspot-inline-write-a-review {
  color: #18120B !important;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  border-bottom: 1px solid #c10000;
  position: relative;
  padding-bottom: 4px; }

.ts-reviews-rating-options > a.trustspot-inline-write-a-review {
  margin-right: 20px; }
  .ts-reviews-rating-options > a.trustspot-inline-write-a-review::after {
    content: '';
    width: 1px;
    height: 60%;
    background-color: #D4CFBD;
    position: absolute;
    right: -10px;
    bottom: 0;
    top: 50%;
    transform: translate(-50%, -50%); }

.six-column .feedback span {
  color: gray; }

.ts-product-widget-header-right {
  display: flex;
  justify-content: center; }

.ts-stars-1 .radio-inline {
  display: flex;
  gap: 8px; }

.ts-product-widget-header-right {
  display: flex !important; }

.review #tsMobileMenu {
  display: none !important; }

.widget-overall-rating.clearfix .widget-star-rating {
  display: none; }

.widget-overall-rating.clearfix {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center; }

#trustspot-widget-wrapper .answer-block.ts-qa-form .btn-primary,
#trustspot-widget-wrapper .field-set a.btn.btn-primary.btn-large.float-right,
#trustspot_review_form .answer-block.ts-qa-form .btn-primary,
#trustspot_review_form .field-set a.btn.btn-primary.btn-large.float-right {
  background: #af1c21 !important; }
  #trustspot-widget-wrapper .answer-block.ts-qa-form .btn-primary:hover,
  #trustspot-widget-wrapper .field-set a.btn.btn-primary.btn-large.float-right:hover,
  #trustspot_review_form .answer-block.ts-qa-form .btn-primary:hover,
  #trustspot_review_form .field-set a.btn.btn-primary.btn-large.float-right:hover {
    background: #9e4042 !important; }

#trustspot-widget-wrapper .description-block .six-column .feedback,
#trustspot-widget-wrapper .trustspot-review-footer .six-column .feedback,
#trustspot_review_form .description-block .six-column .feedback,
#trustspot_review_form .trustspot-review-footer .six-column .feedback {
  color: green !important; }

.review-result-header .tab {
  border-top: none; }

form.form.writeReview-form input.button.button--primary {
  width: 100%; }

@media screen and (min-width: 801px) {
  .page-sidebar {
    width: 23%; }
  .page-sidebar + .page-content {
    width: 77%; } }

.actionBar-section .form-select {
  flex: 1; }

select.form-select.cm_sort-select {
  width: 200px; }

.featured-categories-widget {
  margin-top: 84px; }
  .featured-categories-widget .productCarousel {
    margin: 0 -6px; }
  .featured-categories-widget .shop-all a.shop-all-link {
    display: flex;
    gap: 10px;
    align-items: center; }
  .featured-categories-widget .main-title {
    display: flex;
    justify-content: space-between;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #676763;
    align-items: flex-end;
    width: 100%; }
  .featured-categories-widget .titles h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    margin: 0 0 -0.5rem;
    line-height: 27px;
    display: flex;
    align-items: center;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #9e4042; }
  .featured-categories-widget .titles h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #0a0a0a; }
  .featured-categories-widget .brand-category-carousel-card.slick-slide[aria-hidden="true"] {
    visibility: hidden; }
  .featured-categories-widget .brand-category-carousel-card-img-container {
    padding-bottom: 17px; }
  .featured-categories-widget .brand-category-carousel-big-widget {
    padding: 30px 0 10px 0; }
  .featured-categories-widget h2.brand-category-title {
    color: white;
    position: absolute;
    top: 5%;
    margin-left: 20px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: white; }
  .featured-categories-widget a.shop-all-image {
    color: white;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    align-items: center;
    float: right;
    position: fixed;
    bottom: 30px;
    height: 90%;
    margin-left: 0.2%;
    width: 6.5%;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end; }

@media screen and (max-width: 764px) {
  .featured-categories-widget {
    margin: 33px 0 0 auto; }
    .featured-categories-widget .shop-all {
      padding: 4px 0; }
    .featured-categories-widget .main-title {
      display: block;
      margin-right: 30px;
      font-size: 16px; }
    .featured-categories-widget h2.brand-category-title {
      font-size: 18px;
      margin-left: 15px; } }

@media screen and (max-width: 1124px) {
  .featured-categories-widget h2.brand-category-title {
    font-size: 20px; } }

@media screen and (max-width: 600px) {
  .featured-categories-widget .slick-dots {
    text-align: center; } }

@media screen and (min-width: 50rem) {
  .featured-categories-widget .slick-track {
    display: flex;
    gap: 10px; } }

@media screen and (max-width: 50rem) {
  .featured-categories-widget .slick-track {
    display: flex;
    gap: 4px; } }

.our-commitment {
  margin-top: 97px; }
  .our-commitment .square {
    display: inline-block;
    position: relative; }
  .our-commitment .square:before {
    content: "";
    position: absolute;
    background: black;
    width: 230px;
    height: 85%;
    box-shadow: 0 0 0 10px black;
    z-index: -1;
    float: right;
    right: -11px;
    top: -4px; }
  .our-commitment img.brand-image {
    display: inline-block;
    max-width: 100%; }
  .our-commitment .our-commitment-container {
    align-items: center; }
  .our-commitment .main-title {
    flex-direction: column;
    line-height: 8rem;
    margin-top: 9%; }
  .our-commitment .titles {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    display: flex;
    text-transform: uppercase;
    color: #af1c21;
    margin-bottom: 33px;
    align-items: flex-start;
    flex-direction: column; }
  .our-commitment .titles span {
    color: #af1c21; }
  .our-commitment .brand-category-image {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    align-items: center; }
  .our-commitment .brand-category-image.and-more {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #676763; }
  .our-commitment .brand-image {
    margin: 0 auto; }
  .our-commitment .our-commitment-link {
    display: flex;
    gap: 10px;
    align-items: center; }
  .our-commitment .main-title .titles h4 {
    margin-bottom: 0; }
  .our-commitment .brand-category-link {
    display: block;
    text-align: center;
    width: 100%;
    color: #0a0a0a;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    margin-top: 10px;
    margin-bottom: 7px; }
  .our-commitment .content-description a {
    height: 19px;
    margin-top: 30px; }

@media screen and (min-width: 50rem) {
  .our-commitment .our-commitment-container {
    grid-template-columns: 1fr 1.2fr;
    align-items: center; }
  .our-commitment .main-title {
    padding-left: 60px;
    margin: 0; }
  .our-commitment .content {
    padding: 0 50px; }
  .our-commitment .our-commitment-container {
    display: grid; }
  .our-commitment .square {
    max-width: 80%; }
  .our-commitment .brand-category-image {
    padding: 10px; } }

@media screen and (max-width: 50rem) {
  .our-commitment .our-commitment-container {
    grid-template-columns: 1fr; }
  .our-commitment .titles {
    width: 100%; }
  .our-commitment .our-commitment-categories {
    order: 0;
    display: flex;
    justify-content: center; }
  .our-commitment .our-commitment-description {
    order: 1;
    display: flex; }
  .our-commitment .square {
    max-width: 90%;
    margin-left: -40px; }
  .our-commitment .brand-category-image {
    padding: 0; } }

.shop-by-vehicle {
  flex-direction: column; }
  .shop-by-vehicle .main-title {
    margin-right: 0; }
  .shop-by-vehicle .vehicles {
    display: grid;
    gap: 15px; }
  .shop-by-vehicle .vehicles .vehicle:hover {
    opacity: 0.7;
    transition: 0.4s opacity ease; }

@media screen and (min-width: 50rem) {
  .shop-by-vehicle {
    margin-top: 84px; }
    .shop-by-vehicle .main-title {
      margin-bottom: 25px; }
    .shop-by-vehicle .vehicles {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

@media screen and (max-width: 50rem) {
  .shop-by-vehicle {
    margin-top: 34px; }
  .shop-by-vehicle .vehicles {
    grid-template-columns: 1fr 1fr; } }

.what-we-carry {
  margin-top: 97px; }
  .what-we-carry .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.005em;
    padding: 0 50px;
    font-family: "Oswald";
    font-style: normal;
    margin-bottom: 10px; }
  .what-we-carry .what-we-carry-categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px; }
  .what-we-carry .what-we-carry-container {
    display: grid; }
  .what-we-carry .main-title {
    flex-direction: column;
    line-height: 8rem;
    margin-top: 9%; }
  .what-we-carry .titles {
    margin-bottom: 33px; }
  .what-we-carry .brand-category-image {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    width: 100%; }
  .what-we-carry .brand-category-image.and-more {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #676763;
    border: none; }
  .what-we-carry .brand-image {
    margin: 0 auto; }
  .what-we-carry .brand-category-link {
    text-align: center;
    width: 100%;
    color: #0a0a0a;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    margin-top: 10px;
    margin-bottom: 7px; }
  .what-we-carry .brand-category-image:not(.and-more) .brand-category-link {
    position: absolute;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    text-align: center;
    align-content: center;
    width: 90%; }

.what-we-carry-description .button.button--primary {
  padding: 0.875rem 1.45rem; }

@media screen and (min-width: 50rem) {
  .what-we-carry .what-we-carry-container {
    grid-template-columns: 0.7fr 1fr; }
  .what-we-carry .main-title {
    padding-left: 60px; }
  .what-we-carry .content {
    padding: 0 50px; } }

@media screen and (max-width: 50rem) {
  .what-we-carry {
    margin-top: 21px; }
    .what-we-carry .what-we-carry-container {
      grid-template-columns: 1fr; }
    .what-we-carry .what-we-carry-categories {
      order: 1; }
    .what-we-carry .titles {
      width: 100%; }
    .what-we-carry .button {
      width: 100%; }
    .what-we-carry .main-title {
      margin-right: 0; }
    .what-we-carry h4 {
      display: none; }
    .what-we-carry .brand-category-image {
      height: 200px; } }

#paypal-commerce-proddetails-messaging-banner {
  display: none; }

@media screen and (min-width: 50rem) {
  section.productView-details.product-options,
  section.productView-details.product-data,
  section.productView-details.product-options .productView-options {
    padding: 0;
    margin: 0; } }

@media screen and (max-width: 50rem) {
  .productView-info {
    margin-top: 0; }
  .availability.container-promotion-eligible.by-brand {
    position: relative;
    top: 9px; }
  .availabilities {
    position: relative;
    top: 20px;
    left: 5px; }
  #main-content {
    margin-top: 0; }
  section.product-options .productView-options {
    display: initial; } }

.productView {
  margin-top: 10px; }

.productView-product {
  border-bottom: 0; }
  .productView-product .productView-title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #18120b; }

@media screen and (min-width: 50rem) {
  .productView-product .productView-title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 10px;
    margin-top: 0; } }

@media screen and (max-width: 50rem) {
  .productView-product .productView-title {
    font-size: 21px;
    line-height: 28px;
    margin-top: 0; } }

.slick-arrow {
  border-color: transparent; }

.slick-next:hover, .slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
  background-color: transparent; }

@media screen and (min-width: 50rem) {
  button.slick-prev.slick-arrow.slick-disabled {
    transform: rotate(180deg);
    top: 6px;
    margin-top: 0; }
  .productView-thumbnails .slick-next {
    right: 0;
    margin-top: 0; }
  div:not(.heroCarousel) button.slick-prev.slick-arrow.slick-disabled,
  div:not(.heroCarousel) button.slick-prev.slick-arrow {
    transform: rotate(180deg);
    top: 6px;
    margin-top: 0; }
  .productView-thumbnails .slick-list {
    margin-left: 1.6rem;
    margin-right: 1.6rem; }
  .productView-thumbnail-link {
    max-width: initial; }
  button.slick-prev.slick-arrow:before {
    transform: rotate(180deg);
    top: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center; }
  .slick-arrow {
    padding: 10px;
    margin: 0px -9px;
    height: 88%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: -33px; }
  .slick-prev {
    content: url("../icons/black-arrow-right.svg");
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center; }
  .slick-next::before {
    content: url("../icons/black-arrow-right.svg");
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center; } }

@media screen and (max-width: 50rem) {
  .productView-img-container {
    max-width: initial;
    height: 270px; }
  .productView-images {
    margin-bottom: 0; } }

.productView-price {
  margin-bottom: 0; }
  .productView-price .price-section.price-section--withoutTax {
    font-family: 'Oswald';
    font-style: normal;
    font-size: 38px;
    line-height: 46px;
    font-weight: 600;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #18120b; }
    .productView-price .price-section.price-section--withoutTax > span.price.price--non-sale {
      font-family: 'Rubik';
      font-style: normal;
      font-weight: 400;
      display: flex;
      align-items: flex-end;
      text-decoration-line: line-through;
      color: #565656; }
    .productView-price .price-section.price-section--withoutTax .price--rrp,
    .productView-price .price-section.price-section--withoutTax .price--non-sale,
    .productView-price .price-section.price-section--withoutTax .price--discounted {
      font-family: 'Rubik';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 27px;
      display: flex;
      align-items: flex-end;
      text-decoration-line: line-through;
      color: #565656;
      margin-right: 10px; }
  .productView-price .price-discount {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #af1c21; }
  .productView-price .productView-price {
    margin-bottom: 0; }

.productView .price-section-old {
  display: flex; }

.pros-pick .productView-price {
  width: 100%; }

label.form-label-quantity {
  display: block;
  font-size: 14px;
  position: relative;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  display: flex;
  align-items: center;
  color: #333; }

@media screen and (min-width: 50rem) {
  .productView-price {
    width: 50%; }
    .productView-price .price-section.price-section--withoutTax > span.price.price--non-sale {
      font-size: 16px;
      line-height: 27px;
      font-family: 'Rubik';
      font-style: normal;
      font-weight: 400;
      display: flex;
      align-items: flex-end;
      text-decoration-line: line-through;
      color: #565656; }
    .productView-price .price-discount {
      font-size: 16px; }
  .productGrid .price-section-old {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 5px; }
  .price-section.price-section--saving.price,
  .price-section.price-section--withoutTax.rrp-price--withoutTax {
    display: none !important; } }

@media screen and (max-width: 50rem) {
  .productView-product .productView-price {
    top: 0; }
    .productView-product .productView-price .price-section.price-section--withoutTax > span.price.price--non-sale {
      font-size: 14px;
      line-height: 27px; }
    .productView-product .productView-price .price-discount {
      font-size: 14px; }
  .price-section-old {
    text-align: left; }
  .price-section.price-section--withoutTax > span.price.price--non-sale {
    font-size: 16px;
    line-height: 27px; } }

#add-to-cart-wrapper {
  display: grid;
  width: 100%;
  gap: 18px;
  align-items: center;
  align-content: center; }

.productView-options {
  display: grid;
  align-items: center; }
  .productView-options .form-action {
    display: flex;
    align-items: center; }
  .productView-options > .form {
    display: flex;
    margin: 0;
    flex-direction: column; }
    .productView-options > .form a.dropdown-menu-button {
      margin: 0; }

#add-to-cart-wrapper .form-field {
  margin: 0; }

#add-to-cart-wrapper .form-action {
  margin: 0; }
  #add-to-cart-wrapper .form-action #form-action-addToCart,
  #add-to-cart-wrapper .form-action #form-action-addToCart-mobile {
    background: #af1c21;
    color: white;
    height: 50px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    width: 100%;
    padding: 0;
    transition: 0.5s all ease;
    margin: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 0 70px;
    gap: 10px; }
    #add-to-cart-wrapper .form-action #form-action-addToCart > svg,
    #add-to-cart-wrapper .form-action #form-action-addToCart-mobile > svg {
      transform: scale(1.4); }
    #add-to-cart-wrapper .form-action #form-action-addToCart:hover,
    #add-to-cart-wrapper .form-action #form-action-addToCart-mobile:hover {
      background: white;
      color: #0a0a0a; }
      #add-to-cart-wrapper .form-action #form-action-addToCart:hover svg,
      #add-to-cart-wrapper .form-action #form-action-addToCart-mobile:hover svg {
        transition: 0.5s all ease;
        filter: brightness(0) invert(1); }

@media (min-width: 801px) {
  #add-to-cart-wrapper + .alertBox {
    margin-top: 1rem; } }

a.dropdown-menu-button[aria-controls="wishlist-dropdown"] {
  width: 30px; }

a.dropdown-menu-button {
  display: flex;
  align-items: center;
  align-content: center;
  height: 50px;
  margin: 4px 15px;
  height: 50px;
  justify-content: flex-end;
  right: 0px;
  margin-bottom: 19px; }
  a.dropdown-menu-button > svg {
    transform: scale(1.5); }
  a.dropdown-menu-button:hover {
    opacity: 0.8; }

ul#wishlist-dropdown-no-form > li,
ul#wishlist-dropdown > li {
  text-align: left; }
  ul#wishlist-dropdown-no-form > li input,
  ul#wishlist-dropdown-no-form > li a,
  ul#wishlist-dropdown > li input,
  ul#wishlist-dropdown > li a {
    color: black;
    border-radius: 0;
    text-align: left;
    padding: 14px 10px; }

.card-quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center; }
  .card-quantity > button {
    border: none;
    background: whitesmoke;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 50px;
    align-items: center;
    border-radius: 0 !important;
    margin: 0;
    height: 50px; }
    .card-quantity > button:hover, .card-quantity > button:focus, .card-quantity > button:active {
      background: whitesmoke;
      border: none; }

form.form.form-wishlist.form-action {
  opacity: 0;
  pointer-events: none;
  height: 0;
  width: 0;
  position: absolute; }

@media screen and (min-width: 50rem) {
  ul#wishlist-dropdown-no-form {
    margin-top: 35px; }
    ul#wishlist-dropdown-no-form > li > * {
      width: 240px !important; }
    ul#wishlist-dropdown-no-form > li {
      display: flex;
      flex-direction: row-reverse; }
    ul#wishlist-dropdown-no-form.is-open, ul#wishlist-dropdown-no-form #wishlist-dropdown.is-open {
      padding-right: 0; }
  input.button.button--has-items.wishlist-add-list-click {
    border-top: 1px solid #af1c21 !important; }
  a.button.button--terciary.wishlist-button {
    padding: 0;
    font-size: 0;
    border: none;
    transform: scale(1.5);
    margin-bottom: 0; }
    a.button.button--terciary.wishlist-button:hover {
      background: transparent; }
  a.dropdown-menu-button {
    pointer-events: all; }
  .productView-options {
    align-items: flex-end; }
  form.form.form-wishlist.form-action {
    width: 620px; }
  .productView-options #add-to-cart-wrapper {
    grid-template-columns: 0.5fr 1fr 0fr; }
  article.productView-description .quantity-label,
  article.productView-description .card-quantity,
  article.productView-description div#add-to-cart-wrapper-mobile {
    display: none; }
  a.dropdown-menu-button ~ ul#wishlist-dropdown-no-form,
  a.dropdown-menu-button ~ ul#wishlist-dropdown {
    background: white;
    border-radius: 17px;
    width: 40% !important;
    border: 1px solid #af1c21;
    border-radius: 17px; }
    a.dropdown-menu-button ~ ul#wishlist-dropdown-no-form.is-open,
    a.dropdown-menu-button ~ ul#wishlist-dropdown.is-open {
      display: inline-table; }
    a.dropdown-menu-button ~ ul#wishlist-dropdown-no-form .button,
    a.dropdown-menu-button ~ ul#wishlist-dropdown .button {
      background: transparent;
      color: black;
      border: none;
      font-size: 15px;
      line-height: 1;
      padding: 15px 0 18px 20px; }
  div.container > div > section > ul.slick-dots,
  article.productView-description .form.form-wishlist.form-action {
    display: none !important; } }

@media screen and (max-width: 1500px) {
  ul#wishlist-dropdown-no-form {
    left: -30px !important; } }

@media screen and (max-width: 50rem) {
  ul#wishlist-dropdown-no-form > li,
  ul#wishlist-dropdown > li {
    width: 90%;
    margin-left: 6px; }
  a.dropdown-menu-button[aria-controls="wishlist-dropdown"] {
    display: none; }
  article.productView-description {
    margin-top: 20px; }
  #form-action-addToCart {
    width: 100%; }
  .wishlist-button {
    width: 100%; }
  .productView-options .form-select--small, .productView-options .form-select--date {
    max-width: inherit; }
  .productView-options #add-to-cart-wrapper, .productView-options .quantity-label {
    width: 100%;
    position: relative;
    right: 0; }
  #add-to-cart-wrapper {
    order: 0; }
  .form-field.form-field--stock.u-hiddenVisually {
    order: 1; }
  div[data-product-option-change] {
    width: 100%;
    order: 2; }
  .quantity-label {
    bottom: 10vh;
    text-align: left; }
  .productView-options > .form {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    align-content: flex-end;
    width: 100%;
    flex-wrap: wrap; }
  .productView-price {
    position: relative;
    top: 2vh; }
  div.container > div > section > ul.slick-dots {
    position: relative;
    top: 0; }
  article.productView-description .quantity-label {
    display: none; }
  a.button.wishlist-button:hover, a.button.wishlist-button:active {
    background: white;
    color: #0a0a0a; }
  a.button.wishlist-button ~ ul#wishlist-dropdown-mobile {
    left: 8px !important;
    top: 53px !important;
    background: white;
    border: 1px solid #af1c21;
    border-radius: 17px; }
    a.button.wishlist-button ~ ul#wishlist-dropdown-mobile .button {
      background: transparent;
      color: black;
      border: none;
      font-size: 15px;
      line-height: 1;
      padding: 14px 23px 6px; } }

.availabilities {
  display: flex;
  gap: 20px;
  margin-top: 1.5rem; }
  .availabilities .availability {
    display: flex;
    gap: 10px; }
    .availabilities .availability > svg {
      transform: scale(1.5);
      margin: 6px 0; }
    .availabilities .availability > .texts {
      display: grid; }
    .availabilities .availability > .texts > .title {
      font-family: 'Oswald';
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 27px;
      display: flex;
      align-items: center;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #0A0A0A; }

@media screen and (max-width: 50rem) {
  .availabilities {
    margin-top: -10px;
    flex-direction: column; } }

.financing-options {
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0; }
  .financing-options .more-options {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Rubik';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0a0a0a;
    text-transform: capitalize; }
    .financing-options .more-options > svg {
      transform: scale(1.5); }

.productView-info > div {
  display: flex; }
  .productView-info > div.leadtime > span,
  .productView-info > div .productView-info-name {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: #676763;
    margin-bottom: 0; }
  .productView-info > div .productView-info-value {
    color: #676763;
    font-family: 'Rubik';
    font-style: normal;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 0;
    font-weight: 600; }
  .productView-info > div.leadtime > div {
    color: #676763;
    font-family: 'Rubik';
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 400; }
    .productView-info > div.leadtime > div span {
      font-weight: 600; }

.productView-info > :first-child {
  margin-top: 8px; }

@media screen and (min-width: 50rem) {
  article.productView-description > .productView-info {
    display: none; } }

@media screen and (max-width: 50rem) {
  section.productView-details.product-options > .productView-info {
    display: none; } }

.prospick {
  background: #EEEEEE;
  width: 100%;
  padding: 14px;
  margin-bottom: 25px; }
  .prospick .titles {
    display: flex; }
    .prospick .titles .first {
      font-family: "Oswald";
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      line-height: 27px;
      display: flex;
      align-items: center;
      letter-spacing: -0.04em;
      text-transform: uppercase;
      color: #af1c21;
      margin-right: 7px; }
    .prospick .titles .second {
      font-family: "Oswald";
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      line-height: 27px;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: #0a0a0a; }
  .prospick .description {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #0A0A0A; }
  .prospick .content {
    display: flex;
    background: white;
    padding: 20px; }
    .prospick .content .image {
      padding: 20px; }
    .prospick .content .text {
      display: flex;
      flex-direction: column; }
      .prospick .content .text a.prospick-title {
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        display: flex;
        align-items: center;
        color: #0A0A0A; }
    .prospick .content .price .productView-price {
      display: flex;
      gap: 10px; }
    .prospick .content .action-bar {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      .prospick .content .action-bar .prospick-add-to-cart {
        background: #af1c21;
        color: white; }

.prospick.skeleton .content {
  opacity: 0.1;
  height: 230px; }

.productcustombanner {
  display: none; }

@media screen and (min-width: 50rem) {
  .productView > .pros-pick.mobile {
    display: none; }
  .prospick .content > .text {
    justify-content: space-between; }
  .prospick .content .image {
    min-width: 40%; }
  .prospick .context > .action-bar {
    display: none; } }

@media screen and (max-width: 50rem) {
  .pros-pick.desktop {
    display: none; }
  .prospick {
    margin-top: 35px;
    padding: 14px; }
    .prospick .content .image {
      min-width: 90px; }
    .prospick .content > .text .productView-price {
      top: 0;
      flex-direction: column;
      gap: 0; }
    .prospick .content > .text > .action-bar {
      display: none; }
    .prospick .context {
      background: white; }
      .prospick .context > .action-bar {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        align-items: center; }
        .prospick .context > .action-bar a.prospick-path {
          font-family: 'Rubik';
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 24px;
          color: #676763;
          border-bottom: 2px solid #af1c21; }
        .prospick .context > .action-bar .add-to-card-container {
          width: 157px; }
          .prospick .context > .action-bar .add-to-card-container > a {
            margin-bottom: 0;
            background: #af1c21;
            color: white;
            width: 100%; } }

.productView-description #tab-description ol, .productView-description #tab-description ul, .productView-description #tab-description menu {
  list-style: revert;
  margin: revert;
  padding: revert; }

.productView-description #tab-description ul {
  margin-left: revert; }

.productView-description #tab-description div, .productView-description #tab-description dl, .productView-description #tab-description dt, .productView-description #tab-description dd, .productView-description #tab-description ul, .productView-description #tab-description ol, .productView-description #tab-description li, .productView-description #tab-description h1, .productView-description #tab-description h2, .productView-description #tab-description h3, .productView-description #tab-description h4, .productView-description #tab-description h5, .productView-description #tab-description h6, .productView-description #tab-description pre, .productView-description #tab-description form, .productView-description #tab-description p, .productView-description #tab-description blockquote, .productView-description #tab-description th, .productView-description #tab-description td {
  padding: revert;
  margin-top: 10px; }

.productView-description ul.tabs {
  margin-top: 10px; }

.productView-description .tab {
  border-top: none; }

.productView-description .tab.is-active {
  border: none;
  border-bottom: 5px solid #af1c21; }

@media screen and (max-width: 50rem) {
  .tab-title {
    padding: 0.725rem 0; }
  ul.tabs {
    display: flex; }
    ul.tabs li.tab {
      padding: 0 20px; } }

@media screen and (max-width: 50rem) {
  .productView #add-to-cart-wrapper .form-action {
    width: 100% !important; }
  .productView article.productView-description .productView-info {
    display: none; }
  .productView section.productView-images {
    order: 1; }
  .productView section.productView-details.product-data {
    order: 2;
    padding-bottom: 0; }
  .productView section.productView-details.product-options {
    order: 3; }
  .productView section.pros-pick {
    order: 3;
    margin-bottom: 30px;
    padding: 0 10px; }
  .productView article.productView-description {
    order: 5; }
  .productView #afffirm-promo-box {
    order: 5;
    margin-top: 10px; }
  .productView .productView-info {
    order: 6; }
  .productView-product {
    display: grid; }
    .productView-product .productView-brand {
      order: 1; }
    .productView-product h1.productView-title {
      order: 2; }
    .productView-product .productView-rating {
      order: 3; }
    .productView-product .productView-price {
      order: 4; } }

.sale-flag-side {
  display: none; }

@media screen and (min-width: 50rem) {
  figure.productView-image .card-badge {
    display: none; } }

@media screen and (max-width: 50rem) {
  section.productView-details.product-data .card-badge {
    display: none; }
  figure.productView-image .card-badge {
    right: 0;
    left: 10px; } }

@media screen and (max-width: 50rem) {
  .slick-track {
    max-height: 629px;
    overflow: hidden; }
  .card-title > a {
    width: 100%;
    word-break: break-word; }
  .productCarousel-slide.slick-slide.slick-active {
    padding-left: 0;
    padding-right: 0; } }

.productGrid li.product a:not(.ts-reviews-count)[href='#trustspot-widget-wrapper'],
.productGrid li.product a.trustspot-inline-write-a-review {
  display: none; }

.productGrid li.product .trustspot-inline-product {
  margin-top: 0;
  top: -9px; }

h1.trustspot-photo-carousel-title {
  line-height: 2;
  margin-left: 5px; }
  h1.trustspot-photo-carousel-title span {
    font-family: 'Oswald' !important;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-left: 5px; }
  h1.trustspot-photo-carousel-title:before {
    content: '\e901';
    font-family: 'stars-font' !important;
    color: orange; }

body .trustspot-photo-carousel-buy-btn {
  background: #af1c21 !important;
  border-color: #af1c21 !important;
  color: white !important;
  font-family: "Work Sans";
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600 !important;
  margin: 0 0 0.6rem;
  border-radius: 50px !important;
  padding: 0.875rem 2.25rem; }

.trustspot-carousel-date.block,
.trustspot-carousel-verified-buyer,
.trustspot-photo-carousel-products-tab-right {
  font-family: 'Rubik'; }

.ts-product-share-btns.hide {
  display: flex;
  gap: 10px; }

.trustspot-photo-carousel-products-tab {
  margin-top: 14px !important; }

#trustspot-widget-wrapper .widget-overall-rating.clearfix .widget-review {
  margin-bottom: 60px !important; }

#trustspot-widget-wrapper .review-result-header {
  margin-top: 50px !important; }
  #trustspot-widget-wrapper .review-result-header .select-list {
    cursor: pointer; }

@media screen and (max-width: 50rem) {
  #trustspot-widget-wrapper .widget-overall-rating.clearfix .widget-review {
    margin-bottom: 12px !important; } }

.review-result-header {
  display: flex;
  align-items: center; }

.productView-rating {
  margin-bottom: 30px; }

@media screen and (max-width: 50rem) {
  .review-result-header > ul.tab {
    display: block !important;
    max-width: 179px !important; }
  .review-result-header li > div.trustspot-tablinks {
    height: 60px;
    align-content: center; }
  #trustspot-widget-wrapper div.review-result-header {
    padding: 40px 0px 20px 0 !important; } }

section.toggle.videoGallery {
  border-top: 0; }

.productView-product .productView-brand {
  font-family: 'Oswald';
  font-style: normal;
  display: flex;
  align-items: center;
  line-height: normal;
  margin-top: 2.4rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.02em; }

@media screen and (max-width: 50rem) {
  .productView-product .productView-brand {
    margin-top: 10px;
    margin-bottom: 0; } }

.section-accordion-title {
  text-align: center;
  display: grid;
  justify-content: center; }
  .section-accordion-title h2 {
    text-align: center;
    display: grid;
    justify-content: center;
    padding: 10px; }
  .section-accordion-title .description {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #676763; }

.sections .accordion-content ul,
.sections .accordion-content > div {
  padding: 30px 0; }
  .sections .accordion-content ul li,
  .sections .accordion-content > div li {
    padding: 10px 0; }
    .sections .accordion-content ul li a,
    .sections .accordion-content > div li a {
      color: #4b95ca;
      text-decoration: underline; }

.sections .section {
  padding: 20px;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 30px rgba(214, 214, 215, 0.42);
  border-radius: 8px; }

.sections .section-title {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0a0a0a; }

.sections .section-image {
  padding: 10px 0; }

.sections .accordion-item {
  gap: 10px;
  background-color: #f9f9f9;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border: 1px solid #f1f1f1;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0a0a0a;
  border: 1px solid #dedede; }
  .sections .accordion-item:not(.active) svg.icon.icon-minus {
    display: none; }
  .sections .accordion-item.active svg.icon.icon-plus {
    display: none; }
  .sections .accordion-item svg.icon.icon-plus,
  .sections .accordion-item svg.icon.icon-minus {
    transform: scale(1.5); }

.sections .accordion-item.active {
  background-color: #f1f1f1; }

.sections .accordion-item:hover {
  background-color: #f1f1f1; }

.sections .accordion-content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f9f9f9;
  border: 1px solid #f1f1f1; }

.sections .accordion-item.active + .accordion-content {
  display: block; }

@media screen and (min-width: 50rem) {
  .section-accordion-title {
    padding: 50px; } }

@media screen and (max-width: 50rem) {
  .section-accordion-title {
    padding-bottom: 20px; } }

.cart .cart-item-quantity .form-increment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }

.cart .cart-item-block .form-increment .button {
  background: whitesmoke;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #0a0a0a;
  padding: 0;
  transition: 0.5s all ease;
  line-height: 1;
  border-radius: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0; }
  .cart .cart-item-block .form-increment .button:first-child:before {
    content: '-'; }
  .cart .cart-item-block .form-increment .button:last-child:before {
    content: '+'; }
  .cart .cart-item-block .form-increment .button > svg,
  .cart .cart-item-block .form-increment .button > .icon {
    display: none; }
  .cart .cart-item-block .form-increment .button:hover {
    background: #af1c21;
    color: white; }
    .cart .cart-item-block .form-increment .button:hover svg {
      transition: 0.5s all ease;
      filter: brightness(0) invert(1); }

@media screen and (min-width: 50rem) {
  .cart .cart-item-block .form-increment .form-input {
    height: 50px; }
  .cart .cart-item-block .form-increment .button {
    height: 50px;
    width: 50px; } }

@media screen and (max-width: 50rem) {
  .cart .cart-item-block .form-increment .form-input {
    height: 40px; }
  .cart .cart-item-block .form-increment .button {
    height: 40px;
    width: 40px; } }

.cart .cart-item-block.cart-item-title .cart-item-brand {
  font-family: 'Poppins';
  font-size: 1.2rem;
  margin-bottom: 9px; }

.cart .cart-item-block.cart-item-title .cart-item-name {
  font-family: 'Rubik';
  line-height: 2;
  margin-bottom: 30px;
  font-weight: 400; }

@media screen and (max-width: 50rem) {
  tbody.cart-list {
    margin-top: 30px; }
  .cart .cart-item-value,
  .cart .cart-item-title {
    padding-left: 0; }
  .cart .cart-item-label {
    text-align: left;
    padding-left: 0; }
  .cart .cart-item-block.cart-item-info {
    padding: 9px 0; }
  .cart .cart-item-quantity .form-increment {
    padding: 0;
    margin: 0 0 9px;
    float: left; }
  .cart button.cart-remove.icon {
    width: 30px;
    height: 30px; } }

[data-cart] [data-cart-totals] {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

[data-cart] .cart-checkout {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%; }

[data-cart] .cart-actions,
[data-cart] .cart-additionalCheckoutButtons,
[data-cart] [data-content-region='cart_below_totals'],
[data-cart] .financing-options {
  width: 100%; }
  @media (min-width: 801px) {
    [data-cart] .cart-actions,
    [data-cart] .cart-additionalCheckoutButtons,
    [data-cart] [data-content-region='cart_below_totals'],
    [data-cart] .financing-options {
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    [data-cart] .cart-actions,
    [data-cart] .cart-additionalCheckoutButtons,
    [data-cart] [data-content-region='cart_below_totals'],
    [data-cart] .financing-options {
      width: 41.66667%; } }

[data-cart] [data-content-region='cart_below_totals'] {
  margin-left: auto; }
  [data-cart] [data-content-region='cart_below_totals'] #banner-region- {
    width: 100%; }
    [data-cart] [data-content-region='cart_below_totals'] #banner-region- iframe {
      margin-left: auto;
      margin-right: auto;
      width: fit-content; }

[data-cart] .cart-actions,
[data-cart] .financing-options {
  margin-left: auto; }
  [data-cart] .cart-actions .button,
  [data-cart] .financing-options .button {
    width: 100%; }
    @media (min-width: 420px) {
      [data-cart] .cart-actions .button,
      [data-cart] .financing-options .button {
        font-size: 1.5rem; } }

[data-cart] .cart-additionalCheckoutButtons > div {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  width: 60%; }
  @media (min-width: 801px) {
    [data-cart] .cart-additionalCheckoutButtons > div {
      width: 50%; } }
  [data-cart] .cart-additionalCheckoutButtons > div .or-use-label {
    text-align: center; }

[data-cart] .financing-options {
  border: none;
  padding: 0; }
  [data-cart] .financing-options .more-options {
    justify-content: center; }
    [data-cart] .financing-options .more-options a {
      color: inherit; }
      [data-cart] .financing-options .more-options a:hover {
        text-decoration: none; }

[data-cart] afterpay-placement,
[data-cart] #afffirm-promo-box,
[data-cart] #paypal-bt-cart-messaging-banner {
  display: none; }

.free-shipping-bar {
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px; }
  .free-shipping-bar__label {
    font-weight: 700;
    margin: 0 0 10px; }
  .free-shipping-bar__track {
    background-color: #ebebeb;
    border-radius: 10px;
    height: 20px;
    overflow: hidden;
    position: relative;
    width: 100%; }
  .free-shipping-bar__progress {
    background: linear-gradient(90deg, #af1c21, #af1c21);
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: width 1s ease-out; }
    .free-shipping-bar__progress::after {
      animation: shimmer 2s infinite;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
      content: '';
      height: 100%;
      left: -100%;
      position: absolute;
      top: 0;
      width: 100%; }
  .free-shipping-bar__message {
    align-items: center;
    background-color: #af1c21;
    border-radius: 10px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    margin: 10px 0 0;
    padding: 6px 10px;
    text-transform: capitalize;
    text-align: center; }

@keyframes shimmer {
  0% {
    left: -100%; }
  100% {
    left: 100%; } }

.previewCartWrapper {
  padding: 20px 20px 0 20px; }
  .previewCartWrapper .previewCartItem {
    display: flex;
    gap: 10px;
    align-items: center; }

ul.previewCartList {
  margin-bottom: 27px; }

.navUser-item--cart .dropdown-menu {
  max-width: 30rem; }

.navUser-item--cart .dropdown-menu.is-open {
  right: 0;
  margin-top: -5px; }

@media screen and (min-width: 100rem) {
  #cart-preview-dropdown {
    margin-right: calc((87% - 1197px) / 2); } }

.previewCartWrapper {
  background: white;
  border: 1px solid whitesmoke;
  -webkit-box-shadow: -8px 7px 9px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: -8px 7px 9px 0px rgba(0, 0, 0, 0.07);
  box-shadow: -8px 7px 9px 0px rgba(0, 0, 0, 0.07); }
  .previewCartWrapper span.previewCartItem-brand {
    font-weight: bold; }
  .previewCartWrapper h6.previewCartItem-name {
    font-weight: 400;
    font-family: 'Rubik'; }
  .previewCartWrapper span.previewCartItem-price {
    font-family: 'Oswald';
    font-size: 1rem; }

.container.financing {
  padding: 0;
  max-width: none; }
  .container.financing nav[aria-label="Breadcrumb"],
  .container.financing .page-heading {
    max-width: 81rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 3rem; }
  .container.financing #contact-us-page {
    width: 100%;
    padding: 0; }
    .container.financing #contact-us-page .blue-button {
      color: #fff; }
    .container.financing #contact-us-page a {
      text-decoration: none; }
    .container.financing #contact-us-page .financing {
      max-width: 81rem;
      margin-left: auto;
      margin-right: auto;
      padding: 0 3rem; }

#contact-us-page strong {
  font-weight: bold;
  color: black; }

@media screen and (max-width: 50rem) {
  .container.financing nav[aria-label="Breadcrumb"],
  .container.financing .page-heading {
    padding: 0 1.5rem; }
  .container.financing #contact-us-page .financing {
    padding: 0 1.5rem; } }

.login {
  margin: 0 auto 6rem; }
  .login .login-row {
    margin-top: 0; }
  .login h1.page-heading {
    margin-top: 50px; }
  .login nav[aria-label="Breadcrumb"] {
    padding-left: 0; }
  .login form.login-form {
    margin-top: 20px;
    padding-left: 0; }
  .login .form-actions {
    margin: 0;
    text-align: left;
    display: flex;
    align-items: center; }
  .login ul.new-customer-fact-list {
    margin-bottom: 20px;
    margin-left: 0; }
    .login ul.new-customer-fact-list .new-customer-fact:before {
      content: '- ';
      color: #b7b7b7; }
  .login .panel-header,
  .login .panel-body {
    background-color: #f4f4f4; }

@media screen and (max-width: 50rem) {
  .login {
    margin: 3rem auto 0;
    margin-top: 20px; }
    .login h1.page-heading {
      margin-top: 10px;
      padding-left: 11px; }
    .login .login nav[aria-label="Breadcrumb"] {
      padding-left: 10px; }
    .login form.login-form.form {
      padding: 0 11px; }
    .login .form-actions .button,
    .login .form-actions input,
    .login .form-actions a {
      width: 50%; }
    .login a.forgot-password {
      padding: 0 13px;
      font-size: 14px; } }

.footer {
  overflow: hidden;
  padding: 3rem 0;
  border: none;
  margin-top: 0 !important; }
  .footer .socialLinks .socialLinks-item:nth-child(-n + 2) {
    display: inline-block; }
  .footer .socialLinks .icon svg {
    fill: #f7f7f7;
    height: 1.5rem;
    width: 1.5rem; }
  .footer .footer-navigation {
    display: grid;
    align-items: flex-start;
    justify-content: space-between; }
    @media (min-width: 551px) {
      .footer .footer-navigation {
        justify-content: center;
        text-align: center;
        grid-template-columns: 0.6fr 0.6fr 0.6fr 1fr;
        padding: 20px; } }
    @media (min-width: 801px) {
      .footer .footer-navigation {
        justify-content: space-between;
        text-align: left; } }
    .footer .footer-navigation .footer-col {
      margin: 0 0rem 2rem 0;
      flex: 50%;
      max-width: 8rem; }
      @media (min-width: 801px) {
        .footer .footer-navigation .footer-col {
          margin: 0 2rem 2rem 0;
          flex: unset;
          max-width: unset; } }
      .footer .footer-navigation .footer-col:last-child {
        margin: 0 0 2rem; }
      .footer .footer-navigation .footer-col h4,
      .footer .footer-navigation .footer-col div {
        color: #f7f7f7;
        margin: 0 0 1.5rem; }
      .footer .footer-navigation .footer-col ul {
        list-style-type: none; }
        .footer .footer-navigation .footer-col ul li a:not(.icon) {
          display: block;
          margin: 0 0 0.5rem;
          text-decoration: none;
          color: #f7f7f7; }
  .footer .footer-info-list {
    list-style: none;
    margin-left: 0; }
    .footer .footer-info-list a {
      color: #0a0a0a;
      text-decoration: none; }
      .footer .footer-info-list a:hover {
        color: #333333; }
  .footer .footer-middle {
    border-top: 1px solid #353535;
    padding-top: 50px; }
  .footer .footer-middle,
  .footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .footer .footer-middle .logo-wrap,
    .footer .footer-bottom .logo-wrap {
      width: 175px; }
    @media (min-width: 801px) {
      .footer .footer-middle,
      .footer .footer-bottom {
        flex-direction: row; } }
  .footer .icon-footer-logo {
    max-width: 10.6875rem; }
  .footer .footer-bottom {
    padding-top: 2rem;
    flex-direction: column-reverse;
    gap: 10px; }
    @media (min-width: 801px) {
      .footer .footer-bottom {
        padding-top: 1rem;
        flex-direction: column; } }
    .footer .footer-bottom .footer-copyright {
      flex: 1;
      display: flex;
      justify-content: center; }
    .footer .footer-bottom .footer-payment-icons {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0.75rem;
      margin: 0;
      height: fit-content; }
    .footer .footer-bottom .footer-payment-icon {
      margin: 0;
      width: 3.125rem;
      height: 2rem;
      padding: 0 5px;
      fill: white;
      background: #676763;
      border-radius: 2px; }
    .footer .footer-bottom .footer-copyright > .powered-by {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      color: #f7f7f7; }
  .footer .social-links-wrap {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin-bottom: 1rem; }
    @media (min-width: 801px) {
      .footer .social-links-wrap {
        flex-direction: row;
        margin-bottom: 0; } }
    .footer .social-links-wrap h3.footer-info-heading {
      margin: 0 auto;
      width: 77%;
      text-align: center; }
      @media (min-width: 801px) {
        .footer .social-links-wrap h3.footer-info-heading {
          margin: 0 1rem 0 0;
          width: auto;
          text-align: left; } }

#consent-manager-update-banner {
  background-color: #0a0a0a !important;
  font-size: 12px !important; }

.contact-section {
  background-color: #af1c21;
  text-align: center;
  clear: both; }
  .contact-section .contact-section-header {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 2rem; }
    .contact-section .contact-section-header > p.ask {
      font-family: 'Oswald';
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      line-height: 27px;
      letter-spacing: 0.005em;
      color: white; }
    .contact-section .contact-section-header h3 {
      color: white;
      text-align: center;
      display: block;
      margin-bottom: 0; }
    .contact-section .contact-section-header p {
      color: white;
      font-size: 1.375rem;
      font-weight: 300; }
  .contact-section .contact-section--inner {
    display: flex;
    align-items: center;
    justify-content: center; }
  .contact-section .contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 5px;
    padding: 10px 30px; }
    .contact-section .contact-btn svg {
      margin-right: 1rem; }
    .contact-section .contact-btn span {
      font-weight: 700;
      font-size: 1.125rem;
      color: #0a0a0a;
      text-transform: uppercase;
      font-family: "Oswald"; }
    .contact-section .contact-btn:first-child {
      margin-right: 1rem; }
  .contact-section .icon-dt-phone,
  .contact-section .icon-dt-email {
    fill: #af1c21;
    height: 22px;
    width: 22px; }
  .contact-section .footer-info-heading {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.005em;
    color: white; }
  .contact-section .footer-col > ul > li > h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.005em;
    color: white; }
  .contact-section .footer-col > ul > li > a {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: white; }

ul.socialLinks.socialLinks--alt {
  position: relative;
  top: -40px;
  left: 100px; }

.follow-us {
  color: white;
  margin-top: 10px; }

@media screen and (min-width: 550px) {
  section.footer-navigation > .subscription-form-wrap,
  section.footer-navigation > .footer-item.social {
    display: none; }
  article.footer-item.social {
    display: flex; }
  .footer .social-links-wrap {
    flex-direction: column; }
  .footer-col .footer-info-heading {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.005em;
    color: white; }
  .footer-col > ul > li > h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.005em;
    color: white; } }

@media screen and (max-width: 550px) {
  .footer-navigation .footer-col,
  .footer-navigation .footer-col ul,
  .footer-navigation .footer-col ul li,
  .footer-navigation > .subscription-form-wrap {
    width: 100vw; }
  .footer-navigation h3.footer-info-heading {
    display: flex; }
  .footer-navigation > .subscription-form-wrap {
    padding-right: 30px; }
  .footer-navigation .footer-col .subscription-form-wrap {
    display: none; }
  .footer-navigation .footer-info-heading {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.005em;
    color: white; }
  .footer-navigation .footer-col > ul > li > h4 {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.005em;
    color: white; }
  .footer-navigation .footer-col > ul > li > a {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: white; }
  .footer .footer-middle .logo-wrap,
  .footer .footer-bottom .logo-wrap {
    width: 175px;
    min-width: 325px;
    display: flex;
    justify-content: center; }
  .footer-col article.footer-item.social {
    display: none; }
  .footer .footer-navigation .social-links-wrap h3.footer-info-heading {
    margin: 0;
    text-align: left;
    width: 100%; } }

@media screen and (min-width: 950px) {
  .contact-section {
    padding: 3rem 0 4rem; }
  .footer-buttons-desktop {
    margin-top: 40px; } }

.subscription-form-wrap {
  width: 100%; }
  .subscription-form-wrap .footer-info-heading {
    text-align: center; }
  @media (min-width: 551px) {
    .subscription-form-wrap {
      max-width: 26.875rem; } }
  @media (min-width: 801px) {
    .subscription-form-wrap {
      max-width: 26.875rem; }
      .subscription-form-wrap .footer-info-heading {
        text-align: left; } }
  .subscription-form-wrap .footer-info-heading {
    margin: 0 0 1rem;
    font-weight: 700;
    background-color: unset;
    background: unset; }
  .subscription-form-wrap .form {
    margin: 0; }
  .subscription-form-wrap .form-prefixPostfix.wrap {
    position: relative;
    border: 1px solid #dedede;
    border-radius: 54px;
    background-color: white; }
    .subscription-form-wrap .form-prefixPostfix.wrap input.form-input {
      background-color: unset;
      border: none;
      color: #565656;
      font-weight: 1rem;
      border-radius: 54px; }
    .subscription-form-wrap .form-prefixPostfix.wrap input.button {
      margin: 0;
      position: absolute;
      top: 50%;
      right: 0.25rem;
      height: 90%;
      transform: translate(0%, -50%);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-transform: uppercase;
      color: white;
      font-weight: 700;
      font-size: 0.875rem;
      width: 33%; }
      @media (min-width: 801px) {
        .subscription-form-wrap .form-prefixPostfix.wrap input.button {
          width: auto; } }

@media screen and (max-width: 50rem) {
  .subscribe-form.form-prefixPostfix.wrap .button.button--secondary {
    padding: 0; } }

.go-to-the-top {
  border-radius: 60px;
  background: #676763;
  color: white;
  position: fixed;
  right: 26px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: 0.6s all ease;
  z-index: 100;
  cursor: pointer; }
  .go-to-the-top:hover {
    background: #464642;
    transition: 0.6s background ease; }
  .go-to-the-top:not(.go-to-top--visible) {
    opacity: 0;
    transition: 0.3s opacity ease; }
  .go-to-the-top.go-to-top--visible {
    opacity: 1;
    transition: 0.3s opacity ease; }

@media screen and (min-width: 50rem) {
  .go-to-the-top {
    width: 52px;
    height: 52px;
    bottom: 100px;
    margin: 0 5px; } }

@media screen and (max-width: 50rem) {
  .go-to-the-top {
    width: 40px;
    height: 40px;
    bottom: 80px;
    margin: 0 4px; } }

.follow-us {
  display: flex;
  gap: 16px;
  align-items: center; }
  .follow-us .follow-us-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px; }
  .follow-us .socialLinks-item .icon {
    height: 20px; }
    .follow-us .socialLinks-item .icon > svg {
      transform: scale(1.6);
      fill: #f7f7f7; }
  .follow-us .socialLinks-item.whats-white {
    transform: scale(1.4);
    padding-top: 4px; }
  .follow-us a.icon.icon--instagram {
    transform: scale(1.2); }
  .follow-us .socialLinks-item.whats-white img {
    filter: invert(42%) brightness(329%); }

article.footer-item.social {
  margin-bottom: 20px; }

@media screen and (min-width: 50rem) {
  button[data-testid="gorgias-chat-messenger-button"] {
    height: 52px;
    width: 52px;
    margin: 5px !important; } }

@media screen and (max-width: 50rem) {
  button[data-testid="gorgias-chat-messenger-button"] {
    height: 40px;
    width: 40px; } }

@media (max-width: 550px) {
  body #main-content #cm_HomeVehicleWidget .cm_vehicle-widget__home:not(.cm_vehicle-widget__single-vehicle-garage) {
    transform: translate(-50%, -112%); } }

.productView #afffirm-promo-box {
  margin-top: 0; }
  .productView #afffirm-promo-box a.affirm-modal-trigger {
    color: #0070ba;
    text-decoration: underline; }
  .productView #afffirm-promo-box p.affirm-as-low-as {
    font-size: 16px;
    white-space: nowrap; }
  .productView #afffirm-promo-box .__affirm-logo.__ligature__affirm_full_logo__ {
    font-size: 18px; }

.cart-checkout #afffirm-promo-box p.affirm-as-low-as {
  font-size: 12px; }

@media screen and (max-width: 50rem) {
  .cart-checkout #afffirm-promo-box p.affirm-as-low-as {
    font-size: 11px; } }

@media screen and (max-width: 410px) {
  .cart-checkout #afffirm-promo-box p.affirm-as-low-as {
    font-size: 8px; } }

@media screen and (max-width: 440px) {
  .productView #afffirm-promo-box p.affirm-as-low-as {
    font-size: 12px; } }

@media screen and (max-width: 360px) {
  .productView #afffirm-promo-box p.affirm-as-low-as {
    font-size: 9px; } }

.mpe {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 4px;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding-left: 0 !important;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: #676763;
  padding: 0;
  order: 4; }
  .mpe.__pt-mpe {
    margin: 0 0 12px 0; }
  .mpe span.__pt-mpe-text-or {
    display: none; }
  .mpe .__pt-logo {
    width: 108px !important; }
  .mpe .__pt-info-link {
    margin-left: 8px;
    border-bottom: 1px solid #af1c21;
    color: #676763 !important;
    font-family: "Rubik";
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none; }
    .mpe .__pt-info-link:hover {
      color: inherit !important;
      text-decoration: none !important; }
  .mpe span,
  .mpe .__pt-info-link {
    white-space: nowrap; }

@media screen and (max-width: 440px) {
  .productView .mpe,
  .__pt-info-link {
    font-size: 12px !important; }
  .mpe .__pt-logo {
    width: 86px !important; } }

@media screen and (max-width: 360px) {
  .productView .mpe,
  .__pt-info-link {
    font-size: 9px !important; }
  .mpe .__pt-logo {
    width: 75px !important; } }

afterpay-placement {
  margin-block-start: 0;
  margin-block-end: 0; }

.cart-checkout afterpay-placement {
  text-align: center; }

.productView-product afterpay-placement {
  display: none; }
