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

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

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: #212529;
  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: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 64px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 32px; }

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: #212529;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 32px;
  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: #8f8f8f;
  color: #666666;
  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: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.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: #444444;
  border-color: #444444;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

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

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

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

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

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

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

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

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

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

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

.button--small {
  font-size: 13px;
  padding: 0.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: #757575; }

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


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

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

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

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

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

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.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: #757575;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.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: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 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: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.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: #008a06; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tab.is-active .tab-title {
  color: #212529;
  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: #757575;
    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: #757575;
      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: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

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

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

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

.alertBox-icon {
  padding-right: 1.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(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #212529;
    padding: 1.875rem;
    display: block;
    font-family: "Open Sans", 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: #008a06; }

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.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: 48px;
  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: #757575; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: white;
    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: white;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: blue;
  background-color: rgba(0, 0, 255, 0);
  border: 1px solid rgba(0, 0, 255, 0);
  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: blue;
    background-color: rgba(0, 0, 255, 0);
    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='white' stroke-width='4' 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='white' stroke-width='4' 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='white' stroke-width='4' 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='white' stroke-width='4' 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 white;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: white; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: white; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  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; }

h1 {
  font-size: 64px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.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: #757575;
  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; }

.form-wishlist {
  position: relative; }

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

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

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

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

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

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

.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: "Open Sans", 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: #212529;
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #444444;
      border-color: #444444;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #666666;
      border-color: #666666;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

.hide-content {
  opacity: 0; }

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

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

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

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid #757575;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    transform: rotate(15deg); }

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

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

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

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.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: #757575;
    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: #444444;
  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: #757575;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 801px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #333333; }

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

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.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: #707070;
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

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

.form-inlineMessage {
  display: block; }

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

.form-field--error .form-inlineMessage::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.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(0, 138, 6, 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 #8f8f8f;
  border-radius: 4px;
  padding: 1.5rem; }

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

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

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  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 #8f8f8f;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.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: #333333;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #757575; }

.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; }
  .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: #757575; }
    .card--alternate:hover .card-body {
      background-color: #757575; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

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

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

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.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 #212529; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

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

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

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

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #8f8f8f;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

.actionBar-section .form-label {
  color: #757575;
  font-size: 13px;
  line-height: 2.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(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.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: #757575;
  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: #757575; }

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

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 25rem; } }
  @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: #757575;
  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: 150px; }

.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: 64px; } }

.productView-brand {
  color: #757575;
  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: #757575; }
    .productView-brand a:hover {
      color: #333333; }

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

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

.productView-stock-message {
  font-weight: 700; }

.productView-backorder-availability-prompt::before {
  content: "| "; }

[data-qty-backordered-message]:not(:empty) {
  font-weight: 700; }

[data-backorder-message]:not(:empty)::before {
  content: "| "; }

.productView-picklist-backorder {
  font-size: 1rem;
  list-style: none;
  margin: 0;
  padding: 0; }

.productView-picklist-backorder-item {
  color: #666666;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 0; }

.productView-picklist-backorder-name {
  font-weight: 700; }

.form-field--stock .form-label--alternate {
  margin: 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; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.625rem;
        width: 50%; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.75rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.75rem;
        width: 50%; } }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        min-width: 50%;
        width: auto; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        margin-right: 0.6875rem;
        min-width: auto;
        padding: 0;
        width: auto; } }
    .productView-options .add-to-cart-buttons.pre-order-buttons .button {
      padding: 0.8125rem 1.5rem; }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.75rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.375rem;
      padding: 0.375rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }

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

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

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

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

.productOptions-list-item-content {
  padding-left: 1.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: #757575; }
  .toggleLink:hover {
    color: #333333; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

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

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 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: #757575;
  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: #757575;
    position: relative;
    top: -1px; }

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

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

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

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

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

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

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

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

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

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

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

.cart-item-block {
  display: block; }
  @media (min-width: 801px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.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: #212529;
  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: #757575;
  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: #212529; }

.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;
      width: 75%; } }
  @media (min-width: 801px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 801px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 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: #757575;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

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

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

.cart-total-grandTotal {
  font-family: "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: #757575;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

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

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.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: #757575;
  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: #757575;
  font-weight: 400; }

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

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

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

.videoGallery-main {
  height: 0;
  margin-bottom: 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: 64px;
  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-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: 64px;
  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: "Open Sans", 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: #757575;
  font-family: "Open Sans", 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: #757575;
  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: #757575;
  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: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

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

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

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

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

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

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

.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.625rem;
  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,
.apple-pay-supported .productView-options .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: "Open Sans", 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: #212529;
  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: 700;
  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: 48px; } }

.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: #444444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.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: #444444;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 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: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

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

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

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

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

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

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

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

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

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

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none;
    display: inline-block;
    padding: 0.25rem 0; }
    .footer-info-list a:hover {
      color: #333333; }

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

.footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-left: 0;
  margin-top: 1.5rem; }
  @media (min-width: 551px) {
    .footer-payment-icons {
      justify-content: normal; } }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 2.5rem;
    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: 32px;
  margin: 0 1.5rem 0.375rem; }
  .blog-title a {
    text-decoration: none; }

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

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

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

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

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

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

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

.sidebarBlock-heading {
  font-size: 0.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: #007dc6; }

.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: #007dc6;
  color: white; }

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

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

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

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.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: #007dc6;
  color: white; }

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

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

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

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

.product {
  overflow: hidden; }

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

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 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; } }

/* tags *******************************/
body {
  background-color: #fff;
  color: #212529;
  font-family: "Open Sans", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2; }

.body {
  margin-bottom: 0; }

a {
  color: #333; }

a:hover {
  color: #333;
  text-decoration: none; }

a.activity {
  word-wrap: break-word; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212529;
  font-family: "Oswald", serif;
  font-weight: 600;
  line-height: 1.2; }

h1 {
  font-size: 2.5rem;
  font-weight: 700; }

h2 {
  font-size: 2.5rem; }

h3 {
  font-size: 2rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p,
ul {
  line-height: 1.5; }

hr {
  background-color: #ccc;
  margin: 40px 0;
  opacity: 1; }

.slick-track {
  display: flex !important; }

.slick-slide {
  height: inherit !important; }

.slick-dotted.slick-slider {
  margin-bottom: 0px; }

@media (min-width: 992px) {
  h1 {
    font-size: 4rem; }
  h2 {
    font-size: 3rem; } }

.container {
  max-width: 76.5rem;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .container {
      padding: 0 1.5rem; } }
  @media (min-width: 1261px) {
    .container {
      padding: 0 1.5rem; } }
  @media (min-width: 1261px) {
    .container[data-container-type="wide"] {
      max-width: 93rem; } }

a.button,
input.button {
  border-radius: 10px;
  color: #fff;
  display: inline;
  font-family: "Oswald", serif;
  font-weight: 700;
  height: auto;
  letter-spacing: 2px;
  line-height: 1.5em;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  z-index: 1; }

a.button--primary,
input.button--primary {
  background-color: #c7202f;
  border: 1px solid #c7202f;
  color: #fff;
  font-size: 1.25rem;
  margin-top: 0;
  padding: 10px 20px;
  transition: all 0.5s ease; }

a.button--primary:hover,
input.button--primary:hover {
  background-color: #a51e2f;
  border: 1px solid #c7202f;
  color: #fff; }

a.button--primary-sm {
  font-size: 1rem;
  padding: 10px 20px;
  position: relative;
  top: 7px; }

a.button-ghost,
input.button-ghost {
  border: 2px solid #3e3e3d;
  color: #3e3e3d;
  font-size: 1.25rem;
  padding: 10px 20px;
  transition: all 0.5s ease; }

a.button-ghost:hover,
input.button-ghost:hover {
  background-color: #3e3e3d;
  color: #fff; }

.form-actions a.button.button-ghost {
  vertical-align: middle; }

.btn {
  border: 1px solid black;
  font-family: "Open Sans", serif;
  letter-spacing: normal;
  line-height: 1.5;
  margin: 0;
  padding: 4px 12px;
  text-decoration: none;
  text-transform: none;
  transition: all 0.5s ease; }

.btn--primary {
  background-color: #c7202f;
  border: 1px solid #c7202f;
  border-radius: 10px;
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase; }
  .btn--primary:focus, .btn--primary:hover {
    background-color: #a51e2f;
    border: 1px solid #c7202f;
    color: white; }

.btn--ghost {
  background-color: transparent;
  border-radius: 10px;
  border: 2px solid #3e3e3d;
  color: #3e3e3d;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 1rem auto;
  padding: 5px 15px;
  text-transform: uppercase;
  width: fit-content; }
  .btn--ghost:focus, .btn--ghost:hover {
    background-color: #3e3e3d;
    color: white; }

.btn--ghost-red {
  background-color: transparent;
  border-radius: 10px;
  border: 2px solid #c7202f;
  color: #c7202f;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 1rem auto;
  padding: 5px 15px;
  text-transform: uppercase;
  width: fit-content; }
  .btn--ghost-red:hover {
    background-color: #c7202f;
    color: white; }

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

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

.underline,
.page-heading {
  display: block;
  padding-bottom: 5px;
  position: relative;
  width: fit-content; }

.underline::after {
  background-color: #c7202f;
  bottom: -10px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0; }

/*.page-heading::after {
    background-color: $color-red;
    bottom: -10px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}*/
.page-heading {
  margin: 0 auto 3rem auto; }

ol.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  @media (min-width: 551px) {
    ol.breadcrumbs {
      margin-bottom: 40px; } }

.breadcrumb {
  font-size: 0.75rem;
  font-weight: 600;
  margin-right: 0; }
  .breadcrumb a {
    color: #333;
    font-family: "Open Sans", serif;
    text-decoration: none; }
  .breadcrumb:not(:first-child)::before {
    border-right-color: #c7202f; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #333;
    font-weight: 400; }
  @media (min-width: 551px) {
    .breadcrumb {
      font-size: 1rem; } }
  @media (min-width: 801px) {
    .breadcrumb {
      font-size: 1.25rem;
      margin-right: 0.25rem; } }

.breadcrumb-item + .breadcrumb-item::before {
  color: #c7202f; }

.breadcrumb-item a {
  font-weight: 700;
  text-decoration: none; }

.breadcrumb-item a:hover {
  color: #c7202f; }

.breadcrumb-item.active {
  color: #333;
  font-weight: 400; }

.accordion .accordion-navigation {
  display: block;
  padding: 0; }
  .accordion .accordion-navigation > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f0efef;
    color: #333;
    font-family: "Oswald", serif;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1rem 1.25rem; }
    .accordion .accordion-navigation > a:hover {
      text-decoration: none; }
  .accordion .accordion-navigation .content {
    padding: 2rem; }

@media (min-width: 801px) {
  .accordion .accordion-navigation > a {
    font-size: 1.5rem; } }

.accordion .accordion-navigation a.plus-icon::after {
  background-image: url("../img/icons/plus.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  content: "";
  flex-shrink: 0;
  height: 1.25rem;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  width: 1.25rem; }

.accordion .accordion-navigation.active a.plus-icon::after {
  background-image: url("../img/icons/minus.svg");
  transform: rotate(-180deg); }

.videoGallery h2#video-section-heading {
  font-family: Oswald, serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  padding-bottom: 0;
  text-shadow: none;
  text-transform: uppercase;
  text-align: center; }

#videoGallery-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #f0efef;
  padding: 20px; }
  @media (min-width: 1261px) {
    #videoGallery-content {
      flex-direction: row;
      justify-content: space-between;
      padding: 40px; } }

#videoGallery-content .videoGallery-main {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 530px; }
  @media (min-width: 551px) {
    #videoGallery-content .videoGallery-main {
      height: 530px; } }
  @media (min-width: 1261px) {
    #videoGallery-content .videoGallery-main {
      order: 1;
      max-width: 950px; } }

#videoGallery-content .videoGallery-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  #videoGallery-content .videoGallery-list .videoGallery-item {
    flex-shrink: 0;
    width: 50%; }
  #videoGallery-content .videoGallery-list .video-figure {
    float: none;
    margin: 0; }
    #videoGallery-content .videoGallery-list .video-figure img {
      width: 100%; }
  @media (min-width: 551px) {
    #videoGallery-content .videoGallery-list .videoGallery-item {
      width: 33%; } }
  @media (min-width: 801px) {
    #videoGallery-content .videoGallery-list .videoGallery-item {
      width: 25%; } }
  @media (min-width: 1261px) {
    #videoGallery-content .videoGallery-list {
      width: 300px;
      max-height: 530px;
      overflow-y: auto;
      flex-wrap: wrap; }
      #videoGallery-content .videoGallery-list .videoGallery-item {
        width: 100%; } }

#videoGallery-content .video-title {
  font-size: 1rem;
  padding: 0.75rem 0 0.25rem 0;
  opacity: 0.8; }

#videoGallery-content .video-description {
  font-size: 0.85rem;
  opacity: 0.8; }

#videoGallery-content .video.is-active {
  border: 2px solid #c7202f;
  padding: 5px; }
  #videoGallery-content .video.is-active .video-title,
  #videoGallery-content .video.is-active .video-description {
    opacity: 1; }

@media (min-width: 1261px) {
  #videoGallery-content .video.is-active {
    padding: 10px; } }

.navPages-action.activePage {
  color: #000; }

[contenteditable="true"]:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
button:focus,
details:focus,
input:focus,
select:focus,
textarea:focus,
label:focus,
label:active {
  outline: none;
  -webkit-tap-highlight-color: transparent; }

.legal {
  margin-top: 0 !important; }

.card-figcaption {
  display: none !important; }

.quickSearchResults {
  margin-top: 0; }

.aria-description--hidden {
  display: none; }

.actionBar {
  margin: 0; }
  .actionBar .form-field {
    margin-bottom: 0; }

.actionBar-section .form-select {
  color: #333; }

.form-field {
  margin: 0 0 20px; }

.form-label {
  color: #333; }

.facetedSearch-navList {
  display: block; }

nav.pagination {
  display: none; }

.card-body p[data-test-info-type="brandName"] {
  display: none; }

.video {
  opacity: 1; }

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

[data-test-info-type="productRating"] {
  display: none; }

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

.productView {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0; }

.customerView-actions {
  margin-top: 40px; }

.productView-options .form-action .button {
  width: auto; }

@media (min-width: 551px) {
  .productView-options .form-action {
    padding: 0; } }

/* a *******************************/
@media (min-width: 675px) {
  .navUser-item.navUser-item--account {
    display: flex; } }

a.icon,
.navUser-item--account a.icon {
  align-items: center;
  align-self: center;
  display: flex;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  width: auto; }

.navUser-action--logout {
  color: #757575; }
  .navUser-action--logout:hover {
    color: #3e3e3d; }

a.icon img {
  height: 20px;
  opacity: 0.6;
  transition: all 0.3s ease;
  width: 20px; }

a.icon:hover img {
  opacity: 1; }

/* helpers *******************************/
#search-results-heading {
  text-align: center; }

#search-results-heading .page-heading::after {
  display: none; }

.countPill {
  background-color: #c7202f;
  border: 1px solid #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 16px;
  line-height: 14px;
  margin-left: 0;
  position: relative;
  right: auto;
  top: auto;
  width: 16.875px; }
  @media only screen and (min-width: 675px) {
    .countPill {
      position: absolute;
      right: 5px;
      top: -3px; } }

@media (min-width: 800px) {
  .countPill {
    top: 12px; } }

.count {
  background-color: #c7202f !important;
  border-radius: 10px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 5px;
  position: relative; }

.count-inline {
  top: -3px; }

.bar {
  color: #c7202f;
  margin: 0 16px; }

.label {
  font-family: Oswald, serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 20px 0;
  text-transform: uppercase; }

.row-head {
  background-color: #f0efef;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-transform: uppercase; }

/* blocks *******************************/
.block {
  margin-bottom: 80px; }

.block img {
  height: auto;
  width: 100%; }

.block-hero {
  background-color: #3e3e3d;
  margin-top: 85px;
  padding: 160px 0;
  text-shadow: #fff 0 0 10px; }

.block-gray {
  background-color: #3e3e3d;
  color: #fff;
  padding: 80px 0 60px 0;
  text-align: center; }

.block-gray h2 {
  text-shadow: none; }

.block-bottom-0 {
  margin-bottom: 0; }

.block-about {
  background: url("../img/bgs/cats.jpg") center center/cover no-repeat; }

.block-who {
  background: url("../img/bgs/cats.jpg") center center/cover no-repeat; }

.block-team {
  background: url("../img/bgs/cats.jpg") center center/cover no-repeat; }

.block-events {
  background: url("../img/bgs/cats.jpg") center center/cover no-repeat; }

.block-sustainability {
  background: url("../img/bgs/cats.jpg") center center/cover no-repeat; }

/* item *******************************/
.item {
  display: inline-block;
  margin-bottom: 40px;
  text-align: center; }

.item {
  text-decoration: none; }

.item .thumb {
  position: relative; }

.item .thumb img:not(.hover) {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: auto;
  margin-bottom: 20px;
  padding: 40px;
  width: 100%; }

.item .thumb .hover {
  height: auto;
  left: calc(5% - 2px);
  opacity: 0;
  position: absolute;
  top: 4%;
  transition: all 0.7s ease;
  width: 90%; }

.item .thumb:hover .hover {
  opacity: 1; }

.item .title {
  font-weight: 700; }

/* filters *******************************/
.filters h5 {
  margin-bottom: 20px; }

.filters .opt {
  margin-bottom: 5px; }

/* canvas *******************************/
.canvas {
  padding-top: 0;
  position: relative; }

/* canvas-default *******************************/
/* canvas-default header *******************************/
.header {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #f0efef;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  justify-content: space-between;
  padding: 20px 20px;
  position: fixed;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 100; }

.header.is-open {
  height: auto; }

.header-logo {
  height: auto;
  margin: 0;
  padding-right: 0; }

.header .logo {
  transition: all 0.3s ease; }

.header img.header-logo-image {
  height: 50px;
  max-height: 50px;
  max-width: none;
  width: auto; }

.canvas-default .header .links {
  display: none; }

.canvas-default .header .links .link {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  transition: all 0.3s ease; }

.canvas-default .header .links .link-end {
  margin-right: 0; }

.canvas-default .header .links .link a.link-item {
  font-family: "Open Sans", serif;
  font-size: 1.25rem;
  padding: 5px 0;
  text-decoration: none;
  text-transform: none; }

.canvas-default .header .links .link::after {
  background-color: #c7202f;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
  width: 0;
  z-index: -1; }

.canvas-default .header .links .link:hover::after {
  width: 100%; }

.canvas-default .header .links .link-menu {
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  opacity: 0;
  padding-top: 20px;
  position: absolute;
  top: 40px;
  transition: all 0.5s ease;
  visibility: hidden; }

.canvas-default .header .links a.link-menu-item {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 30px;
  text-decoration: none;
  white-space: nowrap;
  width: 100%; }

.canvas-default .header .links a.link-menu-item::before {
  color: #c7202f;
  content: "\2014";
  margin-right: 8px; }

.canvas-default .header .links a.link-menu-item:hover {
  color: #c7202f; }

.canvas-default .header .links .link:hover .link-menu {
  opacity: 1;
  visibility: visible; }

.canvas-default .header .account {
  display: none; }

.canvas-default .header .account img {
  height: 20px;
  opacity: 0.6;
  transition: all 0.3s ease;
  width: auto; }

.canvas-default .header .account img:hover {
  opacity: 1; }

.canvas-default .header .account .search-input {
  transition: all 0.3s ease; }

.canvas-default .header .account .cart {
  position: relative; }

.canvas-default .header .account .cart .countPill {
  border: 1px solid #fff;
  bottom: 8px;
  padding: 1px 4px;
  position: absolute;
  right: 4px; }

@media (min-width: 576px) {
  .canvas-default .header {
    padding: 20px 40px; }
  .canvas-default .header .logo {
    padding-right: 20px; }
  .canvas-default .header .links {
    display: block;
    flex-grow: 1 !important; } }

@media (min-width: 675px) {
  .canvas-default .header .logo {
    padding-right: 40px; }
  .canvas-default .header .account {
    display: block; }
  .canvas-default .header .account .search-input {
    display: none; }
  .canvas-default .header .account .search {
    display: block; }
  .canvas-default .header .account .profile {
    display: block; }
  .canvas-default .header .account .cart {
    display: block; } }

@media (min-width: 800px) {
  .canvas-default .header .account .search-input {
    display: block;
    width: 120px; } }

@media (min-width: 840px) {
  .canvas-default .header .account .search-input {
    width: 160px; } }

@media (min-width: 880px) {
  .canvas-default .header .account .search-input {
    width: 200px; } }

@media (min-width: 992px) {
  .canvas-default .header .account .search-input {
    width: 300px; } }

.block img {
  height: auto;
  width: 100%; }

.block-hero {
  background-color: #3e3e3d;
  margin-top: 85px;
  padding: 160px 0;
  text-shadow: #fff 0 0 10px; }

.block-gray {
  background-color: #3e3e3d;
  color: #fff;
  padding: 80px 0 60px 0;
  text-align: center; }

.block-gray h2 {
  text-shadow: none; }

.cats .block-thirds .container {
  padding-bottom: 0;
  padding-top: 0; }
  .cats .block-thirds .container p span {
    display: inline-block;
    text-align: right;
    width: 100%; }

.cats .block-thirds .content {
  padding: 0;
  text-align: center;
  width: 100%; }

.cats .block-thirds .content:nth-child(2) {
  margin-bottom: 0; }

.cats .block-thirds .content.img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 33.33333%;
  padding-top: 33.33333%;
  width: 100%; }

.cats .block-thirds .content.img img {
  max-height: 500px;
  object-fit: cover; }

.cats .block-thirds .info-btns {
  display: flex;
  flex-wrap: wrap; }
  .cats .block-thirds .info-btns :first-child a {
    margin-right: 20px; }

.block-thirds.info-first {
  margin-top: 80px; }

.block-thirds:nth-child(odd) .row {
  align-items: flex-end;
  flex-wrap: wrap-reverse; }

.cats .block-thirds .content.img {
  margin-bottom: 40px; }

@media (min-width: 768px) {
  .cats .block-thirds .container {
    justify-content: flex-start; } }

@media (min-width: 992px) {
  .cats .block-thirds .container {
    display: block;
    overflow: hidden; }
  .cats .block-thirds .content.img {
    display: inline;
    float: left;
    margin: 0 40px 30px 0;
    padding-bottom: 16.66667%;
    padding-top: 16.66667%;
    width: 50%; }
  .cats .block-thirds .content.img.right {
    float: right;
    margin: 0 0 30px 40px; }
  .cats .block-thirds .content.img {
    clear: right; } }

@media (min-width: 992px) {
  .cats .block-thirds .content.img {
    padding-bottom: 20.83333%;
    padding-top: 20.83333%;
    width: 54.16667%; }
  .cats .block-thirds .content.img.info-half {
    width: 50%; } }

.block-bottom-0 {
  margin-bottom: 0; }

.block-about {
  background: url("../img/bgs/cats.jpg") center center/cover no-repeat; }

.block-who {
  background: url("../img/bgs/cats.jpg") center center/cover no-repeat; }

.block-team {
  background: url("../img/bgs/cats.jpg") center center/cover no-repeat; }

.block-events {
  background: url("../img/bgs/cats.jpg") center center/cover no-repeat; }

.block-sustainability {
  background: url("../img/bgs/cats.jpg") center center/cover no-repeat; }

/* item *******************************/
.item {
  display: inline-block;
  margin-bottom: 40px;
  text-align: center; }

.item {
  text-decoration: none; }

.item .thumb {
  position: relative; }

.item .thumb img:not(.hover) {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: auto;
  margin-bottom: 20px;
  padding: 40px;
  width: 100%; }

.item .thumb .hover {
  height: auto;
  left: calc(5% - 2px);
  opacity: 0;
  position: absolute;
  top: 4%;
  transition: all 0.7s ease;
  width: 90%; }

.item .thumb:hover .hover {
  opacity: 1; }

.item .title {
  font-weight: 700; }

/* filters *******************************/
.filters h5 {
  margin-bottom: 20px; }

.filters .opt {
  margin-bottom: 5px; }

/* canvas *******************************/
.canvas {
  position: relative; }

/* canvas-default *******************************/
/* canvas-default header *******************************/
body.has-banner header.header {
  position: relative; }

body.has-banner header.header.sticky {
  position: sticky; }

body.has-banner section.page.our-team > h1 {
  display: none; }

body.has-banner section.page.our-team [data-content-region=page_builder_content] {
  margin-top: 131px; }

.canvas-default .header {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #f0efef;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 20px;
  position: fixed;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 100; }
  .canvas-default .header .form,
  .canvas-default .header .form-field {
    margin: 0;
    transition: all 0.3s ease; }
  .canvas-default .header .container .form-field {
    transition: all 0.3s ease; }
  @media (min-width: 800px) {
    .canvas-default .header .container .form-field {
      width: 120px; } }
  @media (min-width: 840px) {
    .canvas-default .header .container .form-field {
      width: 160px; } }
  @media (min-width: 880px) {
    .canvas-default .header .container .form-field {
      width: 200px; } }
  @media (min-width: 992px) {
    .canvas-default .header .container .form-field {
      width: 300px; } }

.form-input {
  border-radius: 10px;
  height: auto;
  line-height: 24px;
  padding: 10px 15px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.form-input:focus {
  border-color: #3e3e3d;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

/* cats *******************************/
.cats .sidebar {
  background-color: #f0efef;
  border-radius: 10px;
  padding: 40px; }

.cats .results nav {
  margin: 0;
  padding: 0; }

.cats .results h3 {
  margin: 0; }

.cats .cat {
  margin-bottom: 80px; }

.cats .cat h2 {
  background-color: #3e3e3d;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  padding: 40px 0;
  text-align: center;
  text-shadow: none; }

.cats .cat h2:first-child {
  padding-left: 12px;
  padding-right: 12px; }

.cats .cat .product {
  margin-bottom: 120px;
  margin-top: 0;
  overflow: visible; }

.cats .cat .product {
  width: 100%; }
  .cats .cat .product .thumb {
    height: 60vw;
    margin-bottom: 10px;
    text-align: center;
    width: 100%; }
    .cats .cat .product .thumb a {
      align-items: center;
      display: flex;
      height: 100%;
      max-width: 100%;
      position: relative;
      width: 100%; }
      .cats .cat .product .thumb a img {
        display: block;
        height: 100%;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        object-fit: contain;
        transition: all 0.7s ease; }
      .cats .cat .product .thumb a img.hover {
        left: 0;
        margin-left: auto;
        margin-right: auto;
        object-fit: contain;
        opacity: 0;
        position: absolute;
        right: 0;
        transition: all 0.7s ease; }
  .cats .cat .product .thumb:hover a .hover {
    opacity: 1; }
  .cats .cat .product .thumb:hover a img {
    opacity: 0; }
  .cats .cat .product .thumb-button {
    padding-top: 20px;
    text-align: center; }
  @media (min-width: 576px) {
    .cats .cat .product .thumb {
      height: 30vw; } }
  @media (min-width: 768px) {
    .cats .cat .product .thumb {
      height: 266px; } }
  @media (min-width: 1400px) {
    .cats .cat .product .thumb {
      height: 350px; } }

.cats .cat .product img {
  height: auto;
  margin-bottom: 40px;
  width: 100%; }

.cats .stories {
  margin-bottom: 0;
  text-align: center; }
  .cats .stories .container {
    margin-top: 40px; }

.cats .stories .content {
  margin-bottom: 10px; }
  .cats .stories .content a {
    padding-bottom: 50%;
    padding-top: 50%; }

.cats .stories img {
  height: 100%;
  margin-bottom: 10px;
  object-fit: cover;
  width: 100%; }

/** Begin styling search result page **/
#search-results-wrapper.cats .options {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px; }

#search-results-wrapper section.nav {
  margin-top: 6.5rem; }
  #search-results-wrapper section.nav h1.page-heading {
    line-height: 2.5rem; }
  #search-results-wrapper section.nav .navBar--sub {
    margin-bottom: 0; }

#search-results-wrapper.hide-faceted-filters #modal-filters {
  display: none; }

#search-results-wrapper.hide-faceted-filters .cat-main-content {
  padding-left: 0;
  width: 100%; }

/** End styling search result page **/
body.modal-open {
  overflow: hidden;
  position: fixed; }

#prod-video-modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding-left: 12px;
  padding-right: 12px;
  position: fixed;
  top: 0;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1000; }
  #prod-video-modal #player {
    transition: all 0.2s ease-in-out;
    visibility: hidden; }
  #prod-video-modal .video-modal-header {
    display: flex;
    justify-content: flex-end;
    padding: 20px;
    width: 100%; }
    #prod-video-modal .video-modal-header .icon {
      color: #3e3e3d; }
    #prod-video-modal .video-modal-header .icon:hover {
      color: #fff; }
  #prod-video-modal .video-player-container {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%; }
    #prod-video-modal .video-player-container iframe,
    #prod-video-modal .video-player-container video {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

#prod-video-modal.visible {
  opacity: 1;
  visibility: visible; }

@media (min-width: 1200px) {
  #prod-video-modal .video-player-container {
    padding-bottom: 33.75%;
    width: 60%; }
  #prod-video-modal .video-modal-header {
    width: 60%; } }

.bc-modal {
  background-color: #fff;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000; }
  .bc-modal .modal-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%; }
    .bc-modal .modal-content .page-sidebar {
      overflow: auto; }
  .bc-modal .modal-body {
    flex: 1; }
  .bc-modal .modal-heading {
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    padding: 40px 12px; }
    .bc-modal .modal-heading h3 {
      line-height: 1.5;
      margin: 0; }
  .bc-modal .page-sidebar {
    flex: 1;
    padding: 1rem;
    width: 100%;
    float: none; }
    @media only screen and (min-width: 991px) {
      .bc-modal .page-sidebar {
        width: 25%;
        float: left; } }
    .bc-modal .page-sidebar a.icon img {
      margin: 0 10px 0 2px;
      opacity: 0.6;
      transition: all 0.3s ease;
      width: 16px; }
  .bc-modal .facetedSearch-navList {
    margin-top: 0; }
  .bc-modal .modal-footer {
    align-items: center;
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0.75rem; }
    .bc-modal .modal-footer .button {
      display: inline; }

@media (min-width: 992px) {
  .cat-main-content {
    padding-left: 40px;
    width: 75%; }
  #modal-filters {
    background-color: #f0efef;
    border-radius: 10px;
    display: block;
    padding: 40px;
    position: sticky;
    width: 25%;
    z-index: 1; }
    #modal-filters #faceted-search-container {
      overflow: visible;
      padding: 0; }
    #modal-filters .page-sidebar {
      width: 100%; }
    #modal-filters .modal-heading,
    #modal-filters .facetedSearch-refineFilters,
    #modal-filters .modal-footer {
      display: none; }
  #modal-filters.sticky {
    margin-bottom: 20px;
    position: sticky;
    top: 99px; }
  a#open-filter-modal,
  a#open-filter-modal + span {
    display: none; } }

@media (min-width: 1200px) {
  .cats #modal-filters {
    width: 25%; }
  .cats .cat-main-content {
    width: 75%; } }

#facetedSearch h5:first-of-type {
  margin-top: 0; }

#facetedSearch h5 {
  margin-bottom: 20px; }

#facetedSearch .navList-action--checkbox {
  font-size: 1.25rem; }

#facetedSearch .navList-action--checkbox::before {
  height: 1.4rem;
  margin-top: -0.75rem;
  width: 1.4rem; }

#facetedSearch #facetedSearch-content--product .navList-action--checkbox::before {
  border-radius: 50%; }

#facetedSearch #facetedSearch-content--product .navList-action--checkbox.is-selected::before {
  background-color: #c7202f;
  background-image: url("../img/icons/circle.svg");
  border-color: #a51e2f; }

#facetedSearch #facetedSearch-content--activity .navList-action--checkbox.is-selected::before {
  background-color: #c7202f;
  background-image: url("../img/icons/check-mark.svg");
  border-color: #a51e2f; }

#facetedSearch .navList-action--checkbox::after {
  background-image: none; }

#facetedSearch hr {
  background-color: #ccc;
  border-color: #ccc;
  margin: 40px 0;
  opacity: 1; }

/* Sub-category Page Styles **/
.cat .row {
  flex-wrap: wrap; }
  .cat .row .content {
    width: 100%; }
    .cat .row .content .lifestyle-img {
      margin-bottom: 40px;
      padding-bottom: 30%;
      padding-top: 30%;
      width: 100%; }
    .cat .row .content .lifestyle-new {
      margin: 0 0 5% 0;
      background-size: contain;
      border: 0 solid white;
      border-radius: 4px;
      padding: 2% 4%;
      background-image: none;
      background-color: #c7202f;
      z-index: 2;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      display: inline-block;
      vertical-align: top;
      position: relative;
      top: 0;
      left: 0; }
      .cat .row .content .lifestyle-new > div {
        color: #ffffff;
        font-size: 18px;
        line-height: 12px; }

.cat .product:nth-of-type(odd) .row {
  flex-wrap: wrap-reverse; }

.stories .container {
  padding-top: 0; }

.stories .row {
  flex-wrap: wrap;
  width: 100%; }

@media (min-width: 576px) {
  .cats .cat .product div.lifestyle-img {
    height: 90%;
    object-fit: cover; } }

@media (min-width: 768px) {
  .cat .product .content {
    width: 50%; }
  .cat .product .content:last-of-type {
    margin-left: 8.33333%;
    width: 41.66667%; }
  .cat .product:nth-of-type(odd) .content {
    width: 41.66667%; }
  .cat .product:nth-of-type(odd) .content:last-of-type {
    margin-left: 8.33333%;
    width: 50%; }
  .stories .row {
    flex-wrap: nowrap; } }

/* other *******************************/
.other .team .members {
  margin-bottom: 40px; }

.other .team .members img {
  height: auto;
  margin-bottom: 40px;
  width: 100%; }

/* bootstrap mods *******************************/
.form-control {
  border-radius: 10px;
  padding: 10px 15px; }

.form-control:focus,
.form-check-input:focus {
  border-color: #3e3e3d;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.form-check-input:checked {
  background-color: #c7202f;
  border-color: #a51e2f; }

.dropdown-menu a:hover {
  background-color: #f0efef; }

.tab-title,
.accordion-button:not(.collapsed) {
  background-color: #f0efef;
  color: #333;
  display: flex;
  font-family: Oswald, serif;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1rem 1.25rem;
  text-transform: uppercase; }

.tab-title::after {
  background-image: url("../img/icons/plus.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  content: "";
  flex-shrink: 0;
  height: 1.25rem;
  margin-left: auto;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  width: 1.25rem; }

.bcAccordionActive .tab-title::after {
  background-image: url("../img/icons/minus.svg");
  transform: rotate(-180deg); }

.tab-title:focus {
  box-shadow: none; }

.tab-content {
  line-height: 1.5;
  padding: 1rem 1.25rem; }
  .tab-content ul {
    list-style-type: disc;
    margin-bottom: 1rem; }

.accordion-item,
.accordion-item .accordion-button {
  border-radius: 0 !important; }

/* scroll

 fade-in
 slide-left
 slide-right
 slide-bottom
 slide-top

 *******************************/
.js-scroll {
  opacity: 0;
  transition: opacity 500ms; }

.js-scroll.scrolled {
  opacity: 1; }

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both; }

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both; }

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both; }

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both; }

.scrolled.slide-bottom {
  animation: slide-in-bottom 1s ease-in-out both; }

.scrolled.slide-top {
  animation: slide-in-top 1s ease-in-out both; }

@keyframes slide-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slide-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slide-in-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slide-in-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* expand *******************************/
.expand label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 30px; }

.expand label span {
  background: #c7202f;
  border-radius: 10px;
  height: 4px;
  margin: 2px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6); }

.expand span:nth-of-type(1) {
  width: 50%; }

.expand span:nth-of-type(2) {
  width: 100%; }

.expand span:nth-of-type(3) {
  width: 75%; }

.expand input[type="checkbox"] {
  display: none; }

.expand #expand-toggle.is-open ~ span:nth-of-type(1) {
  transform: rotatez(45deg) translate(3px, 0);
  transform-origin: bottom; }

.expand #expand-toggle.is-open ~ span:nth-of-type(2) {
  transform: rotatez(-45deg);
  transform-origin: top; }

.expand #expand-toggle.is-open ~ span:nth-of-type(3) {
  transform: translate(13px, -4px) rotatez(45deg);
  transform-origin: bottom;
  width: 50%; }

/** Header links styles **/
.navPages-action {
  color: #333;
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 5px 0;
  text-decoration: none;
  text-transform: none; }

.header.is-open {
  overflow-y: auto; }

.navPages-container,
.navPages-container.is-open {
  display: none;
  flex-basis: 100%;
  height: auto;
  padding-top: 0;
  position: relative;
  z-index: 1; }
  .navPages-container .navPages,
  .navPages-container.is-open .navPages {
    display: block;
    padding-top: 55px;
    min-height: calc(100vh - 86px); }
  .navPages-container .navPages-quickSearch,
  .navPages-container.is-open .navPages-quickSearch {
    display: none; }
  .navPages-container .navPages-item a.navPages-action,
  .navPages-container .navPages-item .navPages-action.has-subMenu,
  .navPages-container.is-open .navPages-item a.navPages-action,
  .navPages-container.is-open .navPages-item .navPages-action.has-subMenu {
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 0 30px;
    text-decoration: none;
    white-space: nowrap;
    width: 85%; }
  .navPages-container .navPages-item a.navPages-action::before,
  .navPages-container.is-open .navPages-item a.navPages-action::before {
    color: #c7202f;
    content: "\2014";
    margin-right: 8px; }
  .navPages-container .navPages-item a.subMenu-toggle-icon,
  .navPages-container.is-open .navPages-item a.subMenu-toggle-icon {
    display: inline-block;
    width: 10%; }
    @media only screen and (min-width: 675px) {
      .navPages-container .navPages-item a.subMenu-toggle-icon,
      .navPages-container.is-open .navPages-item a.subMenu-toggle-icon {
        display: none; } }
  .navPages-container .navPages-item a:hover,
  .navPages-container.is-open .navPages-item a:hover {
    color: #c7202f; }

.navPages {
  background-color: transparent;
  display: none;
  overflow: hidden;
  padding: 0; }

.navPages-item:hover .navPage-subMenu {
  opacity: 1;
  visibility: visible; }

.navPages-list + .navPages-list {
  border: 0;
  margin: 0;
  padding: 0; }

.navPages .navPage-subMenu-list {
  margin-left: 20px; }
  @media only screen and (min-width: 675px) {
    .navPages .navPage-subMenu-list {
      margin-left: 0; } }

#expand-menu .expand-nest {
  margin-bottom: 10px; }

#expand-menu .expand-nest .expand-item a {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  margin-bottom: 0;
  padding: 0 0 0 60px;
  text-decoration: none;
  white-space: nowrap;
  width: 100%; }

#expand-menu .expand-nest .expand-item a::before {
  color: #c7202f;
  content: "\2013";
  margin-right: 8px; }

#expand-menu .expand-nest .expand-item a:hover {
  color: #c7202f; }

.navUser-item--cart {
  display: none; }

.navPage-subMenu-item {
  padding: 0; }

/** Header Breakpoint Styles **/
@media (min-width: 576px) {
  .header {
    padding: 20px 40px !important; } }

@media (min-width: 675px) {
  .header-logo-image {
    padding-right: 40px; }
  .navPages-list li:last-child {
    margin-right: 0; }
  .expand {
    display: none; }
  #expand-menu {
    display: none; }
  .navPages {
    margin-left: 0;
    width: auto; }
  .main-nav {
    display: block;
    flex-grow: 1 !important; }
    .main-nav .navPages {
      display: flex;
      overflow: visible; }
      .main-nav .navPages .navPages-list {
        display: flex; }
      .main-nav .navPages .navPages-quickSearch,
      .main-nav .navPages .navPages-list--user {
        display: none; }
    .main-nav a {
      line-height: 1.5; }
    .main-nav .navPage-subMenu {
      background-color: rgba(255, 255, 255, 0.9);
      display: block;
      left: 0;
      opacity: 0;
      padding: 20px 0 0 0 !important;
      position: absolute;
      top: 44px;
      transition: all 0.5s ease;
      visibility: hidden; }
      .main-nav .navPage-subMenu .navPage-subMenu-list {
        display: flex;
        flex-direction: column; }
        .main-nav .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
          margin: 0;
          padding: 0 !important;
          width: auto; }
        .main-nav .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action:hover {
          color: #c7202f; }
    .main-nav .navPage-subMenu-item > .navPage-subMenu-action {
      border: 0;
      display: inline-block;
      margin: 0;
      margin-bottom: 10px !important;
      padding: 0 30px !important;
      text-decoration: none;
      white-space: nowrap;
      width: 100%; }
    .main-nav .navPage-subMenu-item > .navPage-subMenu-action::before {
      color: #c7202f;
      content: "\2014";
      margin-right: 8px; }
  .navPages-container .navPages-list:not(.navPages-list--user) {
    display: none; }
  .navUser {
    position: relative;
    top: auto;
    transform: none;
    width: auto; }
    .navUser .navUser-action {
      padding: 0 12px 0 12px; }
      .navUser .navUser-action .icon {
        margin: 0; }
  .navUser-item {
    display: block; }
  .navUser-section li:nth-child(2) {
    display: none;
    padding: 0 12px 0 12px; }
  .navUser-item--cart {
    display: block; } }

@media (min-width: 800px) {
  .navUser-section li:nth-child(2) {
    display: block;
    width: 120px; }
    .navUser-section li:nth-child(2) .container {
      padding: 0; }
    .navUser-section li:nth-child(2) input {
      width: 96px; }
  .navUser-section #cart-preview-dropdown li:nth-child(2) {
    display: table-row;
    width: 100%; } }

@media (min-width: 840px) {
  .navUser-section li:nth-child(2) {
    display: block;
    width: 160px; }
    .navUser-section li:nth-child(2) input {
      width: 136px; }
  .navUser-section #cart-preview-dropdown li:nth-child(2) {
    display: table-row;
    width: 100%; } }

@media (min-width: 880px) {
  .navUser-section li:nth-child(2) {
    display: block;
    width: 200px; }
    .navUser-section li:nth-child(2) input {
      width: 176px; }
  .navUser-section #cart-preview-dropdown li:nth-child(2) {
    display: table-row;
    width: 100%; } }

@media (min-width: 992px) {
  .navUser-section li:nth-child(2) {
    display: block;
    width: 300px; }
    .navUser-section li:nth-child(2) input {
      width: 276px; }
  .navUser-section #cart-preview-dropdown li:nth-child(2) {
    display: table-row;
    width: 100%; } }

/* BigC header nav overrides **********/
@media (min-width: 801px) {
  .navUser {
    padding: 0; } }

.navPages-action:hover {
  color: #333; }

.navPages ul li {
  margin-right: 0;
  transition: all 0.3s ease; }

@media only screen and (min-width: 675px) {
  .navPages ul li {
    margin-right: 25px; } }

@media only screen and (min-width: 980px) {
  .navPages ul li {
    margin-right: 40px; } }

.navPages-container .navPages-item .navPages-action.has-subMenu {
  position: relative;
  width: 100% !important; }
  .navPages-container .navPages-item .navPages-action.has-subMenu .navPages-action-moreIcon {
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg); }
  .navPages-container .navPages-item .navPages-action.has-subMenu.is-open .navPages-action-moreIcon {
    transform: translateY(-50%) rotate(0deg); }

.navPages-action-moreIcon svg {
  fill: #333;
  stroke: #333;
  transition: all 0.15s ease; }

.canvas-default .header .form-mobile-quick-search {
  display: flex;
  margin-bottom: 20px; }
  .canvas-default .header .form-mobile-quick-search > fieldset {
    flex: 1; }
  .canvas-default .header .form-mobile-quick-search > .navUser-action--quickSearch {
    flex: 0;
    width: 75px; }

.navPages-item {
  position: relative; }

.navPages-item::after {
  background-color: #c7202f;
  bottom: 2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
  width: 0;
  z-index: -1; }

.navPages-container .navPages-item::after {
  content: none; }

.navPages-item:hover::after {
  width: 100%; }

.navUser-section {
  align-items: center;
  display: flex; }

/* modal-compare *******************************/
#modal-compare .modal-body {
  font-size: 0.75rem; }

#modal-compare .modal-body img {
  width: 50px; }

#modal-filters .blocker {
  background: transparent; }

.carousel-tooltip {
  display: none !important; }

.productView-img-container::after {
  padding-bottom: 100%; }

.account-page-container {
  margin-bottom: 40px;
  margin-top: 100px; }
  .account-page-container h1.page-heading {
    line-height: 4rem; }
  .account-page-container nav[aria-label="Breadcrumb"] {
    display: none; }
  .account-page-container .navBar--sub {
    margin-bottom: 3.5rem; }
  .account-page-container .account-body {
    margin: 0; }
    @media only screen and (min-width: 675px) {
      .account-page-container .account-body {
        margin: 0 -0.75rem; } }

.form-input.form-input--incrementTotal {
  padding: 10px 5px; }

.container .page-margin-top {
  margin-bottom: 80px;
  margin-top: 150px; }

/** Begin Custom Faceted Search Sort By **/
.sort-by-selected {
  background-image: url("../img/icons/chevron-down.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 1rem;
  padding-right: 20px;
  text-decoration: none; }
  .sort-by-selected:focus {
    color: #333; }

.sort-by-select-container {
  position: relative; }
  .sort-by-select-container .sort-by-select {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    color: #212529;
    display: none;
    font-size: 1rem;
    list-style: none;
    margin: 0;
    min-width: 10rem;
    padding: 0.5rem 0;
    position: absolute;
    right: 0;
    text-align: left;
    z-index: 1000; }
    .sort-by-select-container .sort-by-select.show {
      display: block; }
    .sort-by-select-container .sort-by-select a {
      background-color: transparent;
      border: 0;
      clear: both;
      color: #212529;
      display: block;
      font-weight: 400;
      padding: 0.25rem 1rem;
      text-align: inherit;
      text-decoration: none;
      white-space: nowrap;
      width: 100%; }
      .sort-by-select-container .sort-by-select a:hover {
        background-color: #f0efef; }
    .sort-by-select-container .sort-by-select a.selected-category-sort {
      display: none; }

/** End Custom Faceted Search Sort By **/
/** Begin Dealer Assets account button link **/
.account-page-dealer-assets-wrapper {
  display: block;
  margin-bottom: 40px; }
  .account-page-dealer-assets-wrapper .account-page-dealer-assets-container {
    margin: 15px auto;
    text-align: center; }
    .account-page-dealer-assets-wrapper .account-page-dealer-assets-container > a {
      color: #fff;
      font-size: 20px; }

/** End Dealer Assets account button link **/
/** Begin Preview Cart Styling Overrides **/
.navUser-item--cart .dropdown-menu {
  max-width: 21rem; }

.previewCart .previewCartAction {
  align-items: center;
  display: flex;
  justify-content: center; }
  .previewCart .previewCartAction .previewCartAction-checkout {
    width: auto; }
    .previewCart .previewCartAction .previewCartAction-checkout .button--small {
      font-size: 1rem;
      padding: 10px 20px;
      position: relative; }
    .previewCart .previewCartAction .previewCartAction-checkout .button--small:hover {
      background-color: #a51e2f;
      border: 1px solid #c7202f;
      color: #fff; }
  .previewCart .previewCartAction .previewCartAction-viewCart {
    width: auto; }
    .previewCart .previewCartAction .previewCartAction-viewCart .button--small {
      border: 2px solid #3e3e3d;
      color: #3e3e3d;
      font-size: 1rem;
      padding: 10px 20px;
      transition: all 0.5s ease; }
    .previewCart .previewCartAction .previewCartAction-viewCart .button--small:hover {
      background-color: #3e3e3d;
      color: #fff; }

/** End Preview Cart Styling Overrides **/
/** Begin Add-to-Cart Modal Styling Overrides **/
#previewModal .previewCartCheckout {
  margin-bottom: 20px; }
  @media (min-width: 801px) {
    #previewModal .previewCartCheckout {
      margin-bottom: 0; } }

#previewModal .previewCartCheckout-price {
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 5px; }

#previewModal .productView-img-container {
  height: 30vh;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 500px; }
  #previewModal .productView-img-container img {
    border: 0;
    padding: 0;
    position: relative; }
  #previewModal .productView-img-container::after {
    padding-bottom: 0; }

@media (min-width: 801px) {
  #previewModal .productView {
    flex-direction: row; } }

#previewModal .productView-details {
  margin-bottom: 0; }
  @media (min-width: 801px) {
    #previewModal .productView-details {
      float: left;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%; } }
  @media (min-width: 801px) {
    #previewModal .productView-details h2 {
      font-size: 32px;
      margin-top: 10px; } }
  @media (min-width: 801px) {
    #previewModal .productView-details .productView-price {
      font-size: 24px; } }
  #previewModal .productView-details .productView-info > :first-child {
    margin-top: 0.5rem; }
  #previewModal .productView-details .productView-info-name,
  #previewModal .productView-details .productView-info-value {
    float: none; }

#previewModal .productView-image {
  min-height: 180px; }

#previewModal .previewCartCheckout .button {
  font-size: 0.9rem; }

#previewModal .previewCartCheckout .previewCartCheckout-subtotal {
  margin-bottom: 0; }

#previewModal .previewCartCheckout p[data-cart-quantity] {
  margin-bottom: 20px; }

/** End Add-to-Cart Modal Styling Overrides **/
/** Begin Information Pages Styling Overrides **/
#main-content {
  margin-top: 0; }

[aria-label="Breadcrumb"] {
  display: none; }

.page-content {
  line-height: 1.5; }
  .page-content * {
    text-align: left; }
  .page-content .button {
    display: inline-block;
    width: auto; }
  .page-content .form-prefixPostfix {
    justify-content: center; }
  .page-content #search_query_adv {
    margin-bottom: 20px;
    min-width: 100%; }
  @media (min-width: 576px) {
    .page-content #search_query_adv {
      margin-bottom: 0;
      margin-right: 20px;
      min-width: 50%;
      width: auto; } }

.page-margin-top {
  text-align: center; }
  .page-margin-top * {
    text-align: left; }
  .page-margin-top .page-heading {
    line-height: 1;
    text-align: center; }
  .page-margin-top .account-navigation {
    text-align: center; }
  .page-margin-top .form-row--half {
    padding: 0 12px; }
  .page-margin-top .form-actions {
    text-align: center; }
  .page-margin-top input.button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 24px);
    text-align: center;
    white-space: normal;
    width: auto; }
  .page-margin-top .redeem-gift-certificate,
  .page-margin-top .purchase-gift-certificate,
  .page-margin-top .balance-gift-certificate {
    margin-bottom: 80px;
    margin-top: 80px; }
  @media (min-width: 551px) {
    .page-margin-top input.button {
      display: inline-block; } }
  .page-margin-top #gift-certificate-balance .form-prefixPostfix.wrap {
    flex-direction: column; }
    @media only screen and (min-width: 980px) {
      .page-margin-top #gift-certificate-balance .form-prefixPostfix.wrap {
        flex-direction: row; } }
  .page-margin-top #gift-certificate-balance input[type="submit"] {
    margin: 10px auto 0; }
    @media only screen and (min-width: 980px) {
      .page-margin-top #gift-certificate-balance input[type="submit"] {
        margin: 0 0 0 10px; } }
  .page-margin-top .account.account--fixed {
    padding-left: 20px;
    padding-right: 20px; }
    @media only screen and (min-width: 675px) {
      .page-margin-top .account.account--fixed {
        padding-left: 0;
        padding-right: 0; } }
  .page-margin-top ol > li {
    line-height: 1.5; }
  .page-margin-top .account-navigation .navBar-item,
  .page-margin-top .account-navigation .navBar-action {
    font-size: 1.25rem;
    text-align: center; }
    @media only screen and (min-width: 675px) {
      .page-margin-top .account-navigation .navBar-item,
      .page-margin-top .account-navigation .navBar-action {
        font-size: 1rem;
        text-align: left; } }

.account {
  text-align: center; }
  .account *:not(.form-actions) {
    text-align: left; }
  @media (min-width: 801px) {
    .account {
      margin-top: 160px; } }

/** End Information Pages Styling Overrides **/
/** Begin Custom Banner Styling **/
.banners {
  background-color: #3d3d3d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-align: center; }
  .banners .banner-content > p {
    font-size: 1rem;
    margin-bottom: 0; }
  .banners a:hover {
    color: #fff;
    text-decoration: underline; }

/** End Custom Banner Styling **/
.cats.info-page.gaiter-selection-tips .hero {
  min-height: auto; }
  .cats.info-page.gaiter-selection-tips .hero .content {
    margin: auto; }
    .cats.info-page.gaiter-selection-tips .hero .content .container {
      margin-top: 0;
      margin-bottom: 0; }
  .cats.info-page.gaiter-selection-tips .hero h1 {
    text-align: center; }
  .cats.info-page.gaiter-selection-tips .hero p {
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    text-shadow: #000 0 0 10px; }
  .cats.info-page.gaiter-selection-tips .hero a {
    color: #fff;
    text-shadow: #000 0 0 10px; }
  @media only screen and (min-width: 768px) {
    .cats.info-page.gaiter-selection-tips .hero {
      padding-top: 60px;
      padding-bottom: 60px; } }

.cats.info-page.gaiter-selection-tips .gaiter-tip {
  line-height: normal;
  font-style: italic;
  font-weight: bold; }

.cats.info-page.gaiter-selection-tips .red-line {
  border-bottom: 2px solid red;
  width: 50%;
  height: 4px;
  background-color: red;
  z-index: 99;
  position: relative;
  margin: 0 auto 40px auto; }
  @media only screen and (min-width: 768px) {
    .cats.info-page.gaiter-selection-tips .red-line {
      width: 50%; } }
  @media only screen and (min-width: 992px) {
    .cats.info-page.gaiter-selection-tips .red-line {
      width: 30%; }
      .cats.info-page.gaiter-selection-tips .red-line.wrap-fix {
        margin-left: 7%; } }

/** Begin Pro Sales Expired notice styling **/
.account .alertBox--pro-sales-expired {
  text-align: center; }
  .account .alertBox--pro-sales-expired .expired {
    color: #c7202f; }

/** End Pro Sales Expired notice styling **/
/** Begin Locally product page button **/
.locally-product-wrapper {
  clear: both;
  padding-top: 30px; }
  .locally-product-wrapper .lcly-location-switcher-outer {
    margin-top: 15px; }
  .locally-product-wrapper a.lcly-primary-trigger {
    float: none; }
    .locally-product-wrapper a.lcly-primary-trigger > span {
      font-size: 1.25rem;
      line-height: normal;
      display: inline;
      background: transparent;
      color: #fff; }
      .locally-product-wrapper a.lcly-primary-trigger > span:hover {
        color: #fff;
        background: transparent; }

/** End Locally product page button **/
/** END Cart Page custom **/
.gdpr-widget-container {
  background-color: #3e3e3d;
  bottom: 110px;
  box-sizing: border-box;
  display: none;
  opacity: 1;
  padding: 12px 60px;
  position: fixed;
  transition: 0.3s ease all;
  width: calc(100% - 20px);
  z-index: 2147483647; }
  .gdpr-widget-container .gdpr-item-container {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 900px; }
    @media (min-width: 675px) {
      .gdpr-widget-container .gdpr-item-container {
        flex-direction: row; } }
    .gdpr-widget-container .gdpr-item-container .gdpr-message-component {
      -webkit-align-items: center;
      align-items: center;
      display: -webkit-inline-flex;
      display: inline-flex;
      -webkit-flex: 0 1 auto;
      flex: 0 1 auto;
      font-size: 14px;
      line-height: 1.428571429;
      margin: 8px 0; }
      .gdpr-widget-container .gdpr-item-container .gdpr-message-component .gdpr-message-text {
        color: white;
        font-size: 13px; }
        .gdpr-widget-container .gdpr-item-container .gdpr-message-component .gdpr-message-text a {
          color: #fff;
          font-weight: bold; }
          .gdpr-widget-container .gdpr-item-container .gdpr-message-component .gdpr-message-text a:hover {
            text-decoration: underline; }
        .gdpr-widget-container .gdpr-item-container .gdpr-message-component .gdpr-message-text .gdpr-message-componentMore {
          cursor: pointer;
          display: inline-block;
          font-weight: 700;
          text-decoration: none; }
    .gdpr-widget-container .gdpr-item-container .gdpr-actions-actions {
      display: -webkit-flex;
      display: flex;
      -webkit-flex: 1 0 auto;
      flex: 1 0 auto;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      margin-left: 0; }
      @media (min-width: 675px) {
        .gdpr-widget-container .gdpr-item-container .gdpr-actions-actions {
          margin-left: 20px; } }
      .gdpr-widget-container .gdpr-item-container .gdpr-actions-actions .gdpr-actions-button {
        -webkit-align-items: center;
        align-items: center;
        background-color: white;
        border-radius: 4px;
        color: #1d2129;
        cursor: pointer;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.428571429;
        padding: 7px 20px;
        position: relative;
        text-align: center; }
        .gdpr-widget-container .gdpr-item-container .gdpr-actions-actions .gdpr-actions-button::after {
          background-color: #1d2129;
          border-radius: 4px;
          bottom: 0;
          content: "";
          display: block;
          left: 0;
          opacity: 0;
          position: absolute;
          right: 0;
          top: 0;
          transition: 0.3s ease opacity; }
        .gdpr-widget-container .gdpr-item-container .gdpr-actions-actions .gdpr-actions-button:hover::after {
          opacity: 0.1; }

.gdpr-widget-bar {
  left: 0;
  -webkit-transform: none;
  transform: none;
  width: 100%; }

.gdpr-widget-bottom {
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.gdpr-widget-show {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.homepage-carousel {
  height: calc(100dvh - 91px);
  margin-top: 91px; }

body.has-banner .homepage-carousel {
  height: calc(100dvh - 91px - 48px);
  margin-top: 0; }

.homepage-carousel .slick-list,
.homepage-carousel .slick-track {
  height: 100%;
  transition-delay: 10ms; }

.homepage-carousel .slick-prev {
  left: 0; }

.homepage-carousel .slick-next {
  right: 0; }

.homepage-carousel .slick-dots {
  bottom: 0.5rem; }
  .homepage-carousel .slick-dots li button:hover::before {
    opacity: 0.5; }

@media (min-width: 801px) {
  .homepage-carousel .slick-dots {
    bottom: 1rem; } }

.carousel-item {
  position: relative; }
  .carousel-item img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%; }

.carousel-overlay {
  background-color: #000;
  opacity: 0;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1; }

.carousel-content {
  position: absolute;
  bottom: 10%;
  left: 5%;
  max-width: 500px;
  width: calc(100% - 10%);
  z-index: 20; }
  @media (min-width: 801px) {
    .carousel-content {
      bottom: initial;
      left: 7%;
      top: 50%;
      transform: translateY(-50%);
      width: calc(100% - 14%); } }
  @media (min-width: 1261px) {
    .carousel-content {
      max-width: 700px; } }

.carousel-content h1 {
  font-size: 1.75rem;
  margin-bottom: 1rem; }

.carousel-content p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem; }

.carousel-content a.button {
  display: inline-block;
  font-size: 1rem;
  text-transform: none; }

@media (min-width: 801px) {
  .carousel-content h1 {
    font-size: 2.5rem; }
  .carousel-content p {
    font-size: 1.25rem;
    margin-bottom: 2rem; }
  .carousel-content a.button {
    font-size: 1.25rem; } }

@media (min-width: 1261px) {
  .carousel-content h1 {
    font-size: 3.5rem; }
  .carousel-content P {
    font-weight: 400;
    width: 90%; } }

.carousel-item[data-hero-slide="0"] .carousel-overlay {
  opacity: 0.3; }
  @media (min-width: 801px) {
    .carousel-item[data-hero-slide="0"] .carousel-overlay {
      opacity: 0.3; } }

.carousel-item[data-hero-slide="0"] .carousel-content h1 {
  color: white; }

.carousel-item[data-hero-slide="0"] .carousel-content p {
  color: white; }

.carousel-item[data-hero-slide="1"] .carousel-overlay {
  opacity: 0.3; }
  @media (min-width: 801px) {
    .carousel-item[data-hero-slide="1"] .carousel-overlay {
      opacity: 0.3; } }

.carousel-item[data-hero-slide="1"] .carousel-content h1 {
  color: #f7f7f7; }

.carousel-item[data-hero-slide="1"] .carousel-content p {
  color: #f7f7f7; }

.carousel-item[data-hero-slide="2"] .carousel-overlay {
  opacity: 0.3; }
  @media (min-width: 801px) {
    .carousel-item[data-hero-slide="2"] .carousel-overlay {
      opacity: 0.3; } }

.carousel-item[data-hero-slide="2"] .carousel-content h1 {
  color: #f7f7f7; }

.carousel-item[data-hero-slide="2"] .carousel-content p {
  color: #f7f7f7; }

.carousel-item[data-hero-slide="3"] .carousel-overlay {
  opacity: 0.3; }
  @media (min-width: 801px) {
    .carousel-item[data-hero-slide="3"] .carousel-overlay {
      opacity: 0.3; } }

.carousel-item[data-hero-slide="3"] .carousel-content h1 {
  color: #f7f7f7; }

.carousel-item[data-hero-slide="3"] .carousel-content p {
  color: #f7f7f7; }

.carousel-item[data-hero-slide="4"] .carousel-overlay {
  opacity: 0; }
  @media (min-width: 801px) {
    .carousel-item[data-hero-slide="4"] .carousel-overlay {
      opacity: 0; } }

.carousel-item[data-hero-slide="4"] .carousel-content h1 {
  color: #f7f7f7; }

.carousel-item[data-hero-slide="4"] .carousel-content p {
  color: #f7f7f7; }

.home h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 2.5rem; }

.home p {
  margin-bottom: 2rem; }

.home .about {
  background-color: #3e3e3d;
  margin-bottom: 80px;
  padding: 80px 0;
  text-align: center; }
  .home .about h2,
  .home .about p {
    color: #fff; }
  .home .about a {
    display: inline-block; }

.home .featured-categories {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 80px; }
  .home .featured-categories a {
    display: inline-block;
    height: 350px;
    position: relative;
    overflow: hidden; }
  .home .featured-categories a::before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 1; }
  .home .featured-categories a:hover::before {
    opacity: 0.2; }
  .home .featured-categories img {
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .home .featured-categories span {
    color: #fff;
    display: block;
    font-family: "Oswald", serif;
    font-size: 2.5rem;
    font-weight: 700;
    position: absolute;
    top: 50%;
    text-align: center;
    text-shadow: #000 0 0 10px;
    text-transform: uppercase;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2; }
  @media (min-width: 768px) {
    .home .featured-categories {
      flex-direction: row; }
      .home .featured-categories a {
        flex: 1; } }

.home .sustainability {
  background-color: #f0efef;
  margin-bottom: 80px;
  padding: 80px 0;
  position: relative;
  text-align: center; }
  .home .sustainability i {
    display: block;
    margin-bottom: 40px;
    line-height: 1.5; }
  .home .sustainability p:last-child {
    margin: 0;
    font-weight: 600; }

.home .activities {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 80px;
  text-align: center; }
  @media (min-width: 551px) {
    .home .activities {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 801px) {
    .home .activities {
      grid-template-columns: repeat(3, 1fr); } }

.home .activities a {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Oswald", serif;
  font-size: 2.5rem;
  font-weight: 700;
  height: 350px;
  justify-content: center;
  opacity: 1;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: #000 0 0 10px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 2; }

.home .activities a::before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 1; }

.home .activities a:hover::before {
  opacity: 0.2; }

.home .activities .activity-1 {
  background: url("https://kahtoola.com/product_images/theme_images/bgs/Trail Running.jpg") right center/cover no-repeat;
  text-shadow: #999 0 0 10px; }

.home .activities .activity-2 {
  background: url("https://kahtoola.com/product_images/theme_images/bgs/activity-2.jpg") right center/cover no-repeat;
  text-shadow: #999 0 0 10px; }

.home .activities .activity-3 {
  background: url("https://kahtoola.com/product_images/theme_images/bgs/activity-3.jpg") center center/cover no-repeat; }

.home .activities .activity-4 {
  background: url("https://kahtoola.com/product_images/theme_images/bgs/activity-4.jpg") center center/cover no-repeat; }

.home .activities .activity-5 {
  background: url("https://kahtoola.com/product_images/theme_images/bgs/activity-5.jpg") center center/cover no-repeat; }

.home .featured {
  margin-bottom: 40px;
  text-align: center; }
  .home .featured h2 {
    width: 100%; }

.hero.infopage {
  position: relative; }
  .hero.infopage img {
    display: block;
    height: 100%;
    max-height: 60vh;
    min-height: 250px;
    object-fit: cover;
    width: 100%; }
  .hero.infopage .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .hero.infopage h1 {
    color: #fff;
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-shadow: #000 0 0 10px; }
  @media (min-width: 551px) {
    .hero.infopage img {
      min-height: 300px; } }
  @media (min-width: 801px) {
    .hero.infopage .content {
      left: initial;
      right: 15%;
      transform: translateY(-50%); }
    .hero.infopage img {
      min-height: 400px; } }

.cats.info-page {
  padding: 3rem 0; }
  .cats.info-page .container-fluid {
    width: 100%; }
  .cats.info-page .container:nth-child(2) p:last-child {
    margin-bottom: 0;
    text-align: left;
    width: 100%; }

@media (min-width: 992px) {
  .cats .cat h2 {
    line-height: 0;
    margin-bottom: 40px;
    padding: 100px 0; } }

.cats.info-page .hero .content {
  width: auto; }

.cats.info-page .hero h1 {
  color: #fff;
  text-shadow: #000 0 0 10px; }

.cats.info-page .hero.our-story .content {
  max-width: 277px; }

.cats.info-page .hero.design .content {
  max-width: 213px; }

.cats.info-page .hero.built-to-last .content {
  max-width: 271px; }

.cats.info-page .hero.reducing-impact .content {
  max-width: 253px; }

.cats.info-page .hero.conservation .content {
  max-width: 249px; }

.cats.info-page .hero.kftp .content {
  max-width: 251px; }

.cats.info-page .hero.trr .content {
  max-width: 250px; }

.cats.info-page .hero.uphill .content {
  max-width: 175px; }

@media (min-width: 576px) {
  .cats.info-page .hero .content {
    margin-left: auto;
    margin-right: auto; }
  .cats.info-page .hero.trr .content {
    margin-left: 10%;
    margin-right: auto; }
  .cats.info-page .hero.our-story .content {
    max-width: 329px; }
  .cats.info-page .hero.built-to-last .content {
    max-width: 346px; } }

@media (min-width: 768px) {
  .cats.info-page .hero .content {
    margin-left: auto;
    margin-right: 16.66667%; }
  .cats.info-page .hero.trr .content {
    margin-left: 10%;
    margin-right: auto; }
  .cats.info-page .hero.built-to-last .content {
    max-width: 370px; }
  .cats.info-page .hero.our-story .content {
    max-width: 353px; }
  .cats.info-page .hero.design .content {
    max-width: 358px; }
  .cats.info-page .hero.reducing-impact .content {
    max-width: 277px; }
  .cats.info-page .hero.conservation .content {
    max-width: 273px; }
  .cats.info-page .hero.kftp .content {
    max-width: 275px; }
  .cats.info-page .hero.trr .content {
    max-width: 274px; }
  .cats.info-page .hero.uphill .content {
    max-width: 199px; } }

@media (min-width: 992px) {
  .cats.info-page .hero.our-story .content {
    max-width: 547px; }
  .cats.info-page .hero.built-to-last .content {
    max-width: 456px; } }

@media (min-width: 992px) and (min-width: 768px) {
  .cats.info-page .hero .content {
    margin-left: auto;
    margin-right: 16.66667%; }
  .cats.info-page .hero.trr .content {
    margin-left: 10%;
    margin-right: auto; }
  .cats.info-page .hero.built-to-last .content {
    max-width: 370px; }
  .cats.info-page .hero.our-story .content {
    max-width: 353px; }
  .cats.info-page .hero.design .content {
    max-width: 358px; }
  .cats.info-page .hero.reducing-impact .content {
    max-width: 277px; }
  .cats.info-page .hero.conservation .content {
    max-width: 273px; }
  .cats.info-page .hero.kftp .content {
    max-width: 275px; }
  .cats.info-page .hero.trr .content {
    max-width: 274px; }
  .cats.info-page .hero.uphill .content {
    max-width: 199px; } }

@media (min-width: 992px) {
  .cats.info-page .hero.reducing-impact .content {
    max-width: 427px; }
  .cats.info-page .hero.conservation .content {
    max-width: 421px; }
  .cats.info-page .hero.kftp .content {
    max-width: 423px; }
  .cats.info-page .hero.trr .content {
    max-width: 422px; }
  .cats.info-page .hero.uphill .content {
    max-width: 302px; } }

@media (min-width: 1400px) {
  .cats.info-page .hero.built-to-last .content {
    max-width: 574px; } }

body.has-banner .hero.category {
  margin-top: 0; }

.hero.category {
  background-image: url("https://kahtoola.com/content/img/categories/default-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 91px;
  min-height: 250px; }
  .hero.category .content {
    padding: 0 2rem;
    text-align: center; }
  .hero.category h1,
  .hero.category p {
    color: #fff;
    text-shadow: #000 0 0 10px; }
  .hero.category h1 {
    font-size: 1.5rem;
    margin: 1rem auto;
    text-transform: uppercase; }
  .hero.category p {
    font-size: 1rem;
    margin: 0; }
  @media (min-width: 551px) {
    .hero.category {
      min-height: 300px; } }
  @media (min-width: 801px) {
    .hero.category {
      box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
      min-height: 400px; }
      .hero.category .content {
        max-width: 33.33333%;
        padding: 0;
        text-align: left; }
      .hero.category h1 {
        font-size: 2rem;
        margin-left: 0;
        margin-right: 0; } }
  @media (min-width: 1261px) {
    .hero.category {
      min-height: 60vh; }
      .hero.category h1 {
        font-size: 2.5rem; }
      .hero.category p {
        font-size: 1.25rem; } }

.hero.category.default {
  background-image: url("https://kahtoola.com/content/img/categories/default-bg.webp");
  justify-content: flex-end; }
  @media (min-width: 801px) {
    .hero.category.default .content {
      margin-right: 8.33333%; } }

.hero.category.traction {
  background-image: url("https://kahtoola.com/content/img/categories/traction-bg.webp"); }
  @media (min-width: 801px) {
    .hero.category.traction .content {
      margin-left: 8.33333%; } }

.hero.category.hiking-crampons {
  background-image: url("https://kahtoola.com/content/img/categories/hiking-crampons-bg.webp");
  justify-content: flex-end; }
  @media (min-width: 801px) {
    .hero.category.hiking-crampons .content {
      margin-right: 8.33333%; } }

.hero.category.gaiters {
  background-image: url("https://kahtoola.com/content/img/categories/gaiters-bg.webp"); }
  @media (min-width: 801px) {
    .hero.category.gaiters .content {
      margin-left: 8.33333%; } }

.hero.category.renewed-gear {
  background-image: url("https://kahtoola.com/content/img/categories/renewed-gear-bg.webp");
  justify-content: flex-end; }
  @media (min-width: 801px) {
    .hero.category.renewed-gear .content {
      margin-right: 8.33333%; } }

.hero.category.accessories {
  background-image: url("https://kahtoola.com/content/img/categories/accessories-bg.webp");
  justify-content: flex-end; }
  @media (min-width: 801px) {
    .hero.category.accessories .content {
      margin-right: 8.33333%; } }

.hero.category.shop {
  background-image: url("https://kahtoola.com/content/img/categories/shop-bg.webp");
  justify-content: flex-end; }
  @media (min-width: 801px) {
    .hero.category.shop .content {
      margin-right: 8.33333%; } }

.hero.category.shop.activity {
  justify-content: flex-start; }
  .hero.category.shop.activity h1 {
    display: block;
    padding-bottom: 5px;
    position: relative;
    width: fit-content;
    margin-bottom: 2rem; }
    .hero.category.shop.activity h1::after {
      background-color: #c7202f;
      bottom: -10px;
      content: "";
      height: 8px;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: 0; }
  @media (min-width: 801px) {
    .hero.category.shop.activity .content {
      margin-left: 8.33333%;
      margin-right: 0; } }

.hero.category.trail-running {
  background-image: url("https://kahtoola.com/product_images/theme_images/bgs/Trail Running.jpg"); }

.hero.category.road-running {
  background-image: url("https://kahtoola.com/product_images/theme_images/bgs/activity-2.jpg"); }

.hero.category.hiking {
  background-image: url("https://kahtoola.com/product_images/theme_images/bgs/activity-3.jpg"); }

.hero.category.backpacking {
  background-image: url("https://kahtoola.com/product_images/theme_images/bgs/activity-4.jpg"); }

.hero.category.expedition {
  background-image: url("https://kahtoola.com/product_images/theme_images/bgs/activity-5.jpg"); }

.page.category {
  display: flex;
  margin: 80px 0; }

.page.category [aria-label="Breadcrumb"] {
  display: block; }

#modal-filters ul {
  margin-bottom: 0; }

.page.category.shop.activity #modal-filters {
  display: none; }

.page.category.shop.activity .cat-main-content {
  padding: 0;
  margin: auto; }

.breadcrumbs-summary {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 0.75rem; }
  .breadcrumbs-summary .summary {
    margin: 0 0 40px 0; }
  .breadcrumbs-summary .options {
    display: flex;
    align-items: center; }
  .breadcrumbs-summary .actionBar-section .form-field {
    border: 0; }
  .breadcrumbs-summary .actionBar-section .form-label {
    color: #333;
    font-size: 1rem;
    padding-left: 0; }
  .breadcrumbs-summary a.icon {
    font-size: 1rem; }
    .breadcrumbs-summary a.icon img {
      height: 16px;
      margin-right: 6px;
      width: 16px; }
  .breadcrumbs-summary .separator {
    color: #c7202f;
    font-size: 1rem;
    margin: 0 16px; }
  @media (min-width: 992px) {
    .breadcrumbs-summary {
      align-items: center;
      flex-direction: row;
      justify-content: space-between; }
      .breadcrumbs-summary .options {
        justify-content: flex-end; } }

.page.category.traction .product-compare,
.page.category.gaiters .product-compare {
  align-self: stretch; }

.page.category.traction .card-compare,
.page.category.gaiters .card-compare {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 30px;
  border-radius: 5px;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.25);
  height: 90%;
  padding: 20px 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .page.category.traction .card-compare.traction,
  .page.category.gaiters .card-compare.traction {
    background-image: url("https://kahtoola.com/content/img/comparison_charts/traction/category-card-bg.webp"); }
  .page.category.traction .card-compare.gaiters,
  .page.category.gaiters .card-compare.gaiters {
    background-image: url("https://kahtoola.com/content/img/comparison_charts/gaiters/category-card-bg.webp"); }

.page.category.traction .card-compare h3,
.page.category.gaiters .card-compare h3 {
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase; }

.page.category.traction .card-compare a.button,
.page.category.gaiters .card-compare a.button {
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: normal;
  padding: 5px 10px;
  letter-spacing: 0.5px;
  width: fit-content; }

@media (min-width: 1261px) {
  .page.category.traction .card-compare,
  .page.category.gaiters .card-compare {
    padding: 30px 20px; }
  .page.category.traction .card-compare h3,
  .page.category.gaiters .card-compare h3 {
    font-size: 1.75rem; }
  .page.category.traction .card-compare a.button,
  .page.category.gaiters .card-compare a.button {
    font-size: 1rem;
    padding: 8px 15px; } }

.product-standard .productView-price,
.product-accessories .productView-price {
  margin-top: 1rem; }
  .product-standard .productView-price .price,
  .product-accessories .productView-price .price {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 30px 0 20px 0; }
  .product-standard .productView-price .price-section,
  .product-accessories .productView-price .price-section {
    display: inline;
    font-size: 1.5rem;
    margin: 5px 0; }
    .product-standard .productView-price .price-section span,
    .product-accessories .productView-price .price-section span {
      display: none; }
    .product-standard .productView-price .price-section .price,
    .product-accessories .productView-price .price-section .price {
      display: inline; }
    .product-standard .productView-price .price-section .price.price--non-sale,
    .product-accessories .productView-price .price-section .price.price--non-sale {
      color: #a6a7a8; }
    .product-standard .productView-price .price-section .price-now-label,
    .product-accessories .productView-price .price-section .price-now-label {
      display: none !important; }

.product-standard .stock p,
.product-accessories .stock p {
  font-size: 1rem;
  margin-bottom: 20px; }

.product-standard #notify-me-container .content:first-child,
.product-accessories #notify-me-container .content:first-child {
  padding-bottom: 0.75rem; }

.product-standard #notify-me-container input,
.product-accessories #notify-me-container input {
  border: 1px solid #ced4da;
  font-size: 1rem;
  width: 100%; }

.product-standard .video h2,
.product-standard .videos h2,
.product-standard .related h2.page-heading,
.product-standard .stories h2,
.product-standard .features h2,
.product-accessories .video h2,
.product-accessories .videos h2,
.product-accessories .related h2.page-heading,
.product-accessories .stories h2,
.product-accessories .features h2 {
  font-family: Oswald, serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  padding-bottom: 0;
  text-shadow: none;
  text-transform: uppercase; }

.product-standard .related h2.page-heading,
.product-accessories .related h2.page-heading {
  width: 100%; }

.product-standard .related h2.page-heading::after,
.product-accessories .related h2.page-heading::after {
  display: none; }

.product-standard .videos .content,
.product-accessories .videos .content {
  display: flex;
  justify-content: center; }

.product-standard .videos a,
.product-accessories .videos a {
  margin-bottom: 40px;
  text-align: center;
  text-decoration: none; }
  .product-standard .videos a img,
  .product-accessories .videos a img {
    margin-bottom: 10px; }

.product-standard .videos .content:last-child a,
.product-accessories .videos .content:last-child a {
  margin-bottom: 0; }

.product-standard .videos h2,
.product-accessories .videos h2 {
  text-align: center; }

.product-standard .features .callout h2,
.product-accessories .features .callout h2 {
  margin-top: 60px; }

@media (min-width: 576px) {
  .product-standard .video .content,
  .product-standard .features .content,
  .product-accessories .video .content,
  .product-accessories .features .content {
    padding: 0; } }

.product-standard .related .card-img-container img,
.product-accessories .related .card-img-container img {
  margin-bottom: 0; }

.product-standard .content img,
.product-accessories .content img {
  width: 100%; }

.product-standard .bcAccordion,
.product-accessories .bcAccordion {
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .product-standard .bcAccordion.optional-accordion,
  .product-accessories .bcAccordion.optional-accordion {
    display: none; }
    .product-standard .bcAccordion.optional-accordion.is-active,
    .product-accessories .bcAccordion.optional-accordion.is-active {
      display: block; }
  .product-standard .bcAccordion h4.toggle-title,
  .product-accessories .bcAccordion h4.toggle-title {
    display: none; }
  .product-standard .bcAccordion #productReviews-content,
  .product-accessories .bcAccordion #productReviews-content {
    display: block; }

.product-standard .aggregate-reviews span,
.product-standard .aggregate-reviews a,
.product-accessories .aggregate-reviews span,
.product-accessories .aggregate-reviews a {
  display: inline-block; }

.product-standard .aggregate-reviews .productReview-count-label,
.product-standard .aggregate-reviews .productReview-count-link,
.product-accessories .aggregate-reviews .productReview-count-label,
.product-accessories .aggregate-reviews .productReview-count-link {
  margin-left: 10px; }

.product-standard .videos .container,
.product-standard .stories .container,
.product-accessories .videos .container,
.product-accessories .stories .container {
  justify-content: center; }

.product-standard .stories,
.product-accessories .stories {
  margin-bottom: 70px; }
  .product-standard .stories .content,
  .product-accessories .stories .content {
    margin-bottom: 10px; }
    .product-standard .stories .content a,
    .product-accessories .stories .content a {
      padding-bottom: 50%;
      padding-top: 50%; }
  .product-standard .stories img,
  .product-accessories .stories img {
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .product-standard .stories h2,
  .product-accessories .stories h2 {
    text-align: center; }
  .product-standard .stories .container img,
  .product-accessories .stories .container img {
    margin-bottom: 10px; }

@media (min-width: 992px) {
  .product-standard .video .row h2,
  .product-standard .features .callout h2,
  .product-accessories .video .row h2,
  .product-accessories .features .callout h2 {
    margin-top: 0; }
  .product-standard .video .row .content:first-child,
  .product-standard .features .row .content:first-child,
  .product-accessories .video .row .content:first-child,
  .product-accessories .features .row .content:first-child {
    padding-left: 12px;
    padding-right: 20px; }
  .product-standard .video .row .content:last-child,
  .product-standard .features .row .content:last-child,
  .product-accessories .video .row .content:last-child,
  .product-accessories .features .row .content:last-child {
    padding-left: 20px;
    padding-right: 12px; } }

.productView-img-container {
  margin-bottom: 20px;
  max-width: 100%; }
  .productView-img-container img {
    border: 1px solid #ccc;
    border-radius: 5px; }

.video .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.video .content {
  width: 100%; }

.productView-images {
  margin-bottom: 0; }

.productView-details .product-accessories-description {
  margin-top: 40px; }
  .productView-details .product-accessories-description p {
    margin-bottom: 20px; }
  .productView-details .product-accessories-description h2 {
    color: #c7202f;
    font-family: "Oswald", serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    padding-top: 12px;
    text-shadow: none;
    text-transform: uppercase; }

.products {
  margin-top: 140px; }

.productView-product img {
  max-width: 100% !important; }

.products h1 {
  color: #c7202f;
  font-size: 1.5rem;
  text-shadow: none; }

.products .product h2 {
  font-family: "Open Sans", serif;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 40px;
  text-shadow: none;
  text-transform: none; }

.products .product {
  margin-bottom: 80px; }

.products .product .images {
  margin-bottom: 40px; }

.products .product .images .loaded {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 80px;
  width: calc(100% - 20px); }

.products .product .images .thumbs img {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 20px;
  transition: all 0.2s ease;
  width: calc(25% - 23px); }

.products .product .images .thumbs img:hover {
  border-color: #000; }

.products .product .images .thumbs img.selected {
  border-color: #c7202f; }

.products .product .form .colors {
  margin-top: 20px; }

.products .product .form .colors img {
  height: 50px;
  outline: 2px solid #fff;
  transition: all 0.2s ease;
  width: 50px; }

.products .product .form .colors img:hover {
  outline: 2px solid #c7202f; }

.products .product .form .price {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 40px 0 30px 0; }

.products .product .form .stock p {
  font-size: 1rem;
  margin-bottom: 20px; }

#bcsn_stockNotifyForm p {
  margin-bottom: 20px; }

#renewed-product #bcsn_stockNotify {
  display: none !important; }

.products .video img {
  height: auto;
  width: 100%; }

.products .features {
  margin-bottom: 80px; }

.products .features .callout {
  margin-bottom: 80px; }

.products .features .callout h2 {
  margin-top: 60px; }

.products .features .callout img {
  height: auto;
  width: 100%; }

#modal-review-form .writeReview-productImage-container::after {
  padding-bottom: 100%; }

#modal-review-form .writeReview-productDetails {
  margin-bottom: 20px; }

#modal-review-form .writeReview-form .form-field {
  margin-bottom: 20px; }

#tab-reviews .pagination {
  display: block; }

.products .features .reviews hr {
  margin: 0 0 50px; }

.products .features .review {
  display: flex;
  justify-content: space-between;
  margin: 20px 0; }

.products .features .review .stars {
  margin-right: 80px; }

.products .features .review .stars img {
  width: 16px; }

.products .features .review figure {
  flex: 1; }

.products .features .review .date {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase; }

.products .videos {
  margin-bottom: 40px;
  text-align: center; }

.products .videos img {
  height: auto;
  margin-bottom: 10px;
  width: 100%; }

.products .videos a {
  display: inline-block;
  font-size: 1.25rem;
  margin-bottom: 40px;
  text-decoration: none; }

.products .related {
  margin-bottom: 40px;
  text-align: center; }

.products .related img {
  height: auto;
  width: 100%; }

.products .stories {
  margin-bottom: 70px;
  text-align: center; }

.products .stories img {
  height: auto;
  margin-bottom: 10px;
  width: 100%; }

@media (min-width: 576px) {
  .product-standard,
  .product-accessories {
    margin-left: auto;
    margin-right: auto;
    max-width: 540px; }
    .product-standard .container .content,
    .product-accessories .container .content {
      width: 100%; }
    .product-standard .features .callout,
    .product-accessories .features .callout {
      margin-bottom: 0; }
    .product-standard #bc-description-accordions-container,
    .product-accessories #bc-description-accordions-container {
      width: 100%; }
    .product-standard .videos .row,
    .product-accessories .videos .row {
      display: flex;
      flex-wrap: wrap; }
    .product-standard .videos .content,
    .product-accessories .videos .content {
      width: 50%; }
  .video .container .content {
    width: 100%; } }

@media (min-width: 768px) {
  .product-standard,
  .product-accessories {
    max-width: 720px; }
    .product-standard .videos .content,
    .product-accessories .videos .content {
      width: 33.33333%; }
    .product-standard .stories .row,
    .product-accessories .stories .row {
      display: flex;
      flex-wrap: wrap; }
    .product-standard .stories .content,
    .product-accessories .stories .content {
      width: 33.33333%; } }

@media (min-width: 801px) {
  .productView-images,
  .productView-details,
  .bcAccordion {
    width: 100%; }
  .productView-product {
    border-bottom: 0;
    padding-bottom: 0; } }

@media (min-width: 992px) {
  .product-standard,
  .product-accessories {
    max-width: 960px; }
    .product-standard .container,
    .product-accessories .container {
      max-width: 960px; }
    .product-standard .container .content,
    .product-accessories .container .content {
      width: 50%; }
    .product-standard .features .row,
    .product-accessories .features .row {
      display: flex;
      flex-wrap: wrap; }
    .product-standard .videos .content,
    .product-accessories .videos .content {
      width: 25%; }
    .product-standard .stories .content,
    .product-accessories .stories .content {
      width: 33.33333%; }
  .productView-images,
  .productView-details {
    width: 50%; } }

@media (min-width: 1200px) {
  .product-standard,
  .product-accessories {
    max-width: 1140px; }
    .product-standard .container,
    .product-accessories .container {
      max-width: 1140px; } }

@media (min-width: 1400px) {
  .product-standard,
  .product-accessories {
    max-width: 1320px; }
    .product-standard .container,
    .product-accessories .container {
      max-width: 1320px; } }

.product-standard .related,
.product-accessories .related {
  margin-top: 5rem; }

.productGrid {
  display: flex;
  align-items: baseline;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0;
  width: 100%; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 50%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 33.33333%; } }
  @media (min-width: 992px) {
    .productGrid {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .productGrid {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .productGrid {
      max-width: 1320px; } }

.productGrid .product .card {
  margin-bottom: 40px; }

.productGrid .product .card-figure {
  padding: 0; }
  .productGrid .product .card-figure .card-img-container img {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: auto;
    margin: 0;
    margin-bottom: 20px;
    min-height: 100%;
    padding: 5px;
    width: 100%; }
    @media only screen and (min-width: 1400px) {
      .productGrid .product .card-figure .card-img-container img {
        padding: 10px; } }
  .productGrid .product .card-figure .card-img-container::after {
    padding-bottom: 100%; }

.productGrid .product .card-title,
.productGrid .product .card-text {
  color: #333;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center; }

.productGrid .product .card-title > a {
  text-transform: initial; }

@media (min-width: 801px) {
  .productView {
    display: flex; } }

@media screen and (min-width: 992px) {
  .productView {
    display: block; } }

.productView-images .productView-thumbnails {
  margin: 0;
  width: 100%; }
  .productView-images .productView-thumbnails .slick-list {
    margin: 0; }
  .productView-images .productView-thumbnails .slick-dots {
    margin-bottom: 3.125rem; }

.productView-images .productView-thumbnail {
  height: auto;
  padding: 0;
  margin: 0 0.625rem; }
  .productView-images .productView-thumbnail .productView-thumbnail-link {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    width: 100%;
    max-width: 150px;
    border-radius: 5px;
    transition: all 0.2s ease;
    border-color: #e5e5e5; }
    .productView-images .productView-thumbnail .productView-thumbnail-link.is-active, .productView-images .productView-thumbnail .productView-thumbnail-link:hover {
      border-color: #c7202f; }
  .productView-images .productView-thumbnail img {
    height: auto;
    width: 100%; }

.productView-images .productView-thumbnail.youtube-item a {
  position: relative; }
  .productView-images .productView-thumbnail.youtube-item a .youtube-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 25px; }

.productView-images .productView-image[data-image-gallery-video] {
  pointer-events: all; }
  .productView-images .productView-image[data-image-gallery-video] .productView-img-container {
    cursor: pointer; }
    .productView-images .productView-image[data-image-gallery-video] .productView-img-container object {
      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-images .productView-image[data-image-gallery-video] .youtube-icon {
    border: none;
    padding: 0;
    height: 6vh; }

@media (min-width: 801px) {
  .productView-images .productView-thumbnails .slick-list {
    margin: 2.5rem; }
  .productView-images .productView-thumbnail.youtube-item a .youtube-icon {
    height: 15px; } }

.compare-gaiters-btn {
  background-color: #f0efef;
  border-radius: 5px;
  color: #c7202f;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; }
  .compare-gaiters-btn img {
    height: 20px; }
  .compare-gaiters-btn:hover {
    background-color: #d5d5d5; }
  @media (min-width: 551px) {
    .compare-gaiters-btn {
      width: 300px; } }

.compare-modal-btn {
  background-color: #f3f3f3;
  border-radius: 10px;
  color: #171717d4;
  font-family: "Open Sans", serif;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; }
  .compare-modal-btn img {
    height: 15px; }
  .compare-modal-btn:hover {
    background-color: #c2c2c2; }

.productView .product-lifestyle .container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 50px auto 0 auto; }

.productView .product-lifestyle h3 {
  font-family: "Oswald", serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 40px 0;
  padding: 0;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 2rem; }

.productView .product-lifestyle img {
  width: 100%; }

.productView #accordion-container {
  margin: 50px auto 0 auto; }

@media (min-width: 1261px) {
  .productView .product-lifestyle .container {
    flex-direction: row;
    flex-wrap: nowrap; }
  .productView .product-lifestyle .flex-item,
  .productView .product-lifestyle img {
    align-self: flex-start;
    width: 50%; }
  .productView #accordion-container {
    margin: 100px auto 75px auto; } }

.productView #stamped-badge-widget {
  margin-top: 1rem;
  min-height: 20px;
  transform: none; }

.productView #stamped-badge-widget .stamped-fa-star::before {
  font-size: 20px; }

.productView #stamped-badge-widget .stamped-badge-caption {
  font-size: 0.9em; }

.productView-options .form-label .radio-group-color {
  color: #212529;
  font-family: Oswald;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none; }

@media (min-width: 551px) {
  .productView-options .form-action {
    width: auto; } }

.productView-options .add-to-cart-wallet-buttons {
  margin: 0 0 0 90px; }
  .productView-options .add-to-cart-wallet-buttons apple-pay-button {
    --apple-pay-button-width: 170px !important;
    --apple-pay-button-height: 50px !important;
    --apple-pay-button-border-radius: 10px !important; }
  .productView-options .add-to-cart-wallet-buttons button.show-more-button {
    display: none; }
  @media (min-width: 551px) {
    .productView-options .add-to-cart-wallet-buttons {
      margin: 0; } }

.product-modern-2025 .productView-options .add-to-cart-wallet-buttons {
  margin: 0;
  width: 100%; }
  .product-modern-2025 .productView-options .add-to-cart-wallet-buttons apple-pay-button {
    --apple-pay-button-width: 100% !important; }

#sticky-productDetails {
  position: fixed;
  left: 0;
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 4px 3px;
  background-color: white;
  padding: 10px;
  opacity: 0;
  z-index: -40;
  transition: transform .5s ease; }
  #sticky-productDetails.sizing-chart {
    padding-top: 15px; }
  #sticky-productDetails.active {
    opacity: 1;
    z-index: 200; }
  #sticky-productDetails.active.top {
    transform: translateY(100%); }
  #sticky-productDetails.top {
    top: -103px; }
  #sticky-productDetails.bottom {
    bottom: 0; }
  #sticky-productDetails .container-lg {
    max-width: 1320px;
    width: 100%;
    margin: auto;
    padding: 0 5px; }
  #sticky-productDetails .flexContainer {
    display: flex;
    align-items: center;
    justify-content: space-around; }
  #sticky-productDetails.sizing-chart .flexContainer {
    align-items: flex-start; }
  #sticky-productDetails .sticky-productImage {
    display: none; }
    #sticky-productDetails .sticky-productImage.active {
      display: flex;
      align-items: center;
      gap: 15px; }
    #sticky-productDetails .sticky-productImage .productView-image--default {
      max-height: 100px; }
    #sticky-productDetails .sticky-productImage .brand-img {
      width: 100px; }
  #sticky-productDetails .sticky-title {
    margin: 0;
    text-transform: none; }
  #sticky-productDetails .spd-option.swatches {
    display: flex;
    gap: 5px; }
  #sticky-productDetails .spd-swatch {
    background-size: contain;
    height: 45px;
    width: 45px; }
    #sticky-productDetails .spd-swatch:hover, #sticky-productDetails .spd-swatch.active {
      cursor: pointer;
      border: 2px solid #c7202f;
      transform: scale(1.1); }
  #sticky-productDetails .spd-option.sizes .desktop {
    display: none; }
  #sticky-productDetails .spd-size {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #333;
    border-radius: 0.25rem;
    color: #333;
    font-family: "open sans";
    line-height: normal;
    margin-bottom: 0;
    padding: 0 1rem;
    text-transform: none;
    text-align: center;
    font-size: 1rem;
    min-width: 2.375rem;
    height: 50px; }
    #sticky-productDetails .spd-size:hover, #sticky-productDetails .spd-size.active {
      cursor: pointer;
      border: 2px solid #c7202f; }
  #sticky-productDetails .mobile select {
    appearance: none;
    border: 2px solid #333;
    border-radius: 0.25rem;
    background-color: white;
    color: #333;
    font-family: "open sans";
    line-height: 1.5;
    padding: .7rem;
    font-size: .9rem;
    width: 72px;
    height: 45px; }
  #sticky-productDetails .mobile {
    position: relative; }
  #sticky-productDetails .arrow-down {
    position: absolute;
    right: 17px;
    top: 38%;
    width: 8px;
    height: 8px;
    border: 2px solid #333;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg); }
  #sticky-productDetails .mobile select:after {
    padding-right: 10px; }
  #sticky-productDetails .sticky-sizingChartBtn {
    display: block;
    margin-top: 8px;
    text-decoration: underline;
    font-size: .8rem;
    color: #C7202F; }
    #sticky-productDetails .sticky-sizingChartBtn:hover {
      text-decoration: none; }
  #sticky-productDetails .sticky-colorLabel {
    display: block;
    margin-top: 8px;
    color: #212529;
    font-size: .8rem;
    text-align: center; }
  #sticky-productDetails #sticky-addToCart {
    height: 45px;
    display: block;
    margin: auto;
    font-size: .9rem;
    padding: 0 1rem;
    line-height: normal; }
  @media screen and (min-width: 768px) {
    #sticky-productDetails .sticky-productImage .brand-img {
      width: 175px; }
    #sticky-productDetails .spd-option.swatches {
      gap: 8px; }
    #sticky-productDetails .spd-swatch {
      height: 50px;
      width: 50px; }
    #sticky-productDetails .spd-option.sizes .mobile {
      display: none; }
    #sticky-productDetails .spd-option.sizes .desktop {
      display: flex;
      gap: 8px; }
    #sticky-productDetails #sticky-addToCart {
      height: 50px;
      font-size: 1rem;
      padding: 0 1.25rem; } }
  @media screen and (min-width: 992px) {
    #sticky-productDetails .container-lg {
      padding: 0 12px; }
    #sticky-productDetails .flexContainer {
      justify-content: space-between; } }
  @media screen and (min-width: 1200px) {
    #sticky-productDetails .sticky-productImage .brand-img {
      width: 250px; } }

body.has-banner .product-standard,
body.has-banner .product-accessories {
  margin-top: 0; }

.product-standard,
.product-accessories {
  font-size: 1rem;
  margin-top: 91px; }

.product-standard nav[aria-label="Breadcrumb"],
.product-accessories nav[aria-label="Breadcrumb"] {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 40px; }

.product-standard p,
.product-standard ul,
.product-accessories p,
.product-accessories ul {
  margin-bottom: 0; }

.product-standard .container,
.product-accessories .container {
  margin-bottom: 0; }

.product-standard h1,
.product-accessories h1 {
  color: #c7202f;
  font-size: 1.5rem;
  line-height: 1.2;
  padding-top: 12px;
  text-shadow: none; }

.product-standard .productView-title,
.product-accessories .productView-title {
  color: #212529;
  font-family: Oswald, serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
  text-shadow: #fff 0 0 10px; }

.product-standard h2,
.product-accessories h2 {
  font-family: "open sans";
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: var(--size-2);
  text-shadow: none;
  text-transform: none; }

.product-standard .productView-options,
.product-accessories .productView-options {
  margin-bottom: 0;
  text-align: left; }
  .product-standard .productView-options .form-label,
  .product-accessories .productView-options .form-label {
    color: #212529;
    font-family: Oswald;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase; }
    .product-standard .productView-options .form-label small,
    .product-accessories .productView-options .form-label small {
      color: white; }
  .product-standard .productView-options .form-field,
  .product-accessories .productView-options .form-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0; }
    .product-standard .productView-options .form-field .form-label:first-child,
    .product-accessories .productView-options .form-field .form-label:first-child {
      flex-basis: 100%;
      margin: 20px 0; }
    .product-standard .productView-options .form-field .form-label[for="qty[]"],
    .product-accessories .productView-options .form-field .form-label[for="qty[]"] {
      margin-bottom: 10px; }
  .product-standard .productView-options .form-field[data-product-attribute="set-rectangle"] .form-option,
  .product-accessories .productView-options .form-field[data-product-attribute="set-rectangle"] .form-option {
    background-color: #fff;
    border: 2px solid #f3f3f3;
    border-radius: 0.25rem;
    color: #333;
    font-family: "open sans";
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0.375rem 0.75rem;
    text-transform: none; }
    .product-standard .productView-options .form-field[data-product-attribute="set-rectangle"] .form-option span,
    .product-accessories .productView-options .form-field[data-product-attribute="set-rectangle"] .form-option span {
      padding: 0;
      white-space: nowrap; }
  .product-standard .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio + .form-option:hover,
  .product-accessories .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio + .form-option:hover {
    background-color: #f3f3f3;
    border-color: #f3f3f3; }
  .product-standard .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio + .form-option.new-size:hover,
  .product-accessories .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio + .form-option.new-size:hover {
    background-color: #feea89; }
  .product-standard .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio + .form-option.new-size,
  .product-accessories .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio + .form-option.new-size {
    background-color: #feea89;
    border-color: #feea89; }
  .product-standard .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio:focus,
  .product-accessories .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio:focus {
    outline: none !important;
    outline-offset: 0 !important; }
  .product-standard .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option,
  .product-accessories .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
    background-color: #fff;
    border-color: #c7202f;
    box-shadow: none;
    outline: none !important; }
    .product-standard .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option:hover,
    .product-accessories .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option:hover {
      background-color: #f3f3f3; }
  .product-standard .productView-options .form-radio + .form-label:hover,
  .product-accessories .productView-options .form-radio + .form-label:hover {
    outline: 2px solid #c7202f; }
  .product-standard .productView-options .form-radio:checked + .form-label,
  .product-accessories .productView-options .form-radio:checked + .form-label {
    outline: 2px solid #c7202f; }
  .product-standard .productView-options .form-radio + .form-label::before,
  .product-standard .productView-options .form-radio + .form-label::after,
  .product-accessories .productView-options .form-radio + .form-label::before,
  .product-accessories .productView-options .form-radio + .form-label::after {
    border: 0;
    border-radius: 0;
    display: none; }
  .product-standard .productView-options .form-radio + .form-label,
  .product-accessories .productView-options .form-radio + .form-label {
    background-size: contain;
    height: 50px;
    margin-right: 8px;
    width: 50px; }
  .product-standard .productView-options .form-checkbox:checked + .form-label::after,
  .product-standard .productView-options .form-radio:checked + .form-label::after,
  .product-accessories .productView-options .form-checkbox:checked + .form-label::after,
  .product-accessories .productView-options .form-radio:checked + .form-label::after {
    opacity: 0; }

.product-standard #add-to-cart-wrapper,
.product-accessories #add-to-cart-wrapper {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 15px; }
  .product-standard #add-to-cart-wrapper .form-field:first-child,
  .product-accessories #add-to-cart-wrapper .form-field:first-child {
    display: block; }
  .product-standard #add-to-cart-wrapper .form-input[type="number"],
  .product-accessories #add-to-cart-wrapper .form-input[type="number"] {
    border: 1px solid black;
    border-radius: 10px;
    width: auto;
    max-width: 75px;
    font-size: 1.25rem;
    line-height: normal;
    padding: 10px 10px 10px 20px;
    font-family: Oswald, serif;
    font-weight: 700; }
  .product-standard #add-to-cart-wrapper #form-action-addToCart,
  .product-accessories #add-to-cart-wrapper #form-action-addToCart {
    line-height: normal;
    margin: 0; }

.product-shipping-message {
  margin: 20px 0 0 5px;
  display: flex;
  align-items: center;
  gap: 10px; }
  .product-shipping-message a {
    color: #212529;
    font-family: Oswald;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none; }
    .product-shipping-message a:hover {
      text-decoration: underline; }

.product-modern-2025 .product-shipping-message {
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 0 0.5rem; }
  .product-modern-2025 .product-shipping-message a {
    color: #212529;
    font-family: "Open Sans", serif;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none; }

.productView-product .sub-description {
  text-transform: uppercase; }

.videoGallery .toggle-title {
  text-transform: uppercase; }

p.sale-returns {
  margin-top: 1rem;
  font-size: 0.9rem; }

.productGrid {
  display: flex;
  align-items: baseline;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0;
  width: 100%; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 50%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 33.33333%; } }
  @media (min-width: 992px) {
    .productGrid {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .productGrid {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .productGrid {
      max-width: 1320px; } }

.productGrid .product .card {
  margin-bottom: 40px; }

.productGrid .product .card-figure {
  padding: 0; }
  .productGrid .product .card-figure .card-img-container img {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: auto;
    margin: 0;
    margin-bottom: 20px;
    min-height: 100%;
    padding: 5px;
    width: 100%; }
    @media only screen and (min-width: 1400px) {
      .productGrid .product .card-figure .card-img-container img {
        padding: 10px; } }
  .productGrid .product .card-figure .card-img-container::after {
    padding-bottom: 100%; }

.productGrid .product .card-title,
.productGrid .product .card-text {
  color: #333;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center; }

.productGrid .product .card-title > a {
  text-transform: initial; }

@media (min-width: 801px) {
  .productView {
    display: flex; } }

@media screen and (min-width: 992px) {
  .productView {
    display: block; } }

.productView-images .productView-thumbnails {
  margin: 0;
  width: 100%; }
  .productView-images .productView-thumbnails .slick-list {
    margin: 0; }
  .productView-images .productView-thumbnails .slick-dots {
    margin-bottom: 3.125rem; }

.productView-images .productView-thumbnail {
  height: auto;
  padding: 0;
  margin: 0 0.625rem; }
  .productView-images .productView-thumbnail .productView-thumbnail-link {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    width: 100%;
    max-width: 150px;
    border-radius: 5px;
    transition: all 0.2s ease;
    border-color: #e5e5e5; }
    .productView-images .productView-thumbnail .productView-thumbnail-link.is-active, .productView-images .productView-thumbnail .productView-thumbnail-link:hover {
      border-color: #c7202f; }
  .productView-images .productView-thumbnail img {
    height: auto;
    width: 100%; }

.productView-images .productView-thumbnail.youtube-item a {
  position: relative; }
  .productView-images .productView-thumbnail.youtube-item a .youtube-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 25px; }

.productView-images .productView-image[data-image-gallery-video] {
  pointer-events: all; }
  .productView-images .productView-image[data-image-gallery-video] .productView-img-container {
    cursor: pointer; }
    .productView-images .productView-image[data-image-gallery-video] .productView-img-container object {
      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-images .productView-image[data-image-gallery-video] .youtube-icon {
    border: none;
    padding: 0;
    height: 6vh; }

@media (min-width: 801px) {
  .productView-images .productView-thumbnails .slick-list {
    margin: 2.5rem; }
  .productView-images .productView-thumbnail.youtube-item a .youtube-icon {
    height: 15px; } }

.compare-gaiters-btn {
  background-color: #f0efef;
  border-radius: 5px;
  color: #c7202f;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; }
  .compare-gaiters-btn img {
    height: 20px; }
  .compare-gaiters-btn:hover {
    background-color: #d5d5d5; }
  @media (min-width: 551px) {
    .compare-gaiters-btn {
      width: 300px; } }

.compare-modal-btn {
  background-color: #f3f3f3;
  border-radius: 10px;
  color: #171717d4;
  font-family: "Open Sans", serif;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; }
  .compare-modal-btn img {
    height: 15px; }
  .compare-modal-btn:hover {
    background-color: #c2c2c2; }

.productView .product-lifestyle .container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 50px auto 0 auto; }

.productView .product-lifestyle h3 {
  font-family: "Oswald", serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 40px 0;
  padding: 0;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 2rem; }

.productView .product-lifestyle img {
  width: 100%; }

.productView #accordion-container {
  margin: 50px auto 0 auto; }

@media (min-width: 1261px) {
  .productView .product-lifestyle .container {
    flex-direction: row;
    flex-wrap: nowrap; }
  .productView .product-lifestyle .flex-item,
  .productView .product-lifestyle img {
    align-self: flex-start;
    width: 50%; }
  .productView #accordion-container {
    margin: 100px auto 75px auto; } }

.productView #stamped-badge-widget {
  margin-top: 1rem;
  min-height: 20px;
  transform: none; }

.productView #stamped-badge-widget .stamped-fa-star::before {
  font-size: 20px; }

.productView #stamped-badge-widget .stamped-badge-caption {
  font-size: 0.9em; }

.productView-options .form-label .radio-group-color {
  color: #212529;
  font-family: Oswald;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none; }

@media (min-width: 551px) {
  .productView-options .form-action {
    width: auto; } }

.productView-options .add-to-cart-wallet-buttons {
  margin: 0 0 0 90px; }
  .productView-options .add-to-cart-wallet-buttons apple-pay-button {
    --apple-pay-button-width: 170px !important;
    --apple-pay-button-height: 50px !important;
    --apple-pay-button-border-radius: 10px !important; }
  .productView-options .add-to-cart-wallet-buttons button.show-more-button {
    display: none; }
  @media (min-width: 551px) {
    .productView-options .add-to-cart-wallet-buttons {
      margin: 0; } }

.product-modern-2025 .productView-options .add-to-cart-wallet-buttons {
  margin: 0;
  width: 100%; }
  .product-modern-2025 .productView-options .add-to-cart-wallet-buttons apple-pay-button {
    --apple-pay-button-width: 100% !important; }

.form-field > .form-label {
  color: #212529;
  font-family: "Open Sans", serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize; }
  .form-field > .form-label small {
    color: white; }

.form-field[data-product-attribute="set-rectangle"] {
  max-width: 550px; }
  .form-field[data-product-attribute="set-rectangle"] .form-label span {
    color: #3e3e3d;
    font-family: "Open Sans", serif;
    font-weight: 500; }
  .form-field[data-product-attribute="set-rectangle"] .form-option {
    background-color: #f3f3f3;
    border: 2px solid #f3f3f3;
    border-radius: 10px;
    color: #212529;
    font-family: "Open Sans", serif;
    font-weight: 600;
    padding: 0.75rem 1.25rem;
    text-transform: none; }
    .form-field[data-product-attribute="set-rectangle"] .form-option span {
      padding: 0;
      white-space: nowrap; }
  .form-field[data-product-attribute="set-rectangle"] .form-radio + .form-option:hover {
    background-color: #c2c2c2;
    border-color: #c2c2c2; }
  .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
    background-color: #c2c2c2;
    border-color: #919191;
    box-shadow: none;
    outline: none !important; }
  @media (min-width: 801px) {
    .form-field[data-product-attribute="set-rectangle"] .form-option {
      padding: 0.75rem 2rem; } }

.form-field[data-product-attribute="swatch"] {
  max-width: 550px; }
  .form-field[data-product-attribute="swatch"] .form-label span {
    color: #3e3e3d;
    font-family: "Open Sans", serif;
    font-weight: 500; }
  .form-field[data-product-attribute="swatch"] .form-option-wrapper {
    margin-right: 1rem; }
  .form-field[data-product-attribute="swatch"] .form-radio:checked + .form-option {
    border: none;
    border-radius: 50%;
    box-shadow: none;
    outline: none; }
  .form-field[data-product-attribute="swatch"] .form-option {
    border: none;
    margin: 0; }
  .form-field[data-product-attribute="swatch"] .form-option-variant {
    background-color: #c2c2c2;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    height: 32px;
    width: 32px; }
  .form-field[data-product-attribute="swatch"] .form-radio:checked + .form-option .form-option-variant {
    outline-color: #c2c2c2;
    outline-width: 2px;
    outline-style: solid;
    outline-offset: 2px; }

#productActionBar {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 4px 3px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -40; }
  #productActionBar.active {
    opacity: 1;
    z-index: 200; }
  #productActionBar form {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.75rem 0; }
  #productActionBar form.sizing-chart {
    padding-bottom: 2rem; }
  #productActionBar .product-image {
    display: none;
    max-height: 100px; }
  #productActionBar .product-title {
    display: none;
    font-family: "Open Sans", serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0; }
  #productActionBar form.no-options .product-title {
    display: block;
    flex: 1; }
  @media (min-width: 801px) {
    #productActionBar form {
      gap: 1rem; } }
  @media (min-width: 992px) {
    #productActionBar {
      bottom: initial;
      top: 0; }
      #productActionBar .product-image {
        display: block; }
      #productActionBar .product-title {
        display: block; } }
  @media (min-width: 1261px) {
    #productActionBar form {
      flex-wrap: nowrap; } }

#productActionBar .swatch-container {
  display: flex;
  gap: clamp(0.5rem, 3vw, 1rem); }
  #productActionBar .swatch-container .swatch-option {
    display: inline-block;
    position: relative; }
  #productActionBar .swatch-container .swatch-option input {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  #productActionBar .swatch-container .swatch-option label {
    cursor: pointer;
    display: inline-block;
    transition: all 0.15s ease;
    background-color: #c2c2c2;
    border-radius: 50%;
    position: relative;
    height: 32px;
    width: 32px; }
  #productActionBar .swatch-container .swatch-option input:checked + label {
    outline-color: #c2c2c2;
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 2px; }

#productActionBar .size-container.mobile {
  position: relative; }
  #productActionBar .size-container.mobile select {
    appearance: none;
    background-color: white;
    border: 1px solid #333;
    border-radius: 10px;
    color: #333;
    font-family: "open sans";
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.75rem 2rem 0.75rem 1rem;
    position: relative;
    text-align: center; }
  #productActionBar .size-container.mobile::before {
    content: "";
    display: block;
    position: absolute;
    right: 12px;
    top: 40%;
    width: 8px;
    height: 8px;
    border: 2px solid #333;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
    z-index: 50; }
  @media (min-width: 992px) {
    #productActionBar .size-container.mobile {
      display: none; } }
  @media (min-width: 992px) {
    #productActionBar .size-container.mobile.options-gt-4 {
      display: block; } }
  @media (min-width: 1200px) {
    #productActionBar .size-container.mobile.options-gt-4 {
      display: none; } }

#productActionBar .size-container.desktop {
  display: none; }
  #productActionBar .size-container.desktop .size-option input {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  #productActionBar .size-container.desktop .size-option label {
    background-color: #f3f3f3;
    border: 2px solid #f3f3f3;
    border-radius: 10px;
    color: #212529;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 0.75rem 1.25rem; }
    #productActionBar .size-container.desktop .size-option label:hover, #productActionBar .size-container.desktop .size-option label:active {
      background-color: #c2c2c2;
      border-color: #c2c2c2; }
  #productActionBar .size-container.desktop .size-option input:checked + label {
    background-color: #c2c2c2;
    border-color: #919191;
    outline: none; }
  @media (min-width: 992px) {
    #productActionBar .size-container.desktop {
      display: flex;
      gap: 0.5rem; } }
  @media (min-width: 992px) {
    #productActionBar .size-container.desktop.options-gt-4 {
      display: none; } }
  @media (min-width: 1200px) {
    #productActionBar .size-container.desktop.options-gt-4 {
      display: flex; } }

#productActionBar .size-container {
  position: relative; }
  #productActionBar .size-container .sizing-guide {
    color: #212529;
    font-size: 0.8rem;
    text-decoration: underline;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 5px;
    padding-top: 6px; }
  #productActionBar .size-container .sizing-guide:hover {
    text-decoration: none; }
  @media (min-width: 992px) {
    #productActionBar .size-container .sizing-guide {
      padding-top: 8px; } }

#productActionBar .add-to-cart {
  background-color: #c7202f;
  border-radius: 10px;
  color: #fff;
  font-family: "Open Sans", serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
  min-width: 81px;
  padding: 0.75rem 1.5rem; }
  #productActionBar .add-to-cart:hover {
    background-color: #a51e2f; }
  #productActionBar .add-to-cart:disabled {
    cursor: not-allowed;
    opacity: 0.7; }
  #productActionBar .add-to-cart.processing > span,
  #productActionBar .add-to-cart svg {
    display: none; }
  #productActionBar .add-to-cart.processing svg {
    animation: spin 1s linear infinite;
    color: #fff;
    display: inline-block;
    height: 24px;
    width: 25px; }
  @media (min-width: 992px) {
    #productActionBar .add-to-cart {
      min-width: 144px; } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

body.has-banner .product-modern-2025 {
  margin-top: 0; }

.product-modern-2025 {
  font-size: 1rem;
  margin: 91px auto 0 auto; }

.product-modern-2025 nav[aria-label="Breadcrumb"] {
  display: none; }
  .product-modern-2025 nav[aria-label="Breadcrumb"] li.breadcrumb {
    font-size: 1rem;
    font-weight: 400; }
  @media (min-width: 992px) {
    .product-modern-2025 nav[aria-label="Breadcrumb"] {
      display: block;
      padding-top: 40px; } }

.product-modern-2025 .productView {
  margin-bottom: 5rem; }
  @media (min-width: 992px) {
    .product-modern-2025 .productView {
      align-items: flex-start;
      display: flex;
      flex-direction: row;
      margin-bottom: 10rem; }
      .product-modern-2025 .productView .productView-images,
      .product-modern-2025 .productView .productView-details {
        flex: 1; }
      .product-modern-2025 .productView .productView-details {
        position: sticky;
        top: 140px; } }

.product-modern-2025 .productView-images {
  background-color: #f3f3f3;
  float: none;
  margin-bottom: 2rem;
  padding: 0;
  position: relative; }
  .product-modern-2025 .productView-images .container {
    padding: 0; }
  .product-modern-2025 .productView-images .image-gallery {
    background-color: #f3f3f3;
    display: block;
    text-align: center; }
  .product-modern-2025 .productView-images .slick-next,
  .product-modern-2025 .productView-images .slick-prev {
    background-color: transparent;
    border-radius: 50px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    border: none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto; }
  .product-modern-2025 .productView-images .slick-next {
    right: 3%; }
    .product-modern-2025 .productView-images .slick-next::before {
      background-image: url("../icons/circle-chevron-right.svg");
      height: 2rem;
      width: 2rem; }
  .product-modern-2025 .productView-images .slick-prev {
    left: 3%; }
    .product-modern-2025 .productView-images .slick-prev::before {
      background-image: url("../icons/circle-chevron-left.svg");
      height: 2rem;
      width: 2rem; }
  .product-modern-2025 .productView-images .slick-disabled {
    opacity: 0; }
  .product-modern-2025 .productView-images .gallery-item-image {
    background-color: #f3f3f3;
    padding: 0;
    position: relative; }
    .product-modern-2025 .productView-images .gallery-item-image :not(.easyzoom-flyout) img {
      height: 100%;
      width: 100%; }
    .product-modern-2025 .productView-images .gallery-item-image .easyzoom-flyout img {
      left: 0;
      max-width: none; }
  .product-modern-2025 .productView-images .item-position {
    background-color: #fff;
    border-radius: 50px;
    font-family: "Open Sans", serif;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: 3%;
    bottom: 3%;
    padding: 5px 12px; }
  .product-modern-2025 .productView-images .gallery-item-video {
    background-color: #f3f3f3;
    padding: 0;
    cursor: pointer;
    position: relative; }
    .product-modern-2025 .productView-images .gallery-item-video object {
      aspect-ratio: 1/1;
      height: 100%;
      object-fit: cover;
      width: 100%; }
    .product-modern-2025 .productView-images .gallery-item-video .play-icon {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      height: 25%; }
    .product-modern-2025 .productView-images .gallery-item-video .video-title {
      background-color: white;
      border-radius: 50px;
      font-family: "Open Sans", serif;
      font-size: 12px;
      font-weight: 600;
      position: absolute;
      left: 3%;
      bottom: 3%;
      padding: 5px 12px; }
  .product-modern-2025 .productView-images .gallery-navigation {
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    padding: 10px 0; }
  .product-modern-2025 .productView-images .nav-toggle {
    background-color: #fff;
    border-radius: 50px;
    display: inline-flex;
    position: relative;
    isolation: isolate;
    --button-width: 85px; }
    .product-modern-2025 .productView-images .nav-toggle button {
      border: none;
      border-radius: 50px;
      color: #212529;
      cursor: pointer;
      font-family: "Open Sans", serif;
      font-size: 0.8rem;
      font-weight: 600;
      width: var(--button-width);
      padding: 5px 10px;
      position: relative; }
    .product-modern-2025 .productView-images .nav-toggle button.active {
      color: #fff; }
    .product-modern-2025 .productView-images .nav-toggle:has(button[data-section="images"].active) {
      --active-index: 0; }
    .product-modern-2025 .productView-images .nav-toggle:has(button[data-section="videos"].active) {
      --active-index: 1; }
  .product-modern-2025 .productView-images .nav-toggle::after {
    content: "";
    position: absolute;
    background-color: #212529;
    border-radius: inherit;
    inset: 0;
    margin-left: calc(var(--active-index) * var(--button-width));
    transition: margin-left 300ms;
    width: var(--button-width);
    z-index: -1; }
  @media (min-width: 551px) {
    .product-modern-2025 .productView-images .gallery-navigation {
      padding: 1.5rem 0; } }
  @media (min-width: 768px) {
    .product-modern-2025 .productView-images .gallery-item-image,
    .product-modern-2025 .productView-images .gallery-item-video {
      padding: 0 4rem; }
      .product-modern-2025 .productView-images .gallery-item-image .item-position,
      .product-modern-2025 .productView-images .gallery-item-video .item-position {
        right: 10%;
        bottom: 2%; }
      .product-modern-2025 .productView-images .gallery-item-image .video-title,
      .product-modern-2025 .productView-images .gallery-item-video .video-title {
        left: 10%;
        bottom: 2%; }
    .product-modern-2025 .productView-images .slick-next {
      right: 10%; }
    .product-modern-2025 .productView-images .slick-prev {
      left: 10%; } }
  @media (min-width: 992px) {
    .product-modern-2025 .productView-images .gallery-item-image {
      display: inline-block; }
      .product-modern-2025 .productView-images .gallery-item-image :not(.easyzoom-flyout) img {
        cursor: crosshair;
        vertical-align: bottom; }
      .product-modern-2025 .productView-images .gallery-item-image.is-ready img {
        cursor: zoom-out; }
    .product-modern-2025 .productView-images .easyzoom-flyout {
      background: #fff;
      border-radius: 10px;
      height: 100%;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%; } }
  @media (min-width: 992px) {
    .product-modern-2025 .productView-images {
      margin-bottom: 0;
      position: static;
      width: 50%; }
      .product-modern-2025 .productView-images .image-gallery {
        background-color: white;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem; }
        .product-modern-2025 .productView-images .image-gallery > .k-hidden {
          display: none; }
      .product-modern-2025 .productView-images .image-gallery > div:not(.k-hidden) {
        grid-column: 1 / -1; }
      .product-modern-2025 .productView-images .image-gallery > div:not(.k-hidden) ~ div:not(.k-hidden) {
        grid-column: auto; }
      .product-modern-2025 .productView-images .gallery-item-image,
      .product-modern-2025 .productView-images .gallery-item-video {
        border-radius: 10px;
        padding: 0; }
        .product-modern-2025 .productView-images .gallery-item-image img,
        .product-modern-2025 .productView-images .gallery-item-image object,
        .product-modern-2025 .productView-images .gallery-item-video img,
        .product-modern-2025 .productView-images .gallery-item-video object {
          border-radius: 10px; }
        .product-modern-2025 .productView-images .gallery-item-image .play-icon,
        .product-modern-2025 .productView-images .gallery-item-video .play-icon {
          width: 50%; }
        .product-modern-2025 .productView-images .gallery-item-image .item-position,
        .product-modern-2025 .productView-images .gallery-item-video .item-position {
          display: none; }
        .product-modern-2025 .productView-images .gallery-item-image .video-title,
        .product-modern-2025 .productView-images .gallery-item-video .video-title {
          font-size: 14px;
          left: 5%;
          bottom: 5%; }
      .product-modern-2025 .productView-images .gallery-navigation {
        display: none; } }

.product-modern-2025 .productView-details {
  float: none;
  padding-bottom: 0; }
  .product-modern-2025 .productView-details #stamped-badge-widget {
    font-family: "Open Sans", serif;
    margin: 0;
    text-transform: capitalize; }
  @media (min-width: 992px) {
    .product-modern-2025 .productView-details {
      padding-left: 2rem;
      padding-right: 2rem; } }

.product-modern-2025 .product-data {
  order: initial;
  margin-bottom: 1rem; }
  .product-modern-2025 .product-data .kah-product-title {
    color: #212529;
    font-family: "Open Sans", serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0; }
  .product-modern-2025 .product-data .kah-product-tagline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #3e3e3d;
    font-family: "Open Sans", serif;
    font-size: 1rem;
    line-height: normal;
    margin: 0.75rem 0; }
    .product-modern-2025 .product-data .kah-product-tagline img {
      height: 0.9em;
      width: 0.9em; }
  @media (min-width: 400px) {
    .product-modern-2025 .product-data .kah-product-title {
      font-size: 2rem; } }
  @media (min-width: 481px) {
    .product-modern-2025 .product-data .kah-product-title {
      font-size: 2.25rem; } }
  @media (min-width: 801px) {
    .product-modern-2025 .product-data .kah-product-title {
      font-size: 2.5rem; }
    .product-modern-2025 .product-data .kah-product-tagline {
      font-size: 1.25rem; } }

.product-modern-2025 .product-options {
  margin-bottom: 2rem; }
  .product-modern-2025 .product-options .productView-options {
    margin-bottom: 0;
    text-align: left; }
  .product-modern-2025 .product-options .productView-price {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1rem; }

.product-modern-2025 #lcly-button-0 {
  margin-top: 2rem;
  padding: 0 0.5rem; }

.product-modern-2025 #add-to-cart-wrapper {
  display: block; }
  .product-modern-2025 #add-to-cart-wrapper .form-label {
    display: none; }
  .product-modern-2025 #add-to-cart-wrapper .add-to-cart-buttons {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%; }
  .product-modern-2025 #add-to-cart-wrapper .form-action {
    margin-bottom: 1rem;
    margin-top: 0;
    width: 100%; }
    .product-modern-2025 #add-to-cart-wrapper .form-action input {
      font-family: "Open Sans", serif;
      font-size: 1.25rem;
      font-weight: 500;
      text-transform: none;
      letter-spacing: 1px;
      margin: 0;
      padding: 20px;
      width: 100%; }

p.sale-returns {
  margin-top: 1rem;
  font-size: 0.9rem; }

#bcsn_stockNotify h1 {
  color: #c7202f;
  font-size: 1.5rem;
  line-height: 1.2;
  text-shadow: none; }

.product-accordion .accordion {
  border: none;
  margin: 0; }
  .product-accordion .accordion .accordion-navigation {
    border: none; }
  .product-accordion .accordion .accordion-navigation ul {
    list-style-type: initial; }
  .product-accordion .accordion .accordion-navigation ul li {
    margin-bottom: 8px; }
  .product-accordion .accordion .content {
    display: none;
    cursor: initial;
    padding: 1rem; }
  .product-accordion .accordion .content img {
    border-radius: 10px;
    max-width: 100%; }
  .product-accordion .accordion .content > * {
    margin: 0; }
  .product-accordion .accordion .content > :not(:first-child) {
    margin-top: 1rem; }

.product-accordion .accordion .accordion-navigation > a {
  background-color: #fff;
  border-bottom: 1px solid #c2c2c2;
  font-family: "Open Sans", serif;
  font-weight: 600;
  padding: 1rem 0;
  text-transform: none; }

.product-accordion .accordion .accordion-navigation a.plus-icon::after {
  background-image: url("../img/icons/plus-black.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  content: "";
  flex-shrink: 0;
  height: 1.5rem;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  width: 1.5rem; }

.product-accordion .accordion .accordion-navigation.active a.plus-icon::after {
  background-image: url("../img/icons/minus-black.svg");
  transform: rotate(-180deg); }

.product-accordion #panel-purpose a,
.product-accordion #panel-purpose a:hover {
  color: #c7202f; }

@media (min-width: 801px) {
  .product-accordion .accordion .content {
    padding: 2rem; } }

.product-modern-2025 .product-lifestyle {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem; }
  .product-modern-2025 .product-lifestyle img {
    display: block;
    max-width: 100%; }
  .product-modern-2025 .product-lifestyle .lifestyle-text {
    padding: 0 1rem; }
    .product-modern-2025 .product-lifestyle .lifestyle-text img {
      max-width: 80%;
      margin: 2rem 0; }
  .product-modern-2025 .product-lifestyle h3,
  .product-modern-2025 .product-lifestyle p {
    font-family: "Open Sans", serif;
    margin-bottom: 1rem; }
  @media (min-width: 551px) {
    .product-modern-2025 .product-lifestyle .lifestyle-text {
      padding: 0; } }
  @media (min-width: 992px) {
    .product-modern-2025 .product-lifestyle {
      flex-direction: row;
      gap: 2rem;
      margin-bottom: 10rem;
      padding: 0; }
      .product-modern-2025 .product-lifestyle > div {
        flex: 1; }
      .product-modern-2025 .product-lifestyle .lifestyle-text img {
        margin: 1rem 0; } }

.product-modern-2025 .related {
  margin-top: 5rem; }

.product-modern-2025 .page-heading {
  font-family: "Open Sans", serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: initial;
  margin-bottom: 40px;
  padding: 0;
  text-shadow: none;
  text-transform: none; }

@media (min-width: 992px) {
  .product-modern-2025 .related {
    margin-top: 10rem;
    padding: 0; } }

.or-use-label {
  display: none !important; }

apple-pay-button {
  --apple-pay-button-border-radius: 10px !important; }

button[aria-label="Google Pay"] {
  border-radius: 10px; }

.GooglePayCheckout .gpay-button {
  border-radius: 10px; }

.cart-additionalCheckoutButtons {
  margin-bottom: 1rem; }

.previewCart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 5px !important; }

#CartEditProductFieldsForm .form-field[data-product-attribute="set-radio"] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; }
  #CartEditProductFieldsForm .form-field[data-product-attribute="set-radio"] .form-label:first-child {
    flex-basis: 100%; }
  #CartEditProductFieldsForm .form-field[data-product-attribute="set-radio"] .form-radio + .form-label:hover {
    outline: 2px solid #c7202f; }
  #CartEditProductFieldsForm .form-field[data-product-attribute="set-radio"] .form-radio:checked + .form-label {
    outline: 2px solid #c7202f; }
  #CartEditProductFieldsForm .form-field[data-product-attribute="set-radio"] .form-radio + .form-label::before,
  #CartEditProductFieldsForm .form-field[data-product-attribute="set-radio"] .form-radio + .form-label::after {
    border: 0;
    border-radius: 0;
    display: none; }
  #CartEditProductFieldsForm .form-field[data-product-attribute="set-radio"] .form-radio + .form-label {
    background-size: contain;
    height: 50px;
    margin-right: 4px;
    width: 50px; }
  #CartEditProductFieldsForm .form-field[data-product-attribute="set-radio"] .form-checkbox:checked + .form-label::after,
  #CartEditProductFieldsForm .form-field[data-product-attribute="set-radio"] .form-radio:checked + .form-label::after {
    opacity: 0; }

#CartEditProductFieldsForm .form-actions input[type="submit"] {
  font-family: "Open Sans", serif;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0.5rem 2.5rem;
  text-transform: capitalize; }

/** Estimator button fix **/
.page-content[data-cart] {
  /** END Estimator button fix **/
  /** BEGIN Cart Page custom **/ }
  .page-content[data-cart] dd.estimator-form-input button.shipping-estimate-submit {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 10px;
    text-transform: uppercase; }
  .page-content[data-cart] .cart-total-value.cart-total-grandTotal span {
    font-family: "Open Sans", serif; }
  .page-content[data-cart] .cart-total-label {
    text-transform: capitalize; }
  .page-content[data-cart] .cart-actions.cart-content-padding-right a.button.button--primary {
    min-width: 246px;
    text-align: center;
    max-width: 245px;
    transition: none; }
  @media screen and (max-width: 550px) {
    .page-content[data-cart] .cart-actions.cart-content-padding-right a.button.button--primary {
      text-align: center;
      max-width: 100%;
      min-width: 100%; } }
  @media (min-width: 801px) {
    .page-content[data-cart] .cart-total-grandTotal {
      top: 0; } }
  .page-content[data-cart] tr.cart-item p.cart-item-brand {
    display: none; }
  .page-content[data-cart] tr.cart-item a.cart-item-name__label {
    text-transform: initial;
    font-weight: 400;
    font-size: 20px; }
  @media screen and (max-width: 576px) {
    .page-content[data-cart] .cart-actions.cart-content-padding-right a.button.button--primary {
      width: 100%;
      text-align: center;
      padding: 5px 20px; }
    .page-content[data-cart] dd.estimator-form-input.estimator-button-wrapper {
      width: 100%; } }

html {
  scroll-behavior: smooth; }

.page {
  margin-inline: 0;
  margin-top: 91px;
  padding-bottom: 6rem; }

.page-heading {
  font-size: 4rem;
  line-height: 1.2;
  margin: 2.5rem auto;
  text-align: center;
  text-transform: uppercase;
  word-break: break-word; }

.page h2,
.login h2 {
  text-transform: uppercase; }

.home .about h2,
.home .sustainability h2,
.home .activities h2,
.home .featured h2 {
  text-transform: uppercase; }

.philanthropy-page h2,
.info-page h2 {
  text-transform: uppercase; }

.kah-shogun-base {
  margin-top: 91px; }

.modal {
  border-radius: 6px; }

@media (min-width: 801px) {
  .modal--xlarge {
    width: 1440px; } }

.modal-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.5rem 1rem; }

.modal-header-title {
  flex: 1;
  text-transform: uppercase; }

.modal-close:focus::before, .modal-close:focus::after {
  display: none; }

.modal-header .modal-close {
  position: static; }

.modal-body {
  padding: 0.5rem; }
  @media (min-width: 551px) {
    .modal-body {
      padding: 2.25rem; } }

.modal.youtube-video .modal-body {
  padding: 0;
  height: 600px;
  overflow: hidden; }
  .modal.youtube-video .modal-body iframe {
    height: 600px; }

#sizing-chart-modal img {
  display: block;
  height: auto;
  width: 100%;
  margin: auto; }

#comparison-chart-modal img.comp-image {
  height: auto;
  width: 100%; }

.kah-cart-product-config .modal-header-title {
  font-family: "Open Sans", serif;
  font-size: 1.5rem;
  text-transform: none; }
  @media (min-width: 801px) {
    .kah-cart-product-config .modal-header-title {
      font-size: 32px; } }

#gaiter-comparison-modal {
  font-family: "Open Sans", serif;
  line-height: 1.5; }
  #gaiter-comparison-modal .modal-header {
    display: block;
    position: relative; }
  #gaiter-comparison-modal .gc-modal-header {
    display: flex;
    align-items: center; }
  #gaiter-comparison-modal .modal-header-title {
    flex: 1;
    font-family: "Open Sans", serif;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 1.2;
    margin-bottom: 0; }
  #gaiter-comparison-modal .modal-body {
    padding: 1rem;
    margin: 0; }
  @media (min-width: 801px) {
    #gaiter-comparison-modal .modal-header-title {
      font-size: 2rem; } }
  @media (min-width: 1261px) {
    #gaiter-comparison-modal .modal-header {
      border: none; }
    #gaiter-comparison-modal .modal-header-title {
      font-size: 3rem; }
    #gaiter-comparison-modal .modal-close {
      font-size: 2.5rem; } }

.gc-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem; }
  @media (min-width: 1261px) {
    .gc-legend {
      align-items: start;
      flex-direction: column;
      position: absolute;
      gap: 8px;
      top: 25%; } }

.gc-legend-item {
  display: flex;
  font-size: 0.75rem;
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  font-weight: 500; }
  .gc-legend-item svg {
    height: 18px;
    width: 18px; }
  @media (min-width: 551px) {
    .gc-legend-item {
      font-size: 0.875rem; }
      .gc-legend-item svg {
        height: 22px;
        width: 22px; } }

.gcm-grid {
  display: grid;
  padding-top: 1rem; }
  @media (min-width: 801px) {
    .gcm-grid {
      column-gap: 1rem;
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (min-width: 1261px) {
    .gcm-grid {
      display: none; } }

.gcm-product {
  margin: 0 auto;
  max-width: 350px;
  padding: 1rem 0.5rem;
  width: 100%; }
  @media (min-width: 801px) {
    .gcm-product {
      display: flex;
      flex-direction: column; } }

.gcm-product-header {
  margin-bottom: 1rem; }
  .gcm-product-header img {
    display: block;
    margin-left: auto;
    max-height: 25px; }
  .gcm-product-header span {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.875rem;
    font-weight: 500;
    text-align: right;
    text-transform: uppercase; }
  @media (min-width: 390px) {
    .gcm-product-header img {
      max-height: 30px; }
    .gcm-product-header span {
      font-size: 1rem; } }

.gcm-product-body {
  display: flex;
  gap: 1rem; }
  .gcm-product-body > img {
    align-self: flex-end;
    max-width: 40%; }
  @media (min-width: 801px) {
    .gcm-product-body {
      flex: 1; } }

.gcm-product-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex: 1; }
  .gcm-product-details .btn {
    display: block;
    text-align: center;
    margin: auto 0 0;
    width: 100%; }
    .gcm-product-details .btn span:last-child {
      display: none; }
  @media (min-width: 390px) {
    .gcm-product-details .btn span:first-child {
      display: none; }
    .gcm-product-details .btn span:last-child {
      display: inline-block; } }

.gcm-product-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem; }
  .gcm-product-icons svg {
    height: 35px;
    width: 35px; }
  .gcm-product-icons .icon-waterproof-1 {
    padding-bottom: 12px; }
  .gcm-product-icons .icon-waterproof-2 {
    margin-bottom: 18px; }
  .gcm-product-icons .icon-feather-1 {
    margin-left: -4px; }
  .gcm-product-icons .icon-feather-2 {
    margin-left: -4px;
    width: 61px; }
  .gcm-product-icons .icon-feather-3 {
    margin-top: -4px;
    width: 88px; }
  .gcm-product-icons .icon-feather-4 {
    margin-top: -4px;
    width: 114px; }

[data-product="renagaiter"] .gcm-product-icons,
[data-product="levagaiter"] .gcm-product-icons {
  margin-left: -1rem; }
  @media (min-width: 390px) {
    [data-product="renagaiter"] .gcm-product-icons,
    [data-product="levagaiter"] .gcm-product-icons {
      margin-left: 0; } }

.gcm-product-weight {
  display: flex;
  font-size: 0.75rem;
  gap: 0.25rem; }
  .gcm-product-weight span:first-child {
    font-weight: 700;
    text-transform: uppercase; }
  @media (min-width: 390px) {
    .gcm-product-weight {
      font-size: 0.875rem;
      gap: 0.5rem; } }

.gcm-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0px;
  margin: 2rem; }

@media (min-width: 801px) {
  [data-product="terragaiter"] .gcm-divider {
    border-top: 0px; } }

[data-product="navagaiter"] .gcm-divider {
  border-top: 0px; }

.gc-grid {
  display: none; }
  @media (min-width: 1261px) {
    .gc-grid {
      display: grid;
      grid-template-columns: minmax(0, 110px) repeat(6, minmax(0, 1fr)) minmax(0, 110px);
      align-items: center;
      justify-items: center; } }

.gc-grid[data-row="images"] {
  align-items: end;
  margin-bottom: 0.75rem; }
  .gc-grid[data-row="images"] img {
    padding: 0 1rem; }
    .gc-grid[data-row="images"] img:first-of-type {
      padding: 0 2rem; }
    .gc-grid[data-row="images"] img:nth-of-type(4) {
      padding: 0 1.5rem; }

.gc-grid[data-row="logos"] {
  gap: 1rem;
  margin-bottom: 0.5rem; }
  .gc-grid[data-row="logos"] img:nth-of-type(2),
  .gc-grid[data-row="logos"] img:nth-of-type(3) {
    padding: 0 0.5rem; }
  .gc-grid[data-row="logos"] img:nth-of-type(5) {
    padding: 0 0.25rem; }

.gc-grid[data-row="taglines"] {
  margin-bottom: 1rem; }
  .gc-grid[data-row="taglines"] span {
    align-self: flex-start;
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase; }

.gc-grid[data-row="water-resistance"] {
  align-items: center;
  background: #ebebeb;
  background: linear-gradient(90deg, #ebebeb 0%, #bcbcbc 100%);
  border-radius: 4px;
  padding: 1rem; }
  .gc-grid[data-row="water-resistance"] svg {
    height: 40px;
    width: 40px; }

.gc-grid[data-row="breathability"] {
  padding: 1rem; }
  .gc-grid[data-row="breathability"] svg {
    height: 40px;
    width: 40px; }

.gc-grid[data-row="weight"] {
  align-items: center;
  background: #ebebeb;
  background: linear-gradient(90deg, #ebebeb 0%, #bcbcbc 100%);
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1rem; }
  .gc-grid[data-row="weight"] svg {
    height: 40px;
    max-width: 100%; }

.gc-grid[data-row="actions"] {
  margin-bottom: 2rem; }
  .gc-grid[data-row="actions"] .btn {
    font-size: 0.875rem;
    padding: 4px 12px; }

.gc-feature-label {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase; }
  .gc-feature-label:first-child {
    text-align: left;
    justify-self: start; }
  .gc-feature-label:last-child {
    text-align: right;
    justify-self: end; }

.gc-product-weight {
  height: 100%; }
  .gc-product-weight svg {
    margin-bottom: 0.5rem; }

.gc-product-weight--option {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.2;
  margin: auto;
  margin-bottom: 4px;
  width: fit-content; }
  .gc-product-weight--option span:first-child {
    font-weight: 700;
    text-transform: uppercase; }
  @media (min-width: 1440px) {
    .gc-product-weight--option {
      display: block; } }

#traction-comparison-modal .modal-header {
  align-items: center;
  border: none; }

#traction-comparison-modal .modal-header-title {
  font-family: "Open Sans", serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
  margin: 0; }

@media (min-width: 801px) {
  #traction-comparison-modal .modal-header-title {
    font-size: 2.25rem; } }

@media (min-width: 1261px) {
  #traction-comparison-modal .modal-header-title {
    font-size: 2.5rem; }
  #traction-comparison-modal .modal-close {
    font-size: 48px; } }

#traction-comparison-modal .modal-body {
  padding: 1rem;
  margin: 0; }

#traction-comparison-modal .traction-compareCarousel {
  opacity: 0;
  transition: opacity 0.5s ease-in; }

#traction-comparison-modal .slick-list {
  padding: 0 0 2rem 0; }

#traction-comparison-modal .slick-dots {
  bottom: 0; }

#traction-comparison-modal .slick-prev,
#traction-comparison-modal .slick-next {
  background-color: transparent;
  border: none;
  top: 50%;
  padding: 0;
  width: fit-content; }

#traction-comparison-modal .slick-prev {
  left: -5px; }
  #traction-comparison-modal .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%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='%23707070' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
    background-size: 80%; }

#traction-comparison-modal .slick-next {
  right: -5px; }
  #traction-comparison-modal .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='%23707070' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
    background-size: 80%; }

@media (min-width: 551px) {
  #traction-comparison-modal .slick-prev {
    left: -10px;
    top: 55%; }
  #traction-comparison-modal .slick-next {
    right: -10px;
    top: 55%; } }

#traction-comparison-modal .card {
  background-color: #f0f0f0;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  max-width: 320px;
  width: 90%;
  height: 100%;
  margin: auto; }

#traction-comparison-modal .slick-slide:not(.slick-active) .card {
  overflow: hidden; }

#traction-comparison-modal .card:hover .on-shoe-demo {
  transform: translateX(-3%) scale(1.05); }

#traction-comparison-modal .lifestyle-image {
  position: relative; }
  #traction-comparison-modal .lifestyle-image img {
    object-fit: cover;
    aspect-ratio: 3 / 2;
    width: 100%; }
  #traction-comparison-modal .lifestyle-image p {
    background-color: #b10012b8;
    color: white;
    font-family: "Open Sans", serif;
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 12px 16px;
    letter-spacing: 2px;
    text-align: right;
    text-transform: uppercase; }

#traction-comparison-modal .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  position: relative;
  text-align: center; }

#traction-comparison-modal .on-shoe-demo {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  translate: -20% -60%;
  transition: transform 0.5s ease; }

#traction-comparison-modal .product-logo {
  margin-left: auto;
  margin-right: 16px;
  max-width: 55%;
  height: auto;
  width: auto; }

#traction-comparison-modal .card.microspikes .product-logo,
#traction-comparison-modal .card.nanospikes .product-logo {
  max-width: 60%; }

#traction-comparison-modal .product-text {
  margin: 1rem;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  opacity: 0.9; }

#traction-comparison-modal .product-specs {
  display: flex;
  font-size: 13px;
  line-height: 1.25;
  text-align: center;
  padding: 0 1rem; }
  #traction-comparison-modal .product-specs > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative; }
  #traction-comparison-modal .product-specs .spike-length::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #b10012b8;
    opacity: 0.65; }
  #traction-comparison-modal .product-specs .spike-length dt {
    margin-bottom: 8px; }
  #traction-comparison-modal .product-specs .spike-length img {
    display: block;
    height: 30px; }

#traction-comparison-modal dl,
#traction-comparison-modal dt,
#traction-comparison-modal dd {
  margin: 0; }

#traction-comparison-modal .btn--ghost-red {
  margin-bottom: 1rem; }

@media (min-width: 551px) {
  #traction-comparison-modal .product-logo {
    height: 42px; } }

@media (min-width: 801px) {
  #traction-comparison-modal .lifestyle-image p {
    letter-spacing: 0px; }
  #traction-comparison-modal .on-shoe-demo {
    translate: -20% -55%; }
  #traction-comparison-modal .product-text {
    margin-top: 0; } }

@media (min-width: 992px) {
  #traction-comparison-modal .lifestyle-image img {
    aspect-ratio: 3 / 2.7; }
  #traction-comparison-modal .lifestyle-image p {
    letter-spacing: 2px; }
  #traction-comparison-modal .product-text {
    margin-top: 1rem; } }

#traction-comparison-modal .traction-video {
  font-size: 1rem;
  text-align: center;
  margin: 0; }
  #traction-comparison-modal .traction-video p,
  #traction-comparison-modal .traction-video .desktop {
    display: none; }
  #traction-comparison-modal .traction-video a {
    display: inline-block;
    font-size: 1rem;
    margin-top: 1rem; }
  @media (min-width: 801px) {
    #traction-comparison-modal .traction-video .mobile {
      display: none; }
    #traction-comparison-modal .traction-video p {
      display: block;
      line-height: 1.3;
      margin-bottom: 1rem; }
    #traction-comparison-modal .traction-video a {
      margin: 0;
      width: 300px; }
    #traction-comparison-modal .traction-video .desktop {
      display: inline; } }

#traction-comparison-video iframe {
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  transform: scale(1.01);
  width: 100%; }

a.sizing-chart-button {
  color: #c7202f;
  text-transform: lowercase; }

.product-modern-2025 a.sizing-chart-button {
  color: #3e3e3d;
  font-weight: 500;
  text-transform: none; }

/* Header styling */
#microspikes-sizing-chart .modal-header-title span,
#microspikes-ghost-sizing-chart .modal-header-title span,
#exospikes-sizing-chart .modal-header-title span,
#nanospikes-sizing-chart .modal-header-title span {
  display: block; }

#microspikes-sizing-chart .modal-header-title span:first-child,
#microspikes-ghost-sizing-chart .modal-header-title span:first-child,
#exospikes-sizing-chart .modal-header-title span:first-child,
#nanospikes-sizing-chart .modal-header-title span:first-child {
  text-transform: uppercase; }

#microspikes-sizing-chart .modal-header-title span:last-child,
#microspikes-ghost-sizing-chart .modal-header-title span:last-child,
#exospikes-sizing-chart .modal-header-title span:last-child,
#nanospikes-sizing-chart .modal-header-title span:last-child {
  text-transform: none;
  font-size: 1rem; }

#microspikes-sizing-chart img,
#microspikes-ghost-sizing-chart img,
#exospikes-sizing-chart img,
#nanospikes-sizing-chart img {
  display: block;
  margin: 3rem auto 0 auto;
  width: 200px; }

@media (min-width: 551px) {
  #microspikes-sizing-chart .modal-header-title,
  #microspikes-ghost-sizing-chart .modal-header-title,
  #exospikes-sizing-chart .modal-header-title,
  #nanospikes-sizing-chart .modal-header-title {
    font-size: 1.5rem; } }

@media (min-width: 992px) {
  #microspikes-sizing-chart .modal-header,
  #microspikes-ghost-sizing-chart .modal-header,
  #exospikes-sizing-chart .modal-header,
  #nanospikes-sizing-chart .modal-header {
    padding: 1rem; }
  #microspikes-sizing-chart .modal-header-title span,
  #microspikes-ghost-sizing-chart .modal-header-title span,
  #exospikes-sizing-chart .modal-header-title span,
  #nanospikes-sizing-chart .modal-header-title span {
    font-size: 2.5rem;
    display: inline; }
  #microspikes-sizing-chart .modal-header-title span:first-child,
  #microspikes-ghost-sizing-chart .modal-header-title span:first-child,
  #exospikes-sizing-chart .modal-header-title span:first-child,
  #nanospikes-sizing-chart .modal-header-title span:first-child {
    border-right: 2px solid black;
    padding-right: 1rem; }
  #microspikes-sizing-chart .modal-header-title span:last-child,
  #microspikes-ghost-sizing-chart .modal-header-title span:last-child,
  #exospikes-sizing-chart .modal-header-title span:last-child,
  #nanospikes-sizing-chart .modal-header-title span:last-child {
    font-size: 2.5rem;
    font-weight: 300;
    padding-left: 0.5rem; } }

@media (min-width: 992px) {
  #microspikes-sizing-chart img {
    margin: 0; } }

@media (min-width: 992px) {
  #microspikes-ghost-sizing-chart img,
  #exospikes-sizing-chart img,
  #nanospikes-sizing-chart img {
    width: 350px; } }

/* Footer Disclaimer styling */
#microspikes-sizing-chart .modal-disclaimer,
#microspikes-ghost-sizing-chart .modal-disclaimer,
#exospikes-sizing-chart .modal-disclaimer,
#nanospikes-sizing-chart .modal-disclaimer {
  max-width: 700px;
  margin: 1rem auto;
  padding: 1rem 0; }
  #microspikes-sizing-chart .modal-disclaimer p,
  #microspikes-ghost-sizing-chart .modal-disclaimer p,
  #exospikes-sizing-chart .modal-disclaimer p,
  #nanospikes-sizing-chart .modal-disclaimer p {
    font-size: 1rem;
    margin-bottom: 0.5rem; }
  #microspikes-sizing-chart .modal-disclaimer .text-bold,
  #microspikes-ghost-sizing-chart .modal-disclaimer .text-bold,
  #exospikes-sizing-chart .modal-disclaimer .text-bold,
  #nanospikes-sizing-chart .modal-disclaimer .text-bold {
    font-weight: 700; }

@media (min-width: 992px) {
  #microspikes-sizing-chart .modal-disclaimer {
    max-width: 1024px;
    margin: auto; } }

#microspikes-sizing-chart .modal-body {
  padding: 1rem;
  margin: 0; }
  #microspikes-sizing-chart .modal-body > .mobile {
    display: block; }
  #microspikes-sizing-chart .modal-body > .desktop {
    display: none; }

@media (min-width: 992px) {
  #microspikes-sizing-chart .modal-body > .mobile {
    display: none; }
  #microspikes-sizing-chart .modal-body > .desktop {
    display: block; } }

#microspikes-sizing-chart .mobile .tagline {
  background-color: #a9a9a9;
  color: white;
  font-family: "Open Sans", serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.5rem;
  margin: 1rem auto;
  max-width: 700px; }

#microspikes-sizing-chart .mobile .sizes-grid-container {
  display: grid;
  grid-template-rows: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 1rem;
  max-width: 700px;
  margin: auto; }

#microspikes-sizing-chart .mobile .size-categories,
#microspikes-sizing-chart .mobile .size-xs,
#microspikes-sizing-chart .mobile .size-s,
#microspikes-sizing-chart .mobile .size-m,
#microspikes-sizing-chart .mobile .size-l,
#microspikes-sizing-chart .mobile .size-xl,
#microspikes-sizing-chart .mobile .size-xxl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid black; }
  #microspikes-sizing-chart .mobile .size-categories div,
  #microspikes-sizing-chart .mobile .size-xs div,
  #microspikes-sizing-chart .mobile .size-s div,
  #microspikes-sizing-chart .mobile .size-m div,
  #microspikes-sizing-chart .mobile .size-l div,
  #microspikes-sizing-chart .mobile .size-xl div,
  #microspikes-sizing-chart .mobile .size-xxl div {
    flex: 1;
    font-family: "Open Sans", serif;
    font-size: 1rem;
    text-align: center;
    padding: 0.75rem 0;
    white-space: nowrap;
    width: 100%; }
  #microspikes-sizing-chart .mobile .size-categories div:first-child,
  #microspikes-sizing-chart .mobile .size-xs div:first-child,
  #microspikes-sizing-chart .mobile .size-s div:first-child,
  #microspikes-sizing-chart .mobile .size-m div:first-child,
  #microspikes-sizing-chart .mobile .size-l div:first-child,
  #microspikes-sizing-chart .mobile .size-xl div:first-child,
  #microspikes-sizing-chart .mobile .size-xxl div:first-child {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    max-width: 70px; }

#microspikes-sizing-chart .mobile .sizes-grid-container > div:not(.new) div:first-child {
  padding-left: 24px; }

#microspikes-sizing-chart .mobile .size-categories div {
  font-weight: 700; }

#microspikes-sizing-chart .mobile .size-categories div:first-child {
  padding: 0 !important; }

#microspikes-sizing-chart .mobile .new {
  padding: 0.5rem 0; }
  #microspikes-sizing-chart .mobile .new > div {
    background-color: #feea89; }
  #microspikes-sizing-chart .mobile .new div:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0; }
  #microspikes-sizing-chart .mobile .new div:first-child::before {
    background-color: #ffd403;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    content: "NEW";
    font-size: 1rem;
    font-weight: 700;
    padding: 0 0.35rem;
    height: 44px;
    writing-mode: vertical-lr;
    transform: rotate(180deg); }
  #microspikes-sizing-chart .mobile .new div:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }

@media (min-width: 551px) {
  #microspikes-sizing-chart .mobile .size-categories div,
  #microspikes-sizing-chart .mobile .size-xs div,
  #microspikes-sizing-chart .mobile .size-s div,
  #microspikes-sizing-chart .mobile .size-m div,
  #microspikes-sizing-chart .mobile .size-l div,
  #microspikes-sizing-chart .mobile .size-xl div,
  #microspikes-sizing-chart .mobile .size-xxl div {
    font-size: 1.25rem; }
  #microspikes-sizing-chart .mobile .size-categories div:first-child,
  #microspikes-sizing-chart .mobile .size-xs div:first-child,
  #microspikes-sizing-chart .mobile .size-s div:first-child,
  #microspikes-sizing-chart .mobile .size-m div:first-child,
  #microspikes-sizing-chart .mobile .size-l div:first-child,
  #microspikes-sizing-chart .mobile .size-xl div:first-child,
  #microspikes-sizing-chart .mobile .size-xxl div:first-child {
    font-size: 1.5rem; } }

#microspikes-sizing-chart .desktop {
  max-width: 1024px;
  margin: auto; }
  #microspikes-sizing-chart .desktop .grid-container {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-bottom: 1rem; }
    #microspikes-sizing-chart .desktop .grid-container.product-images {
      align-items: baseline;
      justify-items: center; }
    #microspikes-sizing-chart .desktop .grid-container.product-taglines {
      background-color: #a9a9a9;
      padding: 0.25rem 1rem; }
  #microspikes-sizing-chart .desktop .grid-container.product-images img:first-child {
    grid-column: 2 / span 5; }
  #microspikes-sizing-chart .desktop .grid-container.product-images img:last-child {
    grid-column: 7 / span 6; }
  #microspikes-sizing-chart .desktop .grid-container.product-taglines p {
    color: white;
    font-family: "Oswald", serif;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-transform: uppercase; }
  #microspikes-sizing-chart .desktop .grid-container.product-taglines p:first-child {
    grid-column: 2 / span 5; }
  #microspikes-sizing-chart .desktop .grid-container.product-taglines p:last-child {
    grid-column: 7 / span 6; }
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-categories,
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xs,
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-s,
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-m,
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-l,
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xl,
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xxl {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.25rem 0; }
    #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-categories div,
    #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xs div,
    #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-s div,
    #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-m div,
    #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-l div,
    #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xl div,
    #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xxl div {
      flex: 1;
      font-family: "Oswald", serif;
      font-size: 1.25rem;
      text-align: center;
      padding: 0.75rem 0.5rem;
      white-space: nowrap;
      width: 100%; }
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-categories div {
    text-align: right;
    font-weight: 700; }
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xs div:nth-child(3),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xs div:nth-child(4),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xs div:nth-child(5),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xs div:nth-child(3),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xs div:nth-child(4),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xs div:nth-child(5),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-s div:nth-child(3),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-s div:nth-child(4),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-s div:nth-child(5),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-m div:nth-child(3),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-m div:nth-child(4),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-m div:nth-child(5),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-l div:nth-child(3),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-l div:nth-child(4),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-l div:nth-child(5),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xl div:nth-child(3),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xl div:nth-child(4),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xl div:nth-child(5),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xxl div:nth-child(3),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xxl div:nth-child(4),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xxl div:nth-child(5) {
    border-bottom: 1px solid black; }
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xs div:nth-child(2),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xs div:nth-child(2),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-s div:nth-child(2),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-m div:nth-child(2),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-l div:nth-child(2),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xl div:nth-child(2),
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xxl div:nth-child(2) {
    font-size: 1.75rem;
    font-weight: 900; }
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xs {
    border-left: 1px solid black;
    padding-left: 0.5rem; }
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-categories,
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .size-xl.shoes {
    border-right: 1px solid black;
    padding-right: 0.5rem; }
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .new > div:first-child {
    background-color: #ffd403;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: 700;
    padding: 0.35rem; }
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .new > div {
    background-color: #feea89; }
  #microspikes-sizing-chart .desktop .grid-container.product-sizes .new > div:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

#microspikes-ghost-sizing-chart .modal-body,
#exospikes-sizing-chart .modal-body,
#nanospikes-sizing-chart .modal-body {
  padding: 1rem;
  margin: 0; }

#microspikes-ghost-sizing-chart .tagline,
#exospikes-sizing-chart .tagline,
#nanospikes-sizing-chart .tagline {
  background-color: #a9a9a9;
  color: white;
  font-family: "Open Sans", serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.5rem;
  margin: 1rem auto;
  max-width: 700px; }

#microspikes-ghost-sizing-chart .grid-container,
#exospikes-sizing-chart .grid-container,
#nanospikes-sizing-chart .grid-container {
  display: grid;
  grid-template-rows: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 1rem;
  max-width: 700px;
  margin: auto; }

#microspikes-ghost-sizing-chart .grid-item,
#exospikes-sizing-chart .grid-item,
#nanospikes-sizing-chart .grid-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid black; }
  #microspikes-ghost-sizing-chart .grid-item div:first-child,
  #exospikes-sizing-chart .grid-item div:first-child,
  #nanospikes-sizing-chart .grid-item div:first-child {
    max-width: 70px; }

@media (min-width: 551px) {
  #microspikes-ghost-sizing-chart .grid-item div:first-child,
  #exospikes-sizing-chart .grid-item div:first-child,
  #nanospikes-sizing-chart .grid-item div:first-child {
    max-width: 100px; } }

@media (min-width: 992px) {
  #microspikes-ghost-sizing-chart .grid-container,
  #exospikes-sizing-chart .grid-container,
  #nanospikes-sizing-chart .grid-container {
    grid-template-rows: auto;
    grid-template-columns: 100px repeat(5, minmax(0, 1fr));
    margin-bottom: 1rem; }
  #microspikes-ghost-sizing-chart .grid-item,
  #exospikes-sizing-chart .grid-item,
  #nanospikes-sizing-chart .grid-item {
    flex-direction: column;
    border-bottom: none; }
    #microspikes-ghost-sizing-chart .grid-item div:first-child,
    #exospikes-sizing-chart .grid-item div:first-child,
    #nanospikes-sizing-chart .grid-item div:first-child {
      max-width: none; }
  #microspikes-ghost-sizing-chart .size-xs div:nth-child(2),
  #microspikes-ghost-sizing-chart .size-xs div:nth-child(3),
  #microspikes-ghost-sizing-chart .size-s div:nth-child(2),
  #microspikes-ghost-sizing-chart .size-s div:nth-child(3),
  #microspikes-ghost-sizing-chart .size-m div:nth-child(2),
  #microspikes-ghost-sizing-chart .size-m div:nth-child(3),
  #microspikes-ghost-sizing-chart .size-l div:nth-child(2),
  #microspikes-ghost-sizing-chart .size-l div:nth-child(3),
  #microspikes-ghost-sizing-chart .size-xl div:nth-child(2),
  #microspikes-ghost-sizing-chart .size-xl div:nth-child(3),
  #exospikes-sizing-chart .size-xs div:nth-child(2),
  #exospikes-sizing-chart .size-xs div:nth-child(3),
  #exospikes-sizing-chart .size-s div:nth-child(2),
  #exospikes-sizing-chart .size-s div:nth-child(3),
  #exospikes-sizing-chart .size-m div:nth-child(2),
  #exospikes-sizing-chart .size-m div:nth-child(3),
  #exospikes-sizing-chart .size-l div:nth-child(2),
  #exospikes-sizing-chart .size-l div:nth-child(3),
  #exospikes-sizing-chart .size-xl div:nth-child(2),
  #exospikes-sizing-chart .size-xl div:nth-child(3),
  #nanospikes-sizing-chart .size-xs div:nth-child(2),
  #nanospikes-sizing-chart .size-xs div:nth-child(3),
  #nanospikes-sizing-chart .size-s div:nth-child(2),
  #nanospikes-sizing-chart .size-s div:nth-child(3),
  #nanospikes-sizing-chart .size-m div:nth-child(2),
  #nanospikes-sizing-chart .size-m div:nth-child(3),
  #nanospikes-sizing-chart .size-l div:nth-child(2),
  #nanospikes-sizing-chart .size-l div:nth-child(3),
  #nanospikes-sizing-chart .size-xl div:nth-child(2),
  #nanospikes-sizing-chart .size-xl div:nth-child(3) {
    border-bottom: 1px solid black; }
  #microspikes-ghost-sizing-chart .size-xs,
  #exospikes-sizing-chart .size-xs,
  #nanospikes-sizing-chart .size-xs {
    border-left: 1px solid black;
    padding-left: 0.5rem; }
  #microspikes-ghost-sizing-chart .size-categories,
  #exospikes-sizing-chart .size-categories,
  #nanospikes-sizing-chart .size-categories {
    border-right: 1px solid black;
    padding-right: 0.5rem; } }

#microspikes-ghost-sizing-chart .grid-item div,
#exospikes-sizing-chart .grid-item div,
#nanospikes-sizing-chart .grid-item div {
  flex: 1;
  font-family: "Open Sans", serif;
  font-size: 1rem;
  text-align: center;
  padding: 0.75rem 0;
  white-space: nowrap;
  width: 100%; }

#microspikes-ghost-sizing-chart .grid-item div:first-child,
#microspikes-ghost-sizing-chart .grid-item.size-categories div,
#exospikes-sizing-chart .grid-item div:first-child,
#exospikes-sizing-chart .grid-item.size-categories div,
#nanospikes-sizing-chart .grid-item div:first-child,
#nanospikes-sizing-chart .grid-item.size-categories div {
  font-size: 1.25rem;
  font-weight: 700; }

@media (min-width: 551px) {
  #microspikes-ghost-sizing-chart .grid-item div,
  #exospikes-sizing-chart .grid-item div,
  #nanospikes-sizing-chart .grid-item div {
    font-size: 1.25rem; }
  #microspikes-ghost-sizing-chart .grid-item div:first-child,
  #microspikes-ghost-sizing-chart .grid-item.size-categories div,
  #exospikes-sizing-chart .grid-item div:first-child,
  #exospikes-sizing-chart .grid-item.size-categories div,
  #nanospikes-sizing-chart .grid-item div:first-child,
  #nanospikes-sizing-chart .grid-item.size-categories div {
    font-size: 1.5rem; } }

@media (min-width: 992px) {
  #microspikes-ghost-sizing-chart .grid-item.size-categories div,
  #exospikes-sizing-chart .grid-item.size-categories div,
  #nanospikes-sizing-chart .grid-item.size-categories div {
    font-size: 1.25rem; }
  #microspikes-ghost-sizing-chart .grid-item div:first-child,
  #exospikes-sizing-chart .grid-item div:first-child,
  #nanospikes-sizing-chart .grid-item div:first-child {
    font-size: 1.75rem; } }

#instagaiter-sizing-chart .modal-header-title span,
#instagaiter-sl-sizing-chart .modal-header-title span,
#renagaiter-sizing-chart .modal-header-title span,
#levagaiter-sizing-chart .modal-header-title span,
#navagaiter-sizing-chart .modal-header-title span {
  display: block;
  font-family: "Open Sans", serif; }

#instagaiter-sizing-chart .modal-header-title span:first-child,
#instagaiter-sl-sizing-chart .modal-header-title span:first-child,
#renagaiter-sizing-chart .modal-header-title span:first-child,
#levagaiter-sizing-chart .modal-header-title span:first-child,
#navagaiter-sizing-chart .modal-header-title span:first-child {
  text-transform: uppercase; }

#instagaiter-sizing-chart .modal-header-title span:last-child,
#instagaiter-sl-sizing-chart .modal-header-title span:last-child,
#renagaiter-sizing-chart .modal-header-title span:last-child,
#levagaiter-sizing-chart .modal-header-title span:last-child,
#navagaiter-sizing-chart .modal-header-title span:last-child {
  text-transform: none;
  font-size: 1rem; }

@media (min-width: 551px) {
  #instagaiter-sizing-chart .modal-header,
  #instagaiter-sl-sizing-chart .modal-header,
  #renagaiter-sizing-chart .modal-header,
  #levagaiter-sizing-chart .modal-header,
  #navagaiter-sizing-chart .modal-header {
    padding: 1rem; }
  #instagaiter-sizing-chart .modal-header-title span,
  #instagaiter-sl-sizing-chart .modal-header-title span,
  #renagaiter-sizing-chart .modal-header-title span,
  #levagaiter-sizing-chart .modal-header-title span,
  #navagaiter-sizing-chart .modal-header-title span {
    font-size: 2rem;
    display: inline; }
  #instagaiter-sizing-chart .modal-header-title span:first-child,
  #instagaiter-sl-sizing-chart .modal-header-title span:first-child,
  #renagaiter-sizing-chart .modal-header-title span:first-child,
  #levagaiter-sizing-chart .modal-header-title span:first-child,
  #navagaiter-sizing-chart .modal-header-title span:first-child {
    border-right: 2px solid black;
    padding-right: 1rem; }
  #instagaiter-sizing-chart .modal-header-title span:last-child,
  #instagaiter-sl-sizing-chart .modal-header-title span:last-child,
  #renagaiter-sizing-chart .modal-header-title span:last-child,
  #levagaiter-sizing-chart .modal-header-title span:last-child,
  #navagaiter-sizing-chart .modal-header-title span:last-child {
    font-size: 2rem;
    font-weight: 300;
    padding-left: 0.5rem; } }

@media (min-width: 801px) {
  #instagaiter-sizing-chart .modal-header-title span:first-child,
  #instagaiter-sizing-chart .modal-header-title span:last-child,
  #instagaiter-sl-sizing-chart .modal-header-title span:first-child,
  #instagaiter-sl-sizing-chart .modal-header-title span:last-child,
  #renagaiter-sizing-chart .modal-header-title span:first-child,
  #renagaiter-sizing-chart .modal-header-title span:last-child,
  #levagaiter-sizing-chart .modal-header-title span:first-child,
  #levagaiter-sizing-chart .modal-header-title span:last-child,
  #navagaiter-sizing-chart .modal-header-title span:first-child,
  #navagaiter-sizing-chart .modal-header-title span:last-child {
    font-size: 2.5rem; } }

#instagaiter-sizing-chart .modal-body,
#instagaiter-sl-sizing-chart .modal-body,
#renagaiter-sizing-chart .modal-body,
#levagaiter-sizing-chart .modal-body,
#navagaiter-sizing-chart .modal-body,
.g-sizing-chart .modal-body {
  padding: 1rem;
  margin: 0; }

#instagaiter-sizing-chart .grid-container,
#instagaiter-sl-sizing-chart .grid-container,
#renagaiter-sizing-chart .grid-container,
#levagaiter-sizing-chart .grid-container,
#navagaiter-sizing-chart .grid-container {
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 600px;
  margin: 2rem auto 4rem auto; }

#instagaiter-sizing-chart .grid-item,
#instagaiter-sl-sizing-chart .grid-item,
#renagaiter-sizing-chart .grid-item,
#levagaiter-sizing-chart .grid-item,
#navagaiter-sizing-chart .grid-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid black; }
  #instagaiter-sizing-chart .grid-item div:first-child,
  #instagaiter-sl-sizing-chart .grid-item div:first-child,
  #renagaiter-sizing-chart .grid-item div:first-child,
  #levagaiter-sizing-chart .grid-item div:first-child,
  #navagaiter-sizing-chart .grid-item div:first-child {
    max-width: 70px; }

@media (min-width: 551px) {
  #instagaiter-sizing-chart .grid-item div:first-child,
  #instagaiter-sl-sizing-chart .grid-item div:first-child,
  #renagaiter-sizing-chart .grid-item div:first-child,
  #levagaiter-sizing-chart .grid-item div:first-child,
  #navagaiter-sizing-chart .grid-item div:first-child {
    max-width: 100px; } }

@media (min-width: 992px) {
  #instagaiter-sizing-chart .grid-container,
  #instagaiter-sl-sizing-chart .grid-container,
  #renagaiter-sizing-chart .grid-container,
  #levagaiter-sizing-chart .grid-container,
  #navagaiter-sizing-chart .grid-container {
    grid-template-rows: auto;
    grid-template-columns: 100px repeat(3, minmax(0, 1fr));
    margin: 4rem auto 6rem auto; }
  #instagaiter-sizing-chart .grid-item,
  #instagaiter-sl-sizing-chart .grid-item,
  #renagaiter-sizing-chart .grid-item,
  #levagaiter-sizing-chart .grid-item,
  #navagaiter-sizing-chart .grid-item {
    flex-direction: column;
    border-bottom: none; }
    #instagaiter-sizing-chart .grid-item div:first-child,
    #instagaiter-sl-sizing-chart .grid-item div:first-child,
    #renagaiter-sizing-chart .grid-item div:first-child,
    #levagaiter-sizing-chart .grid-item div:first-child,
    #navagaiter-sizing-chart .grid-item div:first-child {
      max-width: none; }
  #instagaiter-sizing-chart .size-xs div:nth-child(2),
  #instagaiter-sizing-chart .size-xs div:nth-child(3),
  #instagaiter-sizing-chart .size-s div:nth-child(2),
  #instagaiter-sizing-chart .size-s div:nth-child(3),
  #instagaiter-sizing-chart .size-s-m div:nth-child(2),
  #instagaiter-sizing-chart .size-s-m div:nth-child(3),
  #instagaiter-sizing-chart .size-m div:nth-child(2),
  #instagaiter-sizing-chart .size-m div:nth-child(3),
  #instagaiter-sizing-chart .size-l div:nth-child(2),
  #instagaiter-sizing-chart .size-l div:nth-child(3),
  #instagaiter-sizing-chart .size-l-xl div:nth-child(2),
  #instagaiter-sizing-chart .size-l-xl div:nth-child(3),
  #instagaiter-sl-sizing-chart .size-xs div:nth-child(2),
  #instagaiter-sl-sizing-chart .size-xs div:nth-child(3),
  #instagaiter-sl-sizing-chart .size-s div:nth-child(2),
  #instagaiter-sl-sizing-chart .size-s div:nth-child(3),
  #instagaiter-sl-sizing-chart .size-s-m div:nth-child(2),
  #instagaiter-sl-sizing-chart .size-s-m div:nth-child(3),
  #instagaiter-sl-sizing-chart .size-m div:nth-child(2),
  #instagaiter-sl-sizing-chart .size-m div:nth-child(3),
  #instagaiter-sl-sizing-chart .size-l div:nth-child(2),
  #instagaiter-sl-sizing-chart .size-l div:nth-child(3),
  #instagaiter-sl-sizing-chart .size-l-xl div:nth-child(2),
  #instagaiter-sl-sizing-chart .size-l-xl div:nth-child(3),
  #renagaiter-sizing-chart .size-xs div:nth-child(2),
  #renagaiter-sizing-chart .size-xs div:nth-child(3),
  #renagaiter-sizing-chart .size-s div:nth-child(2),
  #renagaiter-sizing-chart .size-s div:nth-child(3),
  #renagaiter-sizing-chart .size-s-m div:nth-child(2),
  #renagaiter-sizing-chart .size-s-m div:nth-child(3),
  #renagaiter-sizing-chart .size-m div:nth-child(2),
  #renagaiter-sizing-chart .size-m div:nth-child(3),
  #renagaiter-sizing-chart .size-l div:nth-child(2),
  #renagaiter-sizing-chart .size-l div:nth-child(3),
  #renagaiter-sizing-chart .size-l-xl div:nth-child(2),
  #renagaiter-sizing-chart .size-l-xl div:nth-child(3),
  #levagaiter-sizing-chart .size-xs div:nth-child(2),
  #levagaiter-sizing-chart .size-xs div:nth-child(3),
  #levagaiter-sizing-chart .size-s div:nth-child(2),
  #levagaiter-sizing-chart .size-s div:nth-child(3),
  #levagaiter-sizing-chart .size-s-m div:nth-child(2),
  #levagaiter-sizing-chart .size-s-m div:nth-child(3),
  #levagaiter-sizing-chart .size-m div:nth-child(2),
  #levagaiter-sizing-chart .size-m div:nth-child(3),
  #levagaiter-sizing-chart .size-l div:nth-child(2),
  #levagaiter-sizing-chart .size-l div:nth-child(3),
  #levagaiter-sizing-chart .size-l-xl div:nth-child(2),
  #levagaiter-sizing-chart .size-l-xl div:nth-child(3),
  #navagaiter-sizing-chart .size-xs div:nth-child(2),
  #navagaiter-sizing-chart .size-xs div:nth-child(3),
  #navagaiter-sizing-chart .size-s div:nth-child(2),
  #navagaiter-sizing-chart .size-s div:nth-child(3),
  #navagaiter-sizing-chart .size-s-m div:nth-child(2),
  #navagaiter-sizing-chart .size-s-m div:nth-child(3),
  #navagaiter-sizing-chart .size-m div:nth-child(2),
  #navagaiter-sizing-chart .size-m div:nth-child(3),
  #navagaiter-sizing-chart .size-l div:nth-child(2),
  #navagaiter-sizing-chart .size-l div:nth-child(3),
  #navagaiter-sizing-chart .size-l-xl div:nth-child(2),
  #navagaiter-sizing-chart .size-l-xl div:nth-child(3) {
    border-bottom: 1px solid black; }
  #instagaiter-sizing-chart .size-s,
  #instagaiter-sizing-chart .size-xs,
  #instagaiter-sl-sizing-chart .size-s,
  #instagaiter-sl-sizing-chart .size-xs,
  #renagaiter-sizing-chart .size-s,
  #renagaiter-sizing-chart .size-xs,
  #levagaiter-sizing-chart .size-s,
  #levagaiter-sizing-chart .size-xs,
  #navagaiter-sizing-chart .size-s,
  #navagaiter-sizing-chart .size-xs {
    border-left: 1px solid black;
    padding-left: 0.5rem; }
  #instagaiter-sizing-chart .size-categories,
  #instagaiter-sl-sizing-chart .size-categories,
  #renagaiter-sizing-chart .size-categories,
  #levagaiter-sizing-chart .size-categories,
  #navagaiter-sizing-chart .size-categories {
    border-right: 1px solid black;
    padding-right: 0.5rem; } }

@media (min-width: 992px) {
  #instagaiter-sl-sizing-chart .grid-container {
    grid-template-columns: 125px repeat(2, minmax(0, 1fr)); } }

#instagaiter-sizing-chart .grid-item div,
#instagaiter-sl-sizing-chart .grid-item div,
#renagaiter-sizing-chart .grid-item div,
#levagaiter-sizing-chart .grid-item div,
#navagaiter-sizing-chart .grid-item div {
  flex: 1;
  font-family: "Open Sans", serif;
  font-size: 1rem;
  text-align: center;
  padding: 0.75rem 0;
  white-space: nowrap;
  width: 100%; }

#instagaiter-sizing-chart .grid-item div:first-child,
#instagaiter-sizing-chart .grid-item.size-categories div,
#instagaiter-sl-sizing-chart .grid-item div:first-child,
#instagaiter-sl-sizing-chart .grid-item.size-categories div,
#renagaiter-sizing-chart .grid-item div:first-child,
#renagaiter-sizing-chart .grid-item.size-categories div,
#levagaiter-sizing-chart .grid-item div:first-child,
#levagaiter-sizing-chart .grid-item.size-categories div,
#navagaiter-sizing-chart .grid-item div:first-child,
#navagaiter-sizing-chart .grid-item.size-categories div {
  font-size: 1.25rem;
  font-weight: 700; }

@media (min-width: 551px) {
  #instagaiter-sizing-chart .grid-item div,
  #instagaiter-sl-sizing-chart .grid-item div,
  #renagaiter-sizing-chart .grid-item div,
  #levagaiter-sizing-chart .grid-item div,
  #navagaiter-sizing-chart .grid-item div {
    font-size: 1.5rem;
    padding: 1.25rem 0; }
  #instagaiter-sizing-chart .grid-item div:first-child,
  #instagaiter-sizing-chart .grid-item.size-categories div,
  #instagaiter-sl-sizing-chart .grid-item div:first-child,
  #instagaiter-sl-sizing-chart .grid-item.size-categories div,
  #renagaiter-sizing-chart .grid-item div:first-child,
  #renagaiter-sizing-chart .grid-item.size-categories div,
  #levagaiter-sizing-chart .grid-item div:first-child,
  #levagaiter-sizing-chart .grid-item.size-categories div,
  #navagaiter-sizing-chart .grid-item div:first-child,
  #navagaiter-sizing-chart .grid-item.size-categories div {
    font-size: 1.5rem; } }

@media (min-width: 992px) {
  #instagaiter-sizing-chart .grid-item div,
  #instagaiter-sl-sizing-chart .grid-item div,
  #renagaiter-sizing-chart .grid-item div,
  #levagaiter-sizing-chart .grid-item div,
  #navagaiter-sizing-chart .grid-item div {
    padding: 1.5rem 0; }
  #instagaiter-sizing-chart .grid-item div:first-child,
  #instagaiter-sl-sizing-chart .grid-item div:first-child,
  #renagaiter-sizing-chart .grid-item div:first-child,
  #levagaiter-sizing-chart .grid-item div:first-child,
  #navagaiter-sizing-chart .grid-item div:first-child {
    font-size: 2rem; } }

.modal.g-sizing-chart .modal-header-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", serif;
  letter-spacing: 0;
  position: relative;
  text-transform: none; }
  .modal.g-sizing-chart .modal-header-title span:first-child {
    border: none;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0; }
  .modal.g-sizing-chart .modal-header-title span:last-child {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0.25rem 0; }

.modal.g-sizing-chart .modal-body {
  padding: 2rem 1rem; }
  .modal.g-sizing-chart .modal-body > :last-child {
    margin-bottom: auto; }

@media (min-width: 551px) {
  .modal.g-sizing-chart .modal-header-title span:first-child {
    font-size: 3rem; } }

@media (min-width: 801px) {
  .modal.g-sizing-chart .modal-header-title {
    padding: 0.5rem 0; }
    .modal.g-sizing-chart .modal-header-title span:last-child {
      font-weight: 600;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      padding: 0;
      padding-left: 1rem; } }

@media (min-width: 801px) {
  .modal.g-sizing-chart .modal-body[data-variant="flex"] {
    display: flex;
    gap: 2rem; } }

@media (min-width: 1261px) {
  .modal.g-sizing-chart .modal-body[data-variant="flex"] {
    gap: 0; } }

.modal.g-sizing-chart .modal-body[data-variant="flex"] .gsc-container {
  flex: 1; }

.gsc-pill {
  background-color: #adadad;
  border-radius: calc(1px * infinity);
  color: white;
  font-family: "Open Sans", serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-left: 1rem;
  padding: 0.25rem 2rem;
  text-align: center;
  width: fit-content; }

.gsc-callout {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  text-align: center; }
  .gsc-callout span {
    display: block;
    font-weight: 600; }

.gsc-container {
  max-width: 500px;
  margin: 1rem auto;
  padding-bottom: 3rem; }
  @media (min-width: 801px) {
    .gsc-container {
      padding-bottom: 1rem; } }

.gsc-grid {
  display: grid; }
  .gsc-grid > div {
    font-size: 1.25rem;
    padding: 1.5rem 0;
    text-align: center; }
  .gsc-grid .gsc-header {
    font-weight: 600; }
  @media (min-width: 551px) {
    .gsc-grid > div {
      font-size: 1.5rem; }
    .gsc-grid .gsc-header {
      font-size: 1.6rem; } }

.gsc-container[data-variant="compact"] {
  padding-bottom: 0; }
  .gsc-container[data-variant="compact"] .gsc-grid > div {
    padding: 0 0 0.75rem; }
  .gsc-container[data-variant="compact"] .gsc-grid .gsc-header {
    font-weight: 700;
    text-transform: uppercase; }

.gsc-grid-cols-1 {
  grid-template-columns: auto auto; }

.gsc-grid-cols-2 {
  grid-template-columns: 100px repeat(2, minmax(0, 1fr)); }

.gsc-r-border {
  border-right: 1px solid black;
  margin-right: 0.75rem; }

.gsc-b-border {
  border-bottom: 1px solid black; }

.gsc-footnote {
  font-style: italic;
  font-size: 1rem;
  margin-bottom: 1rem !important;
  text-align: center; }

.kah-footer {
  color: white;
  padding-top: 2.5rem;
  position: relative; }

.kah-footer-bg {
  background-color: #3e3e3d;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 20; }
  .kah-footer-bg img {
    display: none; }
  @media (min-width: 551px) {
    .kah-footer-bg img {
      display: block;
      object-fit: cover;
      object-position: center;
      transform: scale(2); } }
  @media (min-width: 1261px) {
    .kah-footer-bg img {
      transform: scale(1.5); } }

.kah-footer-logo {
  margin-bottom: 1.5rem;
  position: relative;
  margin-inline: auto;
  max-width: 1000px;
  z-index: 40; }
  .kah-footer-logo a {
    display: inline-block; }
  .kah-footer-logo img {
    height: 50px;
    opacity: 0.7;
    width: auto; }
  @media (min-width: 1261px) {
    .kah-footer-logo {
      max-width: none; } }

.kah-footer-content {
  display: grid;
  gap: 1.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 40; }
  @media (min-width: 551px) {
    .kah-footer-content {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (min-width: 801px) {
    .kah-footer-content {
      gap: 2rem 4rem;
      margin-inline: auto;
      max-width: 1000px; } }
  @media (min-width: 1261px) {
    .kah-footer-content {
      gap: 0;
      grid-template-columns: 16.66667% 16.66667% 41.66667% 25%;
      max-width: none; } }

.kah-footer-list ul {
  list-style: none;
  margin: 0;
  padding: 0 1rem; }

.kah-footer-list a {
  color: white;
  opacity: 0.7;
  text-decoration: none;
  transition: all 0.5s ease; }

.kah-footer-list a:hover {
  opacity: 1; }

.kah-footer-newsletter {
  container-name: footer-newsletter;
  container-type: inline-size;
  margin: 0 auto;
  max-width: 600px;
  width: 100%; }
  .kah-footer-newsletter p {
    color: white;
    margin-bottom: 1rem;
    opacity: 0.7; }
  @media (min-width: 551px) {
    .kah-footer-newsletter {
      grid-row-start: 2;
      grid-column: span 2;
      margin-top: 2.5rem; } }
  @media (min-width: 801px) {
    .kah-footer-newsletter {
      grid-row-start: auto;
      grid-column: auto;
      margin: 0; } }
  @media (min-width: 1261px) {
    .kah-footer-newsletter {
      padding-right: 1rem;
      margin-top: 0; } }

.kah-fn-input-group {
  display: flex;
  flex-direction: column;
  gap: 1rem; }

@container footer-newsletter (min-width: 500px) {
  .kah-fn-input-group {
    flex-direction: row; } }

.footer-info-heading {
  color: white;
  font-family: "Open Sans", serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 1rem 0; }
  @media (min-width: 1261px) {
    .footer-info-heading {
      margin-top: 0; } }

.kah-footer-partners {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 1rem; }
  .kah-footer-partners a {
    color: white;
    display: inline-block;
    opacity: 0.7; }
  @media (min-width: 551px) {
    .kah-footer-partners {
      grid-column: span 2; } }
  @media (min-width: 801px) {
    .kah-footer-partners {
      align-items: start;
      margin: 0;
      grid-column: auto; } }
  @media (min-width: 1261px) {
    .kah-footer-partners {
      padding-left: 2rem;
      padding-top: 0; } }
  @media (min-width: 1536px) {
    .kah-footer-partners {
      padding-left: 4rem; } }

.kah-fp-eoca-1pct {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem; }
  .kah-fp-eoca-1pct img {
    height: 90px;
    width: auto; }
  @media (min-width: 801px) {
    .kah-fp-eoca-1pct {
      flex-direction: row;
      gap: 1rem; }
      .kah-fp-eoca-1pct img {
        height: 75px; } }
  @media (min-width: 1261px) {
    .kah-fp-eoca-1pct img {
      height: 64px; } }

.kah-fp-conservation-all img {
  width: 200px; }

.kah-footer-legal {
  background-color: #3e3e3d;
  border-top: 1px solid #484848;
  padding: 2.5rem 0;
  position: relative;
  z-index: 40; }

.kah-fl-flex-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center; }
  @media (min-width: 1261px) {
    .kah-fl-flex-container {
      flex-direction: row;
      justify-content: space-between; } }

.kah-footer-copyright {
  font-size: 1rem;
  color: white;
  opacity: 0.7;
  text-align: center;
  line-height: 1.5; }

.kah-f-legal-links {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  gap: 1rem;
  list-style: none;
  margin: 0; }
  .kah-f-legal-links li a {
    color: white;
    opacity: 0.7;
    text-decoration: none;
    transition: all 0.5s ease; }
    .kah-f-legal-links li a:hover {
      opacity: 1; }
  @media (min-width: 801px) {
    .kah-f-legal-links {
      flex-direction: row;
      gap: 0; }
      .kah-f-legal-links li {
        display: flex;
        margin-bottom: 0; }
        .kah-f-legal-links li:not(:last-child)::after {
          content: "/";
          display: inline-block;
          margin: 0 0.75rem;
          opacity: 0.7;
          transform: scaleY(1.2) translateY(1px); } }

.kah-footer-social .socialLinks {
  line-height: 1; }

.kah-footer-social .socialLinks-item {
  margin-right: 1.25rem;
  margin-bottom: 0; }
  .kah-footer-social .socialLinks-item:first-child {
    margin-right: 0.75rem; }

.kah-footer-social .socialLinks .icon:hover svg {
  opacity: 1; }

.kah-footer-social .socialLinks .icon svg {
  fill: #fff;
  opacity: 0.7;
  transition: all 0.15s ease; }

.kah-footer-social .socialLinks--alt .icon {
  height: 2.1875rem;
  width: 2.1875rem; }

div[data-sub-layout="723c24b8-a9e4-4593-969f-d4dafc242404"] {
  padding-left: 0;
  padding-right: 0; }

.go3949826399 {
  display: none !important; }

.go3609421512 {
  display: flex !important; }

@media (min-width: 801px) {
  .go3609421512 {
    align-items: center !important; } }

.go2996894816 {
  justify-content: center !important; }

[data-layout-id="97c1c3e5-c95c-44d6-9167-440d6301cf1b"] {
  margin-top: -138px; }

[data-content-region="page_builder_content"] [data-test-id="hero-image-title"] p span {
  display: inline-block;
  font-family: Oswald, serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
  margin-top: 0;
  padding-bottom: 5px;
  position: relative;
  text-decoration: none !important;
  text-shadow: #fff 0 0 10px;
  text-transform: uppercase; }

[data-content-region="page_builder_content"] [data-test-id="hero-image-title"] p span::after {
  background-color: #c7202f;
  bottom: -10px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0; }

@media (min-width: 992px) {
  [data-content-region="page_builder_content"] [data-test-id="hero-image-title"] p span {
    font-size: 4rem; } }

[data-content-region="page_builder_content"] [data-layout-name="Layout"]:not(:first-of-type) {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%; }
  [data-content-region="page_builder_content"] [data-layout-name="Layout"]:not(:first-of-type) [data-edit-mode] {
    height: auto !important;
    width: 100% !important; }
    [data-content-region="page_builder_content"] [data-layout-name="Layout"]:not(:first-of-type) [data-edit-mode] img {
      height: auto !important;
      width: 100% !important; }
  @media (min-width: 701px) {
    [data-content-region="page_builder_content"] [data-layout-name="Layout"]:not(:first-of-type) [data-sub-layout] {
      flex-basis: 100%;
      max-width: 100%; } }
  @media (min-width: 768px) {
    [data-content-region="page_builder_content"] [data-layout-name="Layout"]:not(:first-of-type) {
      max-width: 720px; } }
  @media (min-width: 992px) {
    [data-content-region="page_builder_content"] [data-layout-name="Layout"]:not(:first-of-type) {
      justify-content: center;
      max-width: 960px; }
      [data-content-region="page_builder_content"] [data-layout-name="Layout"]:not(:first-of-type) [data-sub-layout] {
        flex-basis: 33.33333%;
        max-width: 33.33333%; } }
  @media (min-width: 1200px) {
    [data-content-region="page_builder_content"] [data-layout-name="Layout"]:not(:first-of-type) {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    [data-content-region="page_builder_content"] [data-layout-name="Layout"]:not(:first-of-type) {
      max-width: 1320px; } }

@media (min-width: 992px) {
  [data-content-region="page_builder_content"] [data-layout-name="Layout"]:nth-of-type(3) [data-sub-layout] {
    flex-basis: 100%;
    max-width: 100%; } }

[data-content-region="page_builder_content"] [data-layout-id="5851af4c-4046-4cdb-90c4-593a17ac34c7"] {
  margin-left: auto;
  margin-right: auto; }
  [data-content-region="page_builder_content"] [data-layout-id="5851af4c-4046-4cdb-90c4-593a17ac34c7"] center {
    text-align: center; }
    [data-content-region="page_builder_content"] [data-layout-id="5851af4c-4046-4cdb-90c4-593a17ac34c7"] center a {
      display: inline-block;
      width: auto; }

[data-content-region="page_builder_content"] [data-sub-layout-container="9c21ca7a-bf2f-401c-8957-7fa18f2e8841"],
[data-content-region="page_builder_content"] [data-sub-layout-container="445cad13-02a7-4dc4-8426-ff6cb451c412"] {
  padding-top: 0; }

body.has-banner .hero.philanthropy {
  margin-top: 0; }

.hero.philanthropy {
  margin-top: 91px;
  position: relative; }
  .hero.philanthropy img {
    display: block;
    height: 100%;
    max-height: 70vh;
    min-height: 250px;
    object-fit: cover;
    object-position: center 15%;
    width: 100%; }
  .hero.philanthropy .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .hero.philanthropy h1 {
    color: #fff;
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-shadow: #000 0 0 10px; }
  @media (min-width: 551px) {
    .hero.philanthropy img {
      min-height: 300px; } }
  @media (min-width: 801px) {
    .hero.philanthropy .content {
      left: initial;
      right: 5%;
      transform: translateY(-50%); }
    .hero.philanthropy img {
      min-height: 400px; } }

/** Begin styling Philanthropy sub pages **/
[data-content-region="page_builder_content"] [data-layout-id="a8c34e0f-09b6-4da4-87d0-c8dc95d315cd"] .go2845398657 [data-test-id="hero-image-title"] p,
[data-content-region="page_builder_content"] [data-layout-id="a8c34e0f-09b6-4da4-87d0-c8dc95d315cd"] .go3663659828 [data-test-id="hero-image-title"] p,
[data-content-region="page_builder_content"] [data-layout-id="a8c34e0f-09b6-4da4-87d0-c8dc95d315cd"] .go2302957671 [data-test-id="hero-image-title"] p,
[data-content-region="page_builder_content"] [data-layout-id="07b62b5d-c4b5-4e08-b913-b2dd33b276e4"] .go2845398657 [data-test-id="hero-image-title"] p,
[data-content-region="page_builder_content"] [data-layout-id="07b62b5d-c4b5-4e08-b913-b2dd33b276e4"] .go3663659828 [data-test-id="hero-image-title"] p,
[data-content-region="page_builder_content"] [data-layout-id="07b62b5d-c4b5-4e08-b913-b2dd33b276e4"] .go2302957671 [data-test-id="hero-image-title"] p,
[data-content-region="page_builder_content"] [data-layout-id="595f9918-b323-4288-846f-2b0bbbfaa2a9"] .go2845398657 [data-test-id="hero-image-title"] p,
[data-content-region="page_builder_content"] [data-layout-id="595f9918-b323-4288-846f-2b0bbbfaa2a9"] .go3663659828 [data-test-id="hero-image-title"] p,
[data-content-region="page_builder_content"] [data-layout-id="595f9918-b323-4288-846f-2b0bbbfaa2a9"] .go2302957671 [data-test-id="hero-image-title"] p {
  width: min-content;
  margin-top: 5rem; }

@media (min-width: 992px) {
  [data-content-region="page_builder_content"] [data-layout-id="a8c34e0f-09b6-4da4-87d0-c8dc95d315cd"] .go2845398657,
  [data-content-region="page_builder_content"] [data-layout-id="a8c34e0f-09b6-4da4-87d0-c8dc95d315cd"] .go3663659828,
  [data-content-region="page_builder_content"] [data-layout-id="a8c34e0f-09b6-4da4-87d0-c8dc95d315cd"] .go2302957671,
  [data-content-region="page_builder_content"] [data-layout-id="07b62b5d-c4b5-4e08-b913-b2dd33b276e4"] .go2845398657,
  [data-content-region="page_builder_content"] [data-layout-id="07b62b5d-c4b5-4e08-b913-b2dd33b276e4"] .go3663659828,
  [data-content-region="page_builder_content"] [data-layout-id="07b62b5d-c4b5-4e08-b913-b2dd33b276e4"] .go2302957671,
  [data-content-region="page_builder_content"] [data-layout-id="595f9918-b323-4288-846f-2b0bbbfaa2a9"] .go2845398657,
  [data-content-region="page_builder_content"] [data-layout-id="595f9918-b323-4288-846f-2b0bbbfaa2a9"] .go3663659828,
  [data-content-region="page_builder_content"] [data-layout-id="595f9918-b323-4288-846f-2b0bbbfaa2a9"] .go2302957671 {
    min-height: 60vh; } }

[data-content-region="page_builder_content"] [data-layout-id="a8c34e0f-09b6-4da4-87d0-c8dc95d315cd"] [data-sub-layout],
[data-content-region="page_builder_content"] [data-layout-id="07b62b5d-c4b5-4e08-b913-b2dd33b276e4"] [data-sub-layout],
[data-content-region="page_builder_content"] [data-layout-id="595f9918-b323-4288-846f-2b0bbbfaa2a9"] [data-sub-layout] {
  padding: 0; }

[data-content-region="page_builder_content"] [data-layout-id="a8c34e0f-09b6-4da4-87d0-c8dc95d315cd"] [data-edit-mode],
[data-content-region="page_builder_content"] [data-layout-id="07b62b5d-c4b5-4e08-b913-b2dd33b276e4"] [data-edit-mode],
[data-content-region="page_builder_content"] [data-layout-id="595f9918-b323-4288-846f-2b0bbbfaa2a9"] [data-edit-mode] {
  height: auto !important;
  width: 100% !important; }
  [data-content-region="page_builder_content"] [data-layout-id="a8c34e0f-09b6-4da4-87d0-c8dc95d315cd"] [data-edit-mode] img,
  [data-content-region="page_builder_content"] [data-layout-id="07b62b5d-c4b5-4e08-b913-b2dd33b276e4"] [data-edit-mode] img,
  [data-content-region="page_builder_content"] [data-layout-id="595f9918-b323-4288-846f-2b0bbbfaa2a9"] [data-edit-mode] img {
    max-width: 100% !important; }
    @media (max-width: 992px) {
      [data-content-region="page_builder_content"] [data-layout-id="a8c34e0f-09b6-4da4-87d0-c8dc95d315cd"] [data-edit-mode] img,
      [data-content-region="page_builder_content"] [data-layout-id="07b62b5d-c4b5-4e08-b913-b2dd33b276e4"] [data-edit-mode] img,
      [data-content-region="page_builder_content"] [data-layout-id="595f9918-b323-4288-846f-2b0bbbfaa2a9"] [data-edit-mode] img {
        margin-bottom: 2em !important; } }

[data-content-region="page_builder_content"] [data-layout-id="a8c34e0f-09b6-4da4-87d0-c8dc95d315cd"] [data-test-id="hero-image-title"] p span,
[data-content-region="page_builder_content"] [data-layout-id="07b62b5d-c4b5-4e08-b913-b2dd33b276e4"] [data-test-id="hero-image-title"] p span,
[data-content-region="page_builder_content"] [data-layout-id="595f9918-b323-4288-846f-2b0bbbfaa2a9"] [data-test-id="hero-image-title"] p span {
  text-shadow: #000 0 0 10px; }

[data-content-region="page_builder_content"] [data-layout-id="a8c34e0f-09b6-4da4-87d0-c8dc95d315cd"] [data-sub-layout-container]:not(:first-of-type),
[data-content-region="page_builder_content"] [data-layout-id="07b62b5d-c4b5-4e08-b913-b2dd33b276e4"] [data-sub-layout-container]:not(:first-of-type),
[data-content-region="page_builder_content"] [data-layout-id="595f9918-b323-4288-846f-2b0bbbfaa2a9"] [data-sub-layout-container]:not(:first-of-type) {
  justify-content: center;
  margin: 0 auto; }
  @media (min-width: 992px) {
    [data-content-region="page_builder_content"] [data-layout-id="a8c34e0f-09b6-4da4-87d0-c8dc95d315cd"] [data-sub-layout-container]:not(:first-of-type),
    [data-content-region="page_builder_content"] [data-layout-id="07b62b5d-c4b5-4e08-b913-b2dd33b276e4"] [data-sub-layout-container]:not(:first-of-type),
    [data-content-region="page_builder_content"] [data-layout-id="595f9918-b323-4288-846f-2b0bbbfaa2a9"] [data-sub-layout-container]:not(:first-of-type) {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    [data-content-region="page_builder_content"] [data-layout-id="a8c34e0f-09b6-4da4-87d0-c8dc95d315cd"] [data-sub-layout-container]:not(:first-of-type),
    [data-content-region="page_builder_content"] [data-layout-id="07b62b5d-c4b5-4e08-b913-b2dd33b276e4"] [data-sub-layout-container]:not(:first-of-type),
    [data-content-region="page_builder_content"] [data-layout-id="595f9918-b323-4288-846f-2b0bbbfaa2a9"] [data-sub-layout-container]:not(:first-of-type) {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    [data-content-region="page_builder_content"] [data-layout-id="a8c34e0f-09b6-4da4-87d0-c8dc95d315cd"] [data-sub-layout-container]:not(:first-of-type),
    [data-content-region="page_builder_content"] [data-layout-id="07b62b5d-c4b5-4e08-b913-b2dd33b276e4"] [data-sub-layout-container]:not(:first-of-type),
    [data-content-region="page_builder_content"] [data-layout-id="595f9918-b323-4288-846f-2b0bbbfaa2a9"] [data-sub-layout-container]:not(:first-of-type) {
      max-width: 1320px; } }
  [data-content-region="page_builder_content"] [data-layout-id="a8c34e0f-09b6-4da4-87d0-c8dc95d315cd"] [data-sub-layout-container]:not(:first-of-type) [data-sub-layout],
  [data-content-region="page_builder_content"] [data-layout-id="07b62b5d-c4b5-4e08-b913-b2dd33b276e4"] [data-sub-layout-container]:not(:first-of-type) [data-sub-layout],
  [data-content-region="page_builder_content"] [data-layout-id="595f9918-b323-4288-846f-2b0bbbfaa2a9"] [data-sub-layout-container]:not(:first-of-type) [data-sub-layout] {
    padding-left: 12px;
    padding-right: 12px;
    justify-content: center;
    width: 100%; }

/** End styling Philanthropy sub pages **/
.page.philanthropy {
  padding: 3rem 0; }
  .page.philanthropy .grey-hr {
    background-color: #ccc;
    height: 1px;
    width: 100%;
    margin: 5px 0 35px; }
    @media only screen and (min-width: 992px) {
      .page.philanthropy .grey-hr {
        margin: 5px 0 40px; } }
  .page.philanthropy .philanthropy-video-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 40px; }
    .page.philanthropy .philanthropy-video-wrapper > iframe {
      width: 100%;
      height: 315px; }
      @media only screen and (min-width: 992px) {
        .page.philanthropy .philanthropy-video-wrapper > iframe {
          margin: 0 auto;
          width: 75%;
          height: 500px; } }
  .page.philanthropy .application-cycles {
    margin-bottom: 3rem; }
    .page.philanthropy .application-cycles .cycle {
      margin: 5px 0; }
  .page.philanthropy .flex-container {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    .page.philanthropy .flex-container > div p {
      margin-bottom: 1.5rem; }
    .page.philanthropy .flex-container > div ul {
      padding-left: 1rem; }
  .page.philanthropy figure {
    margin: 0; }
    .page.philanthropy figure figcaption {
      color: #212529;
      margin: 0;
      padding: 5px 10px;
      text-align: center;
      font-size: 13px; }
  .page.philanthropy .apply-now {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem; }
    .page.philanthropy .apply-now .button {
      display: inline-block; }
  @media (min-width: 992px) {
    .page.philanthropy .flex-container {
      flex-direction: row;
      margin-bottom: 1rem; }
      .page.philanthropy .flex-container > figure,
      .page.philanthropy .flex-container > div {
        width: 50%; } }

.cats .hero.video-background {
  background: transparent;
  position: relative;
  min-height: 100vh;
  justify-content: center;
  display: flex;
  flex-direction: column; }
  .cats .hero.video-background.product-video-background {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 0; }
    @media (min-width: 992px) {
      .cats .hero.video-background.product-video-background {
        min-height: 100vh; } }
    .cats .hero.video-background.product-video-background > video {
      position: relative;
      min-height: auto; }
      @media (min-width: 992px) {
        .cats .hero.video-background.product-video-background > video {
          position: absolute;
          min-height: 100vh; } }
  .cats .hero.video-background > .hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.1); }
  .cats .hero.video-background > video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .cats .hero.video-background > .nanospikes-hero-text {
    position: relative;
    height: 100%;
    max-width: 80%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    z-index: 2; }
    .cats .hero.video-background > .nanospikes-hero-text#product-video-text {
      font-size: 1rem; }
      @media (min-width: 992px) {
        .cats .hero.video-background > .nanospikes-hero-text#product-video-text {
          font-size: 2rem;
          z-index: 2; } }
      .cats .hero.video-background > .nanospikes-hero-text#product-video-text h1 {
        color: #333;
        font-size: 3rem; }
        @media (min-width: 992px) {
          .cats .hero.video-background > .nanospikes-hero-text#product-video-text h1 {
            color: #fff;
            font-size: 3rem; } }
        .cats .hero.video-background > .nanospikes-hero-text#product-video-text h1 span {
          color: #333;
          font-size: 1rem;
          margin-bottom: 0;
          line-height: 1.5; }
          @media (min-width: 992px) {
            .cats .hero.video-background > .nanospikes-hero-text#product-video-text h1 span {
              color: #fff;
              font-size: 1.33rem;
              margin-bottom: 50px; } }
      .cats .hero.video-background > .nanospikes-hero-text#product-video-text .button {
        border-color: #000;
        color: #000;
        margin-bottom: 40px;
        text-transform: none; }
        .cats .hero.video-background > .nanospikes-hero-text#product-video-text .button:hover {
          color: #fff; }
        @media (min-width: 980px) {
          .cats .hero.video-background > .nanospikes-hero-text#product-video-text .button {
            border-color: #fff;
            color: #fff;
            margin-bottom: 0; } }
    @media (min-width: 992px) {
      .cats .hero.video-background > .nanospikes-hero-text {
        max-width: 60%; } }
    .cats .hero.video-background > .nanospikes-hero-text h1 {
      color: #fff;
      text-shadow: none;
      text-align: center;
      text-transform: uppercase;
      font-weight: normal;
      font-size: 3rem;
      line-height: 1.2; }
      @media (min-width: 992px) {
        .cats .hero.video-background > .nanospikes-hero-text h1 {
          font-size: 4rem; } }
      .cats .hero.video-background > .nanospikes-hero-text h1 span {
        display: block;
        color: #fff;
        font-size: 1.3rem;
        text-transform: none;
        margin: 30px auto 50px auto;
        font-family: "Open Sans", sans-serif;
        line-height: 1.5; }
        .cats .hero.video-background > .nanospikes-hero-text h1 span > sup {
          font-size: 50%;
          top: -0.8em; }
        @media (min-width: 992px) {
          .cats .hero.video-background > .nanospikes-hero-text h1 span {
            font-size: 1.8rem; } }
    .cats .hero.video-background > .nanospikes-hero-text .button {
      background-color: transparent;
      border-color: #fff;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .cats .hero.video-background > .nanospikes-hero-text .button:hover {
        background-color: #c7202f;
        border-color: #c7202f; }

.nanospikes-embedded-video-caption {
  border-top: 1px solid #ccc;
  font-size: 1rem;
  padding: 80px 40px;
  text-align: center;
  line-height: normal; }
  @media (min-width: 768px) {
    .nanospikes-embedded-video-caption {
      font-size: 1.33rem;
      padding: 80px 60px; } }
  @media (min-width: 992px) {
    .nanospikes-embedded-video-caption {
      font-size: 1.33rem;
      padding: 80px; } }
  .nanospikes-embedded-video-caption > sup {
    font-size: 50%;
    top: -0.8em; }
  .nanospikes-embedded-video-caption h1 {
    font-size: 3rem;
    margin-bottom: 30px;
    line-height: 1.2; }

.nanospikes-embedded-video {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .nanospikes-embedded-video iframe {
    min-height: 500px;
    height: 100%;
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .nanospikes-embedded-video iframe {
        min-height: 90vh; } }

.nanospikes-shop-nanospikes {
  margin: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .nanospikes-shop-nanospikes h1 {
    text-align: center;
    line-height: 1.2;
    margin-top: 40px;
    font-size: 2.5rem; }
  .nanospikes-shop-nanospikes a.button {
    text-transform: uppercase; }
  .nanospikes-shop-nanospikes .nanospikes-product-thumbnails {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0 60px;
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .nanospikes-shop-nanospikes .nanospikes-product-thumbnails {
        flex-direction: row;
        justify-content: space-evenly; } }
    .nanospikes-shop-nanospikes .nanospikes-product-thumbnails .nanospikes-product-thumbnail {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 60px; }
      .nanospikes-shop-nanospikes .nanospikes-product-thumbnails .nanospikes-product-thumbnail:last-child {
        margin-bottom: 0; }
      @media only screen and (min-width: 992px) {
        .nanospikes-shop-nanospikes .nanospikes-product-thumbnails .nanospikes-product-thumbnail {
          margin-bottom: 0; } }
      .nanospikes-shop-nanospikes .nanospikes-product-thumbnails .nanospikes-product-thumbnail > img {
        width: 90%; }
        @media only screen and (min-width: 992px) {
          .nanospikes-shop-nanospikes .nanospikes-product-thumbnails .nanospikes-product-thumbnail > img {
            width: 100%; } }
      .nanospikes-shop-nanospikes .nanospikes-product-thumbnails .nanospikes-product-thumbnail > span {
        display: block;
        margin-top: 40px;
        min-width: 220px; }
        .nanospikes-shop-nanospikes .nanospikes-product-thumbnails .nanospikes-product-thumbnail > span > .nanospikes-swatch {
          display: inline-block;
          width: 60px;
          height: 60px;
          border: 1px solid #000;
          vertical-align: middle;
          margin-right: 20px; }
          .nanospikes-shop-nanospikes .nanospikes-product-thumbnails .nanospikes-product-thumbnail > span > .nanospikes-swatch.olympic-coast {
            background-color: #185a5c; }
          .nanospikes-shop-nanospikes .nanospikes-product-thumbnails .nanospikes-product-thumbnail > span > .nanospikes-swatch.charcoal {
            background-color: #3e3d3d; }

.nanospikes-product-slider {
  /* mobile ****************************/
  /* desktop ****************************/
  /* nav ****************************/
  /* feature 1 desktop ****************************/
  /* feature 2 desktop ****************************/
  /* feature 3 desktop ****************************/
  /* feature 4 desktop ****************************/
  /* desktop ****************************/ }
  .nanospikes-product-slider sup {
    font-size: 50%;
    top: -0.8em; }
  .nanospikes-product-slider img {
    height: auto;
    width: 100%; }
  .nanospikes-product-slider .product {
    background-color: #fff;
    color: #212529;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    position: relative; }
  .nanospikes-product-slider .product h3 {
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 15px;
    padding: 0; }
  .nanospikes-product-slider .product h4 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    padding: 0; }
  .nanospikes-product-slider .product-mobile {
    background-image: url("../img/nanospikes/bg-stripe-vertical.svg");
    background-origin: border-box;
    background-position: top 80px center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
    text-align: center;
    width: 100vw; }
  .nanospikes-product-slider .product-mobile .product-traction-plate-mobile {
    background-image: url("../img/nanospikes/traction-plate-mobile.webp");
    background-position: left -230px top 300px;
    background-repeat: no-repeat;
    background-size: auto 700px;
    height: 1000px;
    left: 0;
    position: absolute;
    width: 100vw;
    z-index: 1; }
  .nanospikes-product-slider .product-mobile .product-logo {
    margin: 40px 0 20px 0;
    width: 80vw; }
  .nanospikes-product-slider .product-mobile .product-feature {
    padding: 40px 20px;
    position: relative;
    z-index: 2; }
  .nanospikes-product-slider .product-mobile .product-caption {
    text-align: left; }
  .nanospikes-product-slider #product-image-2-mobile {
    left: -100px;
    margin-bottom: 20px;
    position: relative;
    width: calc(100% + 100px); }
  .nanospikes-product-slider #product-caption-2a-mobile {
    margin-bottom: 20px; }
  .nanospikes-product-slider #product-image-3-mobile {
    margin-bottom: 20px;
    position: relative;
    right: 0;
    width: calc(100% + 20px); }
  .nanospikes-product-slider #product-image-4-mobile {
    width: 70vw; }
  .nanospikes-product-slider .product-full {
    background-image: url("../img/nanospikes/bg-stripe-horizontal.svg");
    background-origin: border-box;
    background-position: left -20px center;
    background-repeat: no-repeat;
    background-size: auto 760px;
    display: none;
    height: 600px;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    scroll-behavior: smooth;
    width: 100vw; }
  .nanospikes-product-slider .product-full-scroll {
    display: inline-grid;
    grid-template-columns: 860px 960px 800px 640px;
    height: 600px; }
  .nanospikes-product-slider .product-full .product-logo {
    left: 80px;
    margin: 0;
    position: absolute;
    top: 40px;
    width: 300px; }
  .nanospikes-product-slider .product-full .product-feature {
    position: relative;
    z-index: 2; }
  .nanospikes-product-slider .product-full .product-caption {
    text-align: left; }
  .nanospikes-product-slider .product-full .product-traction-plate-full {
    background-image: url("../img/nanospikes/traction-plate.webp");
    background-position: left -100px top -270px;
    background-repeat: no-repeat;
    background-size: auto 1000px;
    display: block;
    height: 600px;
    left: 660px;
    position: absolute;
    width: 600px;
    z-index: 1; }
  .nanospikes-product-slider .product-nav {
    display: none;
    height: 590px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 3; }
  .nanospikes-product-slider .product-nav img {
    filter: drop-shadow(0px 0px 1px #999);
    height: 80px;
    transition: all 0.2s ease;
    width: auto;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
  .nanospikes-product-slider .product-nav-left {
    background: linear-gradient(90deg, #fff, white 10px, rgba(255, 255, 255, 0));
    display: none;
    height: 600px;
    left: 0;
    padding: 260px 0 0 20px;
    position: absolute;
    width: 100px; }
  .nanospikes-product-slider .product-nav-right {
    background: linear-gradient(-90deg, #fff, white 10px, rgba(255, 255, 255, 0));
    height: 600px;
    padding: 260px 40px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100px; }
  .nanospikes-product-slider #product-image-1-full {
    margin-left: 40px;
    margin-top: 160px;
    width: 560px; }
  .nanospikes-product-slider #product-caption-1-full {
    font-weight: 600;
    position: absolute;
    right: 100px;
    top: 130px;
    width: 300px; }
  .nanospikes-product-slider #product-image-2-full {
    margin-top: 100px;
    width: 700px; }
  .nanospikes-product-slider #product-caption-2a-full {
    position: absolute;
    left: 560px;
    top: 80px;
    width: 300px; }
  .nanospikes-product-slider #product-caption-2b-full {
    bottom: 50px;
    left: 350px;
    position: absolute;
    width: 300px; }
  .nanospikes-product-slider #product-image-3-full {
    width: 700px; }
  .nanospikes-product-slider #product-caption-3-full {
    left: 160px;
    position: absolute;
    top: 370px;
    width: 500px; }
  .nanospikes-product-slider #product-image-4-full {
    margin-top: 50px;
    width: 300px; }
  .nanospikes-product-slider #product-caption-4-full {
    position: absolute;
    right: 40px;
    top: 370px;
    width: 300px; }
  @media (min-width: 992px) {
    .nanospikes-product-slider .product-mobile {
      display: none; }
    .nanospikes-product-slider .product-full {
      display: block; }
    .nanospikes-product-slider .product-nav {
      display: block; }
    .nanospikes-product-slider ::-webkit-scrollbar {
      height: 0; }
    .nanospikes-product-slider ::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0); }
    .nanospikes-product-slider ::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.5);
      border-left: 1px solid rgba(0, 0, 0, 0);
      border-right: 1px solid rgba(0, 0, 0, 0); }
    .nanospikes-product-slider ::-webkit-scrollbar-thumb:hover {
      background: rgba(0, 0, 0, 0.9); } }

body.renagaiter-landing {
  background-size: cover; }
  body.renagaiter-landing #site-wide-banner {
    display: none !important; }
  body.renagaiter-landing .product-landing-page .hero {
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-height: 60vh;
    background-position: 80% 0; }
    @media only screen and (min-width: 768px) {
      body.renagaiter-landing .product-landing-page .hero {
        min-height: 82vh;
        background-position: 80% 0; } }
    @media only screen and (min-width: 996px) {
      body.renagaiter-landing .product-landing-page .hero {
        background-position: center; } }
    body.renagaiter-landing .product-landing-page .hero > div {
      width: 90%;
      margin: 0 auto;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        body.renagaiter-landing .product-landing-page .hero > div {
          width: 70%; } }
      @media only screen and (min-width: 996px) {
        body.renagaiter-landing .product-landing-page .hero > div {
          width: 80%; } }
    body.renagaiter-landing .product-landing-page .hero .renagaiter-intro {
      text-transform: uppercase;
      color: #fff;
      box-shadow: none;
      text-shadow: none;
      font-size: 1rem;
      font-family: "Conthrax", sans-serif; }
      @media only screen and (min-width: 768px) {
        body.renagaiter-landing .product-landing-page .hero .renagaiter-intro {
          font-size: 1.4rem; } }
      @media only screen and (min-width: 996px) {
        body.renagaiter-landing .product-landing-page .hero .renagaiter-intro {
          font-size: 1.5rem; } }
    body.renagaiter-landing .product-landing-page .hero .renagaiter-logo {
      width: 100%; }
      @media only screen and (min-width: 996px) {
        body.renagaiter-landing .product-landing-page .hero .renagaiter-logo {
          width: 600px; } }
  body.renagaiter-landing #main-content .wrapper {
    color: #fff; }
    @media only screen and (min-width: 1400px) {
      body.renagaiter-landing #main-content .wrapper .container {
        max-width: 1000px; } }
  body.renagaiter-landing .content-row {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      body.renagaiter-landing .content-row {
        flex-direction: row;
        justify-content: center; } }
    body.renagaiter-landing .content-row.overlapping-row {
      margin-bottom: 40px; }
      @media only screen and (min-width: 992px) {
        body.renagaiter-landing .content-row.overlapping-row {
          margin-bottom: -20px; } }
    body.renagaiter-landing .content-row .content-blurb {
      margin-bottom: 40px;
      text-align: center; }
    body.renagaiter-landing .content-row .content-learn-more {
      margin: 80px 0;
      text-align: center; }
    body.renagaiter-landing .content-row .content-buy-now {
      text-align: center; }
      body.renagaiter-landing .content-row .content-buy-now img {
        display: block;
        margin: 20px auto;
        width: 100%; }
        @media only screen and (min-width: 768px) {
          body.renagaiter-landing .content-row .content-buy-now img {
            width: 650px; } }
    body.renagaiter-landing .content-row .content-text {
      flex: 1;
      text-align: left;
      justify-content: center;
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width: 768px) {
        body.renagaiter-landing .content-row .content-text {
          text-align: right; } }
      body.renagaiter-landing .content-row .content-text h3 {
        margin-bottom: 0;
        margin-top: 0;
        color: #fff;
        font-family: "Conthrax", sans-serif; }
      body.renagaiter-landing .content-row .content-text p {
        line-height: normal;
        margin: 15px 0 25px; }
    body.renagaiter-landing .content-row .content-img {
      flex: 0;
      text-align: left;
      margin-left: 0;
      margin-right: 0; }
      @media only screen and (min-width: 768px) {
        body.renagaiter-landing .content-row .content-img {
          margin-left: 30px; } }
      body.renagaiter-landing .content-row .content-img img {
        width: 100%; }
        @media only screen and (min-width: 768px) {
          body.renagaiter-landing .content-row .content-img img {
            width: 300px; } }
        @media only screen and (min-width: 1200px) {
          body.renagaiter-landing .content-row .content-img img {
            width: 350px; } }
    body.renagaiter-landing .content-row .red-line {
      border-bottom: 2px solid red;
      width: 160px;
      height: 4px;
      background-color: red;
      z-index: 99;
      position: relative;
      margin-left: 0;
      margin-right: auto; }
      @media only screen and (min-width: 768px) {
        body.renagaiter-landing .content-row .red-line {
          margin-left: auto;
          margin-right: 0; } }
    body.renagaiter-landing .content-row.left-row {
      flex-direction: column-reverse; }
      @media only screen and (min-width: 768px) {
        body.renagaiter-landing .content-row.left-row {
          flex-direction: row; } }
      body.renagaiter-landing .content-row.left-row .content-text {
        text-align: left; }
        @media only screen and (min-width: 768px) {
          body.renagaiter-landing .content-row.left-row .content-text {
            text-align: left; } }
      body.renagaiter-landing .content-row.left-row .content-img {
        text-align: right;
        margin-left: 0;
        margin-right: 0; }
        @media only screen and (min-width: 768px) {
          body.renagaiter-landing .content-row.left-row .content-img {
            margin-right: 30px; } }
      body.renagaiter-landing .content-row.left-row .red-line {
        margin-left: 0;
        margin-right: auto; }
  body.renagaiter-landing footer.footer {
    border-top: 0; }

body.two-percent-landing {
  background-size: cover; }
  body.two-percent-landing .container .product-landing-page .container {
    margin: 40px auto; }
  body.two-percent-landing #site-wide-banner {
    display: none !important; }
  body.two-percent-landing .product-landing-page .content-icon {
    margin: 0 auto 40px;
    display: block;
    width: 100px; }
  body.two-percent-landing .product-landing-page .hero {
    min-height: 60vh;
    margin: 85px 0 0 0;
    padding: 10px;
    background-position: center 80px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      body.two-percent-landing .product-landing-page .hero {
        min-height: 82vh;
        background-position: center 40px; } }
    @media only screen and (min-width: 996px) {
      body.two-percent-landing .product-landing-page .hero {
        background-position: center 40px; } }
    body.two-percent-landing .product-landing-page .hero .graphics {
      flex-basis: 50%;
      position: relative;
      text-align: right;
      display: none; }
      @media only screen and (min-width: 992px) {
        body.two-percent-landing .product-landing-page .hero .graphics {
          display: block; } }
      body.two-percent-landing .product-landing-page .hero .graphics .product {
        width: 250px; }
        @media only screen and (min-width: 1200px) {
          body.two-percent-landing .product-landing-page .hero .graphics .product {
            width: 320px;
            margin-top: -60px; } }
    body.two-percent-landing .product-landing-page .hero .text {
      flex-basis: 50%;
      margin: 20px 0 0 0; }
      @media only screen and (min-width: 992px) {
        body.two-percent-landing .product-landing-page .hero .text {
          margin: 0; } }
      body.two-percent-landing .product-landing-page .hero .text h1 {
        color: #2b5335;
        font-size: 4.5rem;
        font-family: Oswald, serif;
        font-weight: 700;
        line-height: 3rem;
        margin: 0 0 40px 0;
        text-shadow: #fff 0 0 10px;
        text-transform: uppercase; }
        body.two-percent-landing .product-landing-page .hero .text h1 .line-1 {
          align-items: center;
          display: flex;
          gap: 20px;
          margin-bottom: 15px;
          max-width: 400px; }
          body.two-percent-landing .product-landing-page .hero .text h1 .line-1 > span:nth-child(2) {
            font-size: 2rem;
            text-transform: uppercase; }
        body.two-percent-landing .product-landing-page .hero .text h1 .line-2 {
          padding-left: 40px; }
      body.two-percent-landing .product-landing-page .hero .text h2 {
        color: #fff;
        font-size: 1rem;
        font-style: italic;
        font-weight: 600;
        margin-bottom: 40px;
        text-shadow: #000 0 0 10px; }
    body.two-percent-landing .product-landing-page .hero .wrapper {
      display: flex;
      margin: 0 auto; }
      @media only screen and (min-width: 810px) {
        body.two-percent-landing .product-landing-page .hero .wrapper {
          margin-left: 60px; } }
      @media only screen and (min-width: 996px) {
        body.two-percent-landing .product-landing-page .hero .wrapper {
          margin: 0 auto;
          width: 1200px; } }
  body.two-percent-landing .product-landing-page .callout {
    background-color: #2b5335;
    width: 100%;
    display: flex;
    flex-direction: row; }
    body.two-percent-landing .product-landing-page .callout > .breakout-image {
      display: none; }
    body.two-percent-landing .product-landing-page .callout > .callout-text {
      padding: 35px 20px; }
      body.two-percent-landing .product-landing-page .callout > .callout-text > h2 {
        color: #fff;
        text-align: center;
        text-shadow: none;
        text-transform: none;
        font-style: italic;
        font-size: 1.14rem;
        font-family: "Open Sans", serif;
        font-weight: normal;
        margin-bottom: 0; }
    @media only screen and (min-width: 1200px) {
      body.two-percent-landing .product-landing-page .callout {
        border-radius: 5px;
        margin: -55px auto 0 auto;
        width: 700px; }
        body.two-percent-landing .product-landing-page .callout > .breakout-image {
          width: 250px;
          display: block; }
          body.two-percent-landing .product-landing-page .callout > .breakout-image > .badge {
            margin: -60px 0 -60px -60px;
            width: 250px; }
        body.two-percent-landing .product-landing-page .callout > .callout-text {
          padding: 20px; }
          body.two-percent-landing .product-landing-page .callout > .callout-text > h2 {
            text-align: left; } }
  body.two-percent-landing .product-landing-page .order-now-button {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px; }
    body.two-percent-landing .product-landing-page .order-now-button .button--primary {
      border-color: #2b5335;
      color: #2b5335;
      background-color: transparent; }
      body.two-percent-landing .product-landing-page .order-now-button .button--primary:hover {
        background-color: #2b5335;
        color: #fff; }
    @media only screen and (min-width: 1200px) {
      body.two-percent-landing .product-landing-page .order-now-button.mobile-only {
        display: none; } }
  body.two-percent-landing .product-landing-page .mobile-badge-and-product {
    position: relative;
    width: 90%;
    margin: 0 auto 30px; }
    @media only screen and (min-width: 810px) {
      body.two-percent-landing .product-landing-page .mobile-badge-and-product {
        margin: 0 auto;
        width: 55%; } }
    @media only screen and (min-width: 1200px) {
      body.two-percent-landing .product-landing-page .mobile-badge-and-product {
        display: none; } }
    body.two-percent-landing .product-landing-page .mobile-badge-and-product > .badge {
      position: absolute;
      width: 150px;
      max-width: 150px !important; }
    body.two-percent-landing .product-landing-page .mobile-badge-and-product > .product {
      text-align: right; }
      body.two-percent-landing .product-landing-page .mobile-badge-and-product > .product > img {
        width: 250px; }
  body.two-percent-landing .product-landing-page .two-percent-content > .green-line {
    height: 5px;
    margin: 0 auto 40px;
    display: block;
    width: 150px;
    background-color: #2b5335; }
  body.two-percent-landing .product-landing-page .two-percent-content > h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 25px; }
  body.two-percent-landing .product-landing-page .two-percent-content > p {
    text-justify: inter-word; }
    body.two-percent-landing .product-landing-page .two-percent-content > p:last-child {
      margin-bottom: 0; }
      @media only screen and (min-width: 1200px) {
        body.two-percent-landing .product-landing-page .two-percent-content > p:last-child {
          margin-bottom: 0; } }
  body.two-percent-landing .product-landing-page .two-percent-footer {
    background-color: #2b5335;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0 0;
    gap: 40px; }
    body.two-percent-landing .product-landing-page .two-percent-footer > .footer-callout {
      padding: 0 20px;
      margin-bottom: 0; }
      body.two-percent-landing .product-landing-page .two-percent-footer > .footer-callout:first-child {
        margin-bottom: 20px; }
      body.two-percent-landing .product-landing-page .two-percent-footer > .footer-callout > .content-icon {
        margin-bottom: 20px; }
      body.two-percent-landing .product-landing-page .two-percent-footer > .footer-callout > h3 {
        margin: 0 auto 20px;
        text-align: center;
        font-size: 1.5rem;
        color: #fff; }
      body.two-percent-landing .product-landing-page .two-percent-footer > .footer-callout > p {
        text-align: center;
        text-justify: inter-word;
        font-size: 1.25rem;
        color: #fff;
        max-width: 700px; }
        body.two-percent-landing .product-landing-page .two-percent-footer > .footer-callout > p > a {
          color: #fff; }
        body.two-percent-landing .product-landing-page .two-percent-footer > .footer-callout > p:last-child {
          margin-bottom: 0; }
    body.two-percent-landing .product-landing-page .two-percent-footer > .order-now-button {
      margin-top: 20px;
      margin-bottom: 20px; }
      body.two-percent-landing .product-landing-page .two-percent-footer > .order-now-button .button--primary {
        background-color: transparent;
        border-color: #fff;
        color: #fff; }
        body.two-percent-landing .product-landing-page .two-percent-footer > .order-now-button .button--primary:hover {
          background-color: #fff;
          color: #2b5335; }
    body.two-percent-landing .product-landing-page .two-percent-footer > .footer-mountains {
      min-height: 50px;
      background-position: bottom center;
      background-size: contain;
      background-repeat: repeat-x;
      width: 100%; }
      @media only screen and (min-width: 810px) {
        body.two-percent-landing .product-landing-page .two-percent-footer > .footer-mountains {
          min-height: 100px; } }
      @media only screen and (min-width: 1200px) {
        body.two-percent-landing .product-landing-page .two-percent-footer > .footer-mountains {
          min-height: 190px; } }
  body.two-percent-landing .product-landing-page > .wrapper > .container {
    flex-direction: column;
    gap: 20px;
    display: flex; }
    @media only screen and (min-width: 810px) {
      body.two-percent-landing .product-landing-page > .wrapper > .container {
        gap: 40px; } }
  @media only screen and (min-width: 1400px) {
    body.two-percent-landing #main-content .wrapper .container {
      max-width: 1000px; } }
  body.two-percent-landing footer.footer {
    border-top: 0; }

#designed-by-disaster {
  display: flex;
  flex-direction: column; }
  #designed-by-disaster .container {
    display: block;
    max-width: 1440px;
    margin: auto; }

.dbd-hero {
  background: transparent;
  position: relative;
  min-height: 100vh;
  justify-content: center;
  display: flex;
  flex-direction: column; }
  .dbd-hero video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .dbd-hero .dbd-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.1); }

.dbd-hero-text {
  position: relative;
  height: 100%;
  max-width: 80%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  z-index: 2; }
  .dbd-hero-text h1 {
    color: #fff;
    text-shadow: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2; }
    @media (min-width: 992px) {
      .dbd-hero-text h1 {
        font-size: 4rem; } }
    .dbd-hero-text h1 span {
      display: block;
      color: #fff;
      font-size: 1.3rem;
      text-transform: none;
      margin: 30px auto 50px auto;
      font-family: "Open Sans", sans-serif;
      line-height: 1.5; }
      @media (min-width: 992px) {
        .dbd-hero-text h1 span {
          font-size: 1.8rem; } }
  .dbd-hero-text .button {
    background-color: transparent;
    border-color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .dbd-hero-text .button:hover {
      background-color: #c7202f;
      border-color: #c7202f; }
  @media (min-width: 992px) {
    .dbd-hero-text {
      max-width: 60%; } }

.dbd-about {
  background-color: #3e3e3d;
  padding: 3rem 1rem; }
  .dbd-about p {
    color: white;
    margin: 0;
    font-family: Open Sans;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: 1.5;
    text-align: left; }
    .dbd-about p span {
      font-weight: 700; }
    .dbd-about p a {
      color: white; }
    .dbd-about p a:hover {
      color: white; }
  @media (min-width: 801px) {
    .dbd-about {
      padding: 3rem; }
      .dbd-about p {
        text-align: center; } }

.dbd-film-laurels {
  background-color: #3e3e3d;
  padding: 0 1rem 3rem 1rem; }
  .dbd-film-laurels .mobile > div,
  .dbd-film-laurels .desktop > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem; }
    .dbd-film-laurels .mobile > div div,
    .dbd-film-laurels .desktop > div div {
      flex: 1; }
  .dbd-film-laurels img {
    max-width: 100%; }
  .dbd-film-laurels .mobile {
    display: block; }
    .dbd-film-laurels .mobile > div {
      gap: 1rem;
      margin-bottom: 1.5rem; }
    .dbd-film-laurels .mobile > div:nth-child(3) {
      margin-bottom: 1rem; }
    .dbd-film-laurels .mobile > div:nth-child(3) div,
    .dbd-film-laurels .mobile > div:nth-child(4) div,
    .dbd-film-laurels .mobile > div:nth-child(5) div,
    .dbd-film-laurels .mobile > div:nth-child(6) div {
      max-width: 33.33333%; }
  .dbd-film-laurels .desktop {
    display: none; }
  @media (min-width: 801px) {
    .dbd-film-laurels {
      padding: 0rem 3rem 3rem 3rem; }
      .dbd-film-laurels .mobile {
        display: none; }
      .dbd-film-laurels .desktop {
        display: block; }
        .dbd-film-laurels .desktop > div:first-child {
          margin-bottom: 3rem; }
        .dbd-film-laurels .desktop > div:nth-child(2) {
          margin-bottom: 2.5rem; }
        .dbd-film-laurels .desktop > div > div {
          max-width: 20%; } }
  @media (min-width: 1261px) {
    .dbd-film-laurels {
      padding: 3rem 3rem 5rem 3rem; } }

#dbd-film {
  position: relative;
  padding-top: 56.25%; }
  #dbd-film iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.dbd-tour-dates {
  background-color: #3e3e3d;
  padding: 1rem; }
  .dbd-tour-dates h2 {
    font-family: Oswald;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.25px;
    text-align: center;
    color: #fff;
    text-shadow: none;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem; }
  .dbd-tour-dates p {
    font-family: Open Sans;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    margin-bottom: 0.5rem; }
  @media (min-width: 551px) {
    .dbd-tour-dates {
      padding: 5rem; } }

.dbd-tour-dates h2 {
  margin-bottom: 2rem; }

.dbd-tour-dates .accordion {
  max-width: 1000px;
  margin: auto; }
  .dbd-tour-dates .accordion .content {
    background-color: white;
    display: none; }
  .dbd-tour-dates .accordion .content h3,
  .dbd-tour-dates .accordion .content p,
  .dbd-tour-dates .accordion .content a {
    color: #333;
    font-size: 1.25rem;
    font-family: "Open Sans", serif;
    line-height: 1.5;
    text-align: left;
    margin: 0; }
  .dbd-tour-dates .accordion .content a {
    background-color: transparent;
    color: revert;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    text-decoration: underline;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px; }
  .dbd-tour-dates .accordion .content a img {
    height: 12px; }

#arctic-alchemy {
  display: flex;
  flex-direction: column; }
  #arctic-alchemy .container {
    display: block;
    max-width: 1440px;
    margin: auto; }

.aa-hero {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  position: relative; }
  .aa-hero video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .aa-hero .aa-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3); }

.aa-hero-content {
  height: 100%;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  text-align: center;
  z-index: 2; }
  .aa-hero-content h1 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0.75rem 0;
    text-shadow: none;
    text-transform: uppercase; }
    @media (min-width: 551px) {
      .aa-hero-content h1 {
        font-size: 3rem; } }
    @media (min-width: 801px) {
      .aa-hero-content h1 {
        font-size: 4rem; } }
  .aa-hero-content h2 {
    color: #fff;
    font-family: "Open Sans", serif;
    font-size: 1.2rem;
    margin: 0;
    text-shadow: none;
    text-transform: none; }
    @media (min-width: 801px) {
      .aa-hero-content h2 {
        font-size: 1.8rem; } }
  .aa-hero-content .button {
    background-color: transparent;
    border-color: #fff;
    display: inline-block;
    font-size: 1rem;
    margin-top: 4rem;
    text-transform: uppercase; }
    .aa-hero-content .button:hover {
      background-color: #c7202f;
      border-color: #c7202f; }
    @media (min-width: 801px) {
      .aa-hero-content .button {
        font-size: 1.2rem; } }

.aa-synopsis {
  background-color: #3e3e3d;
  padding: 3rem 1rem 0 1rem;
  text-align: center; }
  .aa-synopsis p {
    color: white;
    margin: 0 0 2rem 0;
    font-family: "Open Sans", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal; }
  .aa-synopsis .aa-film-logos > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem; }
  .aa-synopsis .aa-film-logos .row-1 {
    margin-bottom: 2rem; }
  .aa-synopsis .aa-film-logos .row-1 a {
    display: block;
    max-width: 33.33333%; }
  .aa-synopsis .aa-film-logos .row-1 a.alpacka {
    max-width: 25%; }
  .aa-synopsis .aa-film-logos .row-2 a {
    display: block;
    max-width: 20%; }
  .aa-synopsis .aa-film-logos img {
    height: auto;
    width: 100%; }
  @media (min-width: 801px) {
    .aa-synopsis p {
      font-size: 1.4rem; }
    .aa-synopsis .aa-film-logos .row-1 {
      gap: 2rem;
      margin-bottom: 4rem; }
      .aa-synopsis .aa-film-logos .row-1 a {
        max-width: 16.66667%; }
      .aa-synopsis .aa-film-logos .row-1 a.alpacka {
        max-width: 14.28571%; }
    .aa-synopsis .aa-film-logos .row-2 {
      gap: 2rem; }
      .aa-synopsis .aa-film-logos .row-2 a {
        max-width: 10%; } }

#aa-video {
  background-color: #3e3e3d;
  padding: 6rem 0; }
  #aa-video iframe {
    height: 316px;
    width: 100%; }
  @media (min-width: 801px) {
    #aa-video iframe {
      height: 451px; } }
  @media (min-width: 1261px) {
    #aa-video iframe {
      height: 810px; } }

.aa-conservation {
  background-color: #3e3e3d;
  padding: 0 1rem 5rem 1rem;
  text-align: center; }
  .aa-conservation h2 {
    color: #fff;
    font-family: "Oswald", serif;
    font-size: 3rem;
    font-weight: 700;
    margin: 2rem 0;
    text-shadow: none;
    text-transform: uppercase; }
  .aa-conservation p {
    color: #fff;
    font-family: "Open Sans", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 2rem 0; }
  .aa-conservation img {
    display: block;
    margin: 0 auto 2rem auto;
    max-width: 180px; }
  .aa-conservation .button {
    display: inline-block;
    width: 100%; }
  @media (min-width: 551px) {
    .aa-conservation p {
      text-align: center; }
    .aa-conservation .button {
      width: auto; } }
  @media (min-width: 801px) {
    .aa-conservation p {
      font-size: 1.4rem; }
    .aa-conservation img {
      margin-bottom: 1rem; } }

body.has-banner .hero.conservation {
  margin-top: 0; }

.hero.conservation {
  margin-top: 91px;
  position: relative; }
  .hero.conservation .hero-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1; }
  .hero.conservation img {
    display: block;
    height: 100%;
    max-height: 60vh;
    min-height: 250px;
    object-fit: cover;
    width: 100%; }
  .hero.conservation .content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    padding: 0 1rem;
    min-width: 300px; }
  .hero.conservation h1,
  .hero.conservation p {
    color: #fff;
    font-family: "Open Sans", serif;
    letter-spacing: normal;
    text-shadow: #000 0 0 10px; }
  .hero.conservation h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .hero.conservation p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 300px; }
  @media (min-width: 551px) {
    .hero.conservation img {
      min-height: 300px; } }
  @media (min-width: 801px) {
    .hero.conservation .content {
      left: 5%;
      text-align: left;
      transform: translateY(-50%); }
    .hero.conservation img {
      min-height: 400px; }
    .hero.conservation h1 {
      font-size: 2rem; }
    .hero.conservation p {
      margin-left: 0;
      max-width: 400px; } }
  @media (min-width: 1261px) {
    .hero.conservation h1 {
      font-size: 2.5rem; }
    .hero.conservation p {
      font-size: 1.25rem;
      max-width: 500px; } }

.page.conservation {
  padding: 3rem 0; }

.subscribed {
  margin-top: 91px;
  padding: 4rem 0 8rem 0; }
  @media (min-width: 551px) {
    .subscribed {
      padding-top: 8rem; } }

.subscribed-header {
  margin-bottom: 1rem; }
  .subscribed-header h1 {
    margin: 0;
    text-transform: uppercase; }
  @media (min-width: 801px) {
    .subscribed-header {
      display: grid;
      grid-template-columns: max-content auto;
      margin-bottom: 2rem; } }

.subscribed-eyebrow {
  background-color: #f3f3f3;
  border-radius: calc(1px * infinity);
  color: #c7202f;
  font-family: "Open Sans", serif;
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  padding: 4px 16px;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .subscribed-eyebrow {
      justify-self: start; } }

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

.subscribed-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  .subscribed-actions .btn {
    font-size: 1rem;
    display: block;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    text-transform: none;
    width: 100%; }
  @media (min-width: 390px) {
    .subscribed-actions {
      align-items: center;
      flex-direction: row; }
      .subscribed-actions .btn {
        text-align: left;
        width: auto; } }

.subscribed-graphics {
  display: none; }
  @media (min-width: 801px) {
    .subscribed-graphics {
      align-self: center;
      display: block;
      grid-column-start: 2;
      grid-row: 1/3;
      padding: 0 4rem; } }

.trailhead-path {
  stroke: #c2c2c2; }

.trailhead-badge-disc {
  fill: #c7202f; }

.trailhead-badge-check {
  stroke: #fff; }

.trailhead-start {
  animation: trailhead-pop 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  fill: #c2c2c2;
  transform: scale(0);
  transform-box: fill-box;
  transform-origin: center; }

.trailhead-dash {
  animation: trailhead-dash-in 1ms linear forwards;
  animation-delay: calc(0.15s + var(--i, 0) * 0.047s);
  opacity: 0;
  stroke-dasharray: 10 1200;
  stroke-dashoffset: calc(var(--i, 0) * -22px); }

.trailhead-sign-post {
  animation: trailhead-draw 0.35s linear 2.547s forwards;
  stroke: #c7202f;
  stroke-dasharray: 1 1;
  stroke-dashoffset: 1; }

.trailhead-badge {
  animation: trailhead-pop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 2.897s forwards;
  transform: scale(0);
  transform-box: fill-box;
  transform-origin: center; }

@keyframes trailhead-draw {
  to {
    stroke-dashoffset: 0; } }

@keyframes trailhead-dash-in {
  to {
    opacity: 1; } }

@keyframes trailhead-pop {
  to {
    transform: scale(1); } }

@media (prefers-reduced-motion: reduce) {
  .trailhead .trailhead-start,
  .trailhead .trailhead-dash,
  .trailhead .trailhead-sign-post,
  .trailhead .trailhead-badge {
    animation: none; }
  .trailhead .trailhead-dash {
    opacity: 1; }
  .trailhead .trailhead-sign-post {
    stroke-dashoffset: 0; }
  .trailhead .trailhead-start,
  .trailhead .trailhead-badge {
    transform: none; } }
