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

input:focus-visible + label {
  outline: 3px solid #FABEA9 !important; }

@font-face {
  font-family: 'Atkinson Hyperlegible';
  src: url("../../../fonts/AtkinsonHyperlegibleRegular102.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

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

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

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

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, .productView-table {
  border-collapse: collapse;
  border-spacing: 0; }

td, .productView-table-data,
th,
.productView-table-header {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: #1d1c1a;
  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,
.productView-table-header, td, .productView-table-data {
  margin: 0;
  padding: 0; }

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

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

a {
  color: #1d1c1a;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #f25d27; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1d1c1a;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  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: 3.75rem; }

h2 {
  font-size: 3rem; }

h3 {
  font-size: 2.25rem; }

h4 {
  font-size: 1.875rem; }

h5 {
  font-size: 1.5rem; }

h6 {
  font-size: 1.125rem; }

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

hr {
  border: solid #c2c2c2;
  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 #e4e4e4;
  color: #1d1c1a;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 1.25rem;
  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;
    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 #c2c2c2;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th, .table thead .productView-table-row th, .table thead tr .productView-table-header, .table thead .productView-table-row .productView-table-header,
    .table thead tr td,
    .table thead .productView-table-row td,
    .table thead tr .productView-table-data,
    .table thead .productView-table-row .productView-table-data {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.75rem 1.5rem; }
  .table tr th, .table .productView-table-row th, .table tr .productView-table-header, .table .productView-table-row .productView-table-header,
  .table tr td,
  .table .productView-table-row td,
  .table tr .productView-table-data,
  .table .productView-table-row .productView-table-data {
    padding: 0.75rem 1.5rem;
    text-align: left; }
  .table thead tr th, .table thead .productView-table-row th, .table thead tr .productView-table-header, .table thead .productView-table-row .productView-table-header,
  .table tfoot tr th,
  .table tfoot .productView-table-row th,
  .table tfoot tr .productView-table-header,
  .table tfoot .productView-table-row .productView-table-header,
  .table tfoot tr td,
  .table tfoot .productView-table-row td,
  .table tfoot tr .productView-table-data,
  .table tfoot .productView-table-row .productView-table-data,
  .table tbody tr th,
  .table tbody .productView-table-row th,
  .table tbody tr .productView-table-header,
  .table tbody .productView-table-row .productView-table-header,
  .table tbody tr td,
  .table tbody .productView-table-row td,
  .table tbody tr .productView-table-data,
  .table tbody .productView-table-row .productView-table-data,
  .table tr td,
  .table .productView-table-row td,
  .table tr .productView-table-data,
  .table .productView-table-row .productView-table-data {
    display: table-cell; }
  .table th.table-header--numericData, .table .table-header--numericData.productView-table-header,
  .table td.table-cell--numericData,
  .table .table-cell--numericData.productView-table-data {
    text-align: right; }

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

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

.table-tbody tr, .table-tbody .productView-table-row {
  border-bottom: 1px solid #c2c2c2; }
  .table-tbody tr:last-child, .table-tbody .productView-table-row:last-child {
    border-bottom: 0; }

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Helvetica" Arial, 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: 3px;
  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: #f25d27;
  border-color: #f25d27;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: white;
    border-color: white;
    color: #393939; }
  .button--primary:active {
    background-color: #f25d27;
    border: 1px solid #f25d27;
    color: #393939; }

.button--tertiary {
  background-color: transparent;
  border-color: #F25D27;
  color: #393939; }

.button[disabled] {
  background-color: #cccccc;
  border-color: #cccccc;
  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: 1.125rem; }

.button--small {
  font-size: 0.875rem;
  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: #f25d27; }

/*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: 3px;
      border-top-left-radius: 3px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 3px;
      border-right-width: 1px;
      border-top-right-radius: 3px; }

/*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: #f1f1f1;
  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: #f1f1f1;
  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: #333333;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #757575;
    font-size: 0.75rem;
    text-transform: none;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: lightgray;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  color: #333333;
  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: #f4f4f4;
    color: #c4c4c4;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #757575;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #c4c4c4; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #c4c4c4; }
  .form-input:-ms-input-placeholder {
    color: #c4c4c4; }

/*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: lightgray;
  color: #333333;
  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: 3px; }
  .form-select:focus {
    border-color: #757575; }
  .form-select:disabled {
    background-color: #f4f4f4;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #757575; }

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

.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: #f25d27;
    box-shadow: 0 0 4px rgba(242, 93, 39, 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: #f79809;
    border-color: #f79809; }
  .switch--checked .switch-toggle {
    background-color: #5bcb70;
    border-color: #5bcb70; }
  .switch--disabled .switch-toggle {
    background-color: #f1f1f1;
    border-color: #c4c4c4;
    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: #333333;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

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

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

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

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #5bcb70; }

.form-field--success .form-input-indicator > svg {
  fill: #5bcb70; }

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

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

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

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

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

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

/*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: #1d1c1a;
  float: left;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #1d1c1a; }
  .breadcrumb.current {
    color: #1d1c1a;
    cursor: default; }
    .breadcrumb.current a {
      color: #1d1c1a;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #c4c4c4; }
    .breadcrumb.unavailable a {
      color: #c4c4c4; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #c4c4c4;
      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: #1d1c1a;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #c4c4c4;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #c2c2c2;
  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: 1.125rem;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #1d1c1a; }

.tab.is-active .tab-title {
  color: #1d1c1a;
  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: #333333;
  font-size: 1.125rem;
  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: #1d1c1a;
  font-size: 1.125rem;
  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: 3px;
      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: #1d1c1a; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #1d1c1a;
  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: #f1f1f1;
  border-color: #f1f1f1;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button {
    margin: 0 0 0 0.75rem; }

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

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

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

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

.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: #c2c2c2 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #c2c2c2 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: #333333; }
  .accordion-navigation > a {
    background: white;
    color: #1d1c1a;
    padding: 1.875rem;
    display: block;
    font-family: "Helvetica", Arial, 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: #c2c2c2 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

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

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

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: #333333;
  background: rgba(68, 68, 68, 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 #c2c2c2;
  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 #c2c2c2;
  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 #c2c2c2;
  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: 1.125rem;
  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: 2rem;
  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: 3px;
  color: white;
  display: inline-block;
  font-size: 1.125rem;
  padding: 0.375rem 0.75rem; }

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

.loadingOverlay {
  background: rgba(68, 68, 68, 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(0, 0, 255, 0.9);
  color: #fd4114; }
  .card-figcaption-button:hover {
    background-color: rgba(0, 0, 255, 0);
    color: #fd4114; }

.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: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #fd4114;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: #666666;
  background-color: rgba(102, 102, 102, 0.9);
  border: 1px solid #666666;
  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: #666666;
    background-color: rgba(102, 102, 102, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

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

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

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

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

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

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

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

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

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

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440;
    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: 1026px) {
    .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: 1026px) {
    body {
      padding-top: 0; } }

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

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

body {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif;
  line-height: 1.5rem; }

a {
  transition: color 0.15s ease; }

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

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

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 2.8125rem; }
  h2 {
    font-size: 2.125rem;
    line-height: 2.375rem; }
  h3 {
    font-size: 1.875rem;
    line-height: 2.125rem; }
  h4 {
    font-size: 1.625rem;
    line-height: 1.875rem; }
  h5 {
    font-size: 1.375rem;
    line-height: 1.75rem; }
  h6 {
    font-size: 1.125rem;
    line-height: 1.5rem; } }

.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(242, 93, 39, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.5625rem top 0.6875rem;
  border-radius: 3px;
  padding: 0.75rem 3rem 0.75rem 1rem;
  height: 100% !important; }

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

.form-label--inlineSmall small {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif; }

div.snize ul.snize-product-filters-list li {
  line-height: 20px !important; }

div.snize ul.snize-product-filters-list {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

div.snize ul.snize-product-filters-list li .snize-filter-checkbox {
  margin: 0 !important;
  width: 1.25rem !important;
  height: 1.25rem !important; }

div.snize ul.snize-product-filters-list li input[type=checkbox]:checked + span {
  background: #F25D27 !important;
  border: none !important; }
  div.snize ul.snize-product-filters-list li input[type=checkbox]:checked + span:hover {
    background: #666666 !important;
    border: none !important; }
  div.snize ul.snize-product-filters-list li input[type=checkbox]:checked + span:focus {
    background: #F25D27 !important;
    border: none !important; }
  div.snize ul.snize-product-filters-list li input[type=checkbox]:checked + span:focus:hover {
    background: #C2C2C2 !important;
    border: none !important; }

div.snize ul.snize-product-filters-list li label > span {
  margin-left: 0.75rem !important;
  margin-top: 0.125rem !important; }

div.snize ul.snize-product-filters-list li .snize-filter-checkbox span {
  width: 1.25rem !important;
  height: 1.25rem !important;
  border: 1px solid #858585 !important;
  border-radius: 3px !important;
  box-sizing: content-box !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease !important; }
  div.snize ul.snize-product-filters-list li .snize-filter-checkbox span:hover {
    border-color: #F25D27 !important;
    box-shadow: 0 0 3px 2px #FABEA9 !important; }
  div.snize ul.snize-product-filters-list li .snize-filter-checkbox span:focus {
    border-color: #666666 !important;
    box-shadow: 0 0 3px 2px #FABEA9 !important; }
  div.snize ul.snize-product-filters-list li .snize-filter-checkbox span:focus:hover {
    border-color: #F25D27 !important;
    box-shadow: 0 0 3px 2px #FABEA9 !important; }

div.snize ul.snize-product-filters-list li .snize-filter-checkbox input[type=checkbox]:checked + span:after {
  opacity: 1; }

div.snize ul.snize-product-filters-list li .snize-filter-checkbox input[type=checkbox]:disabled + span {
  border-color: #C2C2C2 !important; }

div.snize ul.snize-product-filters-list li .snize-filter-checkbox input[type=checkbox]:checked:disabled + span {
  background: #C2C2C2 !important;
  border: none !important; }

div.snize ul.snize-product-filters-list li .snize-filter-checkbox span:after {
  content: "";
  position: absolute;
  left: 5px !important;
  opacity: 0;
  box-sizing: border-box;
  border: none !important;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' strokeWidth='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.87228 0.646861C9.91277 0.693296 9.94489 0.748459 9.9668 0.809191C9.98872 0.869923 10 0.935029 10 1.00078C10 1.06653 9.98872 1.13164 9.9668 1.19237C9.94489 1.2531 9.91277 1.30827 9.87228 1.3547L3.78613 8.35314C3.74575 8.39969 3.69778 8.43663 3.64496 8.46183C3.59215 8.48703 3.53553 8.5 3.47835 8.5C3.42117 8.5 3.36455 8.48703 3.31173 8.46183C3.25892 8.43663 3.21095 8.39969 3.17056 8.35314L0.127489 4.85392C0.045859 4.76006 0 4.63275 0 4.5C0 4.36725 0.045859 4.23994 0.127489 4.14608C0.209118 4.05221 0.319832 3.99948 0.435274 3.99948C0.550716 3.99948 0.66143 4.05221 0.743059 4.14608L3.47835 7.29238L9.25671 0.646861C9.29709 0.600308 9.34507 0.563374 9.39788 0.538173C9.4507 0.512972 9.50732 0.5 9.5645 0.5C9.62168 0.5 9.6783 0.512972 9.73111 0.538173C9.78393 0.563374 9.8319 0.600308 9.87228 0.646861Z' fill='white'/%3E%3C/svg%3E%0A") !important;
  width: 0.75rem !important;
  height: 0.625rem !important;
  background-size: auto;
  transform: none !important;
  top: 6px !important; }

.table {
  margin-top: 2rem; }
  .table td + td, .table .productView-table-data + td, .table td + .productView-table-data, .table .productView-table-data + .productView-table-data {
    border-left: 1px solid #c2c2c2; }
  .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: #c2c2c2;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #c2c2c2;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th, .table--line .table-thead .productView-table-row th, .table--line .table-thead tr .productView-table-header, .table--line .table-thead .productView-table-row .productView-table-header {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th, .table--line .table-thead .productView-table-row th, .table--line .table-thead tr .productView-table-header, .table--line .table-thead .productView-table-row .productView-table-header {
          text-align: center; }
          .table--line .table-thead tr th:first-child, .table--line .table-thead .productView-table-row th:first-child, .table--line .table-thead tr .productView-table-header:first-child, .table--line .table-thead .productView-table-row .productView-table-header:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child, .table--line .table-thead .productView-table-row th:last-child, .table--line .table-thead tr .productView-table-header:last-child, .table--line .table-thead .productView-table-row .productView-table-header:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th, .table--line .table-thead .productView-table-row th + th, .table--line .table-thead tr .productView-table-header + th, .table--line .table-thead .productView-table-row .productView-table-header + th, .table--line .table-thead tr th + .productView-table-header, .table--line .table-thead .productView-table-row th + .productView-table-header, .table--line .table-thead tr .productView-table-header + .productView-table-header, .table--line .table-thead .productView-table-row .productView-table-header + .productView-table-header {
        padding-left: 1.5rem; }
  .table--line tr, .table--line .productView-table-row {
    border-color: 1px solid #c2c2c2; }
    .table--line tr td, .table--line .productView-table-row td, .table--line tr .productView-table-data, .table--line .productView-table-row .productView-table-data {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td, .table--line .productView-table-row td, .table--line tr .productView-table-data, .table--line .productView-table-row .productView-table-data {
          text-align: center; }
          .table--line tr td:first-child, .table--line .productView-table-row td:first-child, .table--line tr .productView-table-data:first-child, .table--line .productView-table-row .productView-table-data:first-child {
            text-align: left; }
          .table--line tr td:last-child, .table--line .productView-table-row td:last-child, .table--line tr .productView-table-data:last-child, .table--line .productView-table-row .productView-table-data:last-child {
            text-align: right; } }
      .table--line tr td + td, .table--line .productView-table-row td + td, .table--line tr .productView-table-data + td, .table--line .productView-table-row .productView-table-data + td, .table--line tr td + .productView-table-data, .table--line .productView-table-row td + .productView-table-data, .table--line tr .productView-table-data + .productView-table-data, .table--line .productView-table-row .productView-table-data + .productView-table-data {
        padding-left: 1.5rem; }
  .table--line td + td, .table--line .productView-table-data + td, .table--line td + .productView-table-data, .table--line .productView-table-data + .productView-table-data {
    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; }
  @media (min-width: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.625rem;
      width: 50%; } }
  @media (min-width: 1026px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 1026px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button {
        margin-right: 0.75rem; } }

.dropdown-menu-button {
  width: 100%;
  flex: 1;
  color: #393939;
  border-color: #666666;
  padding: 0;
  align-content: center; }
  @media (min-width: 551px) {
    .dropdown-menu-button {
      padding: 0 2.25rem; }
      .dropdown-menu-button .icon {
        margin-right: 0px !important; } }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown-menu-button .icon {
    float: right;
    margin-right: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: transparent; }
  @media (min-width: 1026px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  #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: 400;
    font-size: 1rem;
    align-content: flex-start;
    text-align: start;
    padding: 12px; }
    #wishlist-dropdown.is-open .button--has-items:hover {
      background-color: #f1f1f1;
      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: 1.25rem;
  text-align: center; }
  @media (min-width: 1026px) {
    .modal-header-title {
      font-size: 2rem; } }

.modal-close {
  height: 2rem;
  width: 2rem;
  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;
    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: 1026px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #757575; }
  .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: "Atkinson Hyperlegible", 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: #1d1c1a;
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #f25d27;
      border-color: #f25d27;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: white;
      border-color: white;
      color: #393939; }
    .modal--alert .button-container .confirm:active {
      background-color: #f25d27;
      border-color: #f25d27;
      color: #393939; }

.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 {
  font-size: 0;
  overflow: visible;
  text-align: center;
  margin: 30px 20px 20px 20px; }
  @media (min-width: 1026px) {
    ol.breadcrumbs {
      margin: 40px 40px 20px 40px; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid #f25d27;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    transform: rotate(15deg); }

.panel-title {
  font-size: 1.25rem; }

.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: #c2c2c2;
    border-radius: 3px;
    margin: 0 0.375rem 0 0.75rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #1d1c1a; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #f25d27; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #f25d27; }

.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 {
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 1026px) {
      .button + .button {
        margin-left: 0.75rem; } }

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

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

.tab {
  border-top: 1px solid #c2c2c2;
  float: none; }
  @media (min-width: 1026px) {
    .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: 1026px) {
      .tab.is-active {
        border: 1px solid #c2c2c2;
        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: 1026px) {
    .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: 1026px) {
  .tab-content .productReview {
    width: 33.33333%; } }

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

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

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

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

.accordion-title {
  color: #1d1c1a;
  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: 1026px) {
  .accordion--navList {
    border: 0; } }

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

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

.accordion--navList .accordion-heading {
  font-size: 1rem;
  line-height: 19px;
  margin: 0; }

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

@media (min-width: 1026px) {
  .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; }
  @media (min-width: 1026px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

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

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

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

.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: 1026px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #333333; }

/* Accordion Styles */
.accordion-block {
  width: 100%; }

.accordion-block-item {
  margin-bottom: 15px; }
  .accordion-block-item h2 {
    font-size: 18px;
    line-height: 24px; }

.accordion-block-header {
  background-color: white;
  padding: 20px 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 6px;
  border: none;
  width: 100%; }

.accordion-block-icon {
  transition: transform 0.3s ease;
  color: #F25D27;
  min-width: 24px;
  text-align: center;
  flex-shrink: 0; }

.accordion-block-header.active .accordion-block-icon {
  transform: rotate(180deg); }

.accordion-block-content {
  display: none;
  background-color: white; }

.accordion-block-content-inner {
  padding: 34px 31px; }
  .accordion-block-content-inner a.underline,
  .accordion-block-content-inner li.underline {
    text-decoration: underline;
    text-underline-offset: 3px; }
  .accordion-block-content-inner h4 {
    text-align: center;
    margin-bottom: 20px; }

/* Open state */
.accordion-block-item.open .accordion-block-content {
  display: block; }

.description-video-container {
  padding: 0px; }
  @media (min-width: 1026px) {
    .description-video-container {
      padding: 10px calc(100% - 85%); } }
  .description-video-container iframe {
    border: none; }
  .description-video-container h5 {
    margin-top: 15px; }

.accordion-chevron-bg {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23F25D27' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
  margin-left: 10px; }

.accordion-block-header.active .accordion-chevron-bg {
  transform: rotate(180deg); }

/* Make iframe responsive */
.description-video-container .description-responsive-video {
  width: 100%;
  height: 230px; }
  @media (min-width: 551px) {
    .description-video-container .description-responsive-video {
      height: 300px; } }
  @media (min-width: 1026px) {
    .description-video-container .description-responsive-video {
      height: 411px; } }

/* Add arrow as background image */
.accordion-block-button.button--primary-icon {
  position: relative;
  padding-right: 40px !important;
  /* Make space for icon */ }

.accordion-block-button.button--primary-icon::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h10v10'/%3E%3Cpath d='M7 17 17 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

a.accordion-block-button.button.button--primary-icon:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h10v10'/%3E%3Cpath d='M7 17 17 7'/%3E%3C/svg%3E"); }

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 {
  color: #333333;
  border: none;
  padding: 12px !important;
  display: flex;
  align-items: center; }

.alertBox-icon .icon {
  height: 1.5rem;
  width: 1.5rem; }
  .alertBox-icon .icon svg {
    fill: none; }

.alertBox-message {
  font-size: 1rem;
  font-weight: 400; }

.alertBox--info {
  background-color: rgba(64, 97, 99, 0.15);
  color: white; }
  .alertBox--info .alertBox-icon .icon svg {
    stroke: #406163; }

.alertBox--error {
  background-color: rgba(255, 0, 0, 0.15); }
  .alertBox--error .alertBox-icon .icon svg {
    stroke: #cc0000; }

.alertBox--success {
  background-color: rgba(68, 152, 84, 0.15); }
  .alertBox--success .alertBox-icon .icon svg {
    stroke: #449854; }

.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 {
  background-color: #FFE5E5;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.75rem;
  padding: 3px 5px; }

.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(91, 203, 112, 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: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 1.0625rem;
  line-height: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #1D1C1A; }

.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: 0.875rem;
  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: #c4c4c4;
  font-size: 0.875rem; }

.form-field-group {
  border: 1px solid lightgray;
  border-radius: 3px;
  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: #333333; }

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

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

@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 {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 40px;
  border-radius: 3px;
  overflow: hidden;
  background: none;
  box-sizing: border-box; }
  .form-increment .button {
    flex: 0 0 40px;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #f4f4f4;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.15s ease;
    width: 40px; }
    .form-increment .button svg {
      width: 20px;
      height: 20px;
      fill: #f4f4f4;
      stroke: #1d1c1a;
      stroke-width: 2px;
      vector-effect: non-scaling-stroke; }
  .form-increment .form-input--incrementTotal {
    flex: 0 0 auto;
    height: 40px;
    border-radius: 3px;
    background: white;
    box-sizing: border-box;
    color: #1d1c1a;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    line-height: 16px;
    letter-spacing: 0%;
    padding: 0;
    margin: 0; }
    .form-increment .form-input--incrementTotal:focus {
      box-shadow: none; }
  .form-increment .form-increment-input-wrapper {
    flex: 0 0 40px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0; }
  .form-increment:hover, .form-increment.is-hover {
    border: 0.5px solid #393939; }
    .form-increment:hover .button svg, .form-increment.is-hover .button svg {
      stroke: #393939; }
  .form-increment:focus-within, .form-increment.is-focus {
    box-shadow: 0 0 0 3px #fabea9;
    border: 0.5px solid #393939; }
  .form-increment.is-error, .form-increment.form-increment--error {
    border: 0.5px solid red; }
    .form-increment.is-error .button svg, .form-increment.form-increment--error .button svg {
      stroke: #1d1c1a; }
    .form-increment.is-error:focus-within, .form-increment.is-error.is-focus, .form-increment.form-increment--error:focus-within, .form-increment.form-increment--error.is-focus {
      box-shadow: 0 0 0 4px #ffe6e6;
      border: 0.5px solid red; }
  .form-increment.is-error:hover, .form-increment.is-error.is-hover, .form-increment.form-increment--error:hover, .form-increment.form-increment--error.is-hover {
    border: 0.5px solid #cc0000; }
    .form-increment.is-error:hover .button svg, .form-increment.is-error.is-hover .button svg, .form-increment.form-increment--error:hover .button svg, .form-increment.form-increment--error.is-hover .button svg {
      stroke: #1d1c1a; }
  .form-increment.is-success, .form-increment.form-increment--success {
    border: 0.5px solid #5bcb70; }
    .form-increment.is-success .button svg, .form-increment.form-increment--success .button svg {
      stroke: #1d1c1a; }
    .form-increment.is-success:focus-within, .form-increment.is-success.is-focus, .form-increment.form-increment--success:focus-within, .form-increment.form-increment--success.is-focus {
      box-shadow: 0 0 0 4px #e6ffe6;
      border: 0.5px solid #5bcb70; }
  .form-increment.is-success:hover, .form-increment.is-success.is-hover, .form-increment.form-increment--success:hover, .form-increment.form-increment--success.is-hover {
    border: 0.5px solid #449854; }
    .form-increment.is-success:hover .button svg, .form-increment.is-success.is-hover .button svg, .form-increment.form-increment--success:hover .button svg, .form-increment.form-increment--success.is-hover .button svg {
      stroke: #1d1c1a; }
  .form-increment:disabled, .form-increment.is-disabled, .form-increment[disabled] {
    opacity: 0.6;
    pointer-events: none; }
    .form-increment:disabled .button, .form-increment.is-disabled .button, .form-increment[disabled] .button {
      background: #f4f4f4; }
    .form-increment:disabled .button svg, .form-increment.is-disabled .button svg, .form-increment[disabled] .button svg {
      stroke: #858585; }
    .form-increment:disabled .form-input--incrementTotal, .form-increment.is-disabled .form-input--incrementTotal, .form-increment[disabled] .form-input--incrementTotal {
      color: #858585;
      background: #f9f9f9;
      border: 0.5px solid #858585;
      box-shadow: inset 0.5px 0 0 #858585, inset -0.5px 0 0 #858585; }

.form-option {
  border: 1px solid lightgray;
  color: #333333;
  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: #757575; }
  .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: 16px;
  height: 44px;
  line-height: 20px;
  padding: 8px 5px; }

.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 .atc-for-pricing--wrapper {
  gap: 0px;
  margin-bottom: -15px; }

.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: 1026px) {
    .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 {
  margin: 0 0 0.25rem; }
  .card-title > a {
    font-family: 'proxima-nova', sans-serif;
    font-size: 17px;
    font-weight: 600;
    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: rgba(0, 0, 255, 0);
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: rgba(0, 0, 255, 0);
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.375rem 0 0; }

.card .card-body {
  text-align: left;
  padding: 18px; }

.card-footer {
  border-top: 1px solid rgba(102, 102, 102, 0.4); }

.card-starting-at {
  color: #393939;
  font-size: 14px;
  pointer-events: none;
  text-decoration: none; }

.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: #f25d27; }
    .card--alternate:hover .card-body {
      background-color: #f25d27; }
      .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 #e1e1e1;
    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: 3px; }
  .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: #f4f4f4; }
  .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: #1d1c1a; }
  .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: 1026px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1026px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #1d1c1a; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 1026px) {
      .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; }

.icon {
  width: 1.5rem;
  height: 1.5rem; }

.actionBar {
  margin: 0; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid lightgray;
  border-radius: 3px; }
  .actionBar-section .form-field:hover {
    border-color: #757575; }

.actionBar-section .form-label {
  color: #1D1C1A;
  font-size: 0.875rem;
  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: black;
  height: 2.125rem; }

.has-ribbon {
  position: relative; }

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

.navUser {
  right: 0;
  width: 100%;
  background-color: white !important; }
  .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: 1026px) {
    .navUser {
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    position: absolute; }

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

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.75rem;
  text-decoration: none; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: none;
      stroke: #757575; }
  .navUser-action svg {
    fill: none;
    stroke: #333333;
    transition: all 0.15s ease; }

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

.navUser-action--currencySelector + .dropdown-menu::after,
.navUser-action--channelSelector + .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-item {
  display: none; }
  @media (min-width: 1026px) {
    .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; } }

@media (max-width: 1026px) {
  .navUser-item--account {
    padding: 0 20px !important; } }

@media (max-width: 1026px) {
  .navUser-item--phone,
  .navUser-item--account {
    display: block; } }

@media (max-width: 551px) {
  .navUser-item--phone,
  .navUser-item--account {
    display: none;
    padding: 0 !important; } }

.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: 1026px) {
        .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: 1026px) {
          .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: 1026px) {
          .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; }

@media (min-width: 1026px) {
  .navUser-item--phone,
  .navUser-item--account,
  .navUser-item--cart {
    height: 120px; } }

.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 #f1f1f1 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: 1.25rem;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #707070;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 0.75rem;
  font-weight: 700;
  height: 25px;
  margin-left: 0.1875rem;
  text-align: center; }

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

.countPill--alt {
  background-color: #e4e4e4;
  color: #393939; }

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

.navPages {
  background-color: white;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 1026px) {
    .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: 1026px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1026px) {
      .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: 1026px) {
      .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: 1026px) {
    .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: 1026px) {
    .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: 1026px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 1026px) {
  .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: 1026px) {
    .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;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg); }
    @media (min-width: 1026px) {
      .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: 1026px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: "$color-atlas-cod-gray";
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
  text-decoration: none; }
  @media (min-width: 1026px) {
    .navPages-action {
      display: inline-block; } }
  .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: none;
    stroke: #757575; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: none;
      stroke: #757575; }
  .navPages-action svg {
    fill: none;
    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 {
  margin-left: 0.75rem;
  transform: rotate(-90deg); }
  @media (min-width: 1026px) {
    .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: 1026px) {
      .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: 1026px) {
    .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: 1026px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1026px) {
    .navPage-subMenu {
      background-color: white;
      padding: 1.5rem 1.5rem 2.25rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%;
        width: auto; }
      .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 .services-software-dropdown_subMenu,
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .industries-applications-dropdown_subMenu,
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .resources-dropdown_subMenu,
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .supports-dropdown_subMenu,
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .two-column-dropdown_subMenu {
    font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif; }
    .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .services-software-dropdown_subMenu .navPages-action,
    .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .industries-applications-dropdown_subMenu .navPages-action,
    .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .resources-dropdown_subMenu .navPages-action,
    .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .supports-dropdown_subMenu .navPages-action,
    .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .two-column-dropdown_subMenu .navPages-action {
      line-height: 16px;
      font-size: 16px;
      font-weight: 700; }
    .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .services-software-dropdown_subMenu .navPages-action:hover,
    .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .industries-applications-dropdown_subMenu .navPages-action:hover,
    .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .resources-dropdown_subMenu .navPages-action:hover,
    .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .supports-dropdown_subMenu .navPages-action:hover,
    .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .two-column-dropdown_subMenu .navPages-action:hover {
      color: #f25d27; }
    @media (min-width: 1026px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .services-software-dropdown_subMenu,
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .industries-applications-dropdown_subMenu,
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .resources-dropdown_subMenu,
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .supports-dropdown_subMenu,
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .two-column-dropdown_subMenu {
        gap: 10px;
        margin-top: 10px; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 1026px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

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

@media (min-width: 1261px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    width: 80vw; } }

@media (min-width: 1026px) {
  .navPage-subMenu-horizontal.is-open {
    display: inherit;
    height: auto;
    margin-left: 80vw;
    padding: 0 !important;
    top: 0;
    width: 81vw;
    box-shadow: 35px 20px 25px rgba(0, 0, 0, 0.1); } }

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

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

.navPages-list .navPages-item .navPages-action-depth-max.has-subMenu.is-root {
  padding: 18px 20px; }
  @media (min-width: 1026px) {
    .navPages-list .navPages-item .navPages-action-depth-max.has-subMenu.is-root {
      padding: 9px 0;
      margin: 0 10px;
      line-height: 24px; } }

.navPage-subMenu-item-child .shop-all-sublink {
  padding: 15px 26px;
  font-weight: 700;
  line-height: 16px;
  font-size: 15px;
  letter-spacing: 0%; }
  @media (min-width: 1026px) {
    .navPage-subMenu-item-child .shop-all-sublink {
      font-size: 16px;
      padding: 14px 16px; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 1026px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      width: 100%; } }

.navPage-subMenu-action .collapsible-icon-wrapper {
  box-sizing: content-box;
  display: inline-block;
  height: 100%;
  text-align: right;
  width: 100%; }
  @media (min-width: 1026px) {
    .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 #c2c2c2;
  margin-bottom: 0.75rem; }
  @media (min-width: 1026px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

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

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #c2c2c2; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #c2c2c2; }
  .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;
  margin-top: 16px; }
  .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: #f25d27; }
    .socialLinks .icon svg {
      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;
      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: 1026px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 25rem; } }
  @media (min-width: 1026px) {
    .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: 1026px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1026px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 1026px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
  .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: 1026px) {
      .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: 1.25rem;
  margin: 0; }
  @media (min-width: 1026px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 0.75rem;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 0.875rem; } }
  @media (min-width: 1026px) {
    .heroCarousel-description {
      font-size: 1.125rem; } }

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

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

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

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

@media (min-width: 1026px) {
  .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, .account--addReturn .table .productView-table-row {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr, .account--addReturn .table .productView-table-row {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th, .account--addReturn .table .productView-table-header,
  .account--addReturn .table td,
  .account--addReturn .table .productView-table-data {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th, .account--addReturn .table .productView-table-header,
      .account--addReturn .table td,
      .account--addReturn .table .productView-table-data {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .account--addReturn .table th + th, .account--addReturn .table .productView-table-header + th, .account--addReturn .table th + .productView-table-header, .account--addReturn .table .productView-table-header + .productView-table-header,
    .account--addReturn .table th + td,
    .account--addReturn .table .productView-table-header + td,
    .account--addReturn .table th + .productView-table-data,
    .account--addReturn .table .productView-table-header + .productView-table-data,
    .account--addReturn .table td + th,
    .account--addReturn .table .productView-table-data + th,
    .account--addReturn .table td + .productView-table-header,
    .account--addReturn .table .productView-table-data + .productView-table-header,
    .account--addReturn .table td + td,
    .account--addReturn .table .productView-table-data + td,
    .account--addReturn .table td + .productView-table-data,
    .account--addReturn .table .productView-table-data + .productView-table-data {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th, .account--addReturn .table .productView-table-header + th, .account--addReturn .table th + .productView-table-header, .account--addReturn .table .productView-table-header + .productView-table-header,
        .account--addReturn .table th + td,
        .account--addReturn .table .productView-table-header + td,
        .account--addReturn .table th + .productView-table-data,
        .account--addReturn .table .productView-table-header + .productView-table-data,
        .account--addReturn .table td + th,
        .account--addReturn .table .productView-table-data + th,
        .account--addReturn .table td + .productView-table-header,
        .account--addReturn .table .productView-table-data + .productView-table-header,
        .account--addReturn .table td + td,
        .account--addReturn .table .productView-table-data + td,
        .account--addReturn .table td + .productView-table-data,
        .account--addReturn .table .productView-table-data + .productView-table-data {
          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, .account--addReturn .table-thead .productView-table-header {
    font-size: 1.125rem; }
  .account--addReturn .table-thead th:first-child, .account--addReturn .table-thead .productView-table-header: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: 1.125rem;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #c4c4c4;
  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-wrapper {
  margin: 0 10px; }
  @media (min-width: 1026px) {
    .productCarousel-wrapper {
      margin: 20px 100px; } }

.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 .slider-btn {
    position: absolute;
    top: 50%;
    z-index: 1; }
  .productCarousel .slick-list {
    margin-left: 10px;
    margin-right: 10px; }
    @media (min-width: 250px) {
      .productCarousel .slick-list {
        margin-left: 25px;
        margin-right: 25px; } }
    @media (min-width: 600px) {
      .productCarousel .slick-list {
        margin-left: 50px;
        margin-right: 50px; } }
  .productCarousel .button--prev {
    left: 1px; }
  .productCarousel .button--next {
    right: 1px; }
  .productCarousel .price--withoutTax, .productCarousel .atc-for-pricing--rrp .price--rrp {
    font-size: 24px;
    font-weight: 500; }

.productCarousel.slick-slider {
  margin-bottom: 15px; }

.slider-progress {
  display: block;
  height: 6px;
  background: #e3e3e3;
  border-radius: 3px;
  overflow: hidden;
  margin: 0px 20px; }

.slider-progress-bar {
  display: block;
  height: 100%;
  width: 0%;
  background: #666666;
  border-radius: 3px;
  transition: width 0.3s ease; }

@media (min-width: 1025px) {
  .slider-progress {
    width: 400px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%); } }

.productCarousel-slide {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1026px) {
    .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: 1026px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0; }

.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;
  padding: 0 20px !important; }
  @media (min-width: 1026px) {
    .productView {
      padding: 0 40px !important; } }

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

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 1026px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }
  @media (min-width: 320px) and (max-width: 1026px) {
    .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: 155px; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding: 0.375rem 10 0.375rem 10;
  text-align: center; }

.productView-thumbnail-link {
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  box-sizing: content-box !important;
  display: flex;
  height: 67px;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #393939; }

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

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

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

.productView-title {
  margin: -0.75rem 0 0.375rem; }
  @media (min-width: 1026px) {
    .productView-title {
      margin-top: 1.5rem; } }

.productView-brand {
  margin: 0;
  font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif; }
  @media (min-width: 1261px) {
    .productView-brand {
      margin: -0.1875rem 0 0; } }

.productView-brand-sku-wrapper .productView-brand_link {
  color: #1D1C1A;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit; }

.productView-price {
  font-size: 1.125rem;
  margin-bottom: 0.5rem; }
  @media (min-width: 1026px) {
    .productView-price {
      font-size: 2rem;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 1.125rem; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .productView-price .atc-for-pricing--rrp {
    margin-top: 10px; }

.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-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-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: 0.875rem; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 1.5rem; }
    .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;
      margin-bottom: 9px; }
    .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: 1026px) {
      .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: 1026px) {
      .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 lightgray;
  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 lightgray; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.pdp-action-buttons-row {
  flex-direction: column; }
  @media (min-width: 551px) {
    .pdp-action-buttons-row {
      flex-direction: row;
      flex: 1;
      display: flex;
      gap: 0.5rem; } }

.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 {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 600; }

.price--rrp,
.price--non-sale,
.price--discounted {
  width: 85px;
  height: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 19.23px;
  color: #393939;
  flex: none;
  order: 0;
  flex-grow: 0; }

.price--discounted {
  text-decoration: line-through;
  text-decoration-line: line-through; }

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

.price-section-wrapper {
  display: flex;
  align-items: center;
  gap: 10px; }

.price-section--saving {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 16px;
  background: #FAF0E1;
  border-radius: 3px; }

.price--saving {
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 8; }

.atc-for-pricing--wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 14px;
  width: 217px;
  height: 96px;
  flex: none;
  order: 0;
  flex-grow: 0; }

.atc-for-pricing--rrp {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  gap: 1px;
  width: 163px;
  height: 48px;
  flex: none;
  order: 0;
  flex-grow: 0; }
  .atc-for-pricing--rrp .price--rrp,
  .atc-for-pricing--rrp .atc-for-pricing--price {
    width: 163px;
    height: 48px;
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    text-decoration-line: line-through;
    color: #666666;
    flex: none;
    order: 0;
    flex-grow: 0; }

.atc-for-pricing--container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 10px 5px 8px;
  gap: 8px;
  width: 217px;
  height: 34px;
  background: #FAF0E1;
  border-radius: 3px;
  flex: none;
  order: 1;
  flex-grow: 0; }

.atc-for-pricing--icon {
  width: 24px;
  height: 24px;
  flex: none;
  order: 0;
  flex-grow: 0; }

.atc-for-pricing--icon-tooltip {
  position: relative;
  display: inline-flex;
  cursor: help; }
  .atc-for-pricing--icon-tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 0;
    background-color: #393939;
    color: #FFFFFF;
    padding: 8px 12px;
    border-radius: 4px;
    font-family: 'Atkinson Hyperlegible', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    white-space: normal;
    width: 280px;
    max-width: 280px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1000;
    pointer-events: none; }
  .atc-for-pricing--icon-tooltip::before {
    content: '';
    position: absolute;
    bottom: calc(100% + 2px);
    left: 12px;
    border: 6px solid transparent;
    border-top-color: #393939;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1001;
    pointer-events: none; }
  .atc-for-pricing--icon-tooltip:hover::after, .atc-for-pricing--icon-tooltip:hover::before {
    opacity: 1;
    visibility: visible; }

.atc-for-pricing--text {
  width: 167px;
  height: 16px;
  font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  color: #1D1C1A;
  flex: none;
  order: 1;
  flex-grow: 0; }

.productGrid .atc-for-pricing--rrp .price--rrp,
.productGrid .atc-for-pricing--rrp .atc-for-pricing--price {
  font-size: 28px;
  line-height: 36.5px; }

.compareTable {
  border-top: 1px solid #c2c2c2;
  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 #c2c2c2; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

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

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

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 1026px) {
    .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 {
    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 #c2c2c2;
  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: 0.875rem;
  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: #c2c2c2 solid;
  border-radius: 3px;
  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: 1026px) {
    .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: 1026px) {
    .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: 1026px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

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

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

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

.reset-filters {
  display: none; }

.banners {
  background-color: #f25d27;
  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: 1026px) {
    .cart {
      display: table; } }

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

.cart-item {
  border-bottom: 1px solid #c2c2c2;
  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: 1026px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 1026px) {
    .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: 1026px) {
    .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: 1026px) {
    .cart-item-image {
      margin-left: 0; } }

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

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

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

.cart-item-value {
  font-size: 18px; }

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

.cart-item-name {
  display: inline-block;
  font-size: 1.125rem;
  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: #1d1c1a; }

.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-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: 1026px) {
    .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: 1026px) {
    .cart-total + .cart-total {
      border-top: 1px solid #c2c2c2; } }
  .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: 1026px) {
    .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: 1026px) {
    .cart-total-value {
      width: 50%; } }

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

.cart-total-grandTotal {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 1026px) {
    .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: 15%; }

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

#cart-preview-dropdown {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-top: none !important;
  width: 320px;
  border: 2px solid #F4F4F4;
  box-shadow: 0px 20px 20px 5px rgba(0, 0, 0, 0.1); }
  #cart-preview-dropdown::before, #cart-preview-dropdown::after {
    display: none !important;
    border: none !important;
    width: 0 !important;
    height: 0 !important; }

.previewCartWrapper {
  width: 320px;
  max-height: calc(100vh - 6rem);
  overflow: auto;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }
  .previewCartWrapper::before, .previewCartWrapper::after {
    display: none !important;
    border: none !important; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-top: 2px solid #F4F4F4;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 0; }
  .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;
  height: 134px;
  padding: 0 15px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #c2c2c2; }
  .previewCartItem:last-child {
    border-bottom: 1px solid #c2c2c2; }
  .previewCartItem:hover {
    background-color: #F4F4F4; }

.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;
  width: 75px;
  height: 75px;
  margin-right: 15px; }
  .previewCartItem-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 75px;
    max-height: 75px;
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .previewCartItem-image::after {
    display: none; }

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

.previewCartItem-name {
  margin: 0;
  color: #393939;
  display: block;
  font-size: 15px;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 0.1875rem; }
  .previewCartItem-name > a {
    text-decoration: none;
    color: #393939;
    transition: color 0.2s ease; }

.previewCartItem:hover .previewCartItem-name > a {
  color: #F25D27; }

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

.previewCartItem-brand {
  color: #666666;
  display: inline-block;
  font-size: 12px;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 10%;
  text-transform: uppercase;
  margin-bottom: 0.1875rem; }

.previewCartItem-price {
  color: #1D1C1A;
  display: inline-block;
  font-size: 16px;
  font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0%; }

.previewCartAction {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border-top: 1px solid #c2c2c2;
  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; }

.previewCart-freeShippingDescription {
  background-color: #F4F4F4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.09375rem 1rem;
  border-radius: 3px;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: "#393939";
  margin: 10px 7px 10px 7px; }

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

.shipping-estimate-value #shipping-cost-discounted {
  margin-left: 0.375rem; }

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

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

.address-details--postal {
  font-size: 1.125rem; }

.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: #f25d27; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #c2c2c2;
    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;
  padding-top: 0; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

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

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 1026px) {
    .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: 1026px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #393939;
    opacity: 1; }

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

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

.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: 1026px) {
    .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: 1026px) {
    .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: 1.5rem;
  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: 1026px) {
    .suggestiveCart {
      display: block; } }

.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: 1026px) {
    .login-row {
      margin-top: 6rem; } }

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

.search-nav {
  position: relative; }

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

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

.account-list {
  list-style: none;
  margin-left: 0;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif; }

.account-listItem {
  border-bottom: 1px solid #c2c2c2;
  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 #c2c2c2;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0; }

.page--account_order {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif; }
  .page--account_order .account {
    padding: 0 20px; }
    @media (min-width: 1026px) {
      .page--account_order .account {
        padding: 0 100px; } }

.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: 1.125rem;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.1875rem; }
  .account-product-title > a {
    text-decoration: none;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem; }

.account-product-subtitle {
  color: #c4c4c4;
  font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  margin: -0.1875rem 0 1rem; }

.account-product-price {
  float: right;
  font-size: 1.125rem; }

.account-product-description {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif; }

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

.account-product-refundQty {
  color: #c4c4c4;
  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: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  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: 1.125rem;
  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 #c2c2c2;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 1.25rem; }

.account-orderTotal-discount {
  margin: 0;
  text-align: right;
  font-weight: 400;
  padding: 0.75rem 0;
  border-bottom: 0; }
  .account-orderTotal-discount:last-of-type {
    border-bottom: 1px solid #c2c2c2;
    padding-top: 0; }

.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: 0.75rem;
  line-height: 15px;
  margin: 0 0 0.375rem;
  padding: 0.1875rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 0.75rem;
  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: #c4c4c4;
  margin-top: 3rem;
  text-align: center; }

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

.account-sidebar-block {
  font-size: 1.125rem; }
  .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: #f25d27;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #c2c2c2;
  font-size: 1.125rem;
  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: 1.125rem;
  margin-bottom: 0.1875rem; }

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

.productGrid.wishlist-list {
  row-gap: 75px; }
  @media (max-width: 481px) {
    .productGrid.wishlist-list {
      gap: 5rem !important; } }

.wishlist-remove-item-button {
  display: block;
  margin: 15px auto 0 auto; }

.icon--ratingEmpty svg {
  fill: white; }

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

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

.paymentMethodsTitle {
  margin: 0 0 0.75rem;
  padding: 0;
  width: 100%; }

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

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #c2c2c2;
  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: 0.875rem;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 0.875rem;
    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: 1.125rem; }

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

.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: #393939;
  font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem; }

.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.875rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #c4c4c4;
    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: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.25px; }

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

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.key-features {
  margin: 0 0 1.5rem 0;
  padding: 15px 0;
  border-top: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2; }
  .key-features__heading {
    font-size: 1.0625rem;
    font-weight: 600;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    line-height: 20px; }
  .key-features__list {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0; }
  .key-features__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5rem; }
    .key-features__item:last-child {
      margin-bottom: 0; }
  .key-features__see-more-specs {
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 20.5px !important;
    margin: 0 !important; }
  .key-features__check-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 0.75rem;
    color: #668429;
    margin-top: 2px; }
  .key-features__text {
    flex: 1;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .key-features__link {
    font-weight: 700;
    font-size: 1.063rem;
    color: #393939;
    line-height: 24px;
    position: relative;
    display: inline-block;
    width: auto;
    text-decoration: none; }
    .key-features__link::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 2px;
      width: 100%;
      height: 2px;
      background-color: #f25d27; }
    .key-features__link:hover {
      color: #393939; }
      .key-features__link:hover::after {
        height: 6px;
        bottom: 0; }

.card .key-features {
  margin: 0.5rem 0;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  border-bottom: 0px; }
  .card .key-features__heading {
    font-size: 0.938rem;
    margin: 0 0 0.25rem 0; }
  .card .key-features__list {
    margin: 0; }
  .card .key-features__check-icon {
    width: 16px;
    height: 16px;
    margin-right: 0.5rem; }
  .card .key-features__item {
    margin-bottom: 0.375rem; }
    .card .key-features__item:last-child {
      margin-bottom: 0; }
  .card .key-features__text {
    font-size: 15px;
    line-height: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }

.skip-to-main-link {
  background: white;
  color: #1d1c1a;
  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 #c2c2c2;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1026px) {
    .header {
      border-bottom: 1px solid #c2c2c2;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1026px) {
      .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: 1026px) {
    .header-logo {
      height: auto;
      padding-top: 1.5rem; }
      .header.fixed .header-logo {
        background-color: #f1f1f1;
        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: 1026px) {
      .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: 1026px) {
    .header-logo--left {
      margin-left: 2.5rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

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

.header-logo-text {
  display: block;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1026px) {
    .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: 2rem; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 1026px) {
    .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: 1026px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 1.9375rem; }
  @media (min-width: 1026px) {
    .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;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1026px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #1d1c1a;
    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: #1d1c1a;
      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: 1026px) {
    .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; }

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

@media (min-width: 1026px) {
  .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 !important;
  width: 20% !important;
  min-width: 287px;
  position: relative; }
  @media (min-width: 1026px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        width: 72% !important;
        float: left; } }

.footer {
  background-color: white;
  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: 1026px) {
    .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: 1026px) {
  .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: 1026px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

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

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

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 0.75rem;
    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: 1026px) {
    .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-newsletter-summary {
  text-align: left; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 !important; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1026px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #c2c2c2;
    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: 1.25rem;
  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: 1.125rem;
  text-align: left; }

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

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 1026px) {
    .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: 1026px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

@media (min-width: 1026px) {
  .page--blog-custom .blog-sidebar {
    float: right; } }

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

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

.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: 1026px) {
      .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;
  font-size: 0; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .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: 1026px) {
      .productGrid .product {
        width: 25%; } }

.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: 1026px) {
    .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: 1026px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

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

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

@media (min-width: 1026px) {
  .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(0, 0, 255, 0.9);
  color: #fd4114; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: rgba(0, 0, 255, 0);
    color: #fd4114; }

.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: #c4c4c4;
  font-size: 1rem;
  margin: 0 0 0.1875rem; }
  @media (min-width: 1026px) {
    .listItem-brand {
      font-size: 1.125rem;
      margin-bottom: 0; } }

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

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

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 0.875rem;
      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: 1026px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

.productView-table-header.productView-table-description-header {
  background-color: #666666;
  color: white;
  font-weight: 400;
  border: 1px solid #000000; }
  .productView-table-header.productView-table-description-header th, .productView-table-header.productView-table-description-header .productView-table-header {
    border: 1px solid #000000; }

.productView-heading {
  margin-bottom: 20px;
  text-align: center; }
  .productView-heading h3 {
    margin-bottom: 15px; }
  .productView-heading p {
    margin-bottom: 20px; }

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

.product-info-toggle-wrapper {
  margin-top: 20px;
  flex: 1; }

.product-info-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #1D1C1A;
  transition: opacity 0.2s ease; }
  .product-info-toggle:hover {
    opacity: 0.7; }
  .product-info-toggle__icon {
    transition: transform 0.3s ease;
    color: #f25d27; }

.product-info-toggle-content {
  margin-top: 16px; }

.pdp_wishlist {
  left: auto !important;
  border: 0;
  box-shadow: 0px 20px 20px 5px rgba(0, 0, 0, 0.1);
  right: 0; }
  .pdp_wishlist .button {
    border: 0;
    white-space: normal; }

.pdp-actions {
  width: 100%; }
  .pdp-actions .form.form-wishlist {
    height: 100%;
    width: 50%;
    margin: 0; }

.pdp-action-buttons-row .button.button--secondary.wishlist-dropdown-button,
.pdp-action-buttons-row .button.button--secondary.button--wishlist-grey {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  background-color: transparent;
  height: 42px;
  width: 100%;
  margin: 0; }
  @media (max-width: 461px) {
    .pdp-action-buttons-row .button.button--secondary.wishlist-dropdown-button,
    .pdp-action-buttons-row .button.button--secondary.button--wishlist-grey {
      height: 100%; } }
  .pdp-action-buttons-row .button.button--secondary.wishlist-dropdown-button:hover, .pdp-action-buttons-row .button.button--secondary.wishlist-dropdown-button:focus,
  .pdp-action-buttons-row .button.button--secondary.button--wishlist-grey:hover,
  .pdp-action-buttons-row .button.button--secondary.button--wishlist-grey:focus {
    background-color: #666666;
    color: white; }
  .pdp-action-buttons-row .button.button--secondary.wishlist-dropdown-button span,
  .pdp-action-buttons-row .button.button--secondary.button--wishlist-grey span {
    font-size: 18px;
    font-weight: 400; }
  .pdp-action-buttons-row .button.button--secondary.wishlist-dropdown-button .icon,
  .pdp-action-buttons-row .button.button--secondary.button--wishlist-grey .icon {
    width: 17.54px;
    height: 17.54px;
    position: relative; }
    .pdp-action-buttons-row .button.button--secondary.wishlist-dropdown-button .icon svg,
    .pdp-action-buttons-row .button.button--secondary.button--wishlist-grey .icon svg {
      vertical-align: middle; }

.pdp-action-buttons-row .pdp__get-quote .button--secondary-icon {
  margin-bottom: 0; }
  @media (min-width: 462px) {
    .pdp-action-buttons-row .pdp__get-quote .button--secondary-icon {
      height: 42px; } }
  .pdp-action-buttons-row .pdp__get-quote .button--secondary-icon span {
    font-size: 18px;
    font-weight: 700; }
  .pdp-action-buttons-row .pdp__get-quote .button--secondary-icon i.icon {
    height: 24px;
    width: 24px; }

.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 #757575;
  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: 1026px) {
  .account--fixed {
    margin: 0 auto;
    width: 100%; } }

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

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

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

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

/* ==========================================================
 * ## ITS Custom
 * ========================================================== */
/* ==========================================================
 * ## Defaults
 * ========================================================== */
/* ==========================================================
 * ## IntuitSolutions.net - Variables

!Important: Before you change things in this file take a step back and think about it. You shouldn't need to change these settings if you configured your config.json file correctly.

1. Variables should always pull from the config.json file
2. All custom variables should go at the top of their layout stylesheet
3. Any custom global variables can go at the bottom of this file in the custom section. You shouldn't need to add custom variables to this sheet very often.

 * ========================================================== */
/* ==========================================================
 * ## Base Theme Colors
 * ========================================================== */
/* ==========================================================
 * ## Font Variables
 * ========================================================== */
/*
    Mobile headings by default are based off our generic theme design. Make sure to change them for each site build. If you need to adjust these then just update the px amount that you want to subtract from the desktop size :metal:
*/
/* ==========================================================
 * ## Element Variables

    - If you need to update heading font-family and size you can adjust the variables in the its style guide stylesheet.
 * ========================================================== */
/* ==========================================================
 * ## Button Variables
 * ========================================================== */
/* ==========================================================
 * ## Basic Colors
 * ========================================================== */
/* ==========================================================
 * ## Container
 * ========================================================== */
/* ==========================================================
 * ## Other
 * ========================================================== */
/* ==========================================================
 * ## CUSTOM - GLOBAL VARIABLES ONLY!!!

    - If you need to add custom global variables then they should be added here. If you're only adding variables for component/page specifc styles, then they should be added to the top of their own stylesheet.

 * ========================================================== */
a.anchor-secondary {
  color: #333333; }
  a.anchor-secondary:hover, a.anchor-secondary:active, a.anchor-secondary:focus {
    color: #757575; }

/* ==========================================================
 * ## Containers
 * ========================================================== */
.page,
.main {
  margin: 0; }

/* ==========================================================
 * ## HTML Elements
 * ========================================================== */
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0; }

.h1,
h1 {
  font-size: 2.5rem;
  line-height: 2.8125rem; }
  @media (min-width: 1026px) {
    .h1,
    h1 {
      font-size: 3.75rem;
      line-height: 4.375rem; } }

.h2,
h2 {
  font-size: 2.125rem;
  line-height: 2.375rem; }
  @media (min-width: 1026px) {
    .h2,
    h2 {
      font-size: 3rem;
      line-height: 3.25rem; } }

.h3,
h3 {
  font-size: 1.875rem;
  line-height: 2.125rem; }
  @media (min-width: 1026px) {
    .h3,
    h3 {
      font-size: 2.25rem;
      line-height: 2.5rem; } }

.h4,
h4 {
  font-size: 1.625rem;
  line-height: 1.875rem; }
  @media (min-width: 1026px) {
    .h4,
    h4 {
      font-size: 1.875rem;
      line-height: 2.25rem; } }

.h5,
h5 {
  font-size: 1.375rem;
  line-height: 1.75rem; }
  @media (min-width: 1026px) {
    .h5,
    h5 {
      font-size: 1.5rem;
      line-height: 1.875rem; } }

.h6,
h6 {
  font-size: 1.125rem;
  line-height: 1.5rem; }
  @media (min-width: 1026px) {
    .h6,
    h6 {
      font-size: 1.125rem;
      line-height: 1.5rem; } }

p {
  color: #1d1c1a;
  font-size: 1rem;
  font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif;
  font-weight: 400; }

a {
  color: #1d1c1a;
  font-size: inherit;
  font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: underline; }
  a:active, a:focus, a:hover {
    text-decoration: none; }

/* ==========================================================
 * ## Buttons
 * ========================================================== */
.button {
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif;
  /* ==========================================================
 * ## Navigation Circular Buttons (Prev/Next)
 * ========================================================== */ }
  .button.button--primary {
    font-size: 1rem;
    color: white;
    background-color: #f25d27;
    border-color: #f25d27;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    padding: 8px 15px; }
    .button.button--primary:hover {
      background-color: white;
      color: #393939;
      border-color: #393939;
      border-radius: 10px;
      text-decoration: none; }
    .button.button--primary:active {
      background-color: #f25d27;
      color: #393939;
      border-color: white;
      border-radius: 10px;
      text-decoration: none; }
  .button.button--primary-icon {
    font-size: 1rem;
    color: white;
    background-color: #f25d27;
    border-color: #f25d27;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    padding: 8px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap; }
    .button.button--primary-icon .icon {
      flex-shrink: 0; }
    .button.button--primary-icon .icon svg {
      color: white !important;
      fill: none;
      stroke: white !important; }
    .button.button--primary-icon:hover {
      background-color: white;
      color: #393939 !important;
      border-color: #393939;
      border-width: 1px;
      border-style: solid;
      border-radius: 3.65px; }
      .button.button--primary-icon:hover .icon svg {
        color: #393939 !important;
        fill: none;
        stroke: #393939 !important; }
    .button.button--primary-icon:active, .button.button--primary-icon:focus {
      background-color: #f25d27;
      color: #ffffff !important;
      border-color: white; }
      .button.button--primary-icon:active .icon svg, .button.button--primary-icon:focus .icon svg {
        color: white !important;
        fill: none;
        stroke: white !important; }
  .button.button--secondary {
    font-size: 1rem;
    color: #393939;
    background-color: rgba(0, 0, 255, 0);
    border-color: #666666;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    padding: 8px 15px; }
    .button.button--secondary:hover {
      background-color: #666666;
      color: white;
      border-color: #666666;
      border-radius: 10px;
      text-decoration: none; }
    .button.button--secondary:active {
      background-color: white;
      color: #393939;
      border-color: #666666;
      border-radius: 10px;
      text-decoration: none; }
  .button.button--secondary-icon {
    font-size: 1rem;
    color: #f25d27;
    background-color: white;
    border-color: #f25d27;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    padding: 8px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap; }
    .button.button--secondary-icon .icon {
      flex-shrink: 0; }
    .button.button--secondary-icon .icon svg {
      color: #f25d27 !important;
      fill: none;
      stroke: #f25d27 !important; }
    .button.button--secondary-icon:hover, .button.button--secondary-icon:active, .button.button--secondary-icon:focus {
      background-color: #f25d27;
      color: white;
      border-color: #f25d27;
      border-radius: 3.65px; }
      .button.button--secondary-icon:hover .icon svg, .button.button--secondary-icon:active .icon svg, .button.button--secondary-icon:focus .icon svg {
        color: white !important;
        fill: none;
        stroke: white !important; }
  .button.button--small {
    padding: 0;
    color: #393939;
    border: 0;
    border-bottom: 2px solid #f25d27;
    border-radius: 0; }
    .button.button--small:hover, .button.button--small:active {
      border-color: transparent;
      box-shadow: 0 6px 0 0 #f25d27;
      background-color: transparent;
      color: #393939; }
  .button.button--tertiary {
    padding: 0;
    color: #393939;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #F25D27;
    font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
    border-radius: 0; }
    .button.button--tertiary:hover, .button.button--tertiary:active, .button.button--tertiary:focus {
      border-bottom-width: 6px; }
  .button.button--prev {
    width: 44px;
    height: 44px;
    padding: 0;
    background-color: #666666;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #FFFFFF; }
    .button.button--prev .icon {
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
    .button.button--prev .icon svg {
      width: 10.5px;
      height: 5.28px;
      color: #FFFFFF !important;
      stroke: #FFFFFF !important; }
    .button.button--prev:hover, .button.button--prev:active {
      background-color: #FFFFFF;
      border: 1px solid #393939;
      color: #393939; }
      .button.button--prev:hover .icon svg, .button.button--prev:active .icon svg {
        color: #393939 !important;
        stroke: #393939 !important; }
    .button.button--prev:focus {
      background-color: #FFFFFF;
      border: 1px solid #393939;
      color: #393939;
      box-shadow: 0 0 0 3px #FABEA9;
      outline: none; }
      .button.button--prev:focus .icon svg {
        color: #393939 !important;
        stroke: #393939 !important; }
    .button.button--prev:disabled, .button.button--prev[disabled] {
      background-color: #C2C2C2;
      border: 0;
      cursor: not-allowed;
      color: #FFFFFF; }
      .button.button--prev:disabled .icon svg, .button.button--prev[disabled] .icon svg {
        color: #FFFFFF !important;
        stroke: #FFFFFF !important; }
  .button.button--next {
    width: 44px;
    height: 44px;
    padding: 0;
    background-color: #666666;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #FFFFFF; }
    .button.button--next .icon {
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
    .button.button--next .icon svg {
      width: 10.5px;
      height: 5.28px;
      color: #FFFFFF !important;
      stroke: #FFFFFF !important; }
    .button.button--next:hover, .button.button--next:active {
      background-color: #FFFFFF;
      border: 1px solid #393939;
      color: #393939; }
      .button.button--next:hover .icon svg, .button.button--next:active .icon svg {
        color: #393939 !important;
        stroke: #393939 !important; }
    .button.button--next:focus {
      background-color: #FFFFFF;
      border: 1px solid #393939;
      color: #393939;
      box-shadow: 0 0 0 3px #FABEA9;
      outline: none; }
      .button.button--next:focus .icon svg {
        color: #393939 !important;
        stroke: #393939 !important; }
    .button.button--next:disabled, .button.button--next[disabled] {
      background-color: #C2C2C2;
      border: 0;
      cursor: not-allowed;
      color: #FFFFFF; }
      .button.button--next:disabled .icon svg, .button.button--next[disabled] .icon svg {
        color: #FFFFFF !important;
        stroke: #FFFFFF !important; }
  .button.card-figcaption-button {
    width: 100%; }

/* ==========================================================
 * ## Form Elements
 * ========================================================== */
.form-input {
  background-color: white !important;
  border-radius: 3px !important;
  border: 0.5px solid #858585;
  float: none !important;
  padding-left: 19px; }
  .form-input::placeholder {
    color: #1d1c1a; }
  .form-input:hover {
    border-color: #1d1c1a; }
  .form-input:focus {
    box-shadow: 0 0 0 3px #fabea9;
    outline: none !important; }
  .form-input.form-input--dark {
    background-color: white !important; }
  .form-input.form-input--incrementTotal {
    padding-left: 0 !important;
    padding: 0 !important; }
  .form-increment:hover .form-input.form-input--incrementTotal,
  .form-increment.is-hover .form-input.form-input--incrementTotal {
    border-color: #393939; }
  .form-increment--error .form-input.form-input--incrementTotal,
  .form-increment.is-error .form-input.form-input--incrementTotal {
    border-color: red; }
  .form-increment--error:hover .form-input.form-input--incrementTotal,
  .form-increment.is-error:hover .form-input.form-input--incrementTotal {
    border-color: #cc0000; }
  .form-increment--success .form-input.form-input--incrementTotal,
  .form-increment.is-success .form-input.form-input--incrementTotal {
    border-color: #5bcb70; }
  .form-increment--success:hover .form-input.form-input--incrementTotal,
  .form-increment.is-success:hover .form-input.form-input--incrementTotal {
    border-color: #449854; }

/* ==========================================================
 * ## Form Input Search with Buttons
 * ========================================================== */
.search-input-wrapper {
  display: flex;
  align-items: stretch;
  gap: 0; }

.search-input-container {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  height: 44px;
  border-radius: 3px !important;
  border: 0.5px solid #858585 !important;
  background-color: #f4f4f4 !important; }
  .search-input-container:has(.search-input:focus) {
    border-color: #fabea9 !important;
    box-shadow: 0 0 0 3px #fabea9 !important; }
  .search-input-container:has(.search-input:hover) {
    border-color: #1d1c1a !important; }

.search-input {
  flex: 1;
  border: none !important;
  background: transparent !important;
  padding-left: 19px !important;
  padding-right: 8px !important;
  border-radius: 0 !important;
  box-shadow: none !important; }
  .search-input::placeholder {
    color: #1d1c1a !important; }
  .search-input:focus {
    box-shadow: none !important;
    outline: none !important; }
  .search-input:hover {
    border: none !important; }

.search-clear-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
  padding: 0 !important;
  color: #393939 !important;
  transition: opacity 0.2s ease-out, pointer-events 0.2s ease-out;
  flex-shrink: 0;
  opacity: 0;
  pointer-events: none; }
  .search-clear-btn svg {
    color: #393939 !important;
    fill: #393939 !important;
    stroke: #393939 !important; }
  .search-clear-btn:hover, .search-clear-btn:active, .search-clear-btn:focus {
    color: #393939 !important;
    outline: none; }
    .search-clear-btn:hover svg, .search-clear-btn:active svg, .search-clear-btn:focus svg {
      color: #393939 !important;
      fill: #393939 !important;
      stroke: #393939 !important; }

.search-input-container:has(.search-input:focus) .search-clear-btn,
.search-input-container:has(.search-input:not(:placeholder-shown)) .search-clear-btn {
  opacity: 1 !important;
  pointer-events: auto !important; }

.search-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 44px;
  border: none;
  background: transparent !important;
  cursor: pointer;
  padding: 0;
  color: #f25d27 !important;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  border-radius: 0 3px 3px 0; }
  .search-submit-btn svg {
    color: #f25d27 !important;
    fill: #f25d27 !important;
    stroke: #f25d27 !important; }
  .search-submit-btn:hover {
    background: transparent !important;
    color: #f25d27 !important; }
    .search-submit-btn:hover svg {
      color: #f25d27 !important;
      fill: #f25d27 !important;
      stroke: #f25d27 !important; }
  .search-submit-btn:active, .search-submit-btn:focus, .search-submit-btn:focus-visible {
    background-color: #f25d27 !important;
    color: white !important;
    outline: none !important;
    border: none !important; }
    .search-submit-btn:active svg, .search-submit-btn:focus svg, .search-submit-btn:focus-visible svg {
      stroke: white !important; }

.search-input-container:has(.search-input:focus) .search-submit-btn {
  background-color: #f25d27 !important;
  color: white !important; }
  .search-input-container:has(.search-input:focus) .search-submit-btn svg {
    stroke: white !important; }

/* ==========================================================
 * ## Form Inline Message
 * ========================================================== */
.form-field--error .form-inlineMessage {
  color: #ad0000 !important; }

.form-field--success .form-inlineMessage {
  color: #449854 !important; }

/* ==========================================================
 * ## Form Field States with Icons
 * ========================================================== */
.form-field--error .form-input[type="text"],
.form-field--error .form-input[type="password"] {
  padding-right: 44px !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 20 20' fill='none'%3E%3Cg transform='rotate(180 10 10)'%3E%3Ccircle cx='10' cy='10' r='9.5' fill='white' stroke='%23AD0000' stroke-width='1'/%3E%3Cpath d='M10 15C9.45 15 9 14.55 9 14V10C9 9.45 9.45 9 10 9C10.55 9 11 9.45 11 10V14C11 14.55 10.55 15 10 15ZM11 7H9V5H11V7Z' fill='%23AD0000' /%3E%3C/g%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-width: 0.5px;
  border-color: #cc0000; }
  .form-field--error .form-input[type="text"]:focus,
  .form-field--error .form-input[type="password"]:focus {
    box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.3);
    outline: none; }

.form-field--error .form-input[name="credit_card_number"],
.form-field--error .form-input[name="cvv"] {
  background-position: right 35px center; }

.form-field--success .form-input[type="text"],
.form-field--success .form-input[type="password"] {
  border-width: 0.5px;
  border-color: #449854; }
  .form-field--success .form-input[type="text"]:focus,
  .form-field--success .form-input[type="password"]:focus {
    box-shadow: 0 0 0 3px rgba(68, 152, 84, 0.3);
    outline: none !important; }

input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #f25d27;
  vertical-align: middle; }
  input[type="checkbox"]:hover {
    accent-color: #666666; }
  input[type="checkbox"]:focus {
    border-radius: 100%;
    outline-offset: -1px; }

.form-radio + .form-label::before {
  width: 20px;
  height: 20px;
  border-radius: 13.33px;
  border: 1px solid #858585;
  background-color: white; }

.form-radio:hover + .form-label::before {
  border-color: #f25d27; }

.form-radio:focus + .form-label::before {
  border-width: 1px;
  border-color: #666666;
  box-shadow: 0 0 0 3px #fabea9; }

.form-radio:focus:hover + .form-label::before {
  border-color: #f25d27; }

.form-radio:checked + .form-label::before {
  border-width: 6.67px;
  border-color: #f25d27;
  background-color: white; }

.form-radio:checked + .form-label::after {
  display: none; }

.form-radio:checked:hover + .form-label::before {
  border-color: #666666; }

.form-radio:checked:focus + .form-label::before {
  border-width: 6.67px;
  border-color: #f25d27;
  box-shadow: 0 0 0 3px #fabea9; }

.form-radio:checked:focus:hover + .form-label::before {
  border-color: #666666; }

.form-radio.is-error + .form-label::before,
.form-radio.form-radio--error + .form-label::before {
  border-color: red; }

.form-radio.is-error:hover + .form-label::before,
.form-radio.form-radio--error:hover + .form-label::before {
  border-color: #cc0000; }

.form-radio.is-error:focus + .form-label::before,
.form-radio.form-radio--error:focus + .form-label::before {
  border-color: #cc0000;
  box-shadow: 0 0 0 3px #ffe6e6; }

.form-radio.is-error:focus:hover + .form-label::before,
.form-radio.form-radio--error:focus:hover + .form-label::before {
  border-color: red; }

.form-radio:checked.is-error + .form-label::before,
.form-radio:checked.form-radio--error + .form-label::before {
  border-width: 6.67px;
  border-color: red; }

.form-radio:checked.is-error:hover + .form-label::before,
.form-radio:checked.form-radio--error:hover + .form-label::before {
  border-width: 6.67px;
  border-color: #cc0000; }

.form-radio:checked.is-error:focus + .form-label::before,
.form-radio:checked.form-radio--error:focus + .form-label::before {
  border-width: 6.67px;
  border-color: #cc0000;
  box-shadow: 0 0 0 3px #ffe6e6; }

.form-radio:checked.is-error:focus:hover + .form-label::before,
.form-radio:checked.form-radio--error:focus:hover + .form-label::before {
  border-width: 6.67px;
  border-color: red; }

.form-radio:disabled + .form-label::before,
.form-radio.is-disabled + .form-label::before,
.form-radio[disabled] + .form-label::before {
  border-width: 1px;
  border-color: #c2c2c2;
  background-color: #f4f4f4; }

.form-radio:checked:disabled + .form-label::before,
.form-radio:checked.is-disabled + .form-label::before,
.form-radio:checked[disabled] + .form-label::before {
  border-width: 6.67px;
  border-color: #c2c2c2;
  background-color: #f4f4f4; }

.form-checkbox + .form-label::before {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #858585;
  background-color: white; }

.form-checkbox:hover + .form-label::before {
  border-color: #f25d27; }

.form-checkbox:focus + .form-label::before {
  border-width: 1px;
  border-color: #666666;
  box-shadow: 0 0 0 3px #fabea9; }

.form-checkbox:focus:hover + .form-label::before {
  border-color: #f25d27; }

.form-checkbox + .form-label {
  position: relative; }

.form-checkbox + .form-label::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 7.5px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  display: none;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center; }

.form-checkbox:checked + .form-label::before {
  border-color: #f25d27;
  background-color: #f25d27; }

.form-checkbox:checked + .form-label::after {
  display: block;
  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' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E"); }

.form-checkbox:checked:hover + .form-label::before {
  border-color: #666666;
  background-color: #666666; }

.form-checkbox:checked:focus + .form-label::before {
  border-color: #f25d27;
  background-color: #f25d27;
  box-shadow: 0 0 0 3px #fabea9; }

.form-checkbox:checked:focus:hover + .form-label::before {
  border-color: #666666;
  background-color: #666666; }

.form-checkbox.is-error + .form-label::before,
.form-checkbox.form-checkbox--error + .form-label::before {
  border-color: red; }

.form-checkbox.is-error:hover + .form-label::before,
.form-checkbox.form-checkbox--error:hover + .form-label::before {
  border-color: #cc0000; }

.form-checkbox.is-error:focus + .form-label::before,
.form-checkbox.form-checkbox--error:focus + .form-label::before {
  border-color: #cc0000;
  box-shadow: 0 0 0 3px #ffe6e6; }

.form-checkbox.is-error:focus:hover + .form-label::before,
.form-checkbox.form-checkbox--error:focus:hover + .form-label::before {
  border-color: red; }

.form-checkbox:checked.is-error + .form-label::before,
.form-checkbox:checked.form-checkbox--error + .form-label::before {
  border-color: red;
  background-color: red; }

.form-checkbox:checked.is-error:hover + .form-label::before,
.form-checkbox:checked.form-checkbox--error:hover + .form-label::before {
  border-color: #cc0000;
  background-color: #cc0000; }

.form-checkbox:checked.is-error:focus + .form-label::before,
.form-checkbox:checked.form-checkbox--error:focus + .form-label::before {
  border-color: red;
  background-color: red;
  box-shadow: 0 0 0 3px #ffe6e6; }

.form-checkbox:checked.is-error:focus:hover + .form-label::before,
.form-checkbox:checked.form-checkbox--error:focus:hover + .form-label::before {
  border-color: #cc0000;
  background-color: #cc0000; }

.form-checkbox:disabled + .form-label::before,
.form-checkbox.is-disabled + .form-label::before,
.form-checkbox[disabled] + .form-label::before {
  border-color: #c2c2c2;
  background-color: #f4f4f4; }

.form-checkbox:checked:disabled + .form-label::before,
.form-checkbox:checked.is-disabled + .form-label::before,
.form-checkbox:checked[disabled] + .form-label::before {
  border-color: #c2c2c2;
  background-color: #c2c2c2; }

.form-select {
  height: 44px;
  padding: 10px 12px;
  border-radius: 2.4px;
  border: 0.5px solid #858585;
  background-color: white;
  color: #1d1c1a;
  font-size: 16px;
  font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif;
  padding-right: 40px;
  cursor: pointer;
  box-sizing: border-box;
  appearance: none;
  background-position: right 15px center; }
  .form-select:hover {
    border-color: #1d1c1a; }
  .form-select:focus {
    outline: none;
    border-color: #858585;
    box-shadow: 0 0 0 3px #fabea9; }
  .form-select.is-error, .form-select.form-select--error {
    border-color: red; }
    .form-select.is-error:hover, .form-select.form-select--error:hover {
      border-color: #cc0000; }
    .form-select.is-error:focus, .form-select.form-select--error:focus {
      outline: none;
      border-color: red;
      box-shadow: 0 0 0 3px #ffe6e6; }
  .form-select.is-success, .form-select.form-select--success {
    border-color: #449854; }
    .form-select.is-success:hover, .form-select.form-select--success:hover {
      border-color: #e3ffe8; }
    .form-select.is-success:focus, .form-select.form-select--success:focus {
      outline: none;
      border-color: #449854;
      box-shadow: 0 0 0 3px #e3ffe8; }
  .form-select:disabled, .form-select.is-disabled, .form-select[disabled] {
    border-color: #c2c2c2;
    background-color: #f4f4f4;
    color: #858585;
    cursor: not-allowed;
    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='%23C2C2C2' /%3E%3C/svg%3E"); }

select.is-error:focus-visible,
.form-select.is-error:focus-visible,
select.form-select--error:focus-visible,
.form-select.form-select--error:focus-visible {
  outline: none !important;
  border-color: red !important;
  box-shadow: 0 0 0 3px #ffe6e6 !important; }

select.is-success:focus-visible,
.form-select.is-success:focus-visible,
select.form-select--success:focus-visible,
.form-select.form-select--success:focus-visible {
  outline: none !important;
  border-color: #449854 !important;
  box-shadow: 0 0 0 3px #e3ffe8 !important; }

.form-select--small,
.form-select--date {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal; }

.actionBar-section .form-label {
  font-size: 1rem;
  color: #222222; }

/* ==========================================================
 * ## Misc
 * ========================================================== */
.navList-action {
  font-size: 15px;
  line-height: 26px;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 500; }

.navPages-action {
  font-weight: 400;
  color: #393939;
  display: block;
  justify-content: space-between;
  align-items: center; }
  .navPages-action:focus {
    color: #f25d27; }

.navPage-subMenu-action-item-description {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  color: #393939; }

.icon {
  height: 1.25rem;
  width: 1.25rem; }
  .icon.navPages-action-moreIcon {
    pointer-events: none !important; }

.icon svg {
  height: 100% !important;
  width: 100% !important; }

.breadcrumb {
  font-size: 1rem; }
  .breadcrumb a:hover {
    color: #f25d27; }

.breadcrumb.is-active > .breadcrumb-label {
  text-decoration: none; }

.breadcrumb:not(:first-child):before {
  border-right-color: #757575; }

.card-title {
  font-size: 1rem; }

.button--grey {
  color: #333333;
  background-color: #e5e5e5;
  border: 1px solid 333333;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s; }
  .button--grey:hover, .button--grey:focus {
    color: #ffffff;
    background-color: #757575;
    border-color: none; }
  .button--grey:active {
    color: #ffffff;
    background-color: #757575;
    border-color: none; }

.pdp__get-quote {
  flex: 1 0 0;
  margin-bottom: 15px; }
  .pdp__get-quote .button--secondary-icon {
    width: 100%; }
    .pdp__get-quote .button--secondary-icon .icon svg {
      fill: none !important; }
  @media (min-width: 551px) {
    .pdp__get-quote {
      margin-bottom: 0px; } }

.pdp__wishlist-single {
  width: 100%;
  flex: 0 0 1; }
  @media (min-width: 551px) {
    .pdp__wishlist-single {
      width: 50%; } }
  .pdp__wishlist-single .button--secondary-icon,
  .pdp__wishlist-single .button--wishlist-grey {
    width: 100%; }

.button--wishlist-grey {
  color: #393939;
  border-color: #666666;
  background-color: transparent;
  padding: 8px 15px;
  display: inline-flex;
  justify-content: center; }
  .button--wishlist-grey:hover, .button--wishlist-grey:focus {
    color: #393939;
    border-color: #666666;
    background-color: transparent;
    text-decoration: none; }

.productView-options .pdp__wishlist-single .button--wishlist-grey {
  border: 1px solid #666666;
  padding: 8px 15px; }

@media (min-width: 1025px) {
  .pdp__wishlist-single {
    width: 50%; } }

@media (max-width: 376px) {
  html,
  body {
    overflow-x: hidden; } }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
  Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
    Background is added as a separate element.
    As animating opacity is much faster than animating rgba() background-color.
  */
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
    stretched thumbnail or div placeholder element (see below)
    style is added to avoid flickering in webkit/blink when layers overlap
  */
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
    div element that matches size of large image
    large image loads on top of it
  */
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
    Error message appears when image is not loaded
    (JS option errorMsg controls markup)
  */
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc; }

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

    Contents:

    1. Buttons
    2. Share modal and links
    3. Index indicator ("1 of X" counter)
    4. Caption
    5. Loading indicator
    6. Additional styles (root element, top bar, idle state, hidden state, etc.)

  */
/*

    1. Buttons

   */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/photoswipe/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
    Arrow buttons hit area
    (icon is added to :before pseudo-element)
  */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

    2. Share modal/popup and links

   */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a; }

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff; }

a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d; }

a.pswp__share--download:hover {
  background: #ddd; }

/*

    3. Index indicator ("1 of X" counter)

   */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px; }

/*

    4. Caption

   */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #bbb; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

    5. Loading indicator (preloader)

    You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

   */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
        The idea of animating inner circle is based on Polymer ("material") loading indicator
         by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
      */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

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

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

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

/*
    6. Additional styles

   */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
    pswp__ui--hidden class is added when controls are hidden
    e.g. when user taps to toggle visibility of controls
  */
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* ==========================================================
 * ## CUSTOM PHOTOSWIPE SCSS
 * ========================================================== */
.pswp__zoom-wrap .pswp-video {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  transform: translate(0, -50%); }

.pswp__zoom-wrap .pswp-video {
  padding-bottom: 50.3%;
  position: relative;
  padding-top: 30px;
  height: 0;
  margin: 1rem auto 3rem;
  overflow: hidden;
  border: 1px solid #000000;
  box-shadow: 0px 0px 30px #000000;
  max-width: 800px; }
  @media (min-width: 1026px) {
    .pswp__zoom-wrap .pswp-video {
      padding-bottom: 420px; } }
  .pswp__zoom-wrap .pswp-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.productView-img-container > a[data-type='video'],
.productView-thumbnail--video .productView-thumbnail-link {
  position: relative; }
  .productView-img-container > a[data-type='video']:after, .productView-img-container > a[data-type='video']:before,
  .productView-thumbnail--video .productView-thumbnail-link:after,
  .productView-thumbnail--video .productView-thumbnail-link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; }
  .productView-img-container > a[data-type='video']:after,
  .productView-thumbnail--video .productView-thumbnail-link:after {
    transform: translate(-20%, -50%);
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 10px solid #fff;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25)); }
  .productView-img-container > a[data-type='video']:before,
  .productView-thumbnail--video .productView-thumbnail-link:before {
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
    background: rgba(0, 0, 0, 0.5); }
  .productView-img-container > a[data-type='video']:hover:before,
  .productView-thumbnail--video .productView-thumbnail-link:hover:before {
    background: rgba(0, 0, 0, 0.8); }

.productView-img-container > a[data-type='video'] {
  display: inherit !important;
  position: static; }
  .productView-img-container > a[data-type='video']:after {
    transform: translate(-20%, -50%);
    border: 16px solid transparent;
    border-left: 25px solid #fff; }
  .productView-img-container > a[data-type='video']:before {
    width: 70px;
    height: 70px; }

/* ==========================================================
 * ## Variables
 * ========================================================== */
/* ==========================================================
 * ## Page Layout
 * ========================================================== */
.page--blog-custom::after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 1026px) {
  .page--blog-custom .blog-sidebar {
    float: none; } }

.page--blog-custom .blog-sidebar [data-collapsible="blog-sidebar-recent-posts"],
.page--blog-post-custom .blog-sidebar [data-collapsible="blog-sidebar-recent-posts"] {
  text-decoration: none !important; }

@media (min-width: 1261px) {
  .page--blog-custom .blog-sidebar,
  .page--blog-post-custom .blog-sidebar {
    display: block;
    float: right;
    width: 20.5%;
    padding-left: 5.3125rem; } }

@media (min-width: 1261px) {
  .page--blog-custom .blog-top {
    float: right;
    width: 79.5%; } }

@media (min-width: 1261px) {
  .page--blog-custom .blog-posts,
  .page--blog-post-custom .blog-post {
    float: right;
    width: 79.5%; } }

/* ==========================================================
* ## Sidebar
* ========================================================== */
.blog-sidebar__block {
  position: relative;
  margin-bottom: 2rem; }

.blog-sidebar__block > a {
  display: block;
  text-decoration: none; }

.blog-sidebar__block .blog-sidebar__header > .icon {
  height: 1rem;
  width: 1rem; }
  .blog-sidebar__block .blog-sidebar__header > .icon svg {
    fill: #f25d27; }
  @media (min-width: 1261px) {
    .blog-sidebar__block .blog-sidebar__header > .icon {
      display: none; } }

@media only screen and (max-width: 1261px) {
  .blog-sidebar__block > a.is-open .icon {
    transform: rotate(180deg); }
    .blog-sidebar__block > a.is-open .icon svg {
      fill: #666666;
      stroke: #666666; } }

@media only screen and (max-width: 1261px) {
  .blog-sidebar__header {
    margin: 0;
    padding: 0.75rem 1rem;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    display: flex;
    align-items: center; } }

@media (min-width: 1261px) {
  .blog-sidebar__header {
    margin-top: 0;
    margin-bottom: 1rem; } }

@media only screen and (max-width: 1261px) {
  .blog-sidebar__header-text {
    color: #393939;
    font-size: 1rem;
    font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif;
    font-weight: 700;
    flex: 1; } }

.blog-sidebar__content {
  display: none;
  width: 100%; }
  @media (min-width: 1261px) {
    .blog-sidebar__content {
      display: block; } }

.blog-sidebar__content.is-open {
  display: block;
  position: absolute;
  z-index: 5;
  background-color: #ffffff; }
  @media (min-width: 1261px) {
    .blog-sidebar__content.is-open {
      position: static; } }

.blog-sidebar__recent-list {
  margin: 0;
  list-style: none; }
  @media only screen and (max-width: 1261px) {
    .blog-sidebar__recent-list {
      border: 1px solid #c2c2c2;
      border-top: none;
      background-color: #ffffff; } }
  @media (min-width: 1261px) {
    .blog-sidebar__recent-list {
      padding: 1rem 0;
      border-top: 1px solid #c2c2c2;
      border-bottom: 1px solid #c2c2c2; } }

.blog-sidebar__recent-list-skeleton {
  width: 100%;
  display: block;
  margin: 0.75rem 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), #ececec;
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
  animation: shine 1s infinite; }

@keyframes shine {
  to {
    background-position: 100% 0; } }

@media only screen and (max-width: 1261px) {
  .blog-sidebar__recent-list-item {
    border-bottom: 1px solid #c2c2c2; } }

@media (min-width: 1261px) {
  .blog-sidebar__recent-list-item {
    margin: 0.75rem 0; } }

.blog-sidebar__recent-list-item a {
  display: block; }
  @media only screen and (max-width: 1261px) {
    .blog-sidebar__recent-list-item a {
      padding: 0.75rem 1rem;
      transition: none; }
      .blog-sidebar__recent-list-item a:hover, .blog-sidebar__recent-list-item a:focus {
        color: #ffffff;
        background-color: #f4f4f4;
        text-decoration: none; } }

.blog-sidebar__form {
  padding: 2rem 0; }
  @media only screen and (max-width: 1261px) {
    .blog-sidebar__form {
      border: 1px solid #c2c2c2;
      border-top: none;
      margin-bottom: 0;
      padding: 1rem; } }
  @media (min-width: 1261px) {
    .blog-sidebar__form {
      border-top: 1px solid #c2c2c2;
      border-bottom: 1px solid #c2c2c2; } }

.blog-sidebar__form .form-field {
  margin: 0; }

.blog-sidebar__form .button {
  margin-top: 1rem;
  margin-left: 0;
  width: 100%; }

/* ==========================================================
* ## Top
* ========================================================== */
.page--blog-custom .page-heading {
  text-align: left; }

.blog-top .page-heading {
  margin: 0 0 1rem; }

.blog-top__content {
  margin-bottom: 2rem; }

.page--blog-custom .form-prefixPostfix.wrap .button {
  margin: 0; }

.blog-top__content-description {
  margin: 2rem 0; }

/* ==========================================================
* ## Posts
* ========================================================== */
.blog-posts__container {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: 1fr;
  padding: calc(2rem + 43px) 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #c2c2c2; }
  @media (min-width: 551px) {
    .blog-posts__container {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1026px) {
    .blog-posts__container {
      grid-template-columns: repeat(3, 1fr);
      padding-top: 130px; } }

.blog-post__card {
  display: flex;
  flex-flow: column nowrap;
  padding: 2rem;
  border: 1px solid #c2c2c2;
  border-radius: 2px; }

.blog-post__card-thumbnail {
  margin: 0;
  text-align: center; }

.blog-post__card-body {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%; }

.blog-post__card-header {
  padding: 1.5rem 0; }
  .blog-post__card-header + .blog-post__card-summary {
    border-top: 1px solid #c2c2c2; }

.blog-post__card-title {
  margin-top: 0; }

.blog-post__card-date {
  margin: 0; }

.blog-post__card-summary {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 auto;
  padding: 1.5rem 0 0; }

.blog-post__card-read-more-wrapper {
  margin-top: auto; }

.blog-post__card-read-more {
  display: inline-block;
  color: #f25d27;
  margin-top: 1.5rem; }

/* ==========================================================
 * ## BLOG POST
 * ========================================================== */
.blog-post__title {
  margin: 0 0 1rem;
  color: #222222; }

#blog-subscribe-pad {
  max-width: 650px;
  margin: 60px auto;
  background: #e5e6e6;
  padding: 20px 40px;
  border: 1px solid #aaa;
  border-radius: 8px; }

.navPages.navPages--blog {
  padding: 0;
  background-color: #e5e5e5; }
  @media (min-width: 1026px) {
    .navPages.navPages--blog {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0;
      max-width: none;
      background-color: #ffffff;
      text-align: left; } }

.navPages.navPages--blog {
  display: block; }

@media (min-width: 1026px) {
  .navPages--blog-list {
    display: flex;
    justify-content: space-between;
    gap: 1rem; } }

.navPages--blog-item.navPages--blog-item {
  position: relative; }
  @media (min-width: 1026px) {
    .navPages--blog-item.navPages--blog-item {
      max-width: 10.25rem;
      flex-basis: 10.25rem; }
      .navPages--blog-item.navPages--blog-item:has(a.has-subMenu) {
        border-radius: .25rem .25rem 0 0; } }
  .navPages--blog-item.navPages--blog-item a.navPages-action--toplevel {
    font-weight: 700;
    letter-spacing: 1%;
    color: #393939 !important; }
    @media (min-width: 1026px) {
      .navPages--blog-item.navPages--blog-item a.navPages-action--toplevel {
        background-color: transparent; } }
  .navPages--blog-item.navPages--blog-item a {
    color: #393939;
    font-weight: 400;
    font-size: 14px;
    background-color: #ffffff;
    letter-spacing: -0.03em; }
    @media (min-width: 1026px) {
      .navPages--blog-item.navPages--blog-item a {
        color: #f25d27;
        justify-content: center !important;
        text-align: center;
        padding: .625rem .5rem;
        padding-inline: 0.5rem; } }
  .navPages--blog-item.navPages--blog-item svg {
    fill: #ffffff; }
    @media (min-width: 1026px) {
      .navPages--blog-item.navPages--blog-item svg {
        fill: #f25d27; } }
  @media (min-width: 1026px) {
    .navPages--blog-item.navPages--blog-item:hover {
      border-radius: .25rem; }
      .navPages--blog-item.navPages--blog-item:hover svg {
        fill: #666666 !important;
        transform: rotate(-180deg);
        transition: transform 0.3s ease, stroke 0.3s ease, -webkit-transform 0.3s ease; } }
  .navPages--blog-item.navPages--blog-item:hover a {
    color: #393939; }

.navPages--blog-action.navPage-submenu--blog {
  padding: 0 !important; }

@media (min-width: 1026px) {
  .top-level-submenu-blog {
    display: block;
    width: 100%; } }

.navPages-item .navPage-subMenu.navPage-submenu--blog {
  width: fit-content;
  padding: 0 !important;
  background-color: #f25d27;
  min-width: 100%;
  z-index: 1; }
  @media (min-width: 1026px) {
    .navPages-item .navPage-subMenu.navPage-submenu--blog {
      border-top: 4px solid #f25d27; } }

.navPage-subMenu-item.navPage-submenu-item--blog {
  float: none;
  width: auto;
  padding: 0 0 0 64px; }
  .navPage-subMenu-item.navPage-submenu-item--blog .navPage-subMenu-action--blog {
    color: #393939;
    font-weight: 500; }
    .navPage-subMenu-item.navPage-submenu-item--blog .navPage-subMenu-action--blog:hover {
      background-color: #F4F4F4;
      color: #f25d27; }
  .navPage-subMenu-item.navPage-submenu-item--blog:last-child .navPage-subMenu-action--blog {
    border-bottom: none; }
  @media (min-width: 1026px) {
    .navPage-subMenu-item.navPage-submenu-item--blog {
      padding-left: 0; } }

.navPage-subMenu-action.navPage-subMenu-action--blog {
  white-space: nowrap;
  margin: 0; }

.navPages--blog-container {
  position: relative; }
  .navPages--blog-container > .navPages--blog-action {
    text-align: center;
    border: 1px solid #f25d27;
    border-radius: .25rem;
    color: #f25d27; }
    .navPages--blog-container > .navPages--blog-action.is-open {
      border-radius: .25rem .25rem 0 0; }
    .navPages--blog-container > .navPages--blog-action i {
      position: unset; }
    .navPages--blog-container > .navPages--blog-action svg {
      fill: #f25d27; }
    @media (min-width: 1026px) {
      .navPages--blog-container > .navPages--blog-action {
        display: none; } }

.navPages--blog-list .navPages--blog-action .icon {
  display: inline-block; }

.category__subcat-grid {
  display: none; }

.category__subcat-grid-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border: 1px solid lightgray;
  border-radius: .25rem; }
  .category__subcat-grid-item:hover {
    border-color: #f25d27; }
    .category__subcat-grid-item:hover a {
      text-decoration: none; }
    .category__subcat-grid-item:hover p {
      color: #f25d27; }
  .category__subcat-grid-item p {
    margin: 0;
    font-weight: 700; }

.category__sidebar-image {
  display: none; }
  @media (min-width: 1026px) {
    .category__sidebar-image {
      display: block; } }

[data-content-region="product_grid_banner"] {
  grid-column: span 2;
  aspect-ratio: 2/1;
  display: none;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 8px;
  margin: 0; }

[data-content-region="product_grid_banner"]:empty {
  display: none; }

[data-content-region="product_grid_banner"]:not(:empty) {
  display: flex; }

@media (max-width: 550px) {
  [data-content-region="product_grid_banner"] {
    grid-column: span 1; } }

[data-content-region="product_grid_banner"] > div {
  width: 100%; }

@media only screen and (max-width: 1024px) {
  .mega-menu {
    display: none; } }

.mega-menu__image {
  width: 100%; }

li.navPage-subMenu-item-child.is-hidden {
  display: none; }

.header {
  padding: 0;
  position: relative;
  top: auto;
  margin: auto;
  border: none; }
  @media (max-width: 1025px) {
    .header {
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 1026px) {
    .header {
      padding-inline: 2rem;
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); } }
  .header.is-open {
    position: fixed;
    top: 0; }

.header-2__mid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  padding: 0.625rem 20px;
  z-index: 10;
  position: relative;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 1026px) {
    .header-2__mid {
      position: relative;
      grid-template-columns: minmax(auto, 200px) minmax(auto, 100%) minmax(auto, 540px);
      padding: 23px .75rem 0 .75rem;
      box-shadow: none;
      height: 74px;
      align-items: flex-start;
      padding-block: 0; } }
  @media all and (-ms-high-contrast: none) {
    .header-2__mid {
      grid-template-columns: repeat(5, auto); }
      .header-2__mid > *:nth-child(5n + 1) {
        grid-column: 1; }
      .header-2__mid > *:nth-child(5n + 2) {
        grid-column: 2; }
      .header-2__mid > *:nth-child(5n + 3) {
        grid-column: 3; }
      .header-2__mid > *:nth-child(5n + 4) {
        grid-column: 4; }
      .header-2__mid > *:nth-child(5n + 5) {
        grid-column: 5; } }

@media (min-width: 1026px) {
  .header-2__mid .header-logo {
    padding-top: 30px; }
  .header-2__mid .header-2__nav-search {
    padding-top: 35px; }
  .header-2__mid .navUser-item--contact {
    padding-top: 20px; } }

@media (min-width: 1026px) {
  .header-2__search-section {
    display: none; } }

.header-2__contact-section {
  position: relative; }
  @media (min-width: 1026px) {
    .header-2__contact-section {
      display: none;
      border-bottom: 1px solid #e5e5e5; } }

@media (max-width: 1025px) {
  .header-2__search-section {
    padding: 0px 1rem; }
  .header.header-2.header-2--default.is-open .header-2__contact-section {
    display: none; }
  .header-2__contact-section {
    display: block; }
    .header-2__contact-section .navUser-section {
      border-bottom: 1px solid #e5e5e5; }
      .header-2__contact-section .navUser-section .navUser-item--contact {
        display: flex !important;
        width: 100%;
        flex: 1;
        align-items: center; }
      .header-2__contact-section .navUser-section .navUser-item:not(.navUser-item--contact) {
        display: none; }
  .header-2__mid .header-2__nav-search {
    display: none; }
  .header-2__contact-section .navUser-section .navUser-item--account,
  .header-2__contact-section .navUser-section .navUser-item--cart {
    display: none; }
  .header-2__mid .navUser-item--contact {
    display: none !important; }
  .header-2__contact-section .navUser {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
    border-top: 0.5px solid #C2C2C2; } }
  @media (max-width: 1025px) and (min-width: 1026px) {
    .header-2__contact-section .navUser {
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
      margin-top: 10px;
      border: none;
      box-shadow: none; } }

@media (max-width: 1025px) {
  .header-2__contact-section .navUser-section {
    width: 100%;
    display: flex;
    justify-content: flex-start; } }

.header-logo {
  margin: 0;
  height: 40px; }

.header-logo__link {
  width: 100%;
  height: 40px; }

.header-logo-image-container {
  min-height: 0; }

.header-2__nav-search {
  padding: 0;
  background-color: transparent; }
  @media (min-width: 1026px) {
    .header-2__nav-search {
      position: static;
      display: flex;
      align-items: center;
      padding-top: 1.5rem;
      margin-left: 2rem;
      margin-right: 1rem; } }
  .header-2__nav-search .form {
    margin: 0; }
  .header-2__nav-search .form-field {
    display: flex;
    margin: 0; }
  .header-2__nav-search svg {
    fill: #ffffff;
    stroke: none; }
  .header-2__nav-search .icon {
    height: 20px;
    width: 20px; }

.nav-search_link {
  padding: 0;
  display: flex;
  width: 55px;
  justify-content: center;
  align-items: center;
  background-color: #f25d27;
  border-radius: 0 3px 3px 0; }

.header-2__nav-search .form-input {
  font-size: 1rem;
  height: 2.75rem;
  border-radius: 3px 0 0 3px;
  border-right: none;
  color: #393939; }
  .header-2__nav-search .form-input:focus {
    outline: none !important; }

@media (min-width: 1026px) {
  .header__bottom-nav {
    background: #ffffff;
    padding-top: 15px; } }

.navPages {
  padding: 0;
  background-color: #F4F4F4; }
  @media (min-width: 1026px) {
    .navPages {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0;
      max-width: none;
      background-color: #ffffff;
      text-align: left; } }

.icon--chevron-down {
  width: 18px;
  height: 18px; }

.navPages-action .icon--chevron-down {
  margin-left: 5px; }

.navPages-list--contact .navPages-item:last-of-type {
  display: none; }
  @media (min-width: 1026px) {
    .navPages-list--contact .navPages-item:last-of-type {
      display: inline-block; } }

.navPages-list--contact .navPages-action {
  display: flex;
  justify-content: space-between; }

.navPages-list--contact .icon {
  margin-left: auto;
  display: block; }
  @media (min-width: 1026px) {
    .navPages-list--contact .icon {
      display: none; } }

.navPages-list--contact svg {
  fill: none;
  stroke: none;
  transform: rotate(270deg); }

.navPages-list + .navPages-list {
  padding: 0;
  border: 0;
  margin-top: 0; }
  @media (min-width: 1026px) {
    .navPages-list + .navPages-list {
      margin-top: 0; } }

.navPages-list--user .navPages-action--account {
  margin: 0 20px; }

@media (max-width: 1025px) {
  .navPages-action--account-text .icon--chevron-down {
    display: none; } }

.navPages-list--user .navPages-action--account .navPages-action--account-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .navPages-list--user .navPages-action--account .navPages-action--account-text .account-svg {
    width: 42px;
    height: 42px;
    stroke: #393939;
    padding: 5px;
    background-color: #FFFFFF;
    border-radius: 3px;
    margin-right: 10px; }
  .navPages-list--user .navPages-action--account .navPages-action--account-text:hover .account-svg, .navPages-list--user .navPages-action--account .navPages-action--account-text :focus .account-svg {
    stroke: #f25d27; }

.navPages-list--user .navPages-item--logout {
  padding-left: 20px;
  padding-right: 20px; }

.navPages-list--user .navPages-item--phone-contact {
  padding-left: 20px;
  padding-right: 20px; }

.navPages-list--user .navPages-action {
  padding: 18px 0;
  border-bottom: #C2C2C2 solid 1px; }
  @media (min-width: 1026px) {
    .navPages-list--user .navPages-action {
      padding: .75rem 0; } }

.navPages-list .navPages-action.has-subMenu {
  align-items: center;
  flex-direction: row;
  justify-content: normal; }
  .navPages-list .navPages-action.has-subMenu:after {
    display: none; }

.navPages-list--contact .navPages-action {
  margin: .5rem 0;
  padding: 0 1.5rem;
  font-size: 2.25rem; }
  .navPages-list--contact .navPages-action span {
    font-size: 2.25rem; }
  @media (min-width: 1026px) {
    .navPages-list--contact .navPages-action {
      padding: .75rem;
      font-size: 1rem;
      margin: 0; } }

.navPages-action:hover svg, .navPages-action.activePage svg {
  stroke: none;
  fill: none; }

.navPages-action:hover .icon--chevron-down svg,
.navPages-action.activePage .icon--chevron-down svg {
  stroke: #f25d27;
  fill: none; }

.navPages-action.navPages-number {
  color: #f25d27;
  display: block;
  font-size: 2.25rem; }
  @media (min-width: 1026px) {
    .navPages-action.navPages-number {
      display: none; } }

@media (max-width: 1025px) {
  .navPages-item {
    position: relative; }
    .navPages-item::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 20px;
      right: 20px;
      height: 1px;
      background-color: #C2C2C2; } }

@media (min-width: 1026px) {
  .navPages-item {
    display: inline-block;
    float: none;
    position: static; }
    .navPages-item:focus {
      background-color: #e5e5e5; } }

@media (max-width: 1025px) {
  .navPages-item--phone-contact::after {
    display: none; } }

@media (min-width: 1026px) {
  .navPages-item--phone-contact {
    display: none; } }

.navPages-action--register {
  padding: 14px 0;
  border-bottom: 1px solid #C2C2C2; }

.navPages-action--sign-in {
  padding: 14px 0; }

@media (max-width: 1025px) {
  .mobile-navPages-action {
    text-decoration: none;
    width: 100%;
    font-size: 18px;
    line-height: 16px;
    font-weight: 600;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    padding: 0 20px; } }

@media (max-width: 1025px) {
  .mobile-navPages-action-item {
    text-decoration: none;
    width: 100%;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400; } }

@media (max-width: 1025px) {
  .navPages-action--register,
  .navPages-action--sign-in {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    font-weight: 600;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif; } }

#navPages-account.navPage-subMenu.is-open {
  padding: 0 25px; }

@media (max-width: 1025px) {
  .navPages-action--phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; } }

@media (max-width: 1025px) {
  .navPages-action-phone-icon {
    padding: 5px;
    background-color: #FFFFFF;
    border-radius: 3px; }
    .navPages-action-phone-icon svg {
      width: 32px;
      height: 32px;
      stroke: #393939; }
    .navPages-action-phone-icon:hover svg, .navPages-action-phone-icon :focus svg {
      stroke: #f25d27; } }

@media (max-width: 1025px) {
  .navPages-action-phone-text {
    display: inline;
    white-space: nowrap;
    padding-left: 10px; } }

@media (max-width: 1025px) {
  .navPages-action--phone:hover .navPages-action-phone-icon svg {
    stroke: #F25D27; } }

.navPages-action {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  letter-spacing: 0;
  cursor: pointer;
  pointer-events: auto; }
  .navPages-action:hover, .navPages-action:focus, .navPages-action:active {
    text-decoration: none;
    outline: none !important;
    color: #f25d27; }

@media (max-width: 1025px) {
  .navPages > .navPages-list > .navPages-item > .navPages-action {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #393939; } }

.navPages-action-moreIcon svg {
  fill: #f25d27;
  stroke: none;
  transition: fill 0.3s ease; }

@media (max-width: 1025px) {
  .navPages-action-moreIcon {
    position: absolute;
    right: 0; } }

.icon--chevron-down svg {
  stroke: #F25D27;
  transition: transform 0.3s ease, stroke 0.3s ease; }

.has-subMenu.is-open .icon--chevron-down svg,
.navPages-action.is-open .icon--chevron-down svg {
  stroke: #666666;
  transform: rotate(-180deg); }

.navPage-subMenu-item-child .icon--chevron-down svg {
  transform: rotate(-90deg); }

.navPage-subMenu-item-child .icon--chevron-down svg,
.navPage-subMenu-item-child.has-subMenu.is-open .icon--chevron-down svg,
.navPage-subMenu-item-child .navPage-subMenu-action.is-open .icon--chevron-down svg {
  transform: rotate(-90deg) !important; }

.navPages-list--products > .navPages-item > .navPages-action {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.navPages-list--products > .navPages-item:first-of-type .navPages-action:hover, .navPages-list--products > .navPages-item:first-of-type .navPages-action:focus, .navPages-list--products > .navPages-item:first-of-type .navPages-action:active {
  text-decoration: none;
  outline: none !important; }

@media (min-width: 1025px) {
  .navPages-list--products > .navPages-item:first-of-type .navPages-action.is-open {
    background-color: #ffffff; } }

.navPages-list--products > .navPages-item:first-of-type .navPages-action.is-open .navPages-action-moreIcon svg {
  fill: #666666;
  stroke: none; }

.navPages-list--products .navPages-item > .navPages-action {
  line-height: 0; }
  @media (min-width: 1026px) {
    .navPages-list--products .navPages-item > .navPages-action {
      border-bottom: 4px solid transparent !important; } }
  .navPages-list--products .navPages-item > .navPages-action.is-open {
    text-align: initial;
    color: #f25d27; }
    @media (min-width: 1026px) {
      .navPages-list--products .navPages-item > .navPages-action.is-open {
        box-shadow: none;
        border-bottom: none;
        border-bottom: 4px solid #f25d27 !important;
        color: #393939; } }
  @media (min-width: 1026px) {
    .navPages-list--products .navPages-item > .navPages-action {
      border-bottom: none; } }

.navPages-container {
  padding-top: 0; }
  @media (max-width: 550px) {
    .navPages-container {
      max-height: calc(100dvh - 110px); } }
  @media (min-width: 551px) {
    .navPages-container {
      max-height: calc(100dvh - 130px); } }
  .navPages-container.is-open {
    padding-top: 16px !important; }
  @media (min-width: 1026px) {
    .navPages-container {
      position: static;
      width: 100%; } }

.countPill {
  font-weight: 500;
  margin: auto; }
  @media (min-width: 1026px) {
    .countPill {
      display: flex;
      justify-content: center;
      align-items: center; } }

.navUser {
  background-color: #F25D27; }
  @media (min-width: 1026px) {
    .navUser .dropdown-menu-item a {
      color: #1d1c1a; } }
  @media (min-width: 1026px) {
    .navUser .dropdown-menu-item a:hover, .navUser .dropdown-menu-item a:active {
      color: #f25d27; } }

.navUser-action {
  font-size: 1.5rem;
  text-transform: none; }

.page .page-heading {
  z-index: 99; }

@media (min-width: 1026px) {
  .navPages-list--products {
    display: flex;
    column-gap: .5rem; } }

.navPages--blog-action .icon.navPages-action-moreIcon {
  transform: rotate(0); }
  .navPages--blog-action .icon.navPages-action-moreIcon svg {
    fill: #f25d27; }

.navPages--blog-action.is-open .icon.navPages-action-moreIcon {
  transform: rotate(-180deg); }
  .navPages--blog-action.is-open .icon.navPages-action-moreIcon svg {
    fill: #666666; }

.navPages-list > .navPages-item > .navPages-action .icon.navPages-action-moreIcon,
.navPages-list > .navPages--blog-action .icon.navPages-action-moreIcon {
  transform: rotate(0); }
  .navPages-list > .navPages-item > .navPages-action .icon.navPages-action-moreIcon svg,
  .navPages-list > .navPages--blog-action .icon.navPages-action-moreIcon svg {
    fill: #f25d27; }

.navPages-list > .navPages-item > .navPages-action.is-open .icon.navPages-action-moreIcon,
.navPages-list > .navPages--blog-action.is-open .icon.navPages-action-moreIcon {
  transform: rotate(-180deg); }
  .navPages-list > .navPages-item > .navPages-action.is-open .icon.navPages-action-moreIcon svg,
  .navPages-list > .navPages--blog-action.is-open .icon.navPages-action-moreIcon svg {
    fill: #666666; }

.navPages .navPage-subMenu-list {
  max-width: none;
  margin: 0; }

.shop-all-list .navPages-action {
  display: flex; }

@media (min-width: 1026px) {
  .navPage-subMenu-list.shop-all-list {
    margin: 22px 0;
    width: 16.25rem;
    padding: 0; }
    .navPage-subMenu-list.shop-all-list > .navPage-subMenu-item-child {
      white-space: nowrap; } }

.brand-dropdown .navPage-subMenu-list {
  display: block;
  padding-inline: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media (min-width: 551px) {
    .brand-dropdown .navPage-subMenu-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1026px) {
    .brand-dropdown .navPage-subMenu-list {
      display: grid;
      grid-template-columns: repeat(7, 1fr); } }

.navPages-action-depth-max.has-subMenu .navPages-action-moreIcon {
  transform: rotate(0); }
  @media (min-width: 1026px) {
    .navPages-action-depth-max.has-subMenu .navPages-action-moreIcon {
      transform: rotate(-90deg); } }

.navPages-action-depth-max.has-subMenu.is-open {
  text-align: initial;
  border-bottom: none; }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(-180deg);
    border: none;
    float: none;
    margin-top: 0;
    padding: 0; }
    @media (min-width: 1026px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        transform: rotate(-90deg); } }

.shop-all-sublink {
  font-weight: 700;
  font-family: inherit;
  font-size: 1rem;
  font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif; }
  @media (max-width: 1025px) {
    .shop-all-sublink {
      border-bottom: 1px solid #C2C2C2; } }

@media (max-width: 1025px) {
  .aside-item-title {
    padding: 10px; } }

.has-subMenu.is-root + .navPage-subMenu-horizontal {
  right: 0;
  left: 0; }
  @media (min-width: 1026px) {
    .has-subMenu.is-root + .navPage-subMenu-horizontal {
      background-color: purple !important; } }
  .has-subMenu.is-root + .navPage-subMenu-horizontal .dropdown-icons {
    margin: 8px;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0;
    transform: none; }
    @media (min-width: 1026px) {
      .has-subMenu.is-root + .navPage-subMenu-horizontal .dropdown-icons {
        width: 2.125rem;
        height: 2.125rem;
        margin-right: 0.5rem;
        margin-left: 0;
        margin-bottom: 10px;
        padding: 6px;
        background-color: #F4F4F4; } }
    .has-subMenu.is-root + .navPage-subMenu-horizontal .dropdown-icons svg {
      fill: none;
      stroke: #393939; }

.services-software-dropdown_subMenu .navPage-subMenu-item-child,
.industries-applications-dropdown_subMenu .navPage-subMenu-item-child,
.resources-dropdown_subMenu .navPage-subMenu-item-child,
.supports-dropdown_subMenu .navPage-subMenu-item-child,
.two-column-dropdown_subMenu .navPage-subMenu-item-child {
  padding: 10px 20px;
  border-radius: 3px; }
  .services-software-dropdown_subMenu .navPage-subMenu-item-child:hover,
  .industries-applications-dropdown_subMenu .navPage-subMenu-item-child:hover,
  .resources-dropdown_subMenu .navPage-subMenu-item-child:hover,
  .supports-dropdown_subMenu .navPage-subMenu-item-child:hover,
  .two-column-dropdown_subMenu .navPage-subMenu-item-child:hover {
    background-color: #F4F4F4; }
    .services-software-dropdown_subMenu .navPage-subMenu-item-child:hover .dropdown-icons,
    .industries-applications-dropdown_subMenu .navPage-subMenu-item-child:hover .dropdown-icons,
    .resources-dropdown_subMenu .navPage-subMenu-item-child:hover .dropdown-icons,
    .supports-dropdown_subMenu .navPage-subMenu-item-child:hover .dropdown-icons,
    .two-column-dropdown_subMenu .navPage-subMenu-item-child:hover .dropdown-icons {
      background-color: white; }
  @media (min-width: 1026px) {
    .services-software-dropdown_subMenu .navPage-subMenu-item-child,
    .industries-applications-dropdown_subMenu .navPage-subMenu-item-child,
    .resources-dropdown_subMenu .navPage-subMenu-item-child,
    .supports-dropdown_subMenu .navPage-subMenu-item-child,
    .two-column-dropdown_subMenu .navPage-subMenu-item-child {
      padding: 10px; } }

@media (min-width: 1026px) {
  .navPages .navPage-subMenu-list.resources-dropdown_subMenu,
  .navPages .navPage-subMenu-list.supports-dropdown_subMenu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0; } }

.brands-dropdown {
  text-align: left; }
  @media (max-width: 1025px) {
    .brands-dropdown .navPage-subMenu-list-container .navPage-subMenu-dropdown-container {
      padding: 20px; } }
  @media (min-width: 1026px) {
    .brands-dropdown .navPage-subMenu-list-container .navPage-subMenu-dropdown-container {
      margin: 50px 0;
      padding: 0 100px; } }

@media (max-width: 1025px) {
  .navPages .navPage-subMenu-list.brands-dropdown_subMenu {
    display: flex;
    flex-direction: column;
    gap: 10px; } }

@media (min-width: 1026px) {
  .navPages .navPage-subMenu-list.brands-dropdown_subMenu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 0;
    justify-items: start;
    text-align: left; } }

@media (min-width: 1026px) {
  .navPage-subMenu-dropdown-container .dropdown-title {
    padding-bottom: 40px; } }

.brands-dropdown_subMenu {
  text-align: left; }
  .brands-dropdown_subMenu .navPage-subMenu-item-child {
    padding: 0;
    border-radius: 0;
    width: 100%;
    text-align: left; }
    .brands-dropdown_subMenu .navPage-subMenu-item-child:hover {
      background-color: transparent; }
  .brands-dropdown_subMenu .navPage-subMenu-action {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    width: 100%;
    text-align: left;
    text-decoration: none; }
  .brands-dropdown_subMenu .navPage-subMenu-action.navPages-action {
    display: flex; }
  .brands-dropdown_subMenu .brands-dropdown-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 0.5px solid #858585;
    border-radius: 3px;
    background-color: #fff;
    overflow: hidden;
    padding: 3px; }
    .brands-dropdown_subMenu .brands-dropdown-icon img,
    .brands-dropdown_subMenu .brands-dropdown-icon img.lazyload,
    .brands-dropdown_subMenu .brands-dropdown-icon img.lazyloading {
      width: 100% !important;
      height: 100% !important;
      object-fit: contain; }
    .brands-dropdown_subMenu .brands-dropdown-icon:hover {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(244, 244, 244, 0.75) 100%);
      background-blend-mode: multiply; }
  .brands-dropdown_subMenu .brands-dropdown-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #393939;
    padding: 3px 0;
    text-align: left; }
  .brands-dropdown_subMenu .navPage-subMenu-action:hover .brands-dropdown-title {
    color: #F25D27;
    padding: 3px 0;
    border-bottom: 2px solid #F25D27; }
  .brands-dropdown_subMenu .see-more-link-container {
    padding: 0; }
    @media (max-width: 1025px) {
      .brands-dropdown_subMenu .see-more-link-container {
        width: 100%;
        padding: 0; }
        .brands-dropdown_subMenu .see-more-link-container .button {
          width: 100%;
          margin-bottom: 0px; } }
    @media (min-width: 1026px) {
      .brands-dropdown_subMenu .see-more-link-container {
        grid-column: 1 / -1;
        padding-top: 20px; } }
    .brands-dropdown_subMenu .see-more-link-container .btn-primary-hover-gray {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      flex-wrap: nowrap;
      white-space: nowrap; }
      .brands-dropdown_subMenu .see-more-link-container .btn-primary-hover-gray svg {
        flex-shrink: 0;
        display: block; }
      .brands-dropdown_subMenu .see-more-link-container .btn-primary-hover-gray .arrow-hover {
        display: none; }
      .brands-dropdown_subMenu .see-more-link-container .btn-primary-hover-gray:hover, .brands-dropdown_subMenu .see-more-link-container .btn-primary-hover-gray:focus {
        border-color: #858585; }
        .brands-dropdown_subMenu .see-more-link-container .btn-primary-hover-gray:hover .arrow-default, .brands-dropdown_subMenu .see-more-link-container .btn-primary-hover-gray:focus .arrow-default {
          display: none; }
        .brands-dropdown_subMenu .see-more-link-container .btn-primary-hover-gray:hover .arrow-hover, .brands-dropdown_subMenu .see-more-link-container .btn-primary-hover-gray:focus .arrow-hover {
          display: block; }

.see-more-link.button.button--tertiary:active,
.see-more-link.button.button--tertiary:focus,
.see-more-link.button.button--tertiary:hover {
  box-shadow: 0 6px #f25d27;
  border-bottom-width: 2px; }

@media (min-width: 1026px) {
  .navPage-subMenu-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px; } }

@media (max-width: 1025px) {
  .navPage-subMenu-column:not(:has(> .see-more-link-container)) {
    padding-bottom: 16px; } }

@media (max-width: 1025px) {
  .navPage-subMenu-column:not(:last-child) {
    border-bottom: 1px solid #C2C2C2; } }

.navPage-subMenu-column .navPage-subMenu-column {
  margin-top: 16px; }
  @media (min-width: 1026px) {
    .navPage-subMenu-column .navPage-subMenu-column {
      margin-top: 30px; } }
  @media (max-width: 1025px) {
    .navPage-subMenu-column .navPage-subMenu-column {
      border-top: 1px solid #C2C2C2; } }

.navPage-subMenu-column .navPage-subMenu-column-title {
  display: block;
  padding: 15px 26px; }
  @media (min-width: 1026px) {
    .navPage-subMenu-column .navPage-subMenu-column-title {
      padding: 0;
      margin-bottom: 10px; } }
  .navPage-subMenu-column .navPage-subMenu-column-title a {
    color: #f25d27;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none; }

@media (min-width: 1026px) {
  .navPages .navPage-subMenu-list.two-column-dropdown_subMenu {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0; } }

.navPage-subMenu-img-link {
  width: 100%;
  height: 100%; }

@media (min-width: 1026px) {
  .navPage-subMenu-list-container {
    display: flex;
    border-top: 2px solid #F4F4F4;
    box-shadow: 0px 20px 20px 5px rgba(0, 0, 0, 0.1); }
    .navPage-subMenu-list-container .navPage-subMenu-dropdown-container {
      flex: 2;
      margin: 30px; }
    .navPage-subMenu-list-container .navPage-subMenu-list-img-container {
      display: flex;
      flex-direction: column;
      width: 33%;
      max-width: 410px; }
      .navPage-subMenu-list-container .navPage-subMenu-list-img-container figure {
        margin: 0 !important; }
      .navPage-subMenu-list-container .navPage-subMenu-list-img-container img {
        object-fit: cover; }
    .navPage-subMenu-list-container .navPage-subMenu-list-figure {
      flex: 1;
      position: relative; }
      .navPage-subMenu-list-container .navPage-subMenu-list-figure h5 {
        padding: 0; }
      .navPage-subMenu-list-container .navPage-subMenu-list-figure img {
        object-fit: cover; }
      .navPage-subMenu-list-container .navPage-subMenu-list-figure .button {
        margin: 0; }
    .navPage-subMenu-list-container .navPage-subMenu-list-figure::after {
      content: '';
      position: absolute;
      z-index: 1;
      inset: 0;
      background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 94.19%);
      pointer-events: none; } }

.navPages img.lazyload,
.navPages img.lazyloading {
  width: 150px !important;
  height: 150px !important; }

.navPage-subMenu-img-link + figcaption {
  flex: 1; }

.navPage-subMenu-list-text-container a {
  text-decoration: none; }

.navPage-subMenu-item-child .navPage-subMenu-action {
  margin-bottom: 0; }

@media (min-width: 1026px) {
  .navPage-subMenu-aside .navPage-subMenu-action {
    padding-inline: 0; } }

@media (min-width: 1026px) {
  .navPage-subMenu-list .navPage-subMenu .navPage-subMenu-list {
    display: flex;
    flex-flow: column wrap;
    max-height: 29.05275rem;
    width: 100%;
    margin: 0; } }

.navPage-subMenu-list-img-title:hover {
  transform: scale(1.1);
  color: #1d1c1a; }

.see-more-link-container {
  padding: .75rem 1.5rem; }

.see-more-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  justify-self: right; }

.shop-all-list-container {
  display: block; }
  @media (min-width: 1026px) {
    .shop-all-list-container {
      display: flex;
      position: static;
      background-color: #F4F4F4;
      padding: 0 !important; } }

@media only screen and (max-width: 1025px) {
  .navPage-subMenu-container.is-open .shop-all-list-container {
    display: block; } }

.navPage-subMenu-container {
  position: static;
  background-color: #C2C2C2; }
  @media (min-width: 1026px) {
    .navPage-subMenu-container {
      position: absolute;
      display: none;
      width: calc(100% - 36px); }
      .navPage-subMenu-container.is-open {
        display: flex;
        background-color: white; }
      .navPage-subMenu-container .navPage-subMenu-horizontal.is-open {
        margin: 0;
        position: static;
        width: auto; }
        .navPage-subMenu-container .navPage-subMenu-horizontal.is-open .is-hidden {
          display: block; } }
  @media (min-width: 1261px) {
    .navPage-subMenu-container {
      width: calc(100% - 180px); } }

.navPages .navPage-subMenu-aside.is-open {
  display: grid;
  background-color: #C2C2C2; }
  @media (min-width: 1026px) {
    .navPages .navPage-subMenu-aside.is-open .dropdown-title.spanh2 {
      margin-top: 25px;
      margin-left: 40px; } }
  @media (max-width: 1025px) {
    .navPages .navPage-subMenu-aside.is-open {
      padding-left: 4px !important;
      background-color: #F4F4F4 !important; } }
  @media (min-width: 1026px) {
    .navPages .navPage-subMenu-aside.is-open {
      position: absolute;
      left: 100%;
      top: 0;
      width: calc(100vw - 25vw);
      height: 100%;
      margin-left: 0;
      grid-template-areas: "header image" "links image";
      grid-template-columns: 3fr minmax(250px, 308px);
      grid-template-rows: auto 1fr;
      padding: 2rem;
      padding-right: 20px;
      background-color: white;
      border-top: 2px solid #F4F4F4;
      z-index: 10;
      max-height: none;
      overflow-y: visible;
      overflow-x: hidden; }
      .navPages .navPage-subMenu-aside.is-open .dropdown-title {
        grid-area: header; }
      .navPages .navPage-subMenu-aside.is-open .navPage-subMenu-list {
        grid-area: links;
        margin: 0 auto; }
      .navPages .navPage-subMenu-aside.is-open .navPage-subMenu-image-container {
        grid-area: image;
        width: 100%; } }

@media (min-width: 1026px) {
  body:has(.navPage-subMenu-aside.is-open) {
    overflow-y: scroll;
    overflow-x: hidden; } }

@media (min-width: 1026px) {
  body:has(.customer-dropdown.is-open),
  body:has(.services-software-dropdown.is-open),
  body:has(.industries-applications-dropdown.is-open),
  body:has(.two-column-dropdown.is-open) {
    overflow-y: scroll;
    overflow-x: hidden; } }

.navPages .navPage-subMenu-aside > .navPage-subMenu-list {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0; }
  @media (min-width: 1026px) {
    .navPages .navPage-subMenu-aside > .navPage-subMenu-list {
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      padding: 30px 40px 40px 40px; } }
  @media (min-width: 1261px) {
    .navPages .navPage-subMenu-aside > .navPage-subMenu-list {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 40px; } }

@media (max-width: 1025px) {
  .navPage-subMenu.is-open {
    background-color: #ffffff !important; } }

.is-root + .navPage-subMenu.is-open {
  box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff !important; }
  @media (max-width: 1025px) {
    .is-root + .navPage-subMenu.is-open {
      box-shadow: none !important; } }
  @media (min-width: 1026px) {
    .is-root + .navPage-subMenu.is-open {
      background-color: #e5e5e5;
      box-shadow: none;
      padding: 0 !important; } }

.navPage-subMenu-image-container, .navPage-subMenu-list-img-container {
  display: none; }
  @media (min-width: 1026px) {
    .navPage-subMenu-image-container, .navPage-subMenu-list-img-container {
      display: block; }
      .navPage-subMenu-image-container img, .navPage-subMenu-list-img-container img {
        height: 100%;
        object-fit: cover;
        width: 100%; } }

.navPage-subMenu-image-container {
  position: relative;
  color: white; }

.navPage-subMenu-image-container::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 94.19%);
  z-index: 1;
  pointer-events: none; }

.navPage-subMenu-image {
  width: 100%;
  height: auto;
  display: block; }

/* Overlay container */
.navPage-subMenu-promo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px;
  color: #ffffff;
  z-index: 2; }

/* Content container inside overlay */
.navPage-subMenu-promo-content {
  max-width: 100%;
  color: #ffffff; }
  .navPage-subMenu-promo-content a {
    color: #ffffff !important; }

/* Promo text */
.navPage-subMenu-promo-text {
  color: #ffffff;
  text-wrap: wrap;
  padding: 10px 0; }

.navPage-subMenu-promo-subTitle {
  color: #ffffff;
  text-wrap: wrap;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 10px 0; }

@media (min-width: 1026px) {
  .navPage-subMenu-list .navPage-subMenu.navPage-subMenu-horizontal.is-open:not(.navPage-subMenu-aside) {
    margin-left: 0;
    left: 100%;
    padding-top: 1.5rem !important; }
    .navPage-subMenu-list .navPage-subMenu.navPage-subMenu-horizontal.is-open:not(.navPage-subMenu-aside) div {
      padding: 0 24px 0 0; } }

.navPage-subMenu-aside .navPage-subMenu-item-child.aside-item-title {
  background-color: #ae3215; }
  @media (min-width: 1026px) {
    .navPage-subMenu-aside .navPage-subMenu-item-child.aside-item-title {
      background-color: #ae3215; } }

.navPage-subMenu-aside .navPage-subMenu-item-child .navPage-subMenu-action {
  font-size: 15px;
  font-weight: 15px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif;
  margin-bottom: 16px; }
  .navPage-subMenu-aside .navPage-subMenu-item-child .navPage-subMenu-action.shop-all-dropdown-title {
    font-weight: 700;
    color: #393939;
    letter-spacing: 0%;
    line-height: 16px;
    font-size: 15px; }
    @media (min-width: 1026px) {
      .navPage-subMenu-aside .navPage-subMenu-item-child .navPage-subMenu-action.shop-all-dropdown-title {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 20px; } }
    .navPage-subMenu-aside .navPage-subMenu-item-child .navPage-subMenu-action.shop-all-dropdown-title .icon.navPages-action-moreIcon svg {
      fill: #f25d27;
      stroke: none; }
  .navPage-subMenu-aside .navPage-subMenu-item-child .navPage-subMenu-action.aside-item:hover {
    color: #f25d27; }
  .navPage-subMenu-aside .navPage-subMenu-item-child .navPage-subMenu-action.shop-all-link {
    font-weight: 700;
    font-size: 15px;
    color: #393939;
    line-height: 20.5px;
    width: fit-content; }
    @media (min-width: 1026px) {
      .navPage-subMenu-aside .navPage-subMenu-item-child .navPage-subMenu-action.shop-all-link {
        font-size: 1.0625rem;
        line-height: 24px;
        margin-bottom: 0px; } }

.navPage-subMenu-item-child {
  list-style: none;
  margin-bottom: 0; }
  @media (min-width: 1026px) {
    .navPage-subMenu-item-child {
      margin-bottom: 0; } }

@media (max-width: 1025px) {
  .navPage-subMenu-item-child .navPage-subMenu-list {
    gap: 13px;
    padding: 0px 10px; } }

.navPage-subMenu-aside .navPage-subMenu-item-child:not(:first-of-type) {
  display: none; }
  @media (min-width: 1026px) {
    .navPage-subMenu-aside .navPage-subMenu-item-child:not(:first-of-type) {
      display: block; } }

.navPage-subMenu-aside.is-open .navPage-subMenu-item-child:not(:first-of-type) {
  display: block; }

.dropdown-title {
  display: none; }
  @media (min-width: 1026px) {
    .dropdown-title {
      display: block; }
      .dropdown-title a {
        color: #f25d27;
        text-decoration: none; }
        .dropdown-title a .navPages-action-moreIcon svg {
          fill: #f25d27;
          stroke: none; }
          .dropdown-title a .navPages-action-moreIcon svghover {
            fill: #f25d27; } }

.brand-dropdown_subMenu .navPage-subMenu-item-child .navPage-subMenu-action {
  padding: 0; }

.methodHeader-icon {
  display: none; }
  @media (min-width: 1026px) {
    .methodHeader-icon {
      display: inline-block;
      width: auto; } }

.brands-dropdown-text {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #393939; }
  @media (min-width: 1026px) {
    .brands-dropdown-text {
      display: none; } }

.navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
  content: "";
  display: none; }

.brand-dropdown_subMenu .navPage-subMenu-item-child .navPage-subMenu-action.navPages-action {
  filter: grayscale(1);
  opacity: .60;
  padding: 1rem; }
  @media (min-width: 1026px) {
    .brand-dropdown_subMenu .navPage-subMenu-item-child .navPage-subMenu-action.navPages-action:hover {
      transform: scale(1.1);
      background-color: transparent;
      filter: grayscale(0);
      opacity: 1; } }

.mobileMenu-toggle {
  position: static;
  width: 24px;
  height: 24px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    background-color: #393939;
    width: 20px;
    height: 2px; }

.header-2__mid .navUser {
  position: static;
  transform: none; }

.navUser-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1; }
  @media (max-width: 1025px) {
    .navUser-section {
      justify-content: flex-end; } }
  @media (min-width: 1025px) {
    .navUser-section .navUser-item {
      height: calc(120px - 25px); }
    .navUser-section .navUser-item:not(.navUser-item--contact) .navUser-action {
      justify-content: flex-end;
      padding-bottom: 10px; } }
  .navUser-section .navUser-item .navUser-action {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (min-width: 1026px) {
      .navUser-section .navUser-item .navUser-action {
        padding: 0 20px;
        gap: .5rem;
        margin-right: 0; } }
    .navUser-section .navUser-item .navUser-action .icon {
      width: 1.5rem;
      height: 1.5rem; }
    .navUser-section .navUser-item .navUser-action svg {
      fill: none;
      stroke: #393939;
      stroke-width: 2px; }
    .navUser-section .navUser-item .navUser-action--contact span.is-srOnly {
      color: #f25d27; }
    .navUser-section .navUser-item .navUser-action .icon--contact svg {
      fill: #f25d27; }
    .navUser-section .navUser-item .navUser-action .is-srOnly {
      display: none;
      height: auto !important;
      width: auto !important;
      position: static !important;
      font-size: 1rem;
      color: #393939;
      white-space: nowrap;
      font-family: "proxima-nova", Arial, Helvetica, sans-serif;
      font-weight: 600; }
      @media (min-width: 1026px) {
        .navUser-section .navUser-item .navUser-action .is-srOnly {
          display: block;
          line-height: 18px; } }

.header.header-2.header-2--default .navUser-section.navUser-section--alt {
  float: none; }

@media (min-width: 1026px) {
  .header-2 .navUser-item--cart {
    padding-right: 0px; } }

.header-2 .navUser-item--phone,
.header-2 .navUser-item--account,
.header-2 .navUser-item--cart {
  position: relative; }
  .header-2 .navUser-item--phone .navUser-action,
  .header-2 .navUser-item--account .navUser-action,
  .header-2 .navUser-item--cart .navUser-action {
    background-color: #FFFFFF; }
    @media (min-width: 1026px) {
      .header-2 .navUser-item--phone .navUser-action,
      .header-2 .navUser-item--account .navUser-action,
      .header-2 .navUser-item--cart .navUser-action {
        height: 100%; } }
  .header-2 .navUser-item--phone .icon,
  .header-2 .navUser-item--account .icon,
  .header-2 .navUser-item--cart .icon {
    width: 24px;
    height: 24px; }
  .header-2 .navUser-item--phone .is-srOnly,
  .header-2 .navUser-item--account .is-srOnly,
  .header-2 .navUser-item--cart .is-srOnly {
    color: #1D1C1A; }

.header-2 .navUser-item--cart .cart-icon-wrapper {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .header-2 .navUser-item--cart .cart-icon-wrapper .icon {
    width: 24px;
    height: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0; }
    .header-2 .navUser-item--cart .cart-icon-wrapper .icon img {
      width: 100%;
      height: 100%;
      display: block; }
    .header-2 .navUser-item--cart .cart-icon-wrapper .icon.icon--cart {
      position: relative; }
  .header-2 .navUser-item--cart .cart-icon-wrapper .countPill-double-digit {
    top: -11px;
    left: 12px;
    width: 1.375rem;
    height: 1.375rem;
    font-size: 12px; }
  .header-2 .navUser-item--cart .cart-icon-wrapper .countPill-triple-digit {
    top: -17px;
    left: 10px;
    width: 1.875rem;
    height: 1.875rem;
    font-size: 12px; }
  .header-2 .navUser-item--cart .cart-icon-wrapper .countPill {
    position: absolute;
    background-color: #F25D27;
    border: 2px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0; }
    .header-2 .navUser-item--cart .cart-icon-wrapper .countPill:empty {
      display: none; }
    .header-2 .navUser-item--cart .cart-icon-wrapper .countPill:not(:has(*)):not(.countPill--positive) {
      display: none; }

.header-2 .navUser-item--cart .navUser-item-cartLabel {
  color: #1D1C1A; }

@media (max-width: 1025px) {
  .header-2 .navUser-item--cart .navUser-action {
    width: 26px;
    height: 25px;
    background-color: transparent;
    padding: 0; }
  .header-2 .navUser-item--cart .cart-icon-wrapper {
    width: 26px;
    height: 25px; }
    .header-2 .navUser-item--cart .cart-icon-wrapper .icon {
      width: 26px;
      height: 25px; } }

@media (min-width: 1026px) {
  .header-2 .navUser-item--account.is-open .navUser-action,
  .header-2 .navUser-item--account .navUser-action:focus,
  .header-2 .navUser-item--cart.is-open .navUser-action,
  .header-2 .navUser-item--cart .navUser-action:focus {
    background-color: #F4F4F4;
    border-bottom: 4px solid #F25D27; } }

.header-2 .navUser-item--contact .navUser-action--contact {
  width: 222px;
  height: 100%;
  background-color: #FFFFFF;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 0 1rem;
  display: flex; }
  .header-2 .navUser-item--contact .navUser-action--contact .contact-dropdown__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 1rem;
    padding: 10px 0; }
  @media (min-width: 1026px) {
    .header-2 .navUser-item--contact .navUser-action--contact {
      padding: 0;
      border-bottom: 4px solid transparent;
      gap: 1rem; } }

.header-2 .navUser-item--contact .icon {
  width: 24px;
  height: 24px; }

.header-2 .navUser-item--contact .is-srOnly {
  color: #F25D27;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center; }

@media (max-width: 1025px) {
  .header-2 .navUser-item--contact .navUser-action--contact {
    width: 100%;
    height: auto; }
    .header-2 .navUser-item--contact .navUser-action--contact .contact-panel__profile-image {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      width: 33px;
      height: 33px; }
      .header-2 .navUser-item--contact .navUser-action--contact .contact-panel__profile-image img {
        border-radius: 50%; }
    .header-2 .navUser-item--contact .navUser-action--contact .contact-panel__info {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex: 1; } }
    @media (max-width: 1025px) and (max-width: 1025px) {
      .header-2 .navUser-item--contact .navUser-action--contact .contact-panel__info {
        align-items: center; } }

@media (max-width: 1025px) {
      .header-2 .navUser-item--contact .navUser-action--contact .contact-panel__info .contact-panel__title {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        margin: 0;
        flex: 1;
        text-align: left; }
        .header-2 .navUser-item--contact .navUser-action--contact .contact-panel__info .contact-panel__title span {
          font-size: 14px;
          font-weight: 600;
          line-height: 1; }
        .header-2 .navUser-item--contact .navUser-action--contact .contact-panel__info .contact-panel__title .icon {
          width: 16px;
          height: 16px; }
      .header-2 .navUser-item--contact .navUser-action--contact .contact-panel__info .contact-panel__subtext {
        display: block !important;
        text-align: left; } }

.header-2 .navUser-item--contact[data-contact-preview] .navUser-action--contact:focus,
.header-2 .navUser-item--contact[data-contact-preview].is-open .navUser-action--contact,
.header-2 .navUser-item--contact[data-contact-preview] .navUser-action--contact[aria-expanded="true"] {
  background-color: #F4F4F4;
  border-bottom: 4px solid #F25D27; }
  @media (max-width: 1025px) {
    .header-2 .navUser-item--contact[data-contact-preview] .navUser-action--contact:focus,
    .header-2 .navUser-item--contact[data-contact-preview].is-open .navUser-action--contact,
    .header-2 .navUser-item--contact[data-contact-preview] .navUser-action--contact[aria-expanded="true"] {
      background-color: #ffffff;
      border-bottom: none;
      padding-bottom: 0;
      height: auto; } }

.header-2 .navUser-item--contact .contact-panel__info .icon.icon--chevron-down {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px; }
  .header-2 .navUser-item--contact .contact-panel__info .icon.icon--chevron-down svg {
    transform: rotate(0);
    transform-box: fill-box;
    transform-origin: center;
    stroke: #F25D27;
    transition: transform 0.3s ease, stroke 0.3s ease; }

.header-2 .navUser-item--contact.is-open .contact-panel__info .icon.icon--chevron-down svg,
.header-2 .navUser-item--contact .navUser-action--contact[aria-expanded="true"] .contact-panel__info .icon.icon--chevron-down svg {
  transform: rotate(-180deg);
  stroke: #666666; }

.header-2 .navUser-section > .navUser-item:not(.navUser-item--cart):not(.navUser-item--account):not(.navUser-item--contact) .navUser-action {
  background-color: #FFFFFF;
  border-radius: 3px; }
  .header-2 .navUser-section > .navUser-item:not(.navUser-item--cart):not(.navUser-item--account):not(.navUser-item--contact) .navUser-action .icon {
    width: 24px;
    height: 24px; }
    .header-2 .navUser-section > .navUser-item:not(.navUser-item--cart):not(.navUser-item--account):not(.navUser-item--contact) .navUser-action .icon svg {
      fill: none;
      stroke: #393939;
      stroke-width: 2; }
  .header-2 .navUser-section > .navUser-item:not(.navUser-item--cart):not(.navUser-item--account):not(.navUser-item--contact) .navUser-action .contact-number {
    color: #F25D27;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center; }

@media (max-width: 1025px) {
  .header-2__mid .header-2__nav-search {
    display: none !important; }
  .header-2__nav-search {
    width: 100%;
    padding: 0; }
    .header-2__nav-search .search-input-container {
      width: 100%;
      flex: 1; }
    .header-2__nav-search .form-field {
      display: flex;
      width: 100%; } }

.header-2__nav-search .container {
  padding: 0; }

@media (min-width: 1026px) {
  .header-2__nav-search .form {
    max-width: none; } }

@media (min-width: 1026px) {
  .header-2__nav-search.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0 !important;
    bottom: 0 !important; } }

.header-2__nav-search .quickSearchResults .modal-close {
  display: none; }
  @media (min-width: 1026px) {
    .header-2__nav-search .quickSearchResults .modal-close {
      display: block; } }

.header-2--default .header-2__mid-account-dropdown {
  min-width: 200px;
  padding: .5rem;
  background-color: #ffffff; }
  .header-2--default .header-2__mid-account-dropdown.is-open {
    background-color: #ffffff;
    border-top: 2px solid #F4F4F4;
    box-shadow: 0px 20px 20px 5px rgba(0, 0, 0, 0.1); }
    .header-2--default .header-2__mid-account-dropdown.is-open:before {
      left: unset;
      right: 10px; }
    .header-2--default .header-2__mid-account-dropdown.is-open:after {
      left: unset;
      right: 12px; }
  .header-2--default .header-2__mid-account-dropdown a {
    font-weight: 500;
    text-decoration: none; }

.header-2--default .header-2__mid-account-list-item {
  padding: 1rem;
  border-bottom: 1px solid #cccccc;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: flex-start;
  background-color: #FFFFFF; }
  .header-2--default .header-2__mid-account-list-item:last-child {
    border-bottom: none; }

@media (min-width: 1026px) {
  .header-2--default .header-2__nav-search .quickSearchResults {
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 100; } }

.header-2--default .quickSearchResults {
  background: white; }

.navPages-item #qn-cart-to-quote {
  background-color: transparent !important;
  color: #707070 !important; }
  .navPages-item #qn-cart-to-quote:hover {
    color: #ae3215 !important; }

@media (min-width: 1026px) {
  .dropdown-title.spanh2 a {
    font-size: 18px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0%; } }

.navPage-subMenu-list-img-title.spanh3 {
  font-size: 1.25rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #fd4114;
  font-weight: 800;
  margin-top: 2.25rem;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }

.card-title.spanh3 {
  font-size: 1rem;
  overflow-wrap: break-word;
  margin: 0 0 0.25rem;
  color: #fd4114;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 0.25px; }

.modal-header-title.spanh2 {
  color: #fd4114;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.25px; }

span.section-sub {
  max-width: 60%;
  display: block;
  text-align: center;
  margin: -1rem auto 2rem; }

span.section-sub.b-sub {
  margin: 1rem auto 0rem; }

@media only screen and (max-width: 800px) {
  span.section-sub {
    max-width: 100%; } }

.search-submit-icon {
  width: 22px;
  height: 22px; }

.search-clear-icon {
  width: 18px;
  height: 18px; }

.header-banner {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #F25D27;
  padding: 10px 15px 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .header-banner.is-hidden {
    display: none; }

.header-banner__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
  padding: 0 20px; }

.header-banner__close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #ffffff;
  line-height: 0; }
  .header-banner__close .icon {
    width: 18px;
    height: 18px;
    fill: currentColor; }
  .header-banner__close:hover, .header-banner__close:focus {
    opacity: 0.8; }

.header-banner-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px; }

.header-banner-cta-button {
  padding: 5px 2px;
  line-height: 20px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #ffffff;
  text-underline-offset: 8px;
  white-space: nowrap;
  flex-shrink: 0; }
  .header-banner-cta-button a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none; }

.header-banner-cta-button:hover {
  text-decoration: underline;
  text-decoration-thickness: 6px;
  text-decoration-color: #ffffff;
  text-underline-offset: 6px; }

@media (max-width: 1440px) {
  .header-banner-cta-button {
    padding-top: 0; } }

@media (max-width: 375px) {
  .header-banner-text__content {
    gap: 3px; }
  .header-banner__close {
    top: 5px;
    right: 5px;
    transform: none; } }

#contact-preview-dropdown {
  box-shadow: 0px 20px 20px 5px rgba(0, 0, 0, 0.1); }

.dropdown-menu--contact {
  position: absolute !important;
  left: 20% !important;
  transform: translateX(-50%) !important;
  top: 100% !important;
  max-width: 276px;
  background-color: #FFFFFF !important;
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0 !important;
  overflow: auto;
  max-height: calc(100vh - 6rem); }
  .dropdown-menu--contact::before, .dropdown-menu--contact::after {
    display: none !important;
    border: none !important; }
  @media (max-width: 1025px) {
    .dropdown-menu--contact {
      left: 0 !important;
      right: 0 !important;
      transform: none !important;
      width: 100% !important;
      max-width: 100% !important; } }

@media (max-width: 1025px) {
  .navUser-item--contact .dropdown-menu--contact[aria-hidden="false"] ~ .navUser-action--contact {
    background-color: #FFFFFF !important; } }

.contact-panel__profile-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative; }
  @media (min-width: 1026px) {
    .contact-panel__profile-image {
      margin-left: 15px; } }
  .contact-panel__profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    position: relative;
    z-index: 2; }
  .contact-panel__profile-image::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 3px;
    left: 2px;
    border: 4px solid #F25D27;
    border-top: transparent;
    border-left: transparent;
    box-sizing: border-box;
    z-index: 1;
    pointer-events: none; }
  @media (max-width: 1025px) {
    .contact-panel__profile-image::before {
      width: 33px;
      height: 33px;
      top: 1.5px;
      left: 1px;
      border: 3px solid #F25D27; } }

.contact-panel__info {
  display: flex;
  flex-direction: row;
  flex: 1; }
  .contact-panel__info .icon {
    margin-left: -14px; }
    .contact-panel__info .icon svg {
      stroke: #f25d27 !important;
      width: 18px !important;
      height: 18px !important; }
    .contact-panel__info .icon:hover svg {
      stroke: #f25d27 !important; }

.contact-panel__title {
  display: flex;
  flex-direction: column;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 20px;
  color: #393939;
  margin: 0; }
  @media (max-width: 1025px) {
    .contact-panel__title {
      width: 100%;
      justify-content: space-between; } }

.contact-panel__subtext {
  font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #1D1C1A;
  margin: 0; }

.contact-panel__section {
  padding: 1rem;
  border-bottom: 1px solid #cccccc;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: flex-start;
  background-color: #FFFFFF; }
  .contact-panel__section:last-child {
    border-bottom: none; }
  .contact-panel__section:first-child {
    flex-direction: column;
    background-color: #F4F4F4;
    gap: 0.25rem;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1025px) {
      .contact-panel__section:first-child {
        align-items: flex-start;
        justify-content: flex-start; } }
  .contact-panel__section:hover {
    background-color: #F4F4F4; }
  @media (max-width: 1025px) {
    .contact-panel__section {
      border-bottom: none;
      position: relative; }
      .contact-panel__section::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px;
        height: 1px;
        background-color: #cccccc; }
      .contact-panel__section:first-child {
        border-bottom: none; }
        .contact-panel__section:first-child::after {
          display: none; }
      .contact-panel__section:last-child::after {
        display: none; } }

.contact-panel__icon-container {
  width: 53px;
  height: 53px;
  min-width: 53px;
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background-color 0.2s ease; }

.contact-panel__section:hover .contact-panel__icon-container {
  background-color: #FFFFFF; }
  .contact-panel__section:hover .contact-panel__icon-container svg {
    color: #f25d27; }

.contact-panel__icon {
  width: 25px;
  height: 25px;
  color: #393939;
  stroke: currentColor;
  transition: color 0.2s ease; }

.contact-panel__section:hover .contact-panel__icon {
  color: #F25D27; }

.contact-panel__section-title {
  margin: 0;
  color: #1D1C1A;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  transition: color 0.2s ease; }

.contact-panel__section--first .contact-panel__section-title {
  text-align: center;
  color: #393939; }

.contact-panel__section:not(.contact-panel__section--first):hover .contact-panel__section-title {
  color: #F25D27; }

.contact-panel__section-description {
  margin: 0;
  color: #1D1C1A;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  transition: color 0.2s ease; }

.contact-panel__section--first .contact-panel__section-description {
  text-align: center;
  color: #666666; }

.contact-panel__section:not(.contact-panel__section--first):hover .contact-panel__section-description {
  color: #F25D27; }

.contact-panel__section-text {
  margin: 0;
  color: #1D1C1A;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  transition: color 0.2s ease; }

.contact-panel__section--first .contact-panel__section-text {
  text-align: center;
  color: #1D1C1A;
  margin: 0;
  line-height: 1.0625rem;
  letter-spacing: 0; }

.contact-panel__section-text--first-line {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 600;
  font-size: 1.0625rem; }

.contact-panel__section-text--second-line {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 400;
  font-size: 14px; }

.contact-panel__section:not(.contact-panel__section--first) .contact-panel__section-text {
  text-align: left; }

.contact-panel__section:not(.contact-panel__section--first):hover .contact-panel__section-text {
  color: #F25D27; }

.contact-panel__section-link {
  color: #1D1C1A;
  text-decoration: none;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 400;
  font-size: 14px;
  transition: color 0.2s ease; }

.contact-panel__section-link:hover,
.contact-panel__section-link:focus {
  color: #F25D27; }

.contact-panel__message-button {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  color: #1D1C1A;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20.5px;
  text-decoration: none; }
  .contact-panel__message-button::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    height: 2px;
    background-color: #f25d27;
    transition: height 0.2s ease; }
  .contact-panel__message-button:hover, .contact-panel__message-button:focus {
    color: #1D1C1A;
    text-decoration: none; }
    .contact-panel__message-button:hover::after, .contact-panel__message-button:focus::after {
      height: 4px; }

.contact-panel__text-wrapper {
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px; }
  .contact-panel__text-wrapper a {
    text-decoration: none; }

.contact-panel__email {
  color: #1D1C1A;
  text-decoration: none;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 400;
  font-size: 14px;
  transition: color 0.2s ease;
  display: block; }
  .contact-panel__email:hover {
    color: #1D1C1A; }

.contact-panel__section:hover .contact-panel__email {
  color: #F25D27; }

.contact-panel__contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1; }

.contact-panel__contact-item {
  display: flex;
  gap: 0.5rem;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 13px;
  line-height: 16px; }

.contact-panel__contact-label {
  color: #393939;
  font-weight: 600;
  min-width: 20px; }

.contact-panel__contact-value {
  color: #666666;
  text-decoration: none; }
  .contact-panel__contact-value[href] {
    color: #F25D27; }
    .contact-panel__contact-value[href]:hover {
      color: #393939; }

@media (max-width: 1025px) {
  .navUser-item--contact .dropdown-menu--contact {
    display: none !important; }
    .navUser-item--contact .dropdown-menu--contact[aria-hidden="false"] {
      display: block !important; }
  .navUser-item--contact .contact-number {
    display: inline;
    font-size: 0.875rem; }
  .navUser-item--contact .navUser-action--contact[data-dropdown], .navUser-item--contact .navUser-action--contact[aria-controls] {
    pointer-events: auto; }
  .contact-accordion {
    border: 1px solid #999999;
    border-radius: 4px;
    overflow: hidden;
    margin: 0.75rem 0; }
    .contact-accordion__summary {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      padding: 0.75rem 1.5rem;
      background: #f1f1f1;
      cursor: pointer;
      list-style: none; }
      .contact-accordion__summary::-webkit-details-marker {
        display: none; }
    .contact-accordion__icon {
      width: 20px;
      height: 20px;
      color: #1d1c1a; }
    .contact-accordion__title {
      flex: 1;
      font-weight: 600;
      color: #1d1c1a; }
    .contact-accordion__indicator {
      width: 12px;
      height: 12px;
      border-right: 2px solid #1d1c1a;
      border-bottom: 2px solid #1d1c1a;
      transform: rotate(45deg);
      transition: transform 0.3s ease; }
    .contact-accordion[open] .contact-accordion__indicator {
      transform: rotate(-135deg); }
    .contact-accordion__content {
      padding: 1.5rem;
      background: white; } }

.dropdown-menu--contact.is-loading {
  position: relative; }
  .dropdown-menu--contact.is-loading .loadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1; }
    .dropdown-menu--contact.is-loading .loadingOverlay:before {
      content: '';
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -20px;
      margin-top: -20px;
      border: 3px solid #c4c4c4;
      border-top-color: #f25d27;
      border-radius: 50%;
      animation: spin 0.75s linear infinite; }

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

.footer-1 {
  padding: 0; }

.footer-info {
  margin: 0; }

.footer-1__newsletter-container {
  display: flex;
  flex-direction: column;
  margin: 0;
  align-items: center; }
  @media (min-width: 1261px) {
    .footer-1__newsletter-container {
      align-items: flex-end; } }
  .footer-1__newsletter-container > .footer-info-heading {
    margin: 0;
    text-align: center;
    font-size: 1.125rem; }
    @media (min-width: 1026px) {
      .footer-1__newsletter-container > .footer-info-heading {
        text-align: center;
        font-size: 1.25rem; } }
    @media (min-width: 1261px) {
      .footer-1__newsletter-container > .footer-info-heading {
        text-align: right; } }
  .footer-1__newsletter-container > .form {
    flex: 1;
    margin: 0;
    width: 100%; }
    @media (min-width: 1026px) {
      .footer-1__newsletter-container > .form {
        width: 70%; } }
    @media (min-width: 1261px) {
      .footer-1__newsletter-container > .form {
        width: 100%; } }
    .footer-1__newsletter-container > .form .form-fieldset {
      margin: 0; }
    .footer-1__newsletter-container > .form .form-field {
      margin: 0; }
    .footer-1__newsletter-container > .form .form-prefixPostfix {
      display: flex;
      flex-direction: row;
      margin: 0;
      gap: 0;
      width: 100%; }
      @media (min-width: 1026px) {
        .footer-1__newsletter-container > .form .form-prefixPostfix {
          width: 70%; } }
      @media (min-width: 1261px) {
        .footer-1__newsletter-container > .form .form-prefixPostfix {
          width: 100%; } }
      .footer-1__newsletter-container > .form .form-prefixPostfix .form-input {
        flex: 1;
        margin: 0;
        border-radius: 0;
        min-width: 0;
        font-size: 0.875rem;
        padding: 0.625rem 0.75rem; }
        @media (min-width: 1026px) {
          .footer-1__newsletter-container > .form .form-prefixPostfix .form-input {
            font-size: 1rem;
            padding: 0.75rem 1rem; } }
      .footer-1__newsletter-container > .form .form-prefixPostfix .button {
        margin: 0;
        white-space: nowrap;
        border-radius: 0;
        flex-shrink: 0;
        font-size: 0.875rem;
        padding: 0.625rem 1rem; }
        @media (min-width: 1026px) {
          .footer-1__newsletter-container > .form .form-prefixPostfix .button {
            font-size: 1rem;
            padding: 0.75rem 1.5rem; } }
        @media (min-width: 1261px) {
          .footer-1__newsletter-container > .form .form-prefixPostfix .button {
            padding: 0.75rem 1.25rem; } }

.footer-1__newsletter-container > *,
.footer-1__newsletter-container .form-field {
  margin: 0; }

.footer-info__text {
  letter-spacing: -0.01em;
  color: #393939; }

.footer-1__mid .footer-info::before,
.footer-1__mid .footer-info::after {
  content: none;
  display: none; }

.footer-1__mid .footer-info-col {
  padding: 0;
  flex: 0.5; }
  @media (min-width: 1261px) {
    .footer-1__mid .footer-info-col {
      margin-top: -32px; } }
  @media all and (-ms-high-contrast: none) {
    .footer-1__mid .footer-info-col:nth-child(4n + 1) {
      grid-column: 1; }
    .footer-1__mid .footer-info-col:nth-child(4n + 2) {
      grid-column: 2; }
    .footer-1__mid .footer-info-col:nth-child(4n + 3) {
      grid-column: 3; }
    .footer-1__mid .footer-info-col:nth-child(4n + 4) {
      grid-column: 4; } }

.footer-1__mid .footer-info-col--small {
  width: 100%;
  margin: 0; }

.footer-1__mid {
  flex: 1;
  flex-direction: column;
  display: flex; }
  @media (min-width: 1261px) {
    .footer-1__mid {
      flex-direction: row; } }

.footer-1__mid .footer-info {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  flex: 1.5; }
  @media (min-width: 1026px) {
    .footer-1__mid .footer-info {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 1261px) {
    .footer-1__mid .footer-info {
      grid-template-columns: repeat(4, 1fr); } }

.footer-1__store-logo .header-logo__link {
  width: 100%; }

.footer-1__store-logo {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-start: 1;
  grid-column-end: -1; }
  @media (min-width: 1026px) {
    .footer-1__store-logo {
      grid-column-start: auto;
      grid-column-end: auto; } }

.footer-1__bottom-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 1rem;
  flex: 1; }
  @media (min-width: 1261px) {
    .footer-1__bottom-container {
      flex-direction: row;
      gap: 0;
      justify-content: space-between; } }

.footer-1__bottom-copyright {
  text-align: center; }
  .footer-1__bottom-copyright li:first-child {
    border-left: 1px solid #ffffff;
    padding-left: 10px; }
  .footer-1__bottom-copyright ul {
    margin-bottom: 0; }
  .footer-1__bottom-copyright [data-sub-layout] {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 1261px) {
      .footer-1__bottom-copyright [data-sub-layout] {
        justify-content: flex-start; } }
  @media (min-width: 1261px) {
    .footer-1__bottom-copyright {
      text-align: left;
      flex: 1;
      max-width: 70%; } }

.footer-1__bottom .footer-payment-icons {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.footer-1__bottom-list {
  list-style-type: none;
  margin: 0;
  text-align: center;
  display: inline; }
  @media (min-width: 1261px) {
    .footer-1__bottom-list {
      text-align: left; } }

.footer-1__bottom-list-item .footer-copyright {
  text-align: center;
  display: inline; }
  @media (min-width: 1261px) {
    .footer-1__bottom-list-item .footer-copyright {
      text-align: left; } }
  .footer-1__bottom-list-item .footer-copyright > p.powered-by {
    font-size: 1rem;
    display: inline; }

.footer-1__bottom-list-item {
  display: inline-block;
  border-right: none; }
  .footer-1__bottom-list-item:last-of-type {
    border-right: none; }
    @media (min-width: 551px) {
      .footer-1__bottom-list-item:last-of-type {
        border-left: none; } }
  .footer-1__bottom-list-item > * {
    display: inline-block; }
  .footer-1__bottom-list-item a, .footer-1__bottom-list-item p {
    display: inline; }

.footer-1__bottom-list-item:first-of-type {
  padding-left: 0; }

.footer-1__bottom-list-item:last-of-type {
  border-right: none; }

.footer-1--default .footer-1__top {
  padding: 2.5rem 1.5rem; }
  @media (min-width: 1026px) {
    .footer-1--default .footer-1__top {
      padding-block: 35px; } }

.footer-1--default .footer-1__newsletter-container .footer-info-heading {
  font-size: 2.125rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 28px; }
  @media (min-width: 1026px) {
    .footer-1--default .footer-1__newsletter-container .footer-info-heading {
      font-size: 3rem; } }

.footer-1--default .footer-1__newsletter-container .form-prefixPostfix .button {
  margin-left: 0; }

.footer-1__newsletter-container > .form .form-prefixPostfix .form-input {
  width: 100%; }

.footer-1__newsletter-container > .form .form-prefixPostfix .button {
  width: fit-content; }

.footer-1__top {
  display: flex;
  justify-content: center; }
  @media (min-width: 1261px) {
    .footer-1__top {
      justify-content: flex-end; } }

.footer_store_address {
  display: flex;
  justify-content: center; }
  .footer_store_address h6,
  .footer_store_address p {
    text-align: center !important; }
  @media (min-width: 1261px) {
    .footer_store_address {
      justify-content: flex-end; }
      .footer_store_address h6,
      .footer_store_address p {
        text-align: end !important; } }

.footer-1__newsletter-container > .form .form-field {
  display: flex;
  justify-content: center; }
  @media (min-width: 1261px) {
    .footer-1__newsletter-container > .form .form-field {
      justify-content: flex-end; } }

.footer_store_address [class^="sd-simple-text-"] {
  text-align: center; }
  @media (min-width: 1261px) {
    .footer_store_address [class^="sd-simple-text-"] {
      text-align: end; } }

.footer-info-col {
  flex: 1;
  justify-content: center;
  align-items: center; }

.footer-1--default .footer-1__mid {
  padding: 20px 40px 86px 40px;
  background-color: #666666;
  position: relative;
  overflow: hidden; }
  .footer-1--default .footer-1__mid::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    left: 65%;
    bottom: -15%;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIwIiBoZWlnaHQ9IjI1NSIgdmlld0JveD0iMCAwIDUyMCAyNTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zMjQuMjg2IDE3OC4yOTJDMjcwLjEzNCAxNTQuNDM1IDIwNS44NTkgMTc0Ljc2NyAxODEuMDU5IDIyOC40NDRDMTczLjE5OSAyNDUuMjUyIDE2OS44MDUgMjY0LjI3NCAxNzAuNjggMjg0LjQyNUMxNjIuMjM3IDI2NS45OTEgMTYxLjM0OSAyNDMuODA2IDE2Ny41NzggMjIzLjQyOEMxODcuMTI0IDE1OC41MDEgMjczLjQ0MSAxMzAuODUgMzI0LjI4NiAxNzguMjkyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTM4NS44NTIgMTY2LjkwN0MzMDEuMjkzIDg1LjcxMzggMTYwLjcyMyAxMTguMjQ1IDEyOS42NTcgMjMxLjY5OUMxMjAuNDY0IDI2NS42NzYgMTIzLjc1MyAzMDMuMDQzIDEzOC44NDIgMzM3LjQ3MkMxMTQuODk5IDMwNy4yIDEwNS4zMzQgMjY2LjE3MiAxMTIuMTgyIDIyNy45OTJDMTM0LjMwMiA5Ny4yMzMzIDMxMS4yMjkgNTQuOTQ0MyAzODUuODUyIDE2Ni45MDdaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNDQwLjE3NyAxNTYuODc1QzMwNS4yMzYgLTEyLjQ2OTggNDIuMzU4OSA5OC4zNjIxIDgwLjY2MjEgMzEwLjg1N0M4NS43Njk1IDMzNy4wNjMgOTYuMTQ5MyAzNjEuNzc4IDExMC42MzMgMzg0LjUwNUM5MC45ODIzIDM2NS4wMzEgNzYuNTI1OSAzNDAuMzYyIDY3LjYzOTUgMzE0LjMzN0MzNC45Mzg1IDIyMC4wODYgODIuMzg0NSAxMTMuMzIgMTczLjUwMiA3MC44NDc5QzI2OS40MDcgMjMuNDUxMiAzOTMuMjI1IDYwLjc3MTUgNDQwLjE3NyAxNTYuODc1WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTUxOS4yNzUgMjU0LjA2NkM1MjYuMDIyIDMzNi41MjQgNDg1LjIyNyA0MjIuNzc3IDQxNS43MyA0NzEuNTc1QzMyNC42NjIgNTM4LjM1NSAxOTEuNTQ1IDUzNS42NDIgMTAyLjMwMSA0NjYuMDYxQy04LjE3NDc0IDM4NC4xOSAtMzMuMzk1OCAyMjAuNzY2IDQ3LjM5NzIgMTEwLjE1OEMxNjEuMTI1IC00OS45NjkzIDQxMS4xNjggLTMzLjQzMTcgNDk0LjEgMTQ2LjEyNUM1MDAuOTM5IDE2MC4zMTIgNTA1Ljg5IDE3NS4zNTYgNTA5LjQ3MiAxOTAuNTM4QzQ2My4zMTMgNTguNjQ5NCAzMTYuMTY1IC0xMi40Njc2IDE4NC4wNiAzOC43Njk3QzExMC42NiA2Ny4wNTQxIDU0LjMxNDEgMTMxLjI1NyAzNy4yNDY3IDIwNy4xNjRDMS40NDQ1NSAzNjAuNTU5IDEyOS4yOTQgNTA1LjMyNiAyODcuOTA3IDQ5NC4zOTJDMzc2LjkyMyA0ODguNzQ0IDQ1Ni42OTQgNDM0LjQzNCA0OTQuNjE3IDM1NC43MzFDNDk2LjIxNiAzNTEuMjA3IDUwMC4wNDUgMzQyLjMwNiA1MDEuNTggMzM4LjkxN0M1MDIuODEyIDMzNS41MjkgNTA2LjE0MiAzMjYuMTMgNTA3LjQxNSAzMjIuNjA2QzUwOC40NzggMzE4LjkwMSA1MTEuMDc1IDMwOS40NTggNTEyLjA4OCAzMDUuODg4QzUxMi44NDggMzAyLjI3NCA1MTQuODU5IDI5Mi41NjEgNTE1LjY2NSAyODguODU2TDUxNy4yNTkgMjc3LjMzNUM1MTguMzQ1IDI3MC44NzQgNTE4LjcxNiAyNjAuNjYyIDUxOS4yNzUgMjU0LjA2NloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.05;
    pointer-events: none; }
    @media (min-width: 1026px) {
      .footer-1--default .footer-1__mid::before {
        bottom: -40%; } }
  @media (min-width: 1026px) {
    .footer-1--default .footer-1__mid {
      padding: 120px 40px 40px 40px; } }
  @media (min-width: 1261px) {
    .footer-1--default .footer-1__mid {
      padding: 86px 40px; } }

.footer-1--default .footer-1__mid .footer-info {
  grid-gap: 1.875rem;
  z-index: 1;
  align-items: start; }
  @media (min-width: 1026px) {
    .footer-1--default .footer-1__mid .footer-info {
      grid-gap: 2.5rem; } }
  @media (min-width: 1261px) {
    .footer-1--default .footer-1__mid .footer-info {
      grid-gap: 3.125rem; } }

.footer-1--default .footer-1__top .footer-1__newsletter-container .footer-info-heading {
  color: #f25d27; }

.footer-1__mid .footer-info-heading {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: -0.01em; }

.footer-info-list a {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.1875rem; }

.footer-1--default .footer-1__mid .footer-info-list li {
  margin-bottom: 1rem; }
  @media (min-width: 1026px) {
    .footer-1--default .footer-1__mid .footer-info-list li {
      margin-bottom: .25rem; } }

.socialLinks {
  line-height: 8px; }

.socialLinks .socialLinks-item {
  margin-bottom: 0; }

.footer-1--default .footer-1__store-logo .header-logo-image {
  max-height: none; }

.footer-1--default .footer-1__store-logo .header-logo-image-container {
  padding: 50px 0; }
  @media (min-width: 1026px) {
    .footer-1--default .footer-1__store-logo .header-logo-image-container {
      border-top: none;
      padding: 25px 0; } }

.footer-1__bottom {
  background-color: #400101;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.375rem 1rem;
  text-align: center;
  font-family: "Atkinson Hyperlegible", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.6; }
  @media (min-width: 1026px) {
    .footer-1__bottom {
      text-align: left; } }
  @media (min-width: 1026px) {
    .footer-1__bottom {
      font-size: 0.8125rem;
      line-height: 1.5; } }

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

.footer-expert-banner {
  background: #F4F4F4;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: relative;
  z-index: 2; }

.footer-expert-banner-container .footer-expert-banner-region--promo {
  max-width: 100%; }
  .footer-expert-banner-container .footer-expert-banner-region--promo p, .footer-expert-banner-container .footer-expert-banner-region--promo span {
    color: #ffffff !important; }
    @media (min-width: 1260px) {
      .footer-expert-banner-container .footer-expert-banner-region--promo p, .footer-expert-banner-container .footer-expert-banner-region--promo span {
        color: #1D1C1A !important;
        max-width: 285px; } }
    @media (max-width: 1024px) {
      .footer-expert-banner-container .footer-expert-banner-region--promo p, .footer-expert-banner-container .footer-expert-banner-region--promo span {
        color: #1D1C1A !important; } }

.footer-expert-banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 61px;
  margin: 0 auto;
  padding: 10px 20px 0 20px;
  gap: 0; }
  @media (min-width: 1260px) {
    .footer-expert-banner-container {
      flex-direction: row; } }
  @media (max-width: 1024px) {
    .footer-expert-banner-container {
      height: 100%;
      padding: 20px;
      background: linear-gradient(to bottom, #F4F4F4 0%, #F4F4F4 55%, #666666 50%, #666666 100%); } }

.footer-expert-banner-profile-region {
  display: flex;
  flex-direction: row;
  gap: 15px; }
  @media (min-width: 1026px) {
    .footer-expert-banner-profile-region {
      gap: 10px; } }
  @media (min-width: 1261px) {
    .footer-expert-banner-profile-region {
      gap: 40px; } }
  @media (max-width: 1024px) {
    .footer-expert-banner-profile-region {
      flex-direction: column; } }

.footer-expert-banner-region {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible; }
  @media (max-width: 1024px) {
    .footer-expert-banner-region {
      width: 100%; } }

.footer-expert-banner-region--expert {
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0; }
  @media (max-width: 1024px) {
    .footer-expert-banner-region--expert {
      margin-bottom: 0; } }
  .footer-expert-banner-region--expert .contact-card-content::after {
    content: '';
    position: absolute;
    top: -13px;
    left: -86px;
    width: 322px;
    height: 120px;
    z-index: 3; }
  @media (max-width: 400px) {
    .footer-expert-banner-region--expert .contact-card-content::after {
      top: -11px;
      left: -75px;
      width: 280px;
      height: 105px; } }
  @media (max-width: 320px) {
    .footer-expert-banner-region--expert .contact-card-content::after {
      top: -10px;
      left: -68px;
      width: 250px;
      height: 95px; } }

.footer-expert-banner-region--promo {
  box-shadow: none;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #1D1C1A;
  padding-top: 8px;
  width: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 1024px) {
    .footer-expert-banner-region--promo {
      order: -1;
      margin-bottom: 0; } }
  @media (min-width: 1270px) {
    .footer-expert-banner-region--promo {
      text-align: right;
      align-items: flex-end;
      padding: 0; } }
  .footer-expert-banner-region--promo a {
    color: #1D1C1A;
    text-decoration: underline;
    font-weight: 600; }
    .footer-expert-banner-region--promo a:hover {
      text-decoration: none; }

div[data-its-tab-title],
div[data-its-tab-text] {
  display: none; }

.product-expert-help {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 13px 17px;
  background-color: #FAF0E1;
  border-radius: 6px;
  flex: 1; }
  @media (min-width: 551px) {
    .product-expert-help {
      padding: 14px 29px;
      gap: 20px; } }
  .product-expert-help__avatar {
    flex-shrink: 0;
    position: relative; }
    .product-expert-help__avatar.contact-panel__profile-image {
      width: 78px;
      height: 78px; }
      .product-expert-help__avatar.contact-panel__profile-image::before {
        width: 78px;
        height: 78px;
        top: 4px;
        left: 3px;
        border-width: 5px; }
      @media (min-width: 551px) {
        .product-expert-help__avatar.contact-panel__profile-image {
          width: 98px;
          height: 98px;
          margin-left: 0px; }
          .product-expert-help__avatar.contact-panel__profile-image::before {
            width: 98px;
            height: 98px;
            top: 4px;
            left: 3px;
            border-width: 5px; } }
  .product-expert-help__content {
    flex: 1; }
    .product-expert-help__content p {
      margin-bottom: 0px !important; }
  .product-expert-help__title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #1D1C1A;
    line-height: 18px;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif; }
    @media (min-width: 551px) {
      .product-expert-help__title {
        font-size: 18px; } }
  .product-expert-help__subtitle {
    font-size: 15px;
    margin-bottom: 5px;
    color: #000;
    line-height: 15px; }
  .product-expert-help__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    margin-top: 5px; }
  .product-expert-help__link {
    color: #1D1C1A;
    font-size: 15px;
    line-height: 15px;
    text-decoration: underline;
    font-weight: 400; }
    .product-expert-help__link:hover {
      color: #F25D27; }
  .product-expert-help__separator {
    color: #000;
    font-weight: 400; }

.product-delivery-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 0;
  background-color: #f4f4f4;
  border-radius: 6px;
  margin-top: 10px;
  width: 100%; }
  .product-delivery-info__text {
    margin: 0;
    text-align: center; }

.product-shoutout-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 0;
  background-color: #f4f4f4;
  border-radius: 6px;
  margin-top: 10px;
  width: 100%;
  flex-direction: column; }
  .product-shoutout-banner__text {
    margin: 0;
    text-align: center;
    padding-bottom: 10px; }
  .product-shoutout-banner__img {
    width: 33%; }
  .product-shoutout-banner__link {
    text-align: center; }

.bundle-picklist--hidden {
  display: none !important;
  visibility: hidden;
  height: 0;
  overflow: hidden; }

.bundle-price-loading {
  opacity: 0.7;
  pointer-events: none; }
  .bundle-price-loading::after {
    content: '...';
    display: inline-block;
    animation: bundle-ellipsis 1.5s infinite; }

@keyframes bundle-ellipsis {
  0% {
    content: '.'; }
  33% {
    content: '..'; }
  66% {
    content: '...'; } }

.important-details {
  margin: 0 0 1.5rem 0;
  border: none;
  border-radius: 8px;
  background: #FAF0E1; }
  .important-details__toggle {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 16px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 10px; }
  .important-details__info-icon {
    flex-shrink: 0;
    color: #f25d27; }
  .important-details__heading {
    flex: 1;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.3; }
  .important-details__chevron {
    flex-shrink: 0;
    transition: transform 0.3s ease; }
  .important-details__toggle[aria-expanded="true"] .important-details__chevron {
    transform: rotate(180deg); }
  .important-details__content {
    padding: 0 16px 16px; }
  .important-details__list {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: disc; }
  .important-details__item {
    line-height: 1.5;
    margin-bottom: 0.5rem; }
    .important-details__item:last-child {
      margin-bottom: 0; }
    .important-details__item p {
      margin: 0;
      display: inline; }
    .important-details__item a {
      color: #f25d27; }
  .important-details .important-details__view-description {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20.5px; }

.replacement-product-section {
  margin-top: 16px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .replacement-product-section__title {
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: 700;
    color: #1d1c1a;
    line-height: 24px; }
  .replacement-product-section__content {
    position: relative; }
  .replacement-product-section--loaded .replacement-product-section__loading {
    display: none; }
  .replacement-product-section__product {
    display: none; }
    .replacement-product-section--loaded .replacement-product-section__product {
      display: block; }

.replacement-product-skeleton {
  display: flex;
  align-items: center;
  gap: 16px;
  animation: skeleton-pulse 1.5s ease-in-out infinite; }
  .replacement-product-skeleton__image {
    width: 90px;
    height: 90px;
    background-color: #e0e0e0;
    border-radius: 4px;
    flex-shrink: 0; }
  .replacement-product-skeleton__details {
    flex: 1; }
  .replacement-product-skeleton__title {
    height: 18px;
    width: 70%;
    background-color: #e0e0e0;
    border-radius: 4px;
    margin-bottom: 10px; }
  .replacement-product-skeleton__price {
    height: 18px;
    width: 80px;
    background-color: #e0e0e0;
    border-radius: 4px;
    flex-shrink: 0; }

@keyframes skeleton-pulse {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.5; } }

.replacement-product-card {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: inherit; }
  .replacement-product-card:hover {
    text-decoration: none;
    color: inherit; }
  .replacement-product-card__image {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    overflow: hidden; }
    .replacement-product-card__image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .replacement-product-card__details {
    flex: 1;
    min-width: 0; }
  .replacement-product-card__name {
    margin: 0 0 12px 0;
    font-size: 17px;
    font-weight: 600;
    color: #393939;
    line-height: 22px; }
  .replacement-product-card__price {
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 4px; }
    .replacement-product-card__price .price {
      font-size: 18px;
      font-weight: 600;
      color: #1d1c1a;
      line-height: 24px;
      text-align: right; }
      .replacement-product-card__price .price--sale {
        color: #c00; }
      .replacement-product-card__price .price--rrp {
        font-size: 14px;
        font-weight: 400;
        color: #999;
        text-decoration: line-through;
        margin-left: 8px; }
  .replacement-product-card__cta {
    display: inline-flex;
    align-items: center;
    padding: 0;
    gap: 6px;
    font-family: 'Atkinson Hyperlegible', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    color: #393939;
    text-decoration: none;
    border-bottom: 2px solid #F25D27; }
    .replacement-product-card:hover .replacement-product-card__cta {
      color: #f25d27; }

@media (max-width: 480px) {
  .replacement-product-section {
    padding: 16px 0; }
    .replacement-product-section__title {
      font-size: 15px; }
  .replacement-product-card {
    gap: 12px; }
    .replacement-product-card__image {
      width: 90px;
      height: 90px; }
    .replacement-product-card__name {
      font-size: 14px; }
    .replacement-product-card__price .price {
      font-size: 16px; }
    .replacement-product-card__cta {
      font-size: 14px; }
  .replacement-product-skeleton__image {
    width: 90px;
    height: 90px; } }

.yotpo-rating {
  display: block; }
  .yotpo-rating__link {
    display: inline-flex;
    align-items: flex-start;
    color: #1d1c1a;
    text-decoration: none; }
    .yotpo-rating__link:hover, .yotpo-rating__link:focus {
      color: #1d1c1a;
      text-decoration: none; }
  .yotpo-rating__stars {
    display: flex;
    align-items: center;
    height: 28px; }
  .yotpo-rating__star {
    display: block;
    width: 15px;
    height: 15px;
    margin-inline-end: 3.5px;
    overflow: visible; }
  .yotpo-rating__star-outline {
    fill: #fff;
    stroke: #db7104;
    stroke-width: 1px; }
  .yotpo-rating__star-fill {
    fill: #db7104;
    stroke: #db7104;
    stroke-width: 1px; }
  .yotpo-rating__star.is-empty .yotpo-rating__star-fill {
    display: none; }
  .yotpo-rating__star.is-half .yotpo-rating__star-fill {
    clip-path: inset(0 50% 0 0); }
  .yotpo-rating__count {
    display: block;
    padding-top: 2px;
    margin-left: 4px;
    font-size: 16px;
    line-height: 28px;
    white-space: nowrap; }
    .yotpo-rating__count[hidden] {
      display: none; }

/* ==========================================================
 * ## Section: Layout
 * ========================================================== */
@media (min-width: 1026px) {
  .cart__container {
    display: flex;
    flex-direction: row; } }

@media (min-width: 1261px) {
  .cart__container {
    margin: 0 40px; } }

.cart__content,
.cart__totals .cart-totals {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/* ==========================================================
  * ## Section: Cart Content
  * ========================================================== */
@media (min-width: 1026px) {
  .cart__content {
    width: 70%;
    margin-right: 1.5rem; } }

@media (min-width: 1026px) {
  .cart-header-item.cart-header-item--price {
    padding-left: 1rem; } }

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

.cart-item {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  row-gap: 1rem;
  padding: 1rem 0; }
  .cart-item::before, .cart-item::after {
    content: none; }
  @media (min-width: 1026px) {
    .cart-item {
      display: table-row; } }

.cart-item-block {
  position: relative; }

.cart-item-figure,
.cart-item-info,
.cart-item-block.cart-item-title,
.cart-item-info.cart-item-quantity {
  width: auto;
  margin-left: 0;
  height: auto; }

.cart-item-block.cart-item-figure {
  grid-column-start: 1;
  grid-column-end: 2; }
  @media (min-width: 551px) {
    .cart-item-block.cart-item-figure {
      grid-row-start: 1;
      grid-row-end: span 4;
      padding: 0.5rem; } }
  @media (min-width: 1026px) {
    .cart-item-block.cart-item-figure {
      width: 10%; } }

@media (min-width: 551px) {
  .cart-item-image {
    max-width: 150px;
    width: 100%; } }

.cart-item-label,
.cart-item-value {
  width: 100%;
  vertical-align: middle; }
  @media (min-width: 551px) {
    .cart-item-label,
    .cart-item-value {
      width: auto;
      padding-left: 0;
      text-align: left; } }

@media (min-width: 1026px) {
  .cart-item-block.cart-item-title {
    padding: 1rem 1rem 1rem 0;
    width: 30%; } }

@media (min-width: 1026px) {
  .cart-item-block.cart-item-quantity {
    padding: 0 10px !important;
    width: 15%; } }

.cart-item-block.cart-item-price,
.cart-item-block.cart-item-quantity,
.cart-item-block.cart-item-total {
  grid-column-start: 1;
  grid-column-end: 3;
  padding: 0.2rem 0; }
  @media (min-width: 551px) {
    .cart-item-block.cart-item-price,
    .cart-item-block.cart-item-quantity,
    .cart-item-block.cart-item-total {
      grid-column-start: 2;
      grid-column-end: 3; } }
  @media (min-width: 1026px) {
    .cart-item-block.cart-item-price,
    .cart-item-block.cart-item-quantity,
    .cart-item-block.cart-item-total {
      grid-column-start: 2;
      grid-column-end: 3; } }
  @media (min-width: 1026px) {
    .cart-item-block.cart-item-price,
    .cart-item-block.cart-item-quantity,
    .cart-item-block.cart-item-total {
      padding: 0; } }

.cart-item-name + .definitionList {
  margin: 1rem 0; }

.cart-item-price .cart-item-value {
  width: auto;
  text-align: left; }

.cart-item-value.price--discounted {
  color: #393939;
  font-size: 15px; }

.cart-item-block .price-section--saving {
  margin-top: 5px;
  margin-bottom: 5px; }

.cart-item-price-container {
  display: flex;
  gap: 2px;
  width: fit-content;
  flex-direction: column; }
  .cart-item-price-container .cart-item-price--saving-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    align-items: center; }

.cart-item-price-container .price-section--saving {
  margin: 0;
  width: fit-content; }

.previewCart .previewCartItem-price {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif; }

.previewCart .price-section--saving {
  margin-top: 5px; }

.previewCart .previewCartItem-content {
  padding: .75rem; }

.cart-item-price,
.cart-item-quantity,
.cart-item-total {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif; }
  @media (min-width: 1026px) {
    .cart-item-price,
    .cart-item-quantity,
    .cart-item-total {
      display: table-cell; } }

.cart-remove {
  position: absolute;
  right: 0; }
  @media (min-width: 1026px) {
    .cart-remove {
      position: static; } }

/* ==========================================================
 * ## Section: Totals
 * ========================================================== */
@media (min-width: 1026px) {
  .cart__totals {
    width: 30% !important; } }

.cart__totals-wrapper {
  position: sticky;
  top: 2rem;
  padding: 1rem;
  border: 1px solid #e5e5e5; }

.cart__totals-container .cart-total-label,
.cart__totals-container .cart-total-value {
  color: #393939; }

.cart__totals-header {
  border-bottom: 1px solid #e5e5e5; }

.cart__totals-header,
.cart-total {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem; }
  .cart__totals-header::after, .cart__totals-header::before,
  .cart-total::after,
  .cart-total::before {
    content: none; }

.cart__totals-heading,
.cart__totals-action-container {
  margin: 0;
  padding: 0 0 1rem 0; }

.cart__totals-action-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right; }

.cart-totals ul,
.cart-totals ol {
  margin-left: 0; }

.cart-total + .cart-total {
  border-top: 1px solid #e5e5e5; }

.cart-total-label {
  color: #ffffff;
  text-align: left; }

.cart-total-value {
  text-align: right; }

.cart-total-label,
.cart-total-value {
  padding: 1.25rem 0;
  width: 100%; }

#couponcode.form-input {
  align-self: center; }

.cart__totals-action,
.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  text-decoration: underline; }

.shipping-estimator,
.cart-form.coupon-code,
.cart-form.gift-certificate-code {
  grid-column-start: 1;
  grid-column-end: 3; }

.coupon-form,
.cart-gift-certificate-form {
  display: flex; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 100%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    width: auto; }

.cart-total-grandTotal {
  top: auto; }

.cart-total-label-grandTotal,
.cart-total-grandTotal {
  font-size: 1.5rem;
  font-weight: bold; }

.cart__actions .button {
  width: 100%;
  margin-bottom: 0; }

/* ==========================================================
 * ## Floating button
 * ========================================================== */
.floating-checkout-button {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #e5e5e5;
  padding: 1rem;
  z-index: 50; }
  @media (min-width: 1026px) {
    .floating-checkout-button {
      display: none; } }

.floating-checkout-button .button {
  font-weight: 700;
  width: 100%;
  margin: 0; }

/* ==========================================================
 * ## IE 11 support
 * ========================================================== */
@media all and (-ms-high-contrast: none) {
  .cart-total {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .cart-total .cart-total-label,
    .cart-total .cart-total-value {
      width: auto;
      display: inline-block; }
    .cart-total .shipping-estimator.is-open,
    .cart-total .cart-form.coupon-code,
    .cart-total .cart-form.gift-certificate-code {
      width: 100%; }
  .cart__totals-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }

.brand-carousel-slide {
  margin: 1rem; }

.brand-carousel .slick-track {
  align-items: center; }

.modal--popupLoginWindow {
  margin: 0; }

.modal--popupLoginWindow .alertBox {
  display: none; }

.modal--popupLoginWindow .forgot-password {
  display: table;
  margin: 12px auto 0 auto !important; }

.cta-3__content-container {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 auto;
  max-width: 1556px;
  margin: auto; }
  @media (min-width: 1026px) {
    .cta-3__content-container {
      grid-template-columns: repeat(3, 1fr); } }

.cta-3__content {
  display: flex;
  margin: 0 auto;
  padding: 0; }
  @media all and (-ms-high-contrast: none) {
    .cta-3__content:nth-child(3n + 1) {
      grid-column: 1; }
    .cta-3__content:nth-child(3n + 2) {
      grid-column: 2; }
    .cta-3__content:nth-child(3n + 3) {
      grid-column: 3; } }

.cta-3--default {
  padding: 2.5rem 1.5rem; }

.cta-3--contact {
  border-top: 1px solid lightgray; }

.cta-3--customer {
  background-color: #707070;
  border-top: 1px solid lightgray; }
  .cta-3--customer .cta-3__text-container a {
    color: #ffffff; }

.cta-3--default .cta-3__image-container {
  margin: 0; }

.cta-3--default .cta-3__title {
  margin: 1.5rem 0; }

.cta-3--default .cta-3__text-container {
  text-align: initial; }

.cta-3--contact .cta-3__text-container {
  text-align: center;
  display: grid;
  grid-template-areas: "left right--top" "left right--bottom"; }
  @media (min-width: 1026px) {
    .cta-3--contact .cta-3__text-container {
      text-align: initial; } }

.cta-3--customer .cta-3__text-container {
  text-align: center;
  display: grid;
  grid-template-areas: "left right--top" "left right--bottom"; }
  @media (min-width: 1026px) {
    .cta-3--customer .cta-3__text-container {
      text-align: initial; } }

.cta-3__text-container a {
  color: #222222;
  font-weight: 600;
  font-size: 1.875rem;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  line-height: normal;
  grid-area: right--top; }
  @media (min-width: 1026px) {
    .cta-3__text-container a {
      font-size: 3rem; } }
  .cta-3__text-container a:hover {
    text-decoration: none; }

.cta-3--contact .cta-3__text-container > .icon {
  display: none; }
  @media (min-width: 1026px) {
    .cta-3--contact .cta-3__text-container > .icon {
      display: block; } }

.cta-3--contact .cta-3__link > .icon {
  display: inline-block; }
  @media (min-width: 1026px) {
    .cta-3--contact .cta-3__link > .icon {
      display: none; } }

.cta-3__content .icon {
  height: 26px;
  width: 26px;
  margin-left: 0;
  margin-right: .75rem;
  transform: rotate(0);
  grid-area: left; }
  .cta-3__content .icon svg {
    fill: #f25d27;
    stroke: none; }

.cta-3__text {
  margin: 0;
  grid-area: right--bottom; }

@media (min-width: 1026px) {
  .home-blog {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr auto; } }

.home-blog__link {
  justify-self: end;
  margin: 0 auto;
  grid-column-start: 2;
  grid-column-end: 2; }

.home-blog .blog {
  border-top: none; }

/*
    Category banner section
*/
#obx-banner-home-top {
  background-position: center;
  background-size: cover;
  background-image: url("//cdn11.bigcommerce.com/s-ka7ofex/product_images/uploaded_images/background-gray-polygons-desktop.jpg");
  padding: 0 1.25rem;
  margin: 0 0 2rem; }
  @media (min-width: 1026px) {
    #obx-banner-home-top {
      padding: 32px 20px 9px; } }

#obx-banner-home-top .home-banner-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 0; }
  @media (min-width: 1026px) {
    #obx-banner-home-top .home-banner-flex {
      padding: 0 61px; } }

.banner-content_container {
  max-width: 34.875rem; }

#obx-banner-home-top .home-banner-flex .flex-item img {
  width: 100%;
  max-height: 246px;
  object-fit: contain;
  width: auto;
  height: auto; }

#obx-banner-home-top .home-banner-flex .flex-item .banner-heading {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.03em;
  line-height: 28px;
  margin: 0 0 20px;
  color: #393939; }
  @media (min-width: 551px) {
    #obx-banner-home-top .home-banner-flex .flex-item .banner-heading {
      font-size: 36px;
      line-height: 44px; } }

#obx-banner-home-top .home-banner-flex .flex-item .banner-content {
  margin: 0 0 1rem;
  color: #414141; }
  @media (min-width: 1026px) {
    #obx-banner-home-top .home-banner-flex .flex-item .banner-content {
      margin-bottom: 56px; } }

#home-banner-quote-button {
  margin: 0;
  margin-bottom: 4.3125rem; }
  @media (min-width: 1026px) {
    #home-banner-quote-button {
      margin: 0;
      margin-bottom: 3.5rem; } }

@media screen and (max-width: 767px) {
  #obx-banner-home-top .home-banner-flex {
    flex-direction: column; }
  #obx-banner-home-top .home-banner-flex .flex-item .banner-heading {
    font-size: 28px; }
  #obx-banner-home-top {
    /* Mobile banner background */
    background-image: url("//cdn11.bigcommerce.com/s-ka7ofex/product_images/uploaded_images/background-gray-polygons-mobile.jpg"); } }

.plus-banner {
  height: 100% !important;
  width: 100% !important;
  background-color: black;
  color: white !important;
  flex-wrap: wrap;
  padding: 24px;
  font-size: 1.5rem;
  background-image: url(https://i.shgcdn.com/1d80283e-fb22-4291-8946-8f3e4ac39ec7/-/format/auto/-/preview/1000x1000/-/quality/lighter/);
  background-blend-mode: luminosity;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 300px #1b1b1b inset;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  font-weight: 600;
  margin: 0 0 3.5rem;
  line-height: normal; }
  @media (min-width: 1026px) {
    .plus-banner {
      padding: 2.0625rem 0; } }
  .plus-banner .plus-banner-button {
    margin-bottom: 0;
    width: 100%; }
    @media (min-width: 1026px) {
      .plus-banner .plus-banner-button {
        width: auto; } }

/*
    Category card section
*/
.hero-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(9.96875rem, 15.38562rem));
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3.5rem; }
  @media (min-width: 551px) {
    .hero-row {
      grid-template-columns: repeat(3, minmax(9.96875rem, 15.38562rem)); } }
  @media (min-width: 1026px) {
    .hero-row {
      grid-template-columns: repeat(4, minmax(9.96875rem, 15.38562rem));
      justify-content: space-between; } }
  @media (min-width: 1441px) {
    .hero-row {
      grid-template-columns: repeat(6, minmax(9.96875rem, 15.38562rem));
      justify-content: space-between; } }

.hero-cats-item {
  border: 1px solid #d3d3d3;
  background-color: transparent;
  min-height: 17.1875rem;
  border-radius: .25rem; }
  .hero-cats-item:hover {
    background-color: #fd4114; }
    .hero-cats-item:hover .hero-cats-title {
      color: white; }
    .hero-cats-item:hover .hero-cats-img {
      background-color: #FFAB97; }
    .hero-cats-item:hover .hero-cats-link {
      text-decoration: none; }

.hero-cats-title {
  display: inline-block;
  text-align: center;
  color: #707070;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: normal; }
  @media (min-width: 1026px) {
    .hero-cats-title {
      font-size: 1.25rem; } }

.hero-cats-link {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem;
  justify-content: space-between;
  align-items: center; }

.hero-cats-img {
  background-color: white;
  border-radius: 50%; }

.hero-cats__img-figure {
  border: 3px solid #fd4114;
  border-radius: 50%; }

.cta-1__content-container {
  display: grid;
  grid-template-rows: repeat(2, auto);
  justify-items: center;
  align-items: center;
  max-width: 1556px;
  margin: 0 auto; }
  @media (min-width: 1026px) {
    .cta-1__content-container {
      grid-template-rows: 1fr;
      grid-template-columns: repeat(2, 1fr); } }

@media all and (-ms-high-contrast: none) {
  .cta-1__content-container {
    display: -ms-grid;
    -ms-grid-columns: 1fr 0.05fr 1fr;
    -ms-grid-rows: 1fr; }
  .cta-1__content:nth-child(1) {
    grid-column: 1; }
  .cta-1__content:nth-child(2) {
    grid-column: 3; }
  .cta-1__text-container {
    display: flex;
    flex-direction: column;
    justify-content: center; } }

.cta-1__image-container {
  margin: 0; }

.cta-1__image {
  width: 100%; }

.cta-1__text {
  letter-spacing: -0.01em; }

.cta-1--default .cta-1__content-container {
  row-gap: 2.5rem; }
  @media (min-width: 1026px) {
    .cta-1--default .cta-1__content-container {
      column-gap: 5rem; } }

.home-trust-cta {
  margin-bottom: 6rem; }
  @media (min-width: 1026px) {
    .home-trust-cta {
      margin-bottom: 9rem; } }

.home-trust-cta__heading {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #222222;
  font-weight: 600; }

.home-trust-cta__content-container.cta-1__content-container {
  row-gap: 3.5rem; }
  @media (min-width: 1026px) {
    .home-trust-cta__content-container.cta-1__content-container {
      column-gap: 7.6875rem; } }

.home-trust-cta__content {
  border-left: 4px solid #f25d27;
  height: 100%;
  margin: 0;
  padding: 0 0 0 20px;
  display: flex;
  justify-content: center; }

.home-trust-cta__text-wrapper {
  gap: 0.375rem;
  display: flex;
  align-self: center; }
  .home-trust-cta__text-wrapper .double-quote {
    height: 1.5rem !important;
    width: 1.6875rem !important; }
    .home-trust-cta__text-wrapper .double-quote svg {
      fill: #f25d27;
      height: 1.5rem !important;
      width: 1.6875rem !important; }

.home-trust-cta__quote-text {
  font-size: 1rem;
  font-weight: 600; }

.home-trust-cta__text-container {
  margin: 0;
  max-width: 32.88125rem; }

.home-trust-cta__text {
  color: #393939;
  font-size: 1.5rem; }
  @media (min-width: 1026px) {
    .home-trust-cta__text {
      font-size: 2.25rem; } }

.home-store-cta__title {
  font-size: 3rem;
  font-weight: 800;
  color: #222222;
  letter-spacing: -0.03em;
  margin: 0;
  line-height: 2.875rem; }

.home-store-cta_button {
  width: 100%; }
  @media (min-width: 551px) {
    .home-store-cta_button {
      width: auto; } }

.home-store-cta__subtitle {
  margin: 0 0 2rem;
  font-weight: 600;
  letter-spacing: -0.01em; }

.home-store-cta .cta-1__content-container {
  row-gap: 2.5rem; }
  @media (min-width: 1026px) {
    .home-store-cta .cta-1__content-container {
      column-gap: 6rem; } }

.home-store-cta .cta-1__image-container {
  order: -1; }
  @media (min-width: 1026px) {
    .home-store-cta .cta-1__image-container {
      order: initial; } }

#form-action-addToCart {
  margin: 0;
  width: 100%;
  padding-right: 1.875rem;
  height: 2.875rem; }
  @media (min-width: 1026px) {
    #form-action-addToCart {
      line-height: 2.5; } }

.fake-wishlist {
  position: relative;
  width: 100%;
  z-index: 50;
  display: block;
  text-align: left; }
  @media (min-width: 1261px) {
    .fake-wishlist {
      width: 50%; } }

.button.fake-wishlist--button {
  margin: 0 !important;
  line-height: 2.5;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.85714rem 2.28571rem;
  box-sizing: border-box;
  background: #ffffff;
  color: #393939;
  border: 1px solid #666666;
  transition: none; }

.fake-wishlist--button .icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: baseline; }

.fake-wishlist--button svg {
  margin-left: 0.5em;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  fill: #393939;
  stroke-width: 0; }

.fake-wishlist--dropdown {
  visibility: hidden;
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  margin: -1rem 0 0;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  text-align: left;
  background: #e5e5e5;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  list-style: none;
  opacity: 0;
  z-index: -1;
  transform: translateY(-1rem);
  transition: transition(visibility, opacity, transform);
  min-width: 100%;
  width: max-content;
  max-width: 100%; }
  .fake-wishlist--dropdown.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0rem);
    transition-delay: 0ms;
    z-index: 1; }

.fake-wishlist--dropdown label,
.fake-wishlist--dropdown a {
  display: block;
  color: #222222;
  padding: .75rem;
  text-align: left;
  font-size: .875rem;
  cursor: pointer;
  font-weight: 700;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  text-decoration: none !important;
  background: transparent;
  border: none;
  transition: transition(all); }
  .fake-wishlist--dropdown label:hover, .fake-wishlist--dropdown label:focus,
  .fake-wishlist--dropdown a:hover,
  .fake-wishlist--dropdown a:focus {
    color: #ffffff;
    background-color: #757575;
    border-color: none; }

.productView-details--wishlist {
  display: none; }

.badge {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  line-height: 0.875rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  letter-spacing: 0%; }
  .badge--primary {
    background-color: #f25d27; }
  .badge--brown {
    background-color: #663434; }
  .badge--dark_brown {
    background-color: #400101; }
  .badge--gray {
    background-color: #393939; }
  .badge--green {
    background-color: #668429; }

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

.blog-widget-container {
  width: 100%;
  margin: 60px 0;
  /* Section title */
  /* Loading state */
  /* Card grid */
  /* Card */
  /* Whole card is the link */
  /* Media */
  /* Body */
  /* CTA behaves like a link */
  /* Error state */
  /* Responsive */
  /* Reduced motion accessibility */ }
  .blog-widget-container .blog-widget-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px; }
  .blog-widget-container .blog-post-widget-title {
    margin: 0 0 24px;
    text-align: center;
    font-family: "Proxima Nova", Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #1d1c1a; }
  .blog-widget-container .product-blog-widget__loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    gap: 16px; }
    .blog-widget-container .product-blog-widget__loading .spinner {
      display: inline-block;
      width: 40px;
      height: 40px;
      border: 4px solid #f3f3f3;
      border-top: 4px solid #F25D27;
      border-radius: 50%;
      animation: spin 1s linear infinite; }
    .blog-widget-container .product-blog-widget__loading p {
      color: #757575;
      font-size: 16px;
      margin: 0; }
  .blog-widget-container .blog-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch; }
  .blog-widget-container .blog-card {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 1.87932px 3.75863px 14px 6.07741px rgba(12, 12, 13, 0.06);
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    /* Hover elevation */ }
    .blog-widget-container .blog-card:hover {
      transform: translateY(-4px);
      box-shadow: 4px 10px 28px rgba(12, 12, 13, 0.12); }
      .blog-widget-container .blog-card:hover .blog-card-media img {
        transform: scale(1.03); }
      .blog-widget-container .blog-card:hover .blog-card-cta {
        color: #000000;
        border-bottom-color: #fd4114; }
  .blog-widget-container .blog-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    /* Keyboard focus */ }
    .blog-widget-container .blog-card-link:focus-visible {
      outline: 3px solid #f25d27;
      outline-offset: 3px;
      border-radius: 8px; }
    .blog-widget-container .blog-card-link:hover .blog-card-cta {
      color: #000000;
      border-bottom-color: #fd4114; }
  .blog-widget-container .blog-card-media {
    height: 195px;
    width: 100%;
    overflow: hidden;
    background: #f2f2f2; }
    .blog-widget-container .blog-card-media img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      transition: transform 0.3s ease; }
  .blog-widget-container .blog-card-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    flex: 1; }
  .blog-widget-container .blog-card-title {
    margin: 0;
    font-family: "Proxima Nova", Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .blog-widget-container .blog-card-summary {
    margin: 0;
    font-family: "Atkinson Hyperlegible", "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1d1c1a;
    /* keeps card heights aligned */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .blog-widget-container .blog-card-cta {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    font-family: "Atkinson Hyperlegible", "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    text-transform: capitalize;
    color: #393939;
    border-bottom: 2px solid #f25d27;
    padding-bottom: 4px;
    cursor: pointer; }
  .blog-widget-container .product-blog-widget__error {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: #d9534f;
    font-size: 16px; }
  @media (max-width: 992px) {
    .blog-widget-container .blog-post-widget-title {
      font-size: 30px;
      line-height: 34px; }
    .blog-widget-container .blog-list {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 768px) {
    .blog-widget-container .blog-post-widget-title {
      font-size: 26px;
      line-height: 30px;
      margin-bottom: 18px; }
    .blog-widget-container .blog-list {
      grid-template-columns: 1fr;
      gap: 16px; }
    .blog-widget-container .blog-card-media {
      height: 210px; } }
  @media (prefers-reduced-motion: reduce) {
    .blog-widget-container .blog-card,
    .blog-widget-container .blog-card-media img {
      transition: none; }
    .blog-widget-container .blog-card:hover {
      transform: none; } }

body.page--blog_post .blog-widget-container[data-blog-columns="2"] .blog-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

body.page--blog_post .blog-widget-container[data-blog-columns="3"] .blog-post-widget-title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px; }

body.page--blog_post .blog-widget-container[data-blog-columns="3"] .blog-card-media {
  height: 150px; }

body.page--blog_post .blog-widget-container[data-blog-columns="3"] .blog-card-body {
  padding: 14px;
  gap: 10px; }

body.page--blog_post .blog-widget-container[data-blog-columns="3"] .blog-card-title {
  font-size: 16px;
  line-height: 22px;
  -webkit-line-clamp: 3; }

body.page--blog_post .blog-widget-container[data-blog-columns="3"] .blog-card-summary {
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 3; }

body.page--blog_post .blog-widget-container[data-blog-columns="3"] .blog-card-cta {
  font-size: 14px; }

@media (max-width: 768px) {
  body.page--blog_post .blog-widget-container[data-blog-columns="3"] .blog-list {
    grid-template-columns: 1fr; }
  body.page--blog_post .blog-widget-container[data-blog-columns="3"] .blog-card-media {
    height: 195px; }
  body.page--blog_post .blog-widget-container[data-blog-columns="3"] .blog-card-title {
    font-size: 18px;
    line-height: 26px; }
  body.page--blog_post .blog-widget-container[data-blog-columns="3"] .blog-card-summary {
    font-size: 16px;
    line-height: 24px; } }

/* ==========================================================
 * ## Header
 * ========================================================== */
@media (min-width: 1026px) {
  .navPages-action--toplevel + .navPage-subMenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    left: 0;
    width: 100%;
    transform-origin: 0 0;
    transform: rotateX(-90deg);
    transition: all 0.15s ease-in; }
  .navPages-item:hover .navPages-action--toplevel.has-subMenu + .navPage-subMenu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
    transition: all 0.15s ease-in; } }

/* ==========================================================
 * ## Slick Slider
 * ========================================================== */
.productCarousel {
  margin: 0; }

.productCarousel .slick-next::before,
.productCarousel .slick-prev::before {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32014 7.64465L12.6597 2.06834C13.1134 1.59453 13.1134 0.829156 12.6597 0.355352C12.206 -0.118452 11.4732 -0.118452 11.0195 0.355352L6.49418 5.0691L1.98054 0.355353C1.52685 -0.118451 0.79396 -0.118451 0.340269 0.355353C-0.113422 0.829157 -0.113422 1.59453 0.34027 2.06834L5.67987 7.64465C6.12192 8.11845 6.86644 8.11845 7.32014 7.64465Z' fill='%23fd4114'/%3E%3C/svg%3E%0A");
  opacity: .5; }

.productCarousel .slick-next::before {
  transform: rotate(270deg);
  height: 1rem;
  width: 1rem; }

.productCarousel .slick-prev::before {
  transform: rotate(90deg);
  height: 1rem;
  width: 1rem; }

.productCarousel .carousel-tooltip {
  display: none; }

.slick-next,
.slick-prev {
  margin-top: 0; }

/* ==========================================================
 * ## Category Compare
 * ========================================================== */
.category__compare-link {
  display: none;
  padding: 1rem;
  position: fixed;
  z-index: 1;
  bottom: 50%;
  right: 10px;
  background: #f25d27;
  width: auto;
  color: #ffffff;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 700; }
  .category__compare-link.show {
    display: block; }

/* ==========================================================
 * ## Category Toggle List/Grid View
 * ========================================================== */
.category__view-toggle {
  display: flex;
  justify-content: flex-end; }

.category__toggle-view {
  padding: 0.5rem; }

.category__toggle-view:first-of-type {
  margin-right: 0.5rem; }

.active-category-view {
  background: #f25d27; }
  .active-category-view svg {
    fill: #393939; }

/* ==========================================================
 * ## Login
 * ========================================================== */
.login-form,
.new-customer {
  padding: 0; }

@media (min-width: 1026px) {
  .login-form {
    padding-right: 0.75rem; } }

@media (min-width: 1026px) {
  .new-customer {
    padding-left: 0.75rem; } }

.login-form .form-actions {
  display: flex;
  align-items: center;
  justify-content: center; }

.new-customer .panel-body a {
  margin: 0 auto; }

.new-customer-fact-list {
  margin: 1.5rem;
  margin-right: 0; }

/* ==========================================================
 * ## Header
 * ========================================================== */
.header-logo__link {
  z-index: auto; }

/* ==========================================================
 * ## Category Page
 * ========================================================== */
.loadingOverlay--product-listing {
  text-align: center; }
  .loadingOverlay--product-listing::before {
    top: 10%; }

/* ==========================================================
 * ## Inputs
 * ========================================================== */
/* ==========================================================
 * ## SweetAlert
 * ========================================================== */
.swal2-actions .button {
  margin: 0.5rem; }

/* ==========================================================
 * ## Search Results
 * ========================================================== */
.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 1026px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .search-results-close {
    display: none; }
    @media (min-width: 1026px) {
      .quickSearchResults .search-results-close {
        display: block; } }

.search-results-close {
  height: 2rem;
  width: 2rem;
  font-size: 26px;
  line-height: 2rem;
  padding: 0;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 1026px) {
    .search-results-close {
      font-size: 32px; } }
  .search-results-close:hover {
    color: #757575; }
  .search-results-close::before {
    border-color: transparent transparent #313440;
    border-style: solid;
    border-width: 0.625rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .search-results-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; }
  .search-results-close::before, .search-results-close::after {
    display: none; }
  .search-results-close:focus::before, .search-results-close:focus::after {
    display: block; }
  .search-results-close::before, .search-results-close::after {
    right: auto;
    left: 0; }

/* ==========================================================
 * ## Paginator Dropdown
 * ========================================================== */
.pagination--dropdown .pagination-list {
  display: flex;
  align-items: center; }
  .pagination--dropdown .pagination-list .pagination-item {
    flex: 0.5;
    margin: 0; }
  .pagination--dropdown .pagination-list .pagination-item--next {
    text-align: right; }
  .pagination--dropdown .pagination-list .pagination-item--dropdown {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
  .pagination--dropdown .pagination-list .pagination-item__dropdown {
    max-width: 82px;
    margin: 0 0.5rem;
    padding: 0.75rem 0.875rem;
    cursor: pointer;
    border-radius: .25rem;
    border-color: lightgray;
    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(253, 65, 20, 1)' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem top 0.5rem; }
  .pagination--dropdown .pagination-list .pagination-item--previous {
    text-align: left; }
  .pagination--dropdown .pagination-list .pagination-item--next,
  .pagination--dropdown .pagination-list .pagination-item--dropdown,
  .pagination--dropdown .pagination-list .pagination-item--previous {
    cursor: default; }
  .pagination--dropdown .pagination-list .pagination-link,
  .pagination--dropdown .pagination-list .pagination-item__page-count,
  .pagination--dropdown .pagination-list .pagination-item__label {
    color: #222222;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700; }

/* ==========================================================
 * ## Card Add to Cart
 * ========================================================== */
.card-atc .card-atc__button {
  margin: 0;
  width: 100%; }

.card-atc--added .card-atc__button {
  background-color: #449854;
  border-color: #449854; }

.card-atc-increment {
  display: flex;
  flex-flow: row;
  margin-bottom: 0.625rem; }
  .card-atc-increment .button {
    margin: 0;
    flex: 1;
    padding: 0.625rem 0.3125rem; }
  .card-atc-increment .button + .card-atc__input--total {
    margin: 0 0.625rem; }

.card-atc__input--total {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  height: auto;
  min-height: 2.5rem;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.1875rem;
  flex: 2; }

/* ==========================================================
  * ## Custom
  * ========================================================== */
.account-body .form,
.account .form {
  width: 100%;
  margin: 0 auto;
  padding-left: .75rem;
  padding-right: .75rem; }
  @media (min-width: 1026px) {
    .account-body .form,
    .account .form {
      width: 40%;
      padding-left: 0;
      padding-right: 0; } }

.account-body .form-label,
.account .form-label {
  font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
  font-weight: 600; }

.account-body .paymentMethodForm-heading,
.account-body .form-section-heading,
.account .paymentMethodForm-heading,
.account .form-section-heading {
  font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 5px; }
  @media (min-width: 1026px) {
    .account-body .paymentMethodForm-heading,
    .account-body .form-section-heading,
    .account .paymentMethodForm-heading,
    .account .form-section-heading {
      font-size: 36px;
      line-height: 40px; } }

.page--createaccount.not-logged-in #main-content {
  padding: 0 1.5rem; }

.page--createaccount.not-logged-in .g-recaptcha {
  text-align: -webkit-center; }

.page--createaccount.not-logged-in .form-actions {
  margin-top: 0; }
  .page--createaccount.not-logged-in .form-actions .button--large {
    max-width: 350px;
    width: 100%;
    height: 78px; }

.page--editaccount.logged-in .form-section-heading {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.page--account_orderstatus .account-body {
  padding-left: .75rem;
  padding-right: .75rem; }

.page--blog .container {
  max-width: 90%; }

.page--blog_post .container {
  max-width: calc(1556px + 1.5rem * 2);
  margin: 0 auto;
  padding: 0 1.5rem !important; }

.blog-top__content {
  background-color: #f25d27;
  text-align: center; }

.blog-post__card-title a {
  font-size: 1.25rem;
  font-weight: 600; }

.blog-post__card-date, .blog-post__card-read-more {
  font-size: 0.875rem;
  font-weight: 700;
  color: #666666; }

.navPages--blog-action {
  padding: 0.75rem 2.125rem;
  font-size: 1.125rem; }
  .navPages--blog-action .icon {
    width: .725rem; }

.blog-search-input .form {
  margin-bottom: 2rem; }

.blog-search-input .form-field {
  margin: 0; }

.blog-search-input .form-prefixPostfix {
  gap: .5rem; }

.blog-search-input input::placeholder {
  color: #9b9b9b; }

.blog-search-input input::-webkit-input-placeholder {
  color: #9b9b9b !important; }

.blog-top__content-img {
  max-width: 15.625rem; }
  @media (min-width: 1026px) {
    .blog-top__content-img {
      max-width: 25rem; } }

.blog-sidebar__block .blog-sidebar__header > .icon {
  width: 0.75rem; }

.blog-post__figure {
  height: 100%; }

.blog-post__thumbnail {
  width: 600px;
  height: 100%;
  max-width: 327px;
  margin: auto; }
  @media (min-width: 1026px) {
    .blog-post__thumbnail {
      max-width: none; } }
  .blog-post__thumbnail img {
    height: 100%;
    width: 100%; }

.navPages--blog-action.navPages-action-depth-max.has-subMenu.is-open {
  background-color: #ffffff;
  color: #f25d27; }
  .navPages--blog-action.navPages-action-depth-max.has-subMenu.is-open .icon svg {
    fill: #f25d27; }

.cart__totals-wrapper {
  background-color: #F4F4F4; }

.cart__totals-heading {
  font-size: 2.25rem;
  font-weight: 600;
  color: #222222; }

.cart-item-name__label {
  color: #222222;
  text-decoration: none; }

.cart-item *:not(dl.definitionList > *):not(dl.definitionList + a) {
  font-weight: 700; }

dl.definitionList > *, dl.definitionList + a {
  font-weight: 500; }

.cart-remove {
  background-color: #f25d27; }
  .cart-remove svg {
    fill: #ffffff;
    stroke: #ffffff; }

.cart-item .cart-item-block > a {
  font-weight: 700;
  top: 5px; }

.cart-item-image {
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-width: none; }

.cart-item-block.cart-item-figure {
  display: inline-block;
  margin: auto;
  width: 124px;
  height: 124px; }

.cart-item-block.cart-action-separator {
  display: inline;
  margin: 0 0.5em; }

.cart-item-buttons {
  display: block; }

.cart__totals-action,
.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  text-decoration: none;
  color: #222222; }

.cart-totals .button--primary.button--small {
  border-radius: .25rem; }

.cart-content-padding-right {
  margin: auto; }

.blog-post__card-read-more-wrapper svg {
  fill: #f25d27; }

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

[data-support-fee-item] .cart-remove {
  display: none; }

.cart-additionalCheckoutButtons {
  display: none; }

.cart__actions #qn-cart-to-quote {
  background-color: transparent !important;
  color: #393939 !important;
  margin-left: 0;
  margin: 1rem 0; }
  .cart__actions #qn-cart-to-quote:hover {
    background-color: #666666 !important;
    color: white !important; }

.cart__buttons .footer-payment-icons {
  margin-top: 0;
  opacity: 0.5;
  text-align: center; }
  .cart__buttons .footer-payment-icons .footer-payment-icon {
    max-width: 30px; }
  .cart__buttons .footer-payment-icons svg {
    fill: #f25d27; }

.cart__totals-action--cs,
.shipping-estimate-show__btn-name,
.coupon-code-add,
.coupon-code-cancel {
  color: #f25d27; }

.cart-total-label-grandTotal,
.cart-total-grandTotal {
  padding-bottom: 1rem; }

.cart__totals-freeShippingText {
  text-align: center;
  font-style: italic;
  padding-bottom: 1rem;
  font-weight: 500; }

.cart__totals-freeShippingAmount {
  color: #f25d27; }

.previewCart .cart__totals-freeShippingText {
  border-top: 1px solid #e5e5e5;
  padding-top: 16px;
  padding-bottom: 0; }

.previewCartAction {
  border-top: 0;
  padding-top: 8px; }

.sidebarBlock {
  background-color: #FCF6ED; }

.sidebarBlock .navList-action-active {
  color: #f25d27; }

.sidebarBlock .navList-action {
  font-size: 15px;
  line-height: 26px;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 500; }
  .sidebarBlock .navList-action:hover {
    color: #f25d27; }

.sidebarBlock-heading {
  font-size: 3rem;
  font-weight: 700; }

.page-sidebar {
  display: none; }
  @media (min-width: 1026px) {
    .page-sidebar {
      display: block; } }

.category__content-container {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d3d3d3; }

.category__description-container {
  margin-bottom: 20px;
  padding: 0 20px; }
  .category__description-container p {
    margin-bottom: 1rem; }
  @media (min-width: 1026px) {
    .category__description-container {
      padding: 0; } }

.readmore-button {
  font-weight: 700; }

.actionBar-section .form-field {
  display: flex;
  justify-content: space-between; }

div.category-dropdown-container {
  margin-bottom: 1rem; }
  @media (min-width: 1026px) {
    div.category-dropdown-container {
      display: none; } }
  div.category-dropdown-container:has(div.category-dropdown.is-open) {
    position: relative; }

.category-dropdown-container .f-dropdown li {
  margin-bottom: 5px; }

.category-dropdown-container .f-dropdown li a {
  text-decoration: none; }

.category-dropdown figcaption {
  margin-top: 0;
  max-width: none;
  display: flex;
  align-items: center; }

.f-dropdown {
  margin: 0;
  display: none;
  list-style: none; }
  .f-dropdown:focus-visible {
    outline: none; }
  .f-dropdown.is-open {
    width: 100%;
    z-index: 1;
    top: auto !important;
    left: auto !important;
    display: block;
    background-color: #ffffff;
    padding: 1rem;
    box-shadow: 6px 8px 15px rgba(0, 0, 0, 0.1); }

.actionBar-section {
  float: none; }
  @media (min-width: 1026px) {
    .actionBar-section {
      float: left; } }

.category-page-cta.cta-1__content-container .cta-1__text-container {
  order: 1; }
  @media (min-width: 1026px) {
    .category-page-cta.cta-1__content-container .cta-1__text-container {
      order: 0; } }

@media (min-width: 1026px) {
  .category-page-cta.cta-1__content-container {
    gap: 2rem;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr auto; } }

.page-content--category {
  padding: 0 20px;
  margin-bottom: 2.5rem; }
  @media (min-width: 1026px) {
    .page-content--category {
      padding: 0 0 0 10px; } }

.category-page-cta .category-page-cta__title {
  color: #222222;
  font-weight: 800;
  font-size: 3rem;
  margin: 0 0 .5rem;
  line-height: normal;
  letter-spacing: -0.03em; }

.category-page-cta__subtitle {
  margin: 0 0 2rem; }

.sidebarBlock .navList {
  padding: 38px 40px; }

.sidebarBlock .navList-item .navList {
  padding: 10px 0px 10px 40px; }
  .sidebarBlock .navList-item .navList a {
    font-weight: 500; }

.sidebarBlock-title {
  color: #393939;
  border-bottom: 4px solid #f25d27;
  width: fit-content;
  margin-block: 1rem;
  padding-bottom: 4px; }

.price-label--as-low-as {
  font-size: 1.875rem; }

#product-listing-container .pagination-item > a {
  color: #202124;
  font-family: "proxima-nova";
  font-size: 16px;
  font-weight: 600; }

.productGrid .price--rrp {
  font-size: 28px; }

.productGrid .price--discounted {
  font-size: 25px;
  color: #666666; }

.page-content--category .actionBar-section {
  padding: 0; }
  .page-content--category .actionBar-section .form-label {
    display: flex;
    align-items: center;
    margin: 0; }

.footer-payment-icon, .footer-copyright :is(p, a) {
  color: #ffffff !important;
  fill: #ffffff;
  font-size: 1rem; }

.footer-payment-icons {
  height: auto; }
  .footer-payment-icons .footer-payment-icon {
    max-width: 45px;
    max-height: 45px; }

.footer-contract-item {
  display: flex;
  align-self: center;
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .footer-contract-item {
      align-self: unset;
      margin-bottom: 12px; } }

.footer-contract-logo {
  margin-left: -5px;
  max-width: 177px;
  width: 100%;
  align-self: center; }
  @media (min-width: 1261px) {
    .footer-contract-logo {
      max-width: 141px; } }

.footer-info-col-separator-1,
.footer-info-col-separator-2,
.footer-info-col-separator-3,
.footer-info-col-separator-4 {
  display: flex;
  flex-direction: column; }

.footer-info-col--social {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
  align-items: stretch; }
  @media (min-width: 1026px) {
    .footer-info-col--social {
      grid-column: span 2; } }
  @media (min-width: 1261px) {
    .footer-info-col--social {
      grid-column: span 2;
      align-items: flex-end; } }
  .footer-info-col--social .footer-1__top {
    padding: 0;
    width: 100%; }
    @media (min-width: 1261px) {
      .footer-info-col--social .footer-1__top {
        max-width: 100%; } }
  .footer-info-col--social .footer-1__newsletter-container {
    width: 100%; }
    @media (min-width: 1261px) {
      .footer-info-col--social .footer-1__newsletter-container {
        width: 100%; } }
  .footer-info-col--social .socialLinks {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center; }
    @media (min-width: 1026px) {
      .footer-info-col--social .socialLinks {
        gap: 1.25rem; } }
    @media (min-width: 1261px) {
      .footer-info-col--social .socialLinks {
        justify-content: flex-end; } }

.slick-arrow {
  background-color: transparent;
  border: none; }

.slick-arrow:hover {
  background-color: transparent; }

.slick-prev {
  left: -20px; }
  .slick-prev .icon {
    transform: rotate(90deg); }

.slick-next {
  right: -20px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -24px; } }
  .slick-next .icon {
    transform: rotate(-90deg); }

.heroCarousel .slick-next {
  right: 0; }

.heroCarousel .slick-prev {
  left: 0; }

.heroCarousel .slick-next::before,
.heroCarousel .slick-prev::before {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32014 7.64465L12.6597 2.06834C13.1134 1.59453 13.1134 0.829156 12.6597 0.355352C12.206 -0.118452 11.4732 -0.118452 11.0195 0.355352L6.49418 5.0691L1.98054 0.355353C1.52685 -0.118451 0.79396 -0.118451 0.340269 0.355353C-0.113422 0.829157 -0.113422 1.59453 0.34027 2.06834L5.67987 7.64465C6.12192 8.11845 6.86644 8.11845 7.32014 7.64465Z' fill='%23fd4114'/%3E%3C/svg%3E%0A");
  opacity: .5; }

.heroCarousel .slick-next {
  right: 0; }
  .heroCarousel .slick-next::before {
    transform: rotate(270deg);
    height: 1rem;
    width: 1rem; }

.heroCarousel .slick-prev {
  left: 0; }
  .heroCarousel .slick-prev::before {
    transform: rotate(90deg);
    height: 1rem;
    width: 1rem; }

.heroCarousel .carousel-tooltip {
  display: none; }

.container.carousel-container {
  padding: 0; }
  @media (min-width: 1026px) {
    .container.carousel-container {
      padding: 1.5rem; } }

.heroCarousel-title {
  color: #707070;
  font-size: clamp(1.25rem, 3.5vw, 50px); }
  @media (min-width: 1261px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #414141; }

@media (min-width: 551px) {
  .heroCarousel-content {
    background-color: transparent;
    margin: 0;
    width: 50%;
    overflow: hidden; } }

.slick-prev .icon,
.slick-next .icon {
  height: 7.14px;
  width: 12.36px;
  opacity: 50%; }
  @media (min-width: 551px) {
    .slick-prev .icon,
    .slick-next .icon {
      height: 10.24px;
      width: 18.62px; } }
  .slick-prev .icon svg,
  .slick-next .icon svg {
    fill: #f25d27;
    stroke: none; }

.slick-next::before,
.slick-prev::before {
  display: none; }

[tabindex]:not([tabindex="-1"]):focus {
  outline: none !important; }

@media only screen and (max-width: 551px) {
  .heroCarousel-slide {
    display: flex;
    flex-direction: column; } }

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
  top: 81%; }
  @media (min-width: 551px) {
    .heroCarousel .slick-next,
    .heroCarousel .slick-prev {
      top: 50%; } }

.slick-dots li {
  height: 1rem;
  width: 1rem; }
  @media (min-width: 551px) {
    .slick-dots li {
      height: 2rem;
      width: 2rem; } }

.slick-dots li button,
.slick-dots li button::before {
  height: .5rem;
  width: .5rem;
  opacity: 50%; }
  @media (min-width: 551px) {
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.9375rem;
      width: 0.9375rem; } }

@media (min-width: 1026px) {
  .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 22.125rem;
    max-width: 97.25rem; } }

.heroCarousel-slide .heroCarousel-image {
  object-fit: cover; }

/*
    Brand Section 
*/
.brands-section__img {
  width: 100%; }

.brands-section__list {
  display: none; }
  @media (min-width: 551px) {
    .brands-section__list {
      display: grid;
      grid-template-columns: repeat(auto-fit, 9.375rem);
      gap: 1rem;
      justify-content: space-between;
      justify-items: center;
      align-items: center;
      margin: auto;
      padding: 1rem; } }

.brands-section__item {
  list-style: none; }

.brands-section__link,
.js-brand-slide {
  display: block;
  filter: grayscale(1);
  opacity: .60;
  padding: 1rem;
  transition: all 0.15s ease; }
  .brands-section__link:hover, .brands-section__link:focus,
  .js-brand-slide:hover,
  .js-brand-slide:focus {
    filter: grayscale(0);
    opacity: 1; }

/*
    Brand Carousel
*/
img.brand-carousel__image {
  width: auto; }

@media (min-width: 551px) {
  .resources-carousel {
    display: none; } }

.brands-section {
  margin-bottom: 60px; }
  @media (min-width: 1026px) {
    .brands-section {
      margin-bottom: 56px; } }

.brand-carousel-button {
  display: block;
  margin: 0 auto 3rem;
  width: max-content; }

/*
    Resource Carousel 
*/
.hero-row-res {
  display: flex;
  justify-content: space-between;
  gap: 2.25rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3.5rem; }
  @media (min-width: 1026px) {
    .hero-row-res {
      display: grid;
      grid-template-columns: repeat(2, 21.6875rem);
      justify-content: space-around;
      margin-bottom: 9rem; } }
  @media (min-width: 1537px) {
    .hero-row-res {
      display: grid;
      grid-template-columns: repeat(4, 21.6875rem);
      justify-content: space-between; } }

.resource-carousel-slide {
  max-width: 21.70312rem;
  margin: auto; }

.hero-res {
  width: 21.70312rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem; }

.resources-title {
  text-align: center;
  font-weight: 600;
  margin: 0;
  font-size: 1.875rem; }

.productGrid__wishlist .form__remove {
  margin: 1rem auto;
  text-align: center; }

div.card-body,
.navList .navList-item,
.navList-item .navList-action {
  text-transform: unset; }

/*---------------------
    Product Grid and Cards
 ----------------------*/
.productGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(250px, 25%, 350px), 1fr));
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 0px; }
  @media (max-width: 799px) {
    .productGrid {
      grid-template-columns: repeat(auto-fit, minmax(calc(32%), 1fr)); } }
  @media (max-width: 550px) {
    .productGrid {
      grid-template-columns: repeat(auto-fit, minmax(calc(100%), 1fr)); } }
  .productGrid .product {
    width: auto;
    height: 100%;
    padding: 0;
    overflow: visible; }

.productCarousel .button.slider-btn.slick-arrow.slick-hidden {
  display: none; }

.productCarousel .price--discounted {
  color: #666666;
  font-size: 14px;
  font-weight: 400; }

.productCarousel .price-section-wrapper {
  display: unset; }

.productCarousel .price-section.price-section--withoutTax > .price.price--rrp.price--discounted,
.productCarousel .price-section.price-section--withoutTax > .card-starting-at {
  color: #393939;
  font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif; }

.productCarousel .price-label--as-low-as {
  color: #393939;
  font-size: 24px; }

.productCarousel .card .atc-for-pricing--price {
  font-size: 24px; }

.productCarousel .card .card-atc__button {
  margin-bottom: 0; }

.productCarousel .card .price--withoutTax {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #f25d27; }

.productCarousel .card-body {
  padding: 15px; }

.productCarousel .card-text.card-price {
  padding-top: 20px;
  padding-bottom: 20px; }

.slick-track {
  display: flex; }

.slick-initialized .slick-slide {
  height: inherit; }

.productView-thumbnails {
  align-self: start;
  width: 100%; }
  .productView-thumbnails .productView-thumbnail-link {
    margin: auto;
    aspect-ratio: 1 / 1;
    max-width: 155px;
    height: unset; }
  .productView-thumbnails .slick-track {
    flex-direction: row; }
  .productView-thumbnails .slick-list {
    margin: 0; }
  .productView-thumbnails .slick-next {
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    flex-shrink: 0; }
    .productView-thumbnails .slick-next .icon {
      height: 34px;
      width: 20px; }
      @media (min-width: 1187px) {
        .productView-thumbnails .slick-next .icon {
          transform: none; } }
  .productView-thumbnails .productView-thumbnails-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0; }
    .productView-thumbnails .productView-thumbnails-arrow .icon {
      height: 2.5rem !important;
      width: 2.5rem !important; }
  .productView-thumbnails .productView-thumbnails-arrow-left {
    left: -40px; }
  .productView-thumbnails .productView-thumbnails-arrow-right {
    right: -45px; }
  @media (max-width: 749px) {
    .productView-thumbnails .productView-thumbnails-arrow-left {
      left: -28px; }
    .productView-thumbnails .productView-thumbnails-arrow-right {
      right: -30px; } }
  .productView-thumbnails .slick-prev {
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    flex-shrink: 0; }
    .productView-thumbnails .slick-prev .icon {
      height: 34px;
      width: 20px; }
      @media (min-width: 1187px) {
        .productView-thumbnails .slick-prev .icon {
          transform: none; } }
  .productView-thumbnails img {
    width: 77%;
    aspect-ratio: 1 / 1; }

.productView-details.product-options {
  margin-bottom: 1.5rem; }

.card {
  height: 100%;
  box-shadow: 1.88px 3.76px 14px 6.08px rgba(12, 12, 13, 0.06);
  margin: auto;
  display: grid;
  grid-template-rows: auto 1fr;
  border-radius: 6px; }
  .card-figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    background-color: transparent;
    max-width: 16.5625rem;
    min-height: 17.4375rem;
    margin: auto; }
  .card-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .card-body .card-brand {
      font-size: 1.5rem; }
    .card-body .card-price {
      font-weight: 600;
      padding-block: 1rem; }
  .card .card-text {
    overflow-wrap: anywhere; }
  .card .price--withoutTax {
    font-size: 28px;
    color: #1D1C1A;
    margin-top: 10px;
    margin-bottom: 10px; }

.productView-details .price--withoutTax {
  display: block;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  color: #1D1C1A; }

.productView-details h1 {
  font-size: 34px;
  line-height: 38px; }
  @media (min-width: 1026px) {
    .productView-details h1 {
      font-size: 50px;
      line-height: 54px; } }

.price--withoutTax {
  display: block;
  font-size: 3rem;
  line-height: 33px;
  font-weight: 600;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  color: #f25d27; }

.rrp-price--withoutTax {
  color: #393939;
  font-size: 20px;
  line-height: 27px; }

.card-figure__link {
  position: static;
  width: 100%; }

.card-img-container {
  margin: auto; }

.card-image {
  object-fit: contain;
  position: static;
  max-height: 238px; }

.form-wishlist {
  width: 100%; }

.form-wishlist {
  width: 100%;
  padding: 0;
  float: none;
  margin-bottom: 1rem; }
  .form-wishlist .dropdown-menu {
    max-width: none; }
  .form-wishlist .dropdown-menu.is-open {
    width: 100% !important;
    left: 0 !important;
    border-radius: .25rem .25rem 0 0;
    background-color: #ffffff;
    top: auto !important;
    margin-bottom: 0;
    max-height: 350px;
    overflow-y: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .form-wishlist .dropdown-menu.is-open .button {
      border: none;
      text-wrap: wrap; }
    .form-wishlist .dropdown-menu.is-open .button--has-items {
      margin-right: 0; }
    .form-wishlist .dropdown-menu.is-open::-webkit-scrollbar {
      width: 10px; }
    .form-wishlist .dropdown-menu.is-open::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .form-wishlist .dropdown-menu.is-open::-webkit-scrollbar-thumb {
      background: #f25d27;
      border-radius: 10px;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
    .form-wishlist .dropdown-menu.is-open::-webkit-scrollbar-thumb:hover {
      background: #f25d27;
      transition: all 1000ms linear; }

.productView {
  margin: 0;
  padding: 0; }

.productView-options {
  text-align: initial;
  display: flex;
  flex-wrap: wrap; }

.productView-options::before, .productView-options::after {
  display: none; }

.productView-options .form {
  width: 100%;
  margin: 0; }

.productView-options .form .add-to-cart-wrapper {
  display: inline-block;
  width: 100%; }

.productView-options.has-options .form-prod-opts .form-select {
  max-width: none; }

@media (min-width: 1026px) {
  .productView-options.has-options .form-prod-opts {
    margin: 0; } }

.productView-options .form-wishlist a .button.wishlist-dropdown-button,
.productView-options .form-wishlist a .button.button--secondary.button--wishlist-grey {
  color: #222222;
  padding: .75rem;
  margin-bottom: 0; }
  .productView-options .form-wishlist a .button.wishlist-dropdown-button:hover, .productView-options .form-wishlist a .button.wishlist-dropdown-button:focus,
  .productView-options .form-wishlist a .button.button--secondary.button--wishlist-grey:hover,
  .productView-options .form-wishlist a .button.button--secondary.button--wishlist-grey:focus {
    color: #ffffff; }

.productView-options .fake-wishlist .button {
  color: #222222;
  border: none;
  padding: .75rem; }

.productView-options .fake-wishlist .icon {
  width: 13px;
  height: .5rem; }

.productView .form-action {
  margin-bottom: 1rem; }
  @media (min-width: 1026px) {
    .productView .form-action {
      margin-bottom: 0; } }

.productView-options .add-to-cart-buttons .button {
  padding: .75rem; }

.productView-options .form-select--small {
  font-size: 1rem;
  font-weight: 400; }

.productView-title--review,
.productCarousel-heading {
  font-size: 36px;
  text-align: center;
  margin-bottom: 1rem;
  color: #222222;
  font-weight: 600; }

.productView-info-name:not(.short-description):not(.sku-label):not(.minimum-quantity):not(.bulk-pricing):not(.availability),
.productView-info-value:not(.short-description):not(.sku-label):not(.minimum-quantity):not(.bulk-pricing):not(.availability) {
  display: none; }

.productView-title {
  color: #1D1C1A;
  margin: 0;
  margin-bottom: 1rem; }

.productView-info-name.minimum-quantity,
.productView-info-value.minimum-quantity,
.productView-info-name.bulk-pricing,
.productView-info-value.bulk-pricing,
.productView-info-name.availability,
.productView-info-value.availability {
  display: inline-block;
  margin: 0; }

.productView-info-name.availability,
.productView-info-name.bulk-pricing,
.productView-info-name.minimum-quantity {
  font-weight: 700; }

.productView-info {
  margin: 0 0 1.5rem; }

a.productView-brand_link {
  text-decoration: none; }

.productView-info > :first-child {
  margin-top: 0; }

.productView-options .add-to-cart-buttons {
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
  float: none;
  margin-bottom: 0px; }
  @media (min-width: 1026px) {
    .productView-options .add-to-cart-buttons {
      margin-bottom: 12px;
      display: flex; }
      .productView-options .add-to-cart-buttons .button {
        padding-block: 0;
        height: 100%; }
        .productView-options .add-to-cart-buttons .button.is-open {
          color: #ffffff; }
      .productView-options .add-to-cart-buttons > .form-action, .productView-options .add-to-cart-buttons .fake-wishlist {
        flex-basis: 100%; } }

.productView-options .add-to-cart-wallet-buttons {
  margin: 0; }

.productView-options .js-fake-checkbox {
  text-align: initial; }

.add-to-cart-wrapper .form-field--increments {
  text-align: initial; }
  @media (min-width: 1187px) {
    .add-to-cart-wrapper .form-field--increments {
      text-align: initial; } }

.js-fake-checkbox + .form-field--picklist {
  display: none; }

.js-fake-checkbox .form-label--alternate {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 1.0625rem;
  line-height: 20px;
  font-weight: 600;
  color: #1D1C1A; }

.productView-content-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "title" "image" "description" "options"; }
  @media (min-width: 1187px) {
    .productView-content-wrapper {
      grid-template-columns: minmax(300px, 1fr) minmax(327px, 480px) minmax(20px, 20px);
      grid-template-rows: auto;
      grid-template-areas: "title options" "image options" "description options";
      column-gap: 3rem;
      max-width: 1400px;
      margin: 0 auto; } }
  .productView-content-wrapper .productView-images {
    max-width: 680px;
    margin: auto;
    margin-bottom: 2.5rem;
    width: 100%;
    padding: 0 10px;
    align-items: baseline;
    height: fit-content;
    justify-content: space-between;
    display: flex;
    flex-direction: column-reverse; }
    @media (min-width: 1187px) {
      .productView-content-wrapper .productView-images {
        margin: 0;
        flex-direction: column; } }
  @media (min-width: 1187px) {
    .productView-content-wrapper .product-data {
      grid-area: title;
      padding: 0 1rem; } }
  @media (min-width: 1187px) {
    .productView-content-wrapper .productView-short-description {
      grid-area: description;
      max-width: 26.125rem; } }
  @media (min-width: 1187px) {
    .productView-content-wrapper .product-options {
      grid-area: options; } }

.productView-product {
  border: none;
  padding: 0; }

.product-data {
  order: -1; }
  @media (min-width: 1261px) {
    .product-data {
      order: 0; } }

.productView-thumbnails {
  display: flex;
  justify-content: start;
  order: -1;
  margin: 0;
  max-width: 100%; }
  @media (min-width: 1187px) {
    .productView-thumbnails {
      flex-direction: row;
      order: 2; } }
  .productView-thumbnails.slick-initialized {
    align-items: stretch; }
    .productView-thumbnails.slick-initialized > .productView-thumbnail--video {
      float: none;
      flex: 0 0 25%;
      width: 25%;
      max-width: 25%;
      margin: 0;
      padding: 0.375rem 10 0.375rem 10;
      box-sizing: border-box; }
    .productView-thumbnails.slick-initialized > .slick-list {
      flex: 1 1 0%;
      min-width: 0;
      width: 0;
      margin: 0; }
    .productView-thumbnails.slick-initialized .productView-thumbnail-link {
      box-sizing: border-box;
      width: 100%;
      height: auto;
      max-width: 155px;
      aspect-ratio: 1 / 1; }

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

.slick-list .productView-thumbnail-link {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  height: unset;
  aspect-ratio: 1 / 1; }

.productView-thumbnail--video > .productView-thumbnail-link {
  width: 100%;
  height: unset;
  aspect-ratio: 1 / 1; }

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

.productView-image {
  margin: 0;
  width: inherit;
  border-radius: 5px;
  border: 1px solid #C2C2C2; }

.productView-description .productView-title {
  padding: 0;
  border: none; }

.productView-title-tabs {
  margin: auto;
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  background-color: #f25d27;
  color: #ffffff;
  font-weight: 600;
  border-radius: .25rem; }
  @media (min-width: 551px) {
    .productView-title-tabs {
      border-width: 1px 1px 0px 1px;
      border-style: solid;
      border-color: #D3D3D3;
      border-radius: 4px 4px 0px 0px;
      color: #333333;
      font-weight: 700;
      padding: .75rem 1.25rem;
      background-color: transparent;
      width: auto; }
      .productView-title-tabs:hover {
        background-color: #f25d27;
        color: #ffffff;
        text-decoration: none; } }

.productView-description {
  float: none;
  position: static;
  width: auto;
  padding: 1rem 0 0;
  background-color: #F4F4F4;
  padding: 40px 20px; }
  @media (min-width: 1026px) {
    .productView-description {
      padding: 80px 120px; } }

.productView-description h3 {
  margin-top: 0; }

.productView-description h2,
.productView-description h3,
.productView-description h4 {
  color: #222222;
  font-weight: 700;
  letter-spacing: -0.01em; }

.productView-description li a:hover {
  color: #f25d27; }

.productView-table-description-header:nth-child(1) {
  width: 36%; }

/* First column */
.productView-table-description-header:nth-child(2) {
  width: 28%; }

/* Second column */
.productView-table-description-header:nth-child(3) {
  width: 36%; }

/* Third column */
.productView-table {
  width: 100%;
  max-width: 886px;
  margin: 0 auto; }

div.productView-table {
  display: table; }

.productView-table-row {
  display: table-row;
  width: 100%; }

@media (min-width: 1026px) {
  div.productView-table-header {
    width: 25%; } }

@media (min-width: 1026px) {
  div.productView-table-data {
    width: 75%; } }

.productView-table-header {
  background-color: #F4F4F4;
  font-weight: 600;
  font-size: 18px;
  line-height: 17px;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif; }

.productView-table-header,
.productView-table-data {
  padding: 1.1875rem 1.25rem;
  border: 1px solid #666666;
  text-align: initial;
  display: table-cell; }

.productView-short-description {
  border-bottom: 1px solid #D3D3D3;
  border-top: 1px solid #D3D3D3;
  margin-bottom: 2rem;
  padding: 1.5rem 1rem 2rem; }

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

@media (min-width: 1026px) {
  .videoGallery-main {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40%; } }

@media (min-width: 1261px) {
  .videoGallery-main {
    padding-bottom: 30%; } }

@media (min-width: 1026px) {
  .videoGallery-main iframe {
    width: 640px;
    height: 390px;
    position: static; } }

@media (min-width: 1261px) {
  .productView-thumbnails .slick-next {
    margin-top: 10px; } }

.productView-info-container {
  padding-top: 50px; }

.pdp-fbt__link {
  display: block;
  margin-top: 10px; }

.description-layout {
  display: grid;
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  gap: 1rem;
  border-bottom: 6px solid #f25d27; }
  .description-layout .title {
    font-size: 2.5rem;
    color: #f25d27; }
    @media (min-width: 1026px) {
      .description-layout .title {
        font-size: 3.125rem; } }
  .description-layout .subtitle {
    font-weight: 700;
    letter-spacing: -.01em; }
  .description-layout .image {
    grid-area: image;
    align-content: center;
    padding: 1rem;
    position: relative; }
    @media (min-width: 1026px) {
      .description-layout .image {
        display: flex; } }
    .description-layout .image img {
      width: 100%;
      margin: auto;
      display: block; }
  .description-layout .read-more {
    position: relative; }
    .description-layout .read-more:has(~ .readmore-button)::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 150px;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
      pointer-events: none; }
  .description-layout .description {
    grid-area: description; }
  .description-layout .list-container {
    grid-area: list; }
  .description-layout .text {
    margin-bottom: 0; }
  .description-layout .button {
    padding: .5rem 1rem;
    text-transform: uppercase;
    font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin: 0;
    display: block;
    max-width: 200px; }

@media (max-width: 1024px) {
  .description-layout-1 {
    grid-template-areas: "description" "image" "data1" "data2" "data3" "guide";
    grid-template-columns: 1fr; } }

@media (min-width: 1026px) {
  .description-layout-1 {
    grid-template-areas: "description description" "data1 image" "data2 image" "data3 image" "guide guide";
    grid-template-columns: 1fr 1.5fr; } }

.description-layout-1 .description {
  margin-bottom: 2rem; }

.description-layout-1 .data-sheet--1 {
  grid-area: data1; }

.description-layout-1 .data-sheet--2 {
  grid-area: data2; }

.description-layout-1 .data-sheet--3 {
  grid-area: data3; }

.description-layout-1 .reader-guide {
  grid-area: guide; }

.description-layout-1 .image img {
  max-width: 500px; }
  @media (min-width: 1026px) {
    .description-layout-1 .image img {
      position: relative;
      max-width: clamp(550px, 90%, 750px);
      right: -100px; } }

@media (max-width: 1024px) {
  .description-layout-2 {
    grid-template-areas: "image" "list";
    grid-template-columns: 1fr; } }

@media (min-width: 1026px) {
  .description-layout-2 {
    grid-template-areas: "image list" "image list";
    grid-template-columns: 1fr 1fr; } }

.description-layout-2 .image img {
  max-width: 500px; }

@media (max-width: 1024px) {
  .description-layout-3 {
    grid-template-areas: "description" "image" "list";
    grid-template-columns: 1fr; } }

@media (min-width: 1026px) {
  .description-layout-3 {
    grid-template-areas: "description image" "list image";
    grid-template-columns: 1fr 2fr; } }

.description-layout-3 .image img {
  max-width: 25rem; }

body {
  padding-top: 0; }

.body {
  margin-top: 0; }

/* ----------------------------------
ALL of the ::after elements that aren't helping much
----------------------------------*/
.form-field:before,
.form-field:after,
.navUser-section:before,
.navUser-section:after,
.navUser:before,
.navUser:after,
.header-logo__link:before,
.header-logo__link:after,
.navPages:before,
.navPages:after,
.navPages .navPage-subMenu-list:before,
.navPages .navPage-subMenu-list:after,
.productGrid::before,
.productGrid::after,
.card-img-container::after,
.navList:before,
.navList:after,
.productView:before,
.productView:after,
.productView-thumbnails:before,
.productView-thumbnails:after,
.or-use-label {
  display: none; }

.slick-dots {
  display: none !important; }

.heroCarousel .slick-dots {
  display: block !important; }

.page-sidebar + .page-content {
  padding: 0; }

.page-heading {
  color: #222222;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem; }
  .page-heading.page-heading-manufacturer {
    margin-bottom: 1rem; }

.productCarousel {
  margin-bottom: 3.5rem; }

.pagination-list {
  margin: 0; }

.modal-close:focus::before, .modal-close:focus::after {
  display: none; }

figure > figcaption {
  margin: 0; }

ol.breadcrumbs {
  text-align: initial; }

.breadcrumb a {
  font-size: 0.875rem; }

.previewCartItem-content .price--non-sale,
.previewCartItem-content .price--discounted {
  text-decoration: line-through;
  width: 85px;
  height: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: line-through;
  color: #393939;
  flex: none;
  order: 0;
  flex-grow: 0; }

.previewCartItem-content .price-section--saving {
  column-gap: 5px; }

.previewCartAction {
  padding: 1rem 0.5rem 3px 0.5rem;
  display: flex;
  column-gap: 0.5rem;
  justify-content: center; }
  .previewCartAction .previewCartAction-checkout, .previewCartAction .previewCartAction-viewCart {
    padding: 0; }
  .previewCartAction .button--small {
    padding: .5rem 0;
    border-radius: .25rem; }

.previewCartAction:before, .previewCartAction:after {
  display: none; }

.card-figcaption-button {
  background-color: white; }
  .card-figcaption-button:hover {
    color: #ffffff;
    background-color: #f25d27; }

.productView-table-row.fbt,
.productView-table-row.fbt-product,
.productView-info-name--custom,
.productView-info-value--custom,
.productView-info-name.fbt,
.productView-info-value.fbt,
.productView-info-name.fbt-product,
.productView-info-value.fbt-product,
.freqBought-item .price-section.price-section--saving,
.freqBought .form-field__sizeChart {
  display: none; }

.productView-info-name--custom,
.productView-info-value--custom,
.productView-table-row.atc-product,
.productView-info-name.atc-product,
.productView-info-value.atc-product {
  display: none; }

.pagination-item--next .icon svg, .pagination-item--previous .icon svg {
  fill: #f25d27; }

.BraintreePaypalContainer,
.BraintreePaypalCreditContainer,
.FloatRight,
.AmazonPayContainer,
.AmazonPayInnerContainer,
.GooglePayContainer,
.GooglePayInnerContainer,
.GooglePayInnerContainer div {
  float: none  !important;
  width: auto;
  margin: auto; }

.BraintreePaypalButton,
.BraintreePaypalCreditButton,
button.gpay-button {
  width: 100% !important;
  float: none !important;
  max-width: none !important; }

.AmazonPayInnerContainer > *, .GooglePayInnerContainer {
  width: 100% !important; }

[data-cart-additional-checkout-buttons], .cart__actions {
  max-width: 325px;
  margin: auto; }

.contact-grid-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.contact-contactinfo {
  flex-grow: 1;
  width: 215px; }

.contact-contactform {
  flex-grow: 2;
  width: 215px; }

.quote-container {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 3.5rem; }
  @media (min-width: 1026px) {
    .quote-container {
      grid-template-columns: repeat(2, 1fr); } }

.testimonials-img_container {
  background-color: #f1f1f1;
  padding-block: 3.5rem;
  margin-bottom: 4.3125rem; }

.swal2-html-container ol {
  text-align: left; }

.mfg-item-btn {
  position: absolute;
  bottom: 1em; }

div.mfg-items {
  margin: 0px 15px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px; }
  @media (min-width: 551px) {
    div.mfg-items {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1026px) {
    div.mfg-items {
      margin: 0px auto;
      grid-gap: 20px; } }
  @media (min-width: 1261px) {
    div.mfg-items {
      grid-template-columns: repeat(3, 1fr); } }

div.mfg-item {
  background: white;
  display: inline-block;
  margin: 10px auto;
  padding: 23px;
  perspective: 1000;
  position: relative;
  text-align: left;
  transition: all 0.3s 0s ease-in;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 6px;
  bottom: 0;
  height: 645px;
  box-shadow: 1.88px 3.76px 14px 6.08px rgba(12, 12, 13, 0.06);
  left: 0;
  width: 100%; }
  @media (min-width: 551px) {
    div.mfg-item {
      margin: 0; } }
  div.mfg-item .mfg-item-title {
    background: white;
    padding: 3px 3px;
    position: relative;
    margin: 0px;
    z-index: 0; }
  div.mfg-item .mfg-item-title h2 {
    margin: 0; }
  div.mfg-item .mfg-item-description {
    padding: 0;
    position: relative; }
  div.mfg-item .mfg-item__logo {
    max-height: 200px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

/*option 3*/
.mfg-menu-content {
  padding: 0 0 0 50px; }

.mfg-collapsible-menu {
  background-color: white; }

.mfg-collapsible-menu ul {
  list-style-type: none;
  padding: 0;
  margin-left: 0px;
  margin-top: 10px; }

.mfg-collapsible-menu a {
  display: block;
  padding: 10px 0 0;
  text-decoration: none; }

.mfg-collapsible-menu a:hover {
  font-weight: 600; }

.mfg-brnd-info {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.025em; }

.mfg-brnd-info p {
  margin-bottom: 0.5rem; }

.mfg-brnd-info hr {
  margin: 1em 0; }

.mfg-item-description ul {
  list-style: none;
  margin-left: 5px; }

.mfg-item-description li {
  padding-bottom: .7em;
  line-height: 1; }

.mfg-item-description a {
  text-decoration: none; }

.mfg-item-description a:hover {
  font-weight: 600; }

.mfg-collapsible-menu label {
  display: block;
  cursor: pointer;
  background: url("https://www.atlasrfidstore.com/product_images/uploaded_images/open.png") no-repeat right center;
  background-size: contain;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.025em; }

input.mfg-cat {
  display: none;
  float: right; }

.mfg-menu-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 0 0 50px; }

/* ==========================================================
 * ## Shogun Page Builder - Brand Font & Color Overrides
 *
 * Only overrides font-family and brand colors on Shogun pages.
 * Scoped under .shogun-root so non-Shogun pages are unaffected.
 * Everything else (sizes, weights, spacing, buttons, etc.)
 * is left to Shogun's own CSS.
 * ========================================================== */
.shogun-root {
  font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif !important; }
  .shogun-root .shg-c,
  .shogun-root .shg-box-content,
  .shogun-root .shg-rich-text,
  .shogun-root .shg-col {
    font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif !important; }
  .shogun-root h1, .shogun-root h2, .shogun-root h3, .shogun-root h4, .shogun-root h5, .shogun-root h6 {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif !important; }
    .shogun-root h1 > span, .shogun-root h1 > strong, .shogun-root h1 > b, .shogun-root h1 > em, .shogun-root h1 > i, .shogun-root h1 > a, .shogun-root h1 > small, .shogun-root h2 > span, .shogun-root h2 > strong, .shogun-root h2 > b, .shogun-root h2 > em, .shogun-root h2 > i, .shogun-root h2 > a, .shogun-root h2 > small, .shogun-root h3 > span, .shogun-root h3 > strong, .shogun-root h3 > b, .shogun-root h3 > em, .shogun-root h3 > i, .shogun-root h3 > a, .shogun-root h3 > small, .shogun-root h4 > span, .shogun-root h4 > strong, .shogun-root h4 > b, .shogun-root h4 > em, .shogun-root h4 > i, .shogun-root h4 > a, .shogun-root h4 > small, .shogun-root h5 > span, .shogun-root h5 > strong, .shogun-root h5 > b, .shogun-root h5 > em, .shogun-root h5 > i, .shogun-root h5 > a, .shogun-root h5 > small, .shogun-root h6 > span, .shogun-root h6 > strong, .shogun-root h6 > b, .shogun-root h6 > em, .shogun-root h6 > i, .shogun-root h6 > a, .shogun-root h6 > small {
      font-family: inherit !important; }
  .shogun-root p {
    font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif !important; }
  .shogun-root a {
    font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif !important; }
  .shogun-root ul, .shogun-root ol, .shogun-root li {
    font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif !important; }
  .shogun-root table th, .shogun-root .productView-table th, .shogun-root table .productView-table-header, .shogun-root .productView-table .productView-table-header {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif !important; }
  .shogun-root table td, .shogun-root .productView-table td, .shogun-root table .productView-table-data, .shogun-root .productView-table .productView-table-data {
    font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif !important; }
  .shogun-root blockquote {
    font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif !important; }
  .shogun-root a.shg-btn,
  .shogun-root a[class*="shg-btn"] {
    font-family: "Atkinson Hyperlegible", Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    border-radius: 2px !important; }

/* ==========================================================
## IntuitSolutions.net - Add to Cart upsell
========================================================== */
#previewModal {
  overflow: auto; }

#previewModal .modal-body.modal-body--wf {
  overflow: initial; }

.productView-info-name.atc-product,
.productView-info-value.atc-product {
  display: none; }

.modal--cart {
  min-height: 280px; }
  @media (min-width: 501px) {
    .modal--cart {
      min-height: 210px; } }

.model-close--cart {
  font-size: 35px; }

.modal-header--cart {
  margin-top: 30px;
  border-bottom: none; }

.modal-header-title--cart {
  font-size: 20px; }

.modal-body--cart {
  padding: 0; }

.modal-header-actions {
  margin-top: 1rem;
  text-align: center; }

.modal-body--wf {
  padding: 1rem; }
  @media (min-width: 1026px) {
    .modal-body--wf {
      padding: 1.5rem 2.25rem 2.25rem;
      min-height: 560px; } }

.modal-body--wf .heading {
  text-align: center; }

.wf__product .card-options .form-field:last-child {
  margin-bottom: 0; }

.wf__product .card-body {
  text-align: center; }

.wf__product .price-section--saving {
  display: none; }

.wf__product .card-actions {
  padding: 1rem;
  text-align: center; }

.wf__product .form-field,
.wf__product .button--primary {
  width: 100%; }

.wf__product .button--success {
  background-color: #549955;
  border-color: #549955;
  color: #fff; }

.atcu__detail-options {
  padding: 1rem 0; }

.productView-info-name.fbt,
.productView-info-value.fbt,
.productView-info-name.fbt-product,
.productView-info-value.fbt-product,
.freqBought-item .price-section.price-section--saving,
.freqBought .form-field__sizeChart {
  display: none; }

#fbt {
  display: none;
  padding: 1.5rem 0;
  position: relative;
  clear: both;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 56px; }
  #fbt:before, #fbt:after {
    content: " ";
    display: table; }
  #fbt:after {
    clear: both; }

.fbt__heading {
  margin-bottom: 1.5rem; }

.fbt__heading-text {
  background: white; }

/* ==========================================================
## IMAGES
========================================================== */
.fbt__image-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 1026px) {
    .fbt__image-list {
      flex-wrap: nowrap; } }

.fbt__image-item {
  position: relative;
  padding: 0;
  width: 25%;
  text-align: center; }
  @media (min-width: 551px) {
    .fbt__image-item {
      width: auto;
      padding: 0 1rem; } }

.fbt__image-item:first-child {
  padding-left: 0; }

.fbt__image-item.fbt__total {
  padding-top: 1.5rem;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .fbt__image-item.fbt__total {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1026px) {
    .fbt__image-item.fbt__total {
      padding-top: 0;
      width: auto; } }
  .fbt__image-item.fbt__total .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.875rem; }
    @media (min-width: 1026px) {
      .fbt__image-item.fbt__total .button {
        width: 13.8125rem; } }

.fbt__image-item::after {
  content: ' ';
  position: absolute;
  display: inline-block;
  margin: auto;
  width: 18px;
  height: 18px;
  right: -9px;
  top: 0;
  bottom: 0;
  background: url(../icons/add.svg) no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 10; }
  @media (min-width: 551px) {
    .fbt__image-item::after {
      width: 24px;
      height: 24px;
      right: -12px; } }

.fbt__image-item.fbt__total::after,
.fbt__image-item:nth-last-child(2)::after,
.fbt__image-item:nth-child(4n+4)::after {
  display: none; }

.fbt__image-link {
  display: inline-flex;
  opacity: 0.45;
  transition: opacity 0.15s ease;
  border: 1px solid #D3D3D3;
  width: 70px;
  height: 70px;
  height: 70px;
  justify-content: center; }
  @media (min-width: 1026px) {
    .fbt__image-link {
      width: 85px;
      height: 85px; } }

.fbt__image-item.isChecked .fbt__image-link,
.fbt__image-item.fbt__total .fbt__image-link {
  opacity: 1;
  transition: opacity 0.15s ease; }

.fbt__image {
  max-width: 100%;
  object-fit: contain; }

.fbt__total-txt {
  margin-bottom: 10px;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 2.25rem; }

.fbt__total-price {
  color: #f25d27; }

/* ==========================================================
## HELPER TEXT
========================================================== */
.fbt__helper-text {
  margin: 15px 0 10px 0;
  font-weight: bold;
  font-size: 15px;
  text-align: initial; }

/* ==========================================================
## DETAILS
========================================================== */
.fbt__detail-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .fbt__detail-list * {
    font-size: 1rem;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    line-height: normal; }

.fbt__detail-item {
  margin-bottom: 1.5rem; }

.fbt__detail-field {
  display: inline-block; }

.fbt__detail-item .form-checkbox + .form-label {
  line-height: 20px;
  margin-bottom: 1rem; }
  .fbt__detail-item .form-checkbox + .form-label span {
    font-weight: 700; }

.fbt__detail-item .form-checkbox + .form-label::before {
  border-color: #bbb;
  border-radius: 0; }

.fbt__detail-item .fbt__detail-field:hover .form-checkbox + .form-label::before {
  border-color: #989898; }

.fbt__detail-name {
  border-bottom: 1px solid #bbb;
  transition: all 0.15s ease;
  font-weight: 500;
  color: #222222; }

.fbt__detail-field:hover .fbt__detail-name {
  border-color: #444;
  transition: all 0.15s ease; }

.fbt__detail-item .price-section,
.fbt__detail-item .price--rrp,
.fbt__detail-item .price--discounted,
.fbt__detail-item .price--withoutTax {
  font-weight: normal;
  font-weight: 600; }

.fbt__detail-item .price-section,
.price.gql__price.price--withoutTax,
.price.gql__price--range.price--withoutTax {
  display: block; }
  @media (min-width: 1026px) {
    .fbt__detail-item .price-section,
    .price.gql__price.price--withoutTax,
    .price.gql__price--range.price--withoutTax {
      display: inline-block; } }

.fbt__detail-item .price.price--withoutTax:before {
  display: none; }

/* ==========================================================
## DETAIL OPTIONS
========================================================== */
.fbt__toggle-options {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 1px 15px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid;
  background-color: #f25d27;
  color: white;
  transition: all 0.15s ease; }
  @media (min-width: 551px) {
    .fbt__toggle-options {
      margin: 0 0 0 5px; } }

.fbt__toggle-options:hover,
.fbt__toggle-options:focus {
  background-color: white;
  color: #393939;
  transition: all 0.15s ease; }

.fbt__detail-options {
  display: none;
  margin: 7px 0 0.25rem 1.85714rem;
  padding: 0.75rem;
  overflow: hidden;
  background-color: #f2f2f2;
  border: 1px solid #cccccc; }

.fbt__detail-options .form-field {
  margin-bottom: 1rem; }

.hasOptions--selected .fbt__detail-options {
  background-color: #dff0d8;
  border-color: #549955;
  background-color: #dff0d8;
  border-color: #549955; }

.hasOptions--error .fbt__detail-options {
  background-color: #f8e0e4;
  border-color: #de909e; }

.fbt__detail-options .form-field:last-child {
  margin-bottom: 0; }

.fbt__detail-options .form-checkbox + .form-label {
  line-height: 22px; }

.fbt__detail-options .form-checkbox + .form-label::before {
  border-color: #bbb;
  border-radius: 0; }

.fbt__detail-options .freqBought-label:hover .form-checkbox + .form-label::before {
  border-color: #989898; }

.fbt__toggle-options {
  background-color: #ffffff;
  border-color: #f25d27;
  color: #f25d27;
  background-color: #ffffff;
  border-color: #f25d27;
  color: #f25d27;
  font-weight: 700;
  padding: .375rem 1.25rem;
  margin-left: 1.875rem; }
  @media (min-width: 1026px) {
    .fbt__toggle-options {
      margin-left: 0; } }

.fbt__toggle-options:hover {
  background-color: #f25d27;
  border-color: #f25d27; }

.hasOptions--selected .fbt__toggle-options,
.hasOptions--selected .fbt__toggle-options:hover {
  background-color: #dff0d8;
  border-color: #3c763d;
  color: #383838; }

.hasOptions--selected .fbt__toggle-options {
  padding-right: 30px; }

.hasOptions--selected .fbt__toggle-options::after {
  content: "";
  display: inline-block;
  background: url("../icons/check-green.svg");
  background-size: cover;
  position: absolute;
  right: 8px;
  top: 6px;
  height: 1.0625rem;
  width: 1.0625rem; }

.freqBought-item.hasOptions-error .freqBought-itemOptions,
.freqBought-item.hasOptions-error .fbt__toggle-options {
  background-color: #f8e0e4;
  border-color: #de909e; }

.freqBought-errorMsg {
  display: none;
  margin: 0;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  background-color: #f8e0e4;
  color: #a94442; }

.freqBought-item.hasOptions-error .freqBought-errorMsg {
  display: block; }

/** START OBX PARTNER BOTTOM TEMPLATE STYLES **/
.obx.bottom-template {
  margin: 60px 0 0; }

.obx.bottom-template h2,
.obx.bottom-template .h2 {
  font: 700 34px/45px 'Proxima Nova', 'proxima-nova', sans-serif;
  margin: 60px 0 20px;
  color: #1D1C1A; }

.obx.bottom-template h3,
.obx.bottom-template .h3 {
  font: 600 20px/30px 'Proxima Nova', 'proxima-nova', sans-serif;
  margin: 40px 0 20px;
  color: #1D1C1A; }

.obx.bottom-template p,
.obx.bottom-template li {
  font: 400 16px/24px 'Proxima Nova', 'proxima-nova', sans-serif;
  margin: 0 0 30px;
  color: #1D1C1A; }

.obx.bottom-template li {
  margin: 0 0 15px; }

.obx.bottom-template ul,
.obx.bottom-template ol {
  margin: 0 0 30px 20px; }

.obx.bottom-template ul > :last-child,
.obx.bottom-template ol > :last-child {
  margin-bottom: 0; }

.obx.bottom-template a:not(.obx-btn) {
  color: #F25D27;
  text-decoration: none;
  text-underline-offset: 3px; }

.obx.bottom-template a:not(.obx-btn):hover {
  text-decoration: underline; }

.obx.bottom-template .obx-btn {
  display: inline-block;
  padding: 14px;
  min-width: 160px;
  transition: 0.3s all;
  text-decoration: none !important;
  font: 700 16px/24px 'Proxima Nova', 'proxima-nova', sans-serif;
  border-radius: 4px;
  text-align: center;
  margin: 30px 0; }

.obx.bottom-template .obx-btn.btn-orange {
  background-color: #F25D27;
  color: #fff; }

.obx.bottom-template .obx-btn.btn-orange:hover {
  background-color: #7C2C1A; }

.obx.bottom-template p + .obx-btn {
  margin-top: 0; }

.obx.bottom-template img {
  display: block;
  border-radius: 3px;
  width: 100%; }

.obx.bottom-template section,
.obx.bottom-template div.section {
  margin: 60px 0; }

.obx.bottom-template .flex-row {
  display: flex; }

.obx.bottom-template section.brands,
.obx.bottom-template div.section.brands {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding: 60px 0; }

.obx.bottom-template section.brands h2,
.obx.bottom-template div.section.brands h2 {
  font: 900 24px/36px 'Proxima Nova', 'proxima-nova', sans-serif;
  text-align: center; }

.obx.bottom-template section.brands .brand-row,
.obx.bottom-template div.section.brands .brand-row {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  margin: 30px 0 0; }

.obx.bottom-template section.brands .brand-block,
.obx.bottom-template div.section.brands .brand-block {
  border: 1px solid #666666;
  border-radius: 4px;
  overflow: unset; }

.obx.bottom-template section.brands a,
.obx.bottom-template div.section.brands a {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center; }

.obx.bottom-template section.brands img,
.obx.bottom-template div.section.brands img {
  width: 100%;
  border-radius: unset;
  filter: grayscale(100%);
  transition: 0.3s all;
  margin: auto; }

.obx.bottom-template section.brands a:hover img,
.obx.bottom-template div.section.brands a:hover img {
  filter: grayscale(0); }

.obx.bottom-template section.split-content,
.obx.bottom-template div.section.split-content {
  border-bottom: 1px solid #666666;
  padding: 0 0 60px; }

.obx.bottom-template section.split-content .flex-row,
.obx.bottom-template div.section.split-content .flex-row {
  align-items: center; }

.obx.bottom-template section.split-content .col.media-col,
.obx.bottom-template div.section.split-content .col.media-col {
  flex-basis: 33%; }

.obx.bottom-template section.split-content .col.content-col,
.obx.bottom-template div.section.split-content .col.content-col {
  flex-basis: 66%;
  margin-right: 75px; }

.obx.bottom-template section.split-content .media-col + .content-col,
.obx.bottom-template div.section.split-content .media-col + .content-col {
  margin-left: 75px;
  margin-right: 0; }

.obx.bottom-template section.video,
.obx.bottom-template div.section.video {
  opacity: 1; }

.obx.bottom-template section.video .video-container,
.obx.bottom-template div.section.video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #666666;
  border-radius: 4px 4px 0 0; }

.obx.bottom-template section.video .video-container iframe,
.obx.bottom-template section.video .video-container object,
.obx.bottom-template section.video .video-container embed,
.obx.bottom-template div.section.video .video-container iframe,
.obx.bottom-template div.section.video .video-container object,
.obx.bottom-template div.section.video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.obx.bottom-template section.video .video-caption,
.obx.bottom-template div.section.video .video-caption {
  border: 1px solid #666666;
  border-radius: 0 0 4px 4px;
  border-top: unset;
  padding: 20px;
  font: 400 18px/26px 'Proxima Nova', 'proxima-nova', sans-serif; }

.obx.bottom-template section.faq-section,
.obx.bottom-template div.section.faq-section {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding: 60px 0; }

.obx.bottom-template section.faq-section .faq,
.obx.bottom-template div.section.faq-section .faq {
  background-color: #F1F5F5;
  border-radius: 4px;
  padding: 20px;
  margin: 0 0 30px; }

.obx.bottom-template section.faq-section .faq h3,
.obx.bottom-template div.section.faq-section .faq h3 {
  font: 600 18px/24px 'Proxima Nova', 'proxima-nova', sans-serif;
  margin: 0 0 20px; }

.obx.bottom-template section.cta,
.obx.bottom-template div.section.cta {
  background-color: #F1F5F5;
  padding: 30px 0;
  border-radius: 4px; }

.obx.bottom-template section.cta h2,
.obx.bottom-template div.section.cta h2 {
  font: 700 24px/36px 'Proxima Nova', 'proxima-nova', sans-serif;
  margin: 0 0 15px; }

.obx.bottom-template section.cta p,
.obx.bottom-template div.section.cta p {
  font: 400 18px/26px 'Proxima Nova', 'proxima-nova', sans-serif; }

.obx.bottom-template section.content-wheel .related-articles,
.obx.bottom-template div.section.content-wheel .related-articles {
  margin-top: 30px; }

.obx.bottom-template section.content-wheel .article,
.obx.bottom-template div.section.content-wheel .article {
  flex-basis: 33%;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #666666;
  position: relative;
  transition: 0.3s all; }

.obx.bottom-template section.content-wheel .related-articles > :nth-child(2),
.obx.bottom-template div.section.content-wheel .related-articles > :nth-child(2) {
  margin: 0 35px; }

.obx.bottom-template section.content-wheel a,
.obx.bottom-template div.section.content-wheel a {
  text-decoration: none !important;
  color: unset; }

.obx.bottom-template section.content-wheel span,
.obx.bottom-template div.section.content-wheel span {
  display: block; }

.obx.bottom-template section.content-wheel .image-container,
.obx.bottom-template div.section.content-wheel .image-container {
  min-height: 140px;
  overflow: hidden;
  position: relative; }

.obx.bottom-template section.content-wheel img,
.obx.bottom-template div.section.content-wheel img {
  max-height: 140px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s all; }

.obx.bottom-template section.content-wheel .title-container,
.obx.bottom-template div.section.content-wheel .title-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.obx.bottom-template section.content-wheel .article-title,
.obx.bottom-template div.section.content-wheel .article-title {
  font: 600 18px/20px 'Proxima Nova', 'proxima-nova', sans-serif;
  color: #fff;
  margin: 0; }

.obx.bottom-template section.content-wheel .article-inner,
.obx.bottom-template div.section.content-wheel .article-inner {
  padding: 10px;
  transition: 0.3s all; }

.obx.bottom-template section.content-wheel .article-meta,
.obx.bottom-template div.section.content-wheel .article-meta {
  font: 500 14px/20px 'Proxima Nova', 'proxima-nova', sans-serif;
  color: #717888;
  margin: 0 0 5px; }

.obx.bottom-template section.content-wheel .article-excerpt,
.obx.bottom-template div.section.content-wheel .article-excerpt {
  font: 400 14px/20px 'Proxima Nova', 'proxima-nova', sans-serif;
  color: #1D1C1A; }

.obx.bottom-template section.content-wheel .article:hover,
.obx.bottom-template div.section.content-wheel .article:hover {
  position: relative;
  transition: 0.3s all;
  top: -2px; }

.obx.bottom-template section.bt-0,
.obx.bottom-template div.section.bt-0 {
  border-top: unset !important;
  padding-top: 0; }

.obx.bottom-template section.bb-0 .obx.bottom-template div.section.bb-0 {
  border-bottom: unset !important;
  padding-bottom: 0 !important; }

.obx.bottom-template section.mt-0,
.obx.bottom-template > :first-child,
.obx.bottom-template section > :first-child,
.obx.bottom-template .container > :first-child,
.obx.bottom-template .col > :first-child,
.obx.bottom-template section.video .video-caption > :first-child,
.obx.bottom-template section.faq-section .faq > :first-child,
.obx.bottom-template .article-inner > :first-child,
.obx.bottom-template div.section.mt-0,
.obx.bottom-template div.section > :first-child,
.obx.bottom-template div.section.video .video-caption > :first-child,
.obx.bottom-template div.section.faq-section .faq > :first-child {
  margin-top: 0 !important; }

.obx.bottom-template section.mb-0,
.obx.bottom-template > :last-child,
.obx.bottom-template section > :last-child,
.obx.bottom-template .container > :last-child,
.obx.bottom-template .col > :last-child,
.obx.bottom-template section.video .video-caption > :last-child,
.obx.bottom-template section.faq-section .faq > :last-child,
.obx.bottom-template .article-inner > :last-child,
.obx.bottom-template div.section.mb-0,
.obx.bottom-template div.section > :last-child,
.obx.bottom-template div.section.video .video-caption > :last-child,
.obx.bottom-template div.section.faq-section .faq > :last-child {
  margin-bottom: 0 !important; }

@media only screen and (min-width: 900px) {
  .obx.bottom-template .container {
    max-width: 880px;
    margin: 0 auto; } }

@media only screen and (max-width: 1080px) {
  .obx.bottom-template section.brands .brand-row,
  .obx.bottom-template div.section.brands .brand-row {
    grid-template-columns: repeat(4, 1fr); } }

@media only screen and (max-width: 768px) {
  .obx.bottom-template .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0; }
  .obx.bottom-template section.brands .brand-row,
  .obx.bottom-template div.section.brands .brand-row {
    grid-template-columns: repeat(2, 1fr); }
  .obx.bottom-template .flex-row {
    flex-direction: column; }
  .obx.bottom-template section.split-content .col.content-col,
  .obx.bottom-template div.section.split-content .col.content-col {
    margin-right: 0px;
    margin-bottom: 60px; }
  .obx.bottom-template section.split-content .media-col + .content-col,
  .obx.bottom-template div.section.split-content .media-col + .content-col {
    margin-left: 0px;
    margin-top: 60px;
    margin-bottom: 0; }
  .obx.bottom-template section.content-wheel .related-articles > :nth-child(2),
  .obx.bottom-template div.section.content-wheel .related-articles > :nth-child(2) {
    margin: 35px 0; }
  .obx.bottom-template section.cta,
  .obx.bottom-template div.section.cta {
    padding: 30px 5%; } }

/** END OBX PARTNER BOTTOM TEMPLATE STYLES **/
/** OBX PARTNER ARTICLE TEMPLATE STYLES **/
.obx.article-template h2,
.obx.article-template .h2 {
  font: 700 24px/36px 'Proxima Nova', 'proxima-nova', sans-serif;
  margin: 60px 0 20px;
  color: #1D1C1A; }

.obx.article-template img + h2,
.obx.article-template img + .h2 {
  margin: 40px 0 20px; }

.obx.article-template h3,
.obx.article-template .h3 {
  font: 600 24px/36px 'Proxima Nova', 'proxima-nova', sans-serif;
  margin: 40px 0 20px;
  color: #1D1C1A; }

.obx.article-template p,
.obx.article-template li {
  font: 400 18px/26px "Atkinson Hyperlegible", Arial, Helvetica, sans-serif;
  margin: 0 0 30px;
  color: #1D1C1A; }

.obx.article-template li {
  margin: 0 0 15px; }

.obx.article-template ul,
.obx.article-template ol {
  margin: 0 0 30px;
  padding-left: 5px; }

.obx.article-template ul {
  list-style-position: inside; }

.obx.article-template ul li::marker {
  color: #F25D27; }

.obx.article-template ul > :last-child,
.obx.article-template ol > :last-child {
  margin-bottom: 0; }

.obx.article-template a:not(.obx-btn):hover {
  text-decoration: underline; }

.obx.article-template .obx-btn {
  display: inline-block;
  padding: 14px;
  min-width: 160px;
  transition: 0.3s all;
  text-decoration: none !important;
  font: 700 16px/24px 'Proxima Nova', 'proxima-nova', sans-serif;
  border-radius: 4px;
  text-align: center;
  margin: 30px 0; }

.obx.article-template .obx-btn.btn-orange {
  background-color: #F25D27;
  color: #fff; }

.obx.article-template .obx-btn.btn-orange:hover {
  background-color: #7C2C1A; }

.obx.article-template p + .obx-btn {
  margin-top: 0; }

.obx.article-template img {
  display: block;
  width: 100%; }

.obx.article-template section,
.obx.article-template div.section {
  margin: 60px 0; }

.obx.article-template .flex-row {
  display: flex; }

.obx.article-template section#obx-toc,
.obx.article-template div.section#obx-toc {
  display: none;
  border-bottom: 1px solid #666666;
  border-top: 1px solid #666666;
  padding: 30px 0; }

.obx.article-template section#obx-toc a,
.obx.article-template div.section#obx-toc a {
  color: #1D1C1A; }

.obx.article-template section#obx-toc a:hover,
.obx.article-template div.section#obx-toc a:hover {
  color: #F25D27; }

.obx.article-template section.split-content,
.obx.article-template div.section.split-content {
  border-bottom: 1px solid #666666;
  border-top: 1px solid #666666;
  padding: 60px 0; }

.obx.article-template section.split-content .flex-row,
.obx.article-template div.section.split-content .flex-row {
  align-items: center; }

.obx.article-template section.split-content .col,
.obx.article-template div.section.split-content .col {
  flex-basis: 50%; }

.obx.article-template section.split-content .col.media-col,
.obx.article-template div.section.split-content .col.media-col {
  margin-right: 50px; }

.obx.article-template section.split-content .content-col + .media-col,
.obx.article-template div.section.split-content .content-col + .media-col {
  margin-left: 50px;
  margin-right: 0; }

.obx.article-template section.video,
.obx.article-template div.section.video {
  opacity: 1; }

.obx.article-template section.video .video-container,
.obx.article-template div.section.video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.obx.article-template section.video .video-container iframe,
.obx.article-template section.video .video-container object,
.obx.article-template section.video .video-container embed,
.obx.article-template div.section.video .video-container iframe,
.obx.article-template div.section.video .video-container object,
.obx.article-template div.section.video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.obx.article-template section.video .video-caption,
.obx.article-template div.section.video .video-caption {
  border: 1px solid #666666;
  border-radius: 0 0 4px 4px;
  border-top: unset;
  padding: 20px;
  font: 400 18px/26px 'Proxima Nova', 'proxima-nova', sans-serif; }

.obx.article-template .quote-container {
  margin: 60px 0;
  padding: 0 45px 0 90px;
  border-left: 4px solid #F25D27;
  position: relative;
  display: block; }

.obx.article-template .quote-container::before,
.obx.article-template .quote-container::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='18' viewBox='0 0 24 18'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Path_4' data-name='Path 4' d='M8.292-10.544,10.375-18H4.542L1.625-11.426C.167-8.118,0-7.059,0-5.647A5.31,5.31,0,0,0,5.5,0,5.31,5.31,0,0,0,11-5.647,5.17,5.17,0,0,0,8.292-10.544Zm13,0L23.375-18H17.542l-2.917,6.574C13.167-8.118,13-7.059,13-5.647A5.31,5.31,0,0,0,18.5,0,5.31,5.31,0,0,0,24-5.647,5.17,5.17,0,0,0,21.292-10.544Z' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='quote' transform='translate(0 18)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3' data-name='Path 3' d='M-1-19H25V1H-1Z' fill='%23fd4113'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  content: '';
  height: 18px;
  width: 24px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.obx.article-template .quote-container::before {
  top: 0;
  left: 20px; }

.obx.article-template .quote-container::after {
  bottom: 0;
  right: 20px;
  transform: rotate(180deg); }

.obx.article-template section.cta,
.obx.article-template div.section.cta {
  border: 3px solid #F25D27;
  padding: 30px;
  border-radius: 10px; }

.obx.article-template section.cta h2,
.obx.article-template div.section.cta h2 {
  font: 700 24px/36px 'Proxima Nova', 'proxima-nova', sans-serif;
  margin: 0 0 15px; }

.obx.article-template section.cta p,
.obx.article-template div.section.cta p {
  font: 400 18px/26px 'Proxima Nova', 'proxima-nova', sans-serif; }

.obx.article-template section.content-wheel .related-articles,
.obx.article-template div.section.content-wheel .related-articles {
  margin-top: 30px; }

.obx.article-template section.content-wheel .article,
.obx.article-template div.section.content-wheel .article {
  flex-basis: 33%;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #666666;
  position: relative;
  transition: 0.3s all; }

.obx.article-template section.content-wheel .related-articles > :nth-child(2),
.obx.article-template div.section.content-wheel .related-articles > :nth-child(2) {
  margin: 0 30px; }

.obx.article-template section.content-wheel a,
.obx.article-template div.section.content-wheel a {
  text-decoration: none !important;
  color: unset; }

.obx.article-template section.content-wheel span,
.obx.article-template div.section.content-wheel span {
  display: block; }

.obx.article-template section.content-wheel .image-container,
.obx.article-template div.section.content-wheel .image-container {
  min-height: 140px;
  overflow: hidden;
  position: relative; }

.obx.article-template section.content-wheel img,
.obx.article-template div.section.content-wheel img {
  min-height: 140px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s all; }

.obx.article-template section.content-wheel .title-container,
.obx.article-template div.section.content-wheel .title-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.obx.article-template section.content-wheel .article-title,
.obx.article-template div.section.content-wheel .article-title {
  font: 600 18px/20px 'Proxima Nova', 'proxima-nova', sans-serif;
  color: #fff;
  margin: 0; }

.obx.article-template section.content-wheel .article-inner,
.obx.article-template div.section.content-wheel .article-inner {
  padding: 10px;
  transition: 0.3s all; }

.obx.article-template section.content-wheel .article-meta,
.obx.article-template div.section.content-wheel .article-meta {
  font: 500 14px/20px 'Proxima Nova', 'proxima-nova', sans-serif;
  color: #717888;
  margin: 0 0 5px; }

.obx.article-template section.content-wheel .article-excerpt,
.obx.article-template div.section.content-wheel .article-excerpt {
  font: 400 14px/20px 'Proxima Nova', 'proxima-nova', sans-serif;
  color: #1D1C1A; }

.obx.article-template section.content-wheel .article:hover,
.obx.article-template div.section.content-wheel .article:hover {
  position: relative;
  transition: 0.3s all;
  top: -2px; }

.obx.article-template section.bt-0,
.obx.article-template div.section.bt-0 {
  border-top: unset !important;
  padding-top: 0; }

.obx.article-template section.bt-1,
.obx.article-template div.section.bt-1 {
  border-top: 1px solid #666666;
  padding-top: 60px; }

.obx.article-template section.bb-0,
.obx.article-template div.section.bb-0 {
  border-bottom: unset !important;
  padding-bottom: 0 !important; }

.obx.article-template section.bb-1,
.obx.article-template div.section.bb-1 {
  border-bottom: 1px solid #666666;
  padding-bottom: 60px; }

.obx.article-template section.mt-0,
.obx.article-template > :first-child,
.obx.article-template section > :first-child,
.obx.article-template .container > :first-child,
.obx.article-template .col > :first-child,
.obx.article-template section.video .video-caption > :first-child,
.obx.article-template .article-inner > :first-child,
.obx.article-template div.section.mt-0,
.obx.article-template div.section > :first-child,
.obx.article-template div.section.video .video-caption > :first-child {
  margin-top: 0 !important; }

.obx.article-template section.mb-0,
.obx.article-template > :last-child,
.obx.article-template section > :last-child,
.obx.article-template .container > :last-child,
.obx.article-template .col > :last-child,
.obx.article-template section.faq-section .faq > :last-child,
.obx.article-template section.video .video-caption > :last-child,
.obx.article-template .article-inner > :last-child,
.obx.article-template div.section.mb-0,
.obx.article-template div.section > :last-child,
.obx.article-template div.section.faq-section .faq > :last-child,
.obx.article-template div.section.video .video-caption > :last-child {
  margin-bottom: 0 !important; }

@media only screen and (max-width: 768px) {
  .obx.article-template .flex-row {
    flex-direction: column; }
  .obx.article-template section.split-content .col.media-col,
  .obx.article-template div.section.split-content .col.media-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px; }
  .obx.article-template section.split-content .content-col + .media-col,
  .obx.article-template div.section.split-content .content-col + .media-col {
    margin-left: 0px;
    margin-top: 50px;
    margin-bottom: 0; }
  .obx.article-template .quote-container {
    padding: 0 0 0 60px; }
  .obx.article-template .quote-container::before {
    left: 18px; }
  .obx.article-template .quote-container::after {
    display: none; }
  .obx.article-template section.content-wheel .related-articles > :nth-child(2),
  .obx.article-template div.section.content-wheel .related-articles > :nth-child(2) {
    margin: 30px 0; }
  .obx.article-template section.cta,
  .obx.article-template div.section.cta {
    padding: 30px 5%; } }

/** END OBX PARTNER ARTICLE TEMPLATE STYLES **/
/** MAIN ARTICLE LISTING STYLES 5/2024 **/
body.page--blog_post ol.breadcrumbs {
  margin-bottom: 60px; }

body.page--blog_post .page--blog-post-custom {
  display: flex;
  justify-content: center; }

body.page--blog_post .page--blog-post-custom .blog-post {
  box-sizing: content-box;
  max-width: 780px;
  width: 100%;
  float: unset;
  padding-right: 70px; }

body.page--blog_post .page--blog-post-custom .blog-sidebar {
  box-sizing: content-box;
  float: unset;
  width: 100%;
  max-width: 300px;
  order: 2;
  padding-left: 70px; }

body.page--blog_post .page--blog-post-custom .blog-post__title {
  font: 700 34px/45px 'Proxima Nova', 'proxima-nova', sans-serif;
  margin-bottom: 15px; }

body.page--blog_post .page--blog-post-custom .blog-post__header {
  border-bottom: 1px solid #666666;
  padding-bottom: 20px;
  margin-bottom: 20px; }

body.page--blog_post .page--blog-post-custom .blog-post__header p {
  margin-bottom: 0;
  color: #1D1C1A;
  font: 400 16px/14px 'Proxima Nova', 'proxima-nova', sans-serif; }

body.page--blog_post .page--blog-post-custom .blog-post__date .separator {
  padding: 0 10px; }

body.page--blog_post .page--blog-post-custom .blog-post__meta {
  display: flex;
  justify-content: space-between;
  align-items: center; }

body.page--blog_post .page--blog-post-custom .share-links-heading {
  color: #1D1C1A;
  font: 400 16px/14px 'Proxima Nova', 'proxima-nova', sans-serif;
  display: block; }

body.page--blog_post .page--blog-post-custom .blog-post__share-links {
  display: flex;
  align-items: center;
  column-gap: 15px; }

body.page--blog_post .page--blog-post-custom .blog-post__share-links ul.socialLinks {
  padding-top: 1px; }

body.page--blog_post .page--blog-post-custom .blog-post__header .blog-post__header-tags ul.tags {
  margin-bottom: 10px;
  text-align: left; }

body.page--blog_post .page--blog-post-custom .blog-post__header .blog-post__header-tags ul.tags a {
  font: 600 16px/24px 'Proxima Nova', 'proxima-nova', sans-serif;
  text-align: center;
  border-radius: 4px;
  background-color: #F25D27;
  color: #fff;
  transition: 0.3s all;
  padding: 3px 9px;
  border: 1px solid transparent; }

body.page--blog_post .page--blog-post-custom .blog-post__header .blog-post__header-tags ul.tags li {
  margin-right: 15px;
  margin-bottom: 10px; }

body.page--blog_post .page--blog-post-custom .blog-post__header .blog-post__header-tags ul.tags a:hover {
  background-color: transparent;
  color: #393939;
  border: 1px solid #666666;
  border-radius: 2; }

body.page--blog_post .page--blog-post-custom .blog-post__header .blog-post__header-tags ul.tags > :last-child {
  margin-right: 0 !important; }

body.page--blog_post .page--blog-post-custom .blog-post__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid #666666; }

body.page--blog_post .page--blog-post-custom .blog-post__footer .return_link a {
  color: #1D1C1A;
  font: 600 16px/24px 'Proxima Nova', 'proxima-nova', sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center; }

body.page--blog_post .page--blog-post-custom .blog-post__footer .return_link a:hover {
  color: #F25D27; }

body.page--blog_post .page--blog-post-custom .blog-post__footer .return_link a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='7' height='13' viewBox='0 0 7 13'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Path_4' data-name='Path 4' d='M6.732-1.668,2.207-6.506l4.526-4.838a1.026,1.026,0,0,0-.011-1.37.873.873,0,0,0-1.282-.012L.268-7.2a1.026,1.026,0,0,0,0,1.382L5.44-.286a.873.873,0,0,0,1.293,0A1.026,1.026,0,0,0,6.732-1.668Z' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='arrow' transform='translate(0 13)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3' data-name='Path 3' d='M-1,1H8V-14H-1Z' fill='%23212121'/%3E%3C/g%3E%3C/svg%3E");
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 13px;
  width: 7px;
  display: inline-block;
  margin-right: 15px; }

body.page--blog_post .page--blog-post-custom .blog-post__footer .return_link:hover a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='7' height='13' viewBox='0 0 7 13'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Path_4' data-name='Path 4' d='M6.732-1.668,2.207-6.506l4.526-4.838a1.026,1.026,0,0,0-.011-1.37.873.873,0,0,0-1.282-.012L.268-7.2a1.026,1.026,0,0,0,0,1.382L5.44-.286a.873.873,0,0,0,1.293,0A1.026,1.026,0,0,0,6.732-1.668Z' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='arrow' transform='translate(0 13)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3' data-name='Path 3' d='M-1,1H8V-14H-1Z' fill='%23FD4114'/%3E%3C/g%3E%3C/svg%3E"); }

@media only screen and (min-width: 1340px) {
  #sidebar-toc.blog-sidebar__block {
    display: block; }
  .obx.article-template section#obx-toc,
  .obx.article-template div.section#obx-toc {
    display: none; } }

@media only screen and (max-width: 1340px) {
  .obx.article-template section#obx-toc,
  .obx.article-template div.section#obx-toc {
    display: block; }
  #sidebar-toc.blog-sidebar__block {
    display: none; }
  body.page--blog_post .page--blog-post-custom {
    flex-direction: column; }
  body.page--blog_post .page--blog-post-custom .blog-post {
    max-width: 100%;
    padding-right: 0px;
    order: 2; }
  body.page--blog_post .page--blog-post-custom .blog-sidebar {
    max-width: 100%;
    order: 1;
    padding-left: 0px; } }

@media only screen and (max-width: 768px) {
  body.page--blog_post .page--blog-post-custom .blog-post__title {
    margin-bottom: 20px; }
  body.page--blog_post .page--blog-post-custom .blog-post__meta {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 10px; } }

body.page--blog_post .blog-post__content > :last-child {
  margin-bottom: 0 !important; }

body.page--blog_post section.page--blog-post-custom + div#blog-subscribe-pad {
  margin-top: 60px; }

#sidebar-toc.blog-sidebar__block li {
  margin: 10px 0; }

aside.blog-sidebar .blog-sidebar__block ul {
  border-bottom: 0; }

.blog-sidebar__block .blog-sidebar__content a {
  font: 400 16px/24px 'Proxima Nova', 'proxima-nova', sans-serif;
  color: #1D1C1A;
  text-decoration: underline; }

.blog-sidebar__block .blog-sidebar__content a:hover {
  color: #F25D27; }

#sidebar-toc.blog-sidebar__block .blog-sidebar__content a {
  color: #1D1C1A;
  font: 600 16px/24px 'Proxima Nova', 'proxima-nova', sans-serif;
  text-decoration: underline; }

#sidebar-toc.blog-sidebar__block .blog-sidebar__content a:hover {
  color: #F25D27; }

aside.blog-sidebar .blog-sidebar__block > a:hover,
aside.blog-sidebar .blog-sidebar__header-text:hover {
  color: #1D1C1A !important;
  cursor: default; }

/** End Blog Articles Styles OBX Partner 5/2024 **/
#google-merchantwidget-iframe-wrapper {
  z-index: 2147483630 !important; }

@font-face {
  font-family: 'Atkinson Hyperlegible';
  src: url("../../assets/fonts/AtkinsonHyperlegibleRegular102.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

section.page--blog-custom .blog-post__card-title {
  line-height: 1.25rem;
  margin-bottom: .75rem; }

.productView-title--review {
  margin-bottom: -8rem; }

button.IconLauncher__BaseLauncher-fiVgfM {
  background-color: #f25d27 !important; }

#live-chat-widget header {
  background-color: #f25d27 !important; }
