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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

body {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  line-height: 1.5; }

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: "Century Gothic", 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: #888888;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 32px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 22px; }

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

hr {
  border: solid #bbbbbb;
  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 #f0f0f0;
  color: black;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: black;
    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 #bbbbbb;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

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

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

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

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

These are all the button

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

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

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

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

*/
.button, body .snize-ac-results .snize-view-all-link, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #f0f0f0;
  color: black;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, body .snize-ac-results .snize-view-all-link:hover, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover, #consent-manager .css-1wn42nw button:hover, .button:focus, body .snize-ac-results .snize-view-all-link:focus, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:focus, #consent-manager .css-1wn42nw button:focus, .button.is-active, body .snize-ac-results .is-active.snize-view-all-link, body .snize-ac-results .snize-nothing-found .is-active.snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw button.is-active, .button.active, body .snize-ac-results .active.snize-view-all-link, body .snize-ac-results .snize-nothing-found .active.snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw button.active {
    background-color: transparent;
    border-color: black;
    color: white; }
  .button:active, body .snize-ac-results .snize-view-all-link:active, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:active, #consent-manager .css-1wn42nw button:active {
    background-color: transparent;
    border: 1px solid black;
    color: white; }
  .button:focus, body .snize-ac-results .snize-view-all-link:focus, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:focus, #consent-manager .css-1wn42nw button:focus, .button.is-active, body .snize-ac-results .is-active.snize-view-all-link, body .snize-ac-results .snize-nothing-found .is-active.snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw button.is-active, .button.active, body .snize-ac-results .active.snize-view-all-link, body .snize-ac-results .snize-nothing-found .active.snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button, body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, #consent-manager .css-1wn42nw button + .button, body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw button + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .button + button, body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw 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, body .snize-ac-results .snize-view-all-link, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, .qn-add-to-quote {
  background-color: black;
  border-color: black;
  color: white; }
  .button--primary:hover, body .snize-ac-results .snize-view-all-link:hover, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover, .qn-add-to-quote:hover, .button--primary:focus, body .snize-ac-results .snize-view-all-link:focus, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:focus, .qn-add-to-quote:focus, .button--primary.is-active, body .snize-ac-results .is-active.snize-view-all-link, body .snize-ac-results .snize-nothing-found .is-active.snize-popular-suggestions-view-all-products-text, .is-active.qn-add-to-quote, .button--primary.active, body .snize-ac-results .active.snize-view-all-link, body .snize-ac-results .snize-nothing-found .active.snize-popular-suggestions-view-all-products-text, .active.qn-add-to-quote {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    color: black; }
  .button--primary:active, body .snize-ac-results .snize-view-all-link:active, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:active, .qn-add-to-quote:active {
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: black; }

.button[disabled], body .snize-ac-results .snize-view-all-link[disabled], body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text[disabled], #consent-manager .css-1wn42nw button[disabled] {
  background-color: #f0f0f0;
  border-color: rgba(0, 0, 255, 0);
  color: black;
  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: 24px; }

.button--small {
  font-size: 22px;
  padding: 0.5625rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab, body .snize-ac-results .snize-view-all-link + .button--slab, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button--slab, #consent-manager .css-1wn42nw button + .button--slab {
    margin-left: 0; }

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

/*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, body .snize-ac-results .buttonGroup > .snize-view-all-link, body .snize-ac-results .snize-nothing-found .buttonGroup > .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .buttonGroup > button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child, body .snize-ac-results .buttonGroup > .snize-view-all-link:first-child, body .snize-ac-results .snize-nothing-found .buttonGroup > .snize-popular-suggestions-view-all-products-text:first-child, #consent-manager .css-1wn42nw .buttonGroup > button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child, body .snize-ac-results .buttonGroup > .snize-view-all-link:last-child, body .snize-ac-results .snize-nothing-found .buttonGroup > .snize-popular-suggestions-view-all-products-text:last-child, #consent-manager .css-1wn42nw .buttonGroup > button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

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

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

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #f9f9f9;
  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: #f9f9f9;
  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 #878787;
  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: black;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #888888;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

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

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

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

/*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: black;
  color: black;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

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

We provide a couple of component styles to layout forms.

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

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

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

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #878787;
  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: 768px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(0, 0, 0, 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(0, 0, 0, 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, .estimator-form-input .has-action.form-input + .button--inputAction, .coupon-form .has-action.form-input + .button--inputAction, .cart-gift-certificate-form .has-action.form-input + .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, .estimator-form-input .has-icon.form-input + .icon, .coupon-form .has-icon.form-input + .icon, .cart-gift-certificate-form .has-icon.form-input + .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, .form-prefixPostfix body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-prefixPostfix .snize-view-all-link, .form-prefixPostfix body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-prefixPostfix .snize-popular-suggestions-view-all-products-text, .form-prefixPostfix #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-prefixPostfix button {
    height: 3rem; }

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

.form-prefixPostfix-label {
  background-color: white;
  border: solid #878787;
  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, .estimator-form-input .form-prefixPostfix-label--prefix + .form-input, .coupon-form .form-prefixPostfix-label--prefix + .form-input,
  .cart-gift-certificate-form .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: black;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }

.switch-toggle {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 1.75rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 3.75rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #f9f9f9;
    border-color: #f6f6f6;
    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: #f4f4f4; }

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

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

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

.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 #878787;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.375rem;
  width: 1.375rem;
  float: left;
  margin: 0 0 0 -1.875rem;
  position: relative;
  top: 0.625rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

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

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

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

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

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

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


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

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

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


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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  color: #888888;
  float: left;
  font-size: 22px;
  line-height: 22px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #888888; }
  .breadcrumb.current {
    color: #888888;
    cursor: default; }
    .breadcrumb.current a {
      color: #888888;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #f6f6f6; }
    .breadcrumb.unavailable a {
      color: #f6f6f6; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #f6f6f6;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #888888;
    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: #878787;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #888888;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #f6f6f6;
    cursor: default; }

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

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

.tab-title {
  color: #888888;
  display: block;
  font-size: 24px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: black; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

.navBar-action {
  color: #cfcfcf;
  font-size: 24px;
  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: black;
  font-size: 24px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #888888;
    font-size: 1rem;
    margin-left: 0.375rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #888888;
      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: black; }

li.pagination-item--current a, li.pagination-item--current button {
  color: black;
  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: #f9f9f9;
  border-color: #f9f9f9;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button, .alertBox body .snize-ac-results .snize-view-all-link, body .snize-ac-results .alertBox .snize-view-all-link, .alertBox body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .alertBox .snize-popular-suggestions-view-all-products-text, .alertBox #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .alertBox button {
    margin: 0 0 0 0.75rem; }

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.125rem; }
  .alertBox-close .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox-close svg {
    fill: #878787; }

/*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: #bbbbbb 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: #bbbbbb solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: #cfcfcf; }
  .accordion-navigation > a {
    background: white;
    color: black;
    padding: 1.875rem;
    display: block;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.875rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

.modal-header {
  border-bottom: 1px solid #bbbbbb;
  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 #bbbbbb;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button, .modal-footer body .snize-ac-results .snize-view-all-link, body .snize-ac-results .modal-footer .snize-view-all-link, .modal-footer body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .modal-footer .snize-popular-suggestions-view-all-products-text, .modal-footer #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .modal-footer button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button, .modal-footer body .snize-ac-results .snize-view-all-link, body .snize-ac-results .modal-footer .snize-view-all-link, .modal-footer body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .modal-footer .snize-popular-suggestions-view-all-products-text, .modal-footer #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .modal-footer button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 24px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #f3f3f3;
  cursor: pointer;
  font-size: 40px;
  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: #f3f3f3;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 24px;
  padding: 0.375rem 0.75rem; }

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

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

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

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

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button, .actionBar body .snize-ac-results .snize-view-all-link, body .snize-ac-results .actionBar .snize-view-all-link, .actionBar body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .actionBar .snize-popular-suggestions-view-all-products-text, .actionBar #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .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: 768px) {
  .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: 768px) {
  .actionBar-section--alt {
    float: right; } }

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

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

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

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

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

.card-image {
  border: 1px solid #878787;
  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: #888888; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 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 black;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: black; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

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

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

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

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

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

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.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: 768px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip::after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip::before, .slick-prev:focus .carousel-tooltip::after,
  .slick-next:focus .carousel-tooltip::before,
  .slick-next:focus .carousel-tooltip::after,
  .slick-dots button:focus .carousel-tooltip::before,
  .slick-dots button:focus .carousel-tooltip::after {
    display: block; }
  .slick-prev .carousel-tooltip::before,
  .slick-next .carousel-tooltip::before {
    top: -7px; }
  .slick-prev .carousel-tooltip::before {
    right: -2px; }
  .slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto; }
  .slick-next .carousel-tooltip::after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip::before, .slick-dots button .carousel-tooltip::after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip::before {
      top: -7px; }

.carousel-play-pause-button {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 768px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 1280px) {
    .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: 1280px) {
    body {
      padding-top: 0; } }

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

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

body {
  font-size: 1rem; }

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 48px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 32px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 22px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button, .table-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .table-actions .snize-view-all-link, .table-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .table-actions .snize-popular-suggestions-view-all-products-text, .table-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .table-actions button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .table-actions .button, .table-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .table-actions .snize-view-all-link, .table-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .table-actions .snize-popular-suggestions-view-all-products-text, .table-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .table-actions button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 768px) {
      .table-actions .button + .button, .table-actions body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .table-actions .snize-view-all-link + .button, .table-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .table-actions .snize-popular-suggestions-view-all-products-text + .button, .table-actions #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .table-actions button + .button, .table-actions body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .table-actions .button + .snize-view-all-link, .table-actions body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .table-actions .snize-view-all-link + .snize-view-all-link, .table-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .table-actions .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .table-actions #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .table-actions #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .table-actions body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .table-actions button + .snize-view-all-link, .table-actions body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .table-actions .button + .snize-popular-suggestions-view-all-products-text, .table-actions body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .table-actions .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .table-actions .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .table-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .table-actions .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .table-actions #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .table-actions #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .table-actions body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .table-actions button + .snize-popular-suggestions-view-all-products-text, .table-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .table-actions .button + button, .table-actions body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .table-actions body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .table-actions #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .table-actions .snize-view-all-link + button, .table-actions body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .table-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .table-actions #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .table-actions .snize-popular-suggestions-view-all-products-text + button, .table-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .table-actions button + button {
        margin-left: 0.375rem; } }

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

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

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus, .dropdown-menu body .snize-ac-results .snize-view-all-link:focus, body .snize-ac-results .dropdown-menu .snize-view-all-link:focus, .dropdown-menu body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:focus, body .snize-ac-results .snize-nothing-found .dropdown-menu .snize-popular-suggestions-view-all-products-text:focus, .dropdown-menu #consent-manager .css-1wn42nw button:focus, #consent-manager .css-1wn42nw .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: 768px) {
    .form-wishlist {
      float: left;
      padding: 0 0.625rem;
      width: 50%; } }
  @media (min-width: 1280px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button, .form-wishlist body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-wishlist .snize-view-all-link, .form-wishlist body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-wishlist .snize-popular-suggestions-view-all-products-text, .form-wishlist #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-wishlist button {
    width: 100%; }
    @media (min-width: 1280px) {
      .form-wishlist .button, .form-wishlist body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-wishlist .snize-view-all-link, .form-wishlist body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-wishlist .snize-popular-suggestions-view-all-products-text, .form-wishlist #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-wishlist button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button, .form-wishlist body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-wishlist .snize-view-all-link, .form-wishlist body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-wishlist .snize-popular-suggestions-view-all-products-text, .form-wishlist #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-wishlist button {
        margin-right: 0.75rem; } }

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

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 768px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 1280px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button, #wishlist-dropdown.is-open body .snize-ac-results .snize-view-all-link, body .snize-ac-results #wishlist-dropdown.is-open .snize-view-all-link, #wishlist-dropdown.is-open body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #wishlist-dropdown.is-open .snize-popular-suggestions-view-all-products-text, #wishlist-dropdown.is-open #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw #wishlist-dropdown.is-open button {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button, #wishlist-dropdown.is-open li:not(:last-child) body .snize-ac-results .snize-view-all-link, body .snize-ac-results #wishlist-dropdown.is-open li:not(:last-child) .snize-view-all-link, #wishlist-dropdown.is-open li:not(:last-child) body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #wishlist-dropdown.is-open li:not(:last-child) .snize-popular-suggestions-view-all-products-text, #wishlist-dropdown.is-open li:not(:last-child) #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw #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: 36px;
  text-align: center; }
  @media (min-width: 1280px) {
    .modal-header-title {
      font-size: 40px; } }

.modal-close {
  height: 2rem;
  width: 2rem;
  color: black;
  font-size: 26px;
  line-height: 2rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  .modal-close::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.625rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.5rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 1280px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #555555; }
  .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: "Century Gothic", 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: black;
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: black;
      border-color: black;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #f0f0f0;
      border-color: #f0f0f0;
      color: black; }
    .modal--alert .button-container .confirm:active {
      background-color: #f0f0f0;
      border-color: #f0f0f0;
      color: black; }

.hide-content {
  opacity: 0; }

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

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

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

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

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

.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: #878787; }
  .pagination-item.pagination-item--current {
    border-color: #bbbbbb;
    border-radius: 4px;
    margin: 0 0.375rem 0 0.75rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: black; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #878787; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #878787; }

.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: #888888;
    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, body .snize-ac-results .snize-view-all-link, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button, body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, #consent-manager .css-1wn42nw button + .button, body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw button + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .button + button, body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw button + button {
    margin-left: 0; }
    @media (min-width: 1280px) {
      .button + .button, body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, #consent-manager .css-1wn42nw button + .button, body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw button + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .button + button, body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw button + button {
        margin-left: 0.75rem; } }

.button[disabled], body .snize-ac-results .snize-view-all-link[disabled], body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text[disabled], #consent-manager .css-1wn42nw button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: black; }

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

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 768px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1280px) {
    .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: 768px) {
  .tab-content .productReview {
    width: 50%; } }

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

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

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

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

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

.accordion-title {
  color: black;
  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: 1280px) {
  .accordion--navList {
    border: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }


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

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

.form-field--success .form-input[type="text"] {
  padding-right: 3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.6875rem center;
  background-repeat: no-repeat; }

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

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

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

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

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

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

.form-actions {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 768px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button, .form-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-actions .snize-view-all-link, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text, .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-actions button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 768px) {
      .form-actions .button, .form-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-actions .snize-view-all-link, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text, .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-actions button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button, .form-actions body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .form-actions .snize-view-all-link + .button, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .button, .form-actions #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .form-actions button + .button, .form-actions body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .form-actions .button + .snize-view-all-link, .form-actions body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .form-actions .snize-view-all-link + .snize-view-all-link, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .form-actions #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .form-actions #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .form-actions button + .snize-view-all-link, .form-actions body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .button + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .form-actions .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .form-actions #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .form-actions button + .snize-popular-suggestions-view-all-products-text, .form-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .form-actions .button + button, .form-actions body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .form-actions #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .form-actions .snize-view-all-link + button, .form-actions body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .form-actions #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + button, .form-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .form-actions button + button,
    .form-actions .button + input,
    .form-actions body .snize-ac-results .snize-view-all-link + input,
    body .snize-ac-results .form-actions .snize-view-all-link + input,
    .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + input,
    body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + input,
    .form-actions #consent-manager .css-1wn42nw button + input,
    #consent-manager .css-1wn42nw .form-actions button + input,
    .form-actions .button + a,
    .form-actions body .snize-ac-results .snize-view-all-link + a,
    body .snize-ac-results .form-actions .snize-view-all-link + a,
    .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + a,
    body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + a,
    .form-actions #consent-manager .css-1wn42nw button + a,
    #consent-manager .css-1wn42nw .form-actions button + a,
    .form-actions input + .button,
    .form-actions body .snize-ac-results input + .snize-view-all-link,
    body .snize-ac-results .form-actions input + .snize-view-all-link,
    .form-actions body .snize-ac-results .snize-nothing-found input + .snize-popular-suggestions-view-all-products-text,
    body .snize-ac-results .snize-nothing-found .form-actions input + .snize-popular-suggestions-view-all-products-text,
    .form-actions #consent-manager .css-1wn42nw input + button,
    #consent-manager .css-1wn42nw .form-actions input + button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions body .snize-ac-results a + .snize-view-all-link,
    body .snize-ac-results .form-actions a + .snize-view-all-link,
    .form-actions body .snize-ac-results .snize-nothing-found a + .snize-popular-suggestions-view-all-products-text,
    body .snize-ac-results .snize-nothing-found .form-actions a + .snize-popular-suggestions-view-all-products-text,
    .form-actions #consent-manager .css-1wn42nw a + button,
    #consent-manager .css-1wn42nw .form-actions a + button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.75rem; }
      @media (min-width: 768px) {
        .form-actions .button + .button, .form-actions body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .form-actions .snize-view-all-link + .button, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .button, .form-actions #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .form-actions button + .button, .form-actions body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .form-actions .button + .snize-view-all-link, .form-actions body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .form-actions .snize-view-all-link + .snize-view-all-link, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .form-actions #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .form-actions #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .form-actions button + .snize-view-all-link, .form-actions body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .button + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .form-actions .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .form-actions #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .form-actions button + .snize-popular-suggestions-view-all-products-text, .form-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .form-actions .button + button, .form-actions body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .form-actions #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .form-actions .snize-view-all-link + button, .form-actions body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .form-actions #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + button, .form-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .form-actions button + button,
        .form-actions .button + input,
        .form-actions body .snize-ac-results .snize-view-all-link + input,
        body .snize-ac-results .form-actions .snize-view-all-link + input,
        .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + input,
        body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + input,
        .form-actions #consent-manager .css-1wn42nw button + input,
        #consent-manager .css-1wn42nw .form-actions button + input,
        .form-actions .button + a,
        .form-actions body .snize-ac-results .snize-view-all-link + a,
        body .snize-ac-results .form-actions .snize-view-all-link + a,
        .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + a,
        body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + a,
        .form-actions #consent-manager .css-1wn42nw button + a,
        #consent-manager .css-1wn42nw .form-actions button + a,
        .form-actions input + .button,
        .form-actions body .snize-ac-results input + .snize-view-all-link,
        body .snize-ac-results .form-actions input + .snize-view-all-link,
        .form-actions body .snize-ac-results .snize-nothing-found input + .snize-popular-suggestions-view-all-products-text,
        body .snize-ac-results .snize-nothing-found .form-actions input + .snize-popular-suggestions-view-all-products-text,
        .form-actions #consent-manager .css-1wn42nw input + button,
        #consent-manager .css-1wn42nw .form-actions input + button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions body .snize-ac-results a + .snize-view-all-link,
        body .snize-ac-results .form-actions a + .snize-view-all-link,
        .form-actions body .snize-ac-results .snize-nothing-found a + .snize-popular-suggestions-view-all-products-text,
        body .snize-ac-results .snize-nothing-found .form-actions a + .snize-popular-suggestions-view-all-products-text,
        .form-actions #consent-manager .css-1wn42nw a + button,
        #consent-manager .css-1wn42nw .form-actions a + button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.75rem; } }

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

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.125rem;
  font-size: 22px;
  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: #f6f6f6;
  font-size: 22px; }

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

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

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

.form-prefixPostfix .form-input, .form-prefixPostfix .button, .form-prefixPostfix body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-prefixPostfix .snize-view-all-link, .form-prefixPostfix body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-prefixPostfix .snize-popular-suggestions-view-all-products-text, .form-prefixPostfix #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .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: black; }

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

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

@media (min-width: 1261px) {
  .form-prefixPostfix .button, .form-prefixPostfix body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-prefixPostfix .snize-view-all-link, .form-prefixPostfix body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-prefixPostfix .snize-popular-suggestions-view-all-products-text, .form-prefixPostfix #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-prefixPostfix button {
    width: auto; } }

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

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

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

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

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

.form-increment .button, .form-increment body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-increment .snize-view-all-link, .form-increment body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-increment .snize-popular-suggestions-view-all-products-text, .form-increment #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-increment button {
  margin: 0;
  padding: 0.1875rem 0.3125rem; }

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

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

.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: 768px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

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

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

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button, .form-minMaxRow body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-minMaxRow .snize-view-all-link, .form-minMaxRow body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-minMaxRow .snize-popular-suggestions-view-all-products-text, .form-minMaxRow #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-minMaxRow button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

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

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

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

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

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

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

.card-img-container {
  max-width: 200px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 329.5%;
    width: 100%; }

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

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

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

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

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

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

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

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.75rem;
    transition: all 0.15s ease; }
    @media (min-width: 768px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: black; }
    .card--alternate:hover .card-body {
      background-color: black; }
      .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 black;
    border-width: 1px;
    height: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(0, 0, 0, 0.999);
    content: "";
    font-size: 0.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.5rem; }
  .navList-action--checkbox::after {
    margin-top: -0.4375rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.8125rem;
    width: 0.8125rem;
    fill: black; }
  .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: 1280px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1280px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid black; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #f3f3f3; }
    @media (min-width: 1280px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #888888;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #888888;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #878787; }

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

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

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

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

.actionBar-section .form-label {
  color: #888888;
  font-size: 22px;
  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: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.6875rem -0.6875rem 0 0;
  padding: 0.0625rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

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

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

.navUser-action {
  color: black;
  font-weight: 700;
  padding: 1rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #878787; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #878787;
      stroke: #878787; }
  .navUser-action .icon {
    height: 0.5rem;
    width: 0.5rem;
    margin: -1px 0 0 0.1875rem; }
  .navUser-action svg {
    fill: black;
    stroke: black;
    transition: all 0.15s ease; }

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

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

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

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

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

.navUser-item--cart {
  display: block; }
  @media (max-width: 768px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: black; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #878787; }
  .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: 1280px) {
        .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: 1280px) {
          .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: 1280px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.875rem; } }

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

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

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

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

.navUser-or {
  color: black;
  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 #f9f9f9 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

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

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

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

.countPill--alt {
  background-color: #f0f0f0;
  color: #333333; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.375rem 0.75rem;
  padding-left: 0.75rem; }

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

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

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

@media (min-width: 1280px) {
  .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: 1280px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 1280px) {
      .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: 1280px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: black;
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1280px) {
    .navPages-action {
      display: inline-block;
      padding: 0.75rem 1.125rem 1.125rem; }
      .navPages-action.is-open {
        background-color: white; } }
  .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: #878787;
    stroke: #878787; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #878787; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #878787;
      stroke: #878787; }
  .navPages-action svg {
    fill: black;
    stroke: black;
    transition: all 0.15s ease; }

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

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

.navPages-action-moreIcon {
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.75rem;
  transform: rotate(-90deg); }
  @media (min-width: 1280px) {
    .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: 1280px) {
      .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: 1280px) {
    .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: 1280px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1280px) {
    .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%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 1280px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

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

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

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

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

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

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  @media (min-width: 1280px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.125rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 1280px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.75rem 0 1.125rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 1280px) {
      .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 #bbbbbb;
  margin-bottom: 0.75rem; }
  @media (min-width: 1280px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container, .common-page-banner .navPages-quickSearch > [data-content-region="page_builder_banner"] + .banner-content {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

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

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #bbbbbb; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #bbbbbb; }
  .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: #888888;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #878787; }

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 1280px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 768px) {
    .heroCarousel.slick-initialized {
      max-height: 25rem; } }
  @media (min-width: 1280px) {
    .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: 1280px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1280px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 1280px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 768px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .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: 768px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 56.25vw;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 768px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 25rem; } }
    @media (min-width: 1280px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 37.5rem; } }

.heroCarousel-content {
  background-color: #f9f9f9;
  padding: 0.75rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 768px) {
    .heroCarousel-content {
      background-color: #f9f9f9;
      background-color: rgba(249, 249, 249, 0.9);
      background-color: rgba(249, 249, 249, 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: black;
  font-size: 32px;
  margin: 0; }
  @media (min-width: 1280px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: black;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 768px) {
    .heroCarousel-description {
      font-size: 22px; } }
  @media (min-width: 1280px) {
    .heroCarousel-description {
      font-size: 24px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 768px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1280px) {
    .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: 1280px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

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

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

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

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

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

.productView-brand {
  color: #888888;
  font-size: 24px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 32px;
      margin: -0.1875rem 0 1rem; } }
  .productView-brand a {
    color: #888888; }
    .productView-brand a:hover {
      color: #878787; }

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

.productView-reviewLink {
  color: #888888;
  display: inline-block;
  margin-left: 0.375rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #878787; }
  .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: 768px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 768px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

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

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

.productView-info-value {
  margin-bottom: 0.375rem; }
  @media (min-width: 768px) {
    .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: 768px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 768px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 22px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 768px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 768px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.625rem;
        width: 50%; } }
    @media (min-width: 1280px) {
      .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: 768px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        min-width: 50%;
        width: auto; } }
    @media (min-width: 1280px) {
      .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, .productView-options .add-to-cart-buttons.pre-order-buttons body .snize-ac-results .snize-view-all-link, body .snize-ac-results .productView-options .add-to-cart-buttons.pre-order-buttons .snize-view-all-link, .productView-options .add-to-cart-buttons.pre-order-buttons body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .productView-options .add-to-cart-buttons.pre-order-buttons .snize-popular-suggestions-view-all-products-text, .productView-options .add-to-cart-buttons.pre-order-buttons #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .productView-options .add-to-cart-buttons.pre-order-buttons button {
      padding: 0.8125rem 1.5rem; }
    .productView-options .add-to-cart-buttons .button, .productView-options .add-to-cart-buttons body .snize-ac-results .snize-view-all-link, body .snize-ac-results .productView-options .add-to-cart-buttons .snize-view-all-link, .productView-options .add-to-cart-buttons body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .productView-options .add-to-cart-buttons .snize-popular-suggestions-view-all-products-text, .productView-options .add-to-cart-buttons #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .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: #888888;
      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: #878787; }

.productOptions-list {
  border: 1px solid black;
  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 black; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

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

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

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

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

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: black;
    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, .compareTable-action body .snize-ac-results .snize-view-all-link, body .snize-ac-results .compareTable-action .snize-view-all-link, .compareTable-action body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .compareTable-action .snize-popular-suggestions-view-all-products-text, .compareTable-action #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .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 #bbbbbb;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

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

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

.toggleLink-text {
  font-size: 22px;
  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: #bbbbbb solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 1280px) {
    .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: 1280px) {
    .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: 1280px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

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

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

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

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

.reset-filters {
  display: none; }

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

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

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

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

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

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

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

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

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

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

.cart-item-name {
  display: inline-block;
  font-size: 24px;
  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: black; }

.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: 768px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: black; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 1280px) {
    .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: 1280px) {
    .cart-total + .cart-total {
      border-top: 1px solid #bbbbbb; } }
  .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: #888888;
  width: 33.33333%; }
  @media (min-width: 768px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 1280px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

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

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

.cart-total-grandTotal {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 32px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 1280px) {
    .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: #888888;
  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: #878787; }

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

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .coupon-form body .snize-ac-results .snize-view-all-link,
  body .snize-ac-results .coupon-form .snize-view-all-link,
  .coupon-form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text,
  body .snize-ac-results .snize-nothing-found .coupon-form .snize-popular-suggestions-view-all-products-text,
  .coupon-form #consent-manager .css-1wn42nw button,
  #consent-manager .css-1wn42nw .coupon-form button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form body .snize-ac-results .snize-view-all-link,
  body .snize-ac-results .cart-gift-certificate-form .snize-view-all-link,
  .cart-gift-certificate-form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text,
  body .snize-ac-results .snize-nothing-found .cart-gift-certificate-form .snize-popular-suggestions-view-all-products-text,
  .cart-gift-certificate-form #consent-manager .css-1wn42nw button,
  #consent-manager .css-1wn42nw .cart-gift-certificate-form button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  
  .coupon-form .button,
  .coupon-form body .snize-ac-results .snize-view-all-link,
  body .snize-ac-results .coupon-form .snize-view-all-link,
  .coupon-form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text,
  body .snize-ac-results .snize-nothing-found .coupon-form .snize-popular-suggestions-view-all-products-text,
  .coupon-form #consent-manager .css-1wn42nw button,
  #consent-manager .css-1wn42nw .coupon-form button,
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form body .snize-ac-results .snize-view-all-link,
  body .snize-ac-results .cart-gift-certificate-form .snize-view-all-link,
  .cart-gift-certificate-form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text,
  body .snize-ac-results .snize-nothing-found .cart-gift-certificate-form .snize-popular-suggestions-view-all-products-text,
  .cart-gift-certificate-form #consent-manager .css-1wn42nw button,
  #consent-manager .css-1wn42nw .cart-gift-certificate-form button {
    margin: 0 0 0 2%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .button--primary, .estimator-form body .snize-ac-results .snize-view-all-link, body .snize-ac-results .estimator-form .snize-view-all-link, .estimator-form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .estimator-form .snize-popular-suggestions-view-all-products-text, .estimator-form .qn-add-to-quote {
    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, .cart-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .cart-actions .snize-view-all-link, .cart-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cart-actions .snize-popular-suggestions-view-all-products-text, .cart-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cart-actions button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .cart-actions .button, .cart-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .cart-actions .snize-view-all-link, .cart-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cart-actions .snize-popular-suggestions-view-all-products-text, .cart-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cart-actions button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

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

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

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

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

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

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

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

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border-top: 1px solid #bbbbbb;
  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, .previewCartAction body .snize-ac-results .snize-view-all-link, body .snize-ac-results .previewCartAction .snize-view-all-link, .previewCartAction body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .previewCartAction .snize-popular-suggestions-view-all-products-text, .previewCartAction #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .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-additionalCheckoutButtons {
  padding-bottom: 1.5rem;
  padding-right: 1.5rem; }

.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: 768px) {
    .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: 768px) {
      .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: 768px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button, .panel--address .form-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .snize-view-all-link, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .panel--address .form-actions button {
      margin-bottom: 0.75rem; }
      .panel--address .form-actions .button + .button, .panel--address .form-actions body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .panel--address .form-actions .snize-view-all-link + .button, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .button, .panel--address .form-actions #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .panel--address .form-actions button + .button, .panel--address .form-actions body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .button + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .snize-view-all-link + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .panel--address .form-actions #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .panel--address .form-actions button + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .button + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .panel--address .form-actions .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .panel--address .form-actions button + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .panel--address .form-actions .button + button, .panel--address .form-actions body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .panel--address .form-actions #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .panel--address .form-actions .snize-view-all-link + button, .panel--address .form-actions body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .panel--address .form-actions #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + button, .panel--address .form-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .panel--address .form-actions button + button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 768px) {
          .panel--address .form-actions .button + .button, .panel--address .form-actions body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .panel--address .form-actions .snize-view-all-link + .button, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .button, .panel--address .form-actions #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .panel--address .form-actions button + .button, .panel--address .form-actions body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .button + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .snize-view-all-link + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .panel--address .form-actions #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .panel--address .form-actions button + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .button + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .panel--address .form-actions .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .panel--address .form-actions button + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .panel--address .form-actions .button + button, .panel--address .form-actions body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .panel--address .form-actions #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .panel--address .form-actions .snize-view-all-link + button, .panel--address .form-actions body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .panel--address .form-actions #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + button, .panel--address .form-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .panel--address .form-actions button + button {
            margin-left: 0.375rem; } }

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

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

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

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #878787; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #bbbbbb;
    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: 1280px) {
    .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: 1280px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

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

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

.previewCart {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 1280px) {
    .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: 1280px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button, .previewCartCheckout body .snize-ac-results .snize-view-all-link, body .snize-ac-results .previewCartCheckout .snize-view-all-link, .previewCartCheckout body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .previewCartCheckout .snize-popular-suggestions-view-all-products-text, .previewCartCheckout #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .previewCartCheckout button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p, .previewCartCheckout body .snize-ac-results .snize-view-all-link + p, body .snize-ac-results .previewCartCheckout .snize-view-all-link + p, .previewCartCheckout body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + p, body .snize-ac-results .snize-nothing-found .previewCartCheckout .snize-popular-suggestions-view-all-products-text + p, .previewCartCheckout #consent-manager .css-1wn42nw button + p, #consent-manager .css-1wn42nw .previewCartCheckout button + p {
      margin-top: 0.75rem; }
    .previewCartCheckout .button:not(:last-child), .previewCartCheckout body .snize-ac-results .snize-view-all-link:not(:last-child), body .snize-ac-results .previewCartCheckout .snize-view-all-link:not(:last-child), .previewCartCheckout body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:not(:last-child), body .snize-ac-results .snize-nothing-found .previewCartCheckout .snize-popular-suggestions-view-all-products-text:not(:last-child), .previewCartCheckout #consent-manager .css-1wn42nw button:not(:last-child), #consent-manager .css-1wn42nw .previewCartCheckout button:not(:last-child) {
      margin-bottom: 0.75rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 48px;
  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: 1280px) {
    .suggestiveCart {
      display: block; } }

.cookieMessage {
  background: #f9f9f9;
  color: #333333;
  display: none; }
  .cookieMessage .button, .cookieMessage body .snize-ac-results .snize-view-all-link, body .snize-ac-results .cookieMessage .snize-view-all-link, .cookieMessage body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cookieMessage .snize-popular-suggestions-view-all-products-text, .cookieMessage #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cookieMessage button {
    width: 100%; }
    @media (min-width: 1280px) {
      .cookieMessage .button, .cookieMessage body .snize-ac-results .snize-view-all-link, body .snize-ac-results .cookieMessage .snize-view-all-link, .cookieMessage body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cookieMessage .snize-popular-suggestions-view-all-products-text, .cookieMessage #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cookieMessage button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button, .cookieMessage body .snize-ac-results .snize-view-all-link, body .snize-ac-results .cookieMessage .snize-view-all-link, .cookieMessage body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cookieMessage .snize-popular-suggestions-view-all-products-text, .cookieMessage #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cookieMessage button {
        vertical-align: top; } }

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

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-downloads-summary {
  border-bottom: 1px solid #bbbbbb;
  font-size: 24px;
  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: #888888;
  font-size: 24px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

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

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

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

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

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

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

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

.icon--ratingEmpty svg {
  fill: #dddddd; }

.icon--ratingFull svg {
  fill: black; }

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

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

.apple-pay-checkout-button--white {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black); }

.apple-pay-checkout-button--white-border {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black);
  border: 0.5px solid #000; }

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

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

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

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

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #bbbbbb;
  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, .paymentMethod body .snize-ac-results .snize-view-all-link, body .snize-ac-results .paymentMethod .snize-view-all-link, .paymentMethod body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .paymentMethod .snize-popular-suggestions-view-all-products-text, .paymentMethod #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .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: 22px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #f3f3f3;
    font-size: 22px;
    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: #f3f3f3;
    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: 24px;
    text-transform: capitalize; }

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

.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: 768px) {
  .paymentMethodForm {
    max-width: 60%; } }

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

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

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

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

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

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

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

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

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

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

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

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

.skip-to-main-link {
  background: white;
  color: black;
  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 #bbbbbb;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1280px) {
    .header {
      border-bottom: 1px solid #bbbbbb;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1280px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.4375rem;
  text-align: center; }
  @media (min-width: 768px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 1280px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #f9f9f9;
        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: 1280px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #878787; }
    .header-logo__link:active {
      color: #878787; }

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

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

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

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

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

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

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

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1280px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: black;
    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: black;
      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: 1280px) {
    .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: 1280px) {
    .page-region {
      width: 75%; } }

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

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

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

.footer {
  background-color: black;
  border-top: 1px solid #bbbbbb;
  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: #888888;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 768px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1280px) {
    .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: 1280px) {
  .footer-info-col--small {
    width: 16.66667%; } }

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

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

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

@media (min-width: 1280px) {
  .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: #888888;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #878787; }

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

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

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

.container, .common-page-banner [data-content-region="page_builder_banner"] + .banner-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 81rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container, .common-page-banner [data-content-region="page_builder_banner"] + .banner-content {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1280px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #bbbbbb;
    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: 36px;
  margin: 0 1.5rem 0.375rem; }
  .blog-title a {
    text-decoration: none; }

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

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

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

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

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

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

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

.sidebarBlock-heading {
  font-size: 0.9375rem;
  margin-top: 0;
  text-transform: inherit; }
  @media (min-width: 1280px) {
    .sidebarBlock-heading.heading-price {
      margin-top: -0.75rem; } }

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .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: 768px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

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

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

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

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

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

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 768px) {
    .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: 768px) {
  .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: #f6f6f6;
  font-size: 1rem;
  margin: 0 0 0.1875rem; }
  @media (min-width: 1280px) {
    .listItem-brand {
      font-size: 24px;
      margin-bottom: 0; } }

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

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

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

.listItem-actions .button, .listItem-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .listItem-actions .snize-view-all-link, .listItem-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .listItem-actions .snize-popular-suggestions-view-all-products-text, .listItem-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .listItem-actions button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button, .listItem-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .listItem-actions .snize-view-all-link, .listItem-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .listItem-actions .snize-popular-suggestions-view-all-products-text, .listItem-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .listItem-actions button {
      width: 100%; }
      .listItem-actions .button + .button, .listItem-actions body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .listItem-actions .snize-view-all-link + .button, .listItem-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .listItem-actions .snize-popular-suggestions-view-all-products-text + .button, .listItem-actions #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .listItem-actions button + .button, .listItem-actions body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .listItem-actions .button + .snize-view-all-link, .listItem-actions body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .listItem-actions .snize-view-all-link + .snize-view-all-link, .listItem-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .listItem-actions .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .listItem-actions #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .listItem-actions #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .listItem-actions body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .listItem-actions button + .snize-view-all-link, .listItem-actions body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .listItem-actions .button + .snize-popular-suggestions-view-all-products-text, .listItem-actions body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .listItem-actions .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .listItem-actions .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .listItem-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .listItem-actions .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .listItem-actions #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .listItem-actions #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .listItem-actions body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .listItem-actions button + .snize-popular-suggestions-view-all-products-text, .listItem-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .listItem-actions .button + button, .listItem-actions body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .listItem-actions body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .listItem-actions #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .listItem-actions .snize-view-all-link + button, .listItem-actions body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .listItem-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .listItem-actions #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .listItem-actions .snize-popular-suggestions-view-all-products-text + button, .listItem-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .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: 1280px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

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

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

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

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

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

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

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

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 768px) {
    .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: 768px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

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

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

.product {
  overflow: hidden; }

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

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

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

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

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

/*--- [ MEDIA ] ---*/
/*--- [ COMMON MIXIN ] ---*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  padding-top: 0; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 13px; } }
  body.hasAdminBar .body,
  body.hasAdminBar [data-content-region="header_bottom--global"],
  body.hasAdminBar [data-content-region="header_bottom"] {
    margin-top: 0 !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin-bottom: 8px; } }

h1 {
  font-size: 48px; }
  @media screen and (max-width: 1023px) {
    h1 {
      font-size: 38px; } }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-size: 40px; }
  @media screen and (max-width: 1023px) {
    h2 {
      font-size: 36px; } }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 30px; } }

h3 {
  font-size: 36px; }
  @media screen and (max-width: 1023px) {
    h3 {
      font-size: 32px; } }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 28px; } }

h4 {
  font-size: 32px; }
  @media screen and (max-width: 1023px) {
    h4 {
      font-size: 28px; } }
  @media screen and (max-width: 767px) {
    h4 {
      font-size: 24px; } }

h5 {
  font-size: 24px; }
  @media screen and (max-width: 1023px) {
    h5 {
      font-size: 22px; } }
  @media screen and (max-width: 767px) {
    h5 {
      font-size: 20px; } }

h6 {
  font-size: 22px; }
  @media screen and (max-width: 1023px) {
    h6 {
      font-size: 20px; } }
  @media screen and (max-width: 767px) {
    h6 {
      font-size: 18px; } }

p {
  margin-bottom: 2.6rem; }
  @media screen and (max-width: 767px) {
    p {
      margin-bottom: 21px; } }
  p:empty {
    display: none; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:focus {
    color: black; }
  a svg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }

/*--- [Common Classes] ---*/
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

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

.align-start {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.align-end {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.align-self-start {
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.justify-center {
  -webkit-justify-content: center;
  justify-content: center; }

.justify-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.justify-space {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.flex-direction {
  flex-direction: column;
  -webkit-flex-direction: column; }

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

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

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

/*--- [List Style] ---*/
ul,
ol {
  margin-bottom: 2.6rem;
  margin-left: 2.6rem; }
  ul li,
  ol li {
    margin-bottom: 0.7rem; }
    ul li::marker,
    ol li::marker {
      color: black; }

ul {
  list-style: square; }

/*--- [table] ---*/
.table thead tr th,
.table thead tr td {
  font-size: 1.6rem;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .table thead tr th,
    .table thead tr td {
      font-size: 13px; } }

/*--- [Common Space] ---*/
.mb80, body div.snize div.snize-search-results-categories#snize-search-results-list-mode .snize-search-results-content, .heroCarousel, .productCarousel-main, .pageHeading-banner, .moulding-section, .explore-section, .promotion-banner, .service-section, .museum-section, .museum-wrap, .crown-section, .cate-description, .template-category .page-content, .search-list, .pdpDescription-section, .blog-post-figure {
  margin-bottom: 8rem; }
  @media screen and (max-width: 767px) {
    .mb80, body div.snize div.snize-search-results-categories#snize-search-results-list-mode .snize-search-results-content, .heroCarousel, .productCarousel-main, .pageHeading-banner, .moulding-section, .explore-section, .promotion-banner, .service-section, .museum-section, .museum-wrap, .crown-section, .cate-description, .template-category .page-content, .search-list, .pdpDescription-section, .blog-post-figure {
      margin-bottom: 60px; } }

.mt80, .template-brands .pagination, .subcate-section, .blog .tags, .blog-socialLink {
  margin-top: 8rem; }
  @media screen and (max-width: 767px) {
    .mt80, .template-brands .pagination, .subcate-section, .blog .tags, .blog-socialLink {
      margin-top: 60px; } }

.ptb80, .explore-section, .museum-section, .resources-section, .innovation-section, .faq-section, .help-section {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  @media screen and (max-width: 767px) {
    .ptb80, .explore-section, .museum-section, .resources-section, .innovation-section, .faq-section, .help-section {
      padding-top: 60px;
      padding-bottom: 60px; } }

/*--- common style ---*/
.borderShow-link, .pencil-banner-inner .col-right a, .store-info .contact-link, .moulding-card h2 a {
  position: relative;
  text-decoration: none;
  border: 0; }
  .borderShow-link::after, .pencil-banner-inner .col-right a::after, .store-info .contact-link::after, .moulding-card h2 a::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.08rem;
    background-color: currentColor;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media screen and (min-width: 1280px) {
    .borderShow-link:hover, .pencil-banner-inner .col-right a:hover, .store-info .contact-link:hover, .moulding-card h2 a:hover {
      color: inherit; }
      .borderShow-link:hover::after, .pencil-banner-inner .col-right a:hover::after, .store-info .contact-link:hover::after, .moulding-card h2 a:hover::after {
        width: 100%; } }

.borderHide-link, .pencil-banner-inner a, .store-info a, .bulkPrice-wrap .productView-info-value a, .needHelp-item a, .blog-list .blog-post .read-more {
  position: relative;
  text-decoration: none;
  border: 0; }
  .borderHide-link::after, .pencil-banner-inner a::after, .store-info a::after, .bulkPrice-wrap .productView-info-value a::after, .needHelp-item a::after, .blog-list .blog-post .read-more::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.08rem;
    background-color: currentColor;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media screen and (min-width: 1280px) {
    .borderHide-link:hover, .pencil-banner-inner a:hover, .store-info a:hover, .bulkPrice-wrap .productView-info-value a:hover, .needHelp-item a:hover, .blog-list .blog-post .read-more:hover {
      color: inherit; }
      .borderHide-link:hover::after, .pencil-banner-inner a:hover::after, .store-info a:hover::after, .bulkPrice-wrap .productView-info-value a:hover::after, .needHelp-item a:hover::after, .blog-list .blog-post .read-more:hover::after {
        width: 0; } }

.shop-all, .museum-link, .request-col a {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  padding-bottom: 1.08rem; }
  @media screen and (max-width: 767px) {
    .shop-all, .museum-link, .request-col a {
      font-size: 12px;
      letter-spacing: 0.12rem;
      padding-bottom: 12px; } }
  .shop-all::after, .museum-link::after, .request-col a::after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: " ";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 6rem;
    height: 0.08rem;
    background-color: currentColor;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 767px) {
      .shop-all::after, .museum-link::after, .request-col a::after {
        width: 40px; } }
  @media screen and (min-width: 1280px) {
    .shop-all:hover, .museum-link:hover, .request-col a:hover {
      color: white; }
      .shop-all:hover::after, .museum-link:hover::after, .request-col a:hover::after {
        width: 100%; } }
  .shop-all:focus, .museum-link:focus, .request-col a:focus {
    color: white; }

/*---  [Animation] ---*/
@keyframes zoomOut {
  0% {
    transform: scale(1);
    opacity: 0.8; }
  100% {
    transform: scale(2);
    opacity: 1; } }

@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1);
    opacity: 0.8; }
  100% {
    transform: scale(2);
    opacity: 1; } }

@-moz-keyframes zoomOut {
  0% {
    transform: scale(1);
    opacity: 0.8; }
  100% {
    transform: scale(2);
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }

@keyframes fadeInSliderDown {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 0; } }

@-webkit-keyframes fadeInSliderDown {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 0; } }

@-moz-keyframes fadeInSliderDown {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 0; } }

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0.8; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0.8; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0.8; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.button, body .snize-ac-results .snize-view-all-link, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  background-color: #f0f0f0;
  padding: 1.5rem 3.6rem 1.4rem;
  height: auto;
  margin: 0; }
  .button:hover, body .snize-ac-results .snize-view-all-link:hover, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover, #consent-manager .css-1wn42nw button:hover, .button:active, body .snize-ac-results .snize-view-all-link:active, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:active, #consent-manager .css-1wn42nw button:active {
    background-color: black; }
  .button:focus, body .snize-ac-results .snize-view-all-link:focus, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:focus, #consent-manager .css-1wn42nw button:focus {
    color: black;
    border-color: #f0f0f0;
    background-color: #f0f0f0; }
  .button--primary, body .snize-ac-results .snize-view-all-link, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, .qn-add-to-quote {
    background-color: black; }
    .button--primary:hover, body .snize-ac-results .snize-view-all-link:hover, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover, .qn-add-to-quote:hover, .button--primary:active, body .snize-ac-results .snize-view-all-link:active, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:active, .qn-add-to-quote:active {
      background-color: #f0f0f0; }
    .button--primary:focus, body .snize-ac-results .snize-view-all-link:focus, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:focus, .qn-add-to-quote:focus {
      color: white;
      background-color: black;
      border-color: black; }
  .button--large {
    min-width: 32.5rem; }
    @media screen and (max-width: 767px) {
      .button--large {
        min-width: auto; } }
  .button--small {
    padding-left: 2.6rem;
    padding-right: 2.6rem; }
  .button + .button, body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, #consent-manager .css-1wn42nw button + .button, body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw button + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .button + button, body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw button + button {
    margin-left: 2rem; }
    @media screen and (max-width: 767px) {
      .button + .button, body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, #consent-manager .css-1wn42nw button + .button, body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw button + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .button + button, body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw button + button {
        margin-left: 0;
        margin-top: 10px; } }

/*--- FORM ---*/
*:focus,
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
input:focus + label,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus,
input:focus + label,
.form-checkbox + .form-label,
.form-radio + .form-label {
  outline: none !important; }

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: black !important; }

textarea {
  resize: none; }

.form {
  margin-bottom: 0; }
  .form-field {
    margin-bottom: 1.5rem; }
  .form-input, .estimator-form-input .form-input, .coupon-form .form-input,
  .cart-gift-certificate-form .form-input, .form-select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 1.4rem;
    line-height: 1.5;
    height: auto;
    padding: 1.3rem 2rem; }
  .form-select {
    padding-right: 3rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="5" viewBox="0 0 12 5" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.742676 1.42878L1.25717 0.571289L5.99992 3.41694L10.7427 0.571289L11.2572 1.42878L5.99992 4.58313L0.742676 1.42878Z" fill="black"/></svg>');
    background-size: 1.3rem 0.7rem;
    background-position: center right 2rem; }
  .form-label {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
    line-height: 1.5;
    cursor: default; }
    .form-label small {
      font-size: 1.6rem;
      line-height: normal;
      font-weight: 400;
      margin: 0;
      color: #cc4749;
      float: none; }
      .form-label small .optional {
        font-size: 1.2rem; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    font-size: 1.4rem;
    line-height: 1.34;
    margin-bottom: 1.2rem;
    padding-left: 3.3rem; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      top: 0;
      width: 1.8rem;
      height: 1.8rem;
      border-color: black; }
    .form-checkbox + .form-label:last-child,
    .form-radio + .form-label:last-child {
      margin-bottom: 0; }
  .form-checkbox:checked + .form-label::before, .form-radio:checked + .form-label::before {
    background-color: black;
    border-color: black; }
  .form-checkbox:checked + .form-label::after,
  .form-radio:checked + .form-label::after {
    transform: none; }
  .form-checkbox + .form-label::before {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .form-checkbox + .form-label::after {
    top: 0.5rem;
    left: 0.4rem;
    transform: none;
    width: 1rem;
    height: 0.8rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.53039 2.03039L4.00006 7.56072L0.469727 4.03039L1.53039 2.96973L4.00006 5.4394L8.46973 0.969727L9.53039 2.03039Z" fill="white"/></svg>'); }
  .form-radio + .form-label:after {
    top: 0.5rem;
    left: 0.5rem;
    width: 0.8rem;
    height: 0.8rem;
    border: 0;
    background-color: white; }
  .form-field--error .form-inlineMessage {
    font-size: 1.2rem; }
    .form-field--error .form-inlineMessage::before {
      top: 0.1rem;
      width: 1rem;
      height: 1rem; }
  .form-field--success .form-radio + .form-label::before {
    border-color: black; }
  .form-row .form-column {
    padding: 0 0.75rem; }
    .form-row .form-column .form-field {
      padding: 0; }
    .form-row .form-column .form-field-group {
      border-radius: 0;
      padding: 1.3rem 2rem; }
      .form-row .form-column .form-field-group .form-radio + .form-label:nth-last-of-type(1) {
        margin-bottom: 0; }

::-webkit-input-placeholder {
  color: black !important;
  opacity: 1;
  font-weight: 400; }

::-moz-placeholder {
  color: black !important;
  opacity: 1;
  font-weight: 400; }

::-ms-input-placeholder {
  color: black !important;
  opacity: 1;
  font-weight: 400; }

::-moz-placeholder {
  color: black !important;
  opacity: 1;
  font-weight: 400; }

/*-------------- SELECT2 ---------------*/
.select2 {
  width: 100% !important; }
  .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: white;
    filter: alpha(opacity=0); }
  .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 0.1rem !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 0.1rem !important;
    white-space: nowrap !important; }
  .select2-search--dropdown {
    display: block;
    padding: 1.5rem 2rem; }
    .select2-search--dropdown .select2-search__field {
      font-size: 1.4rem;
      line-height: 1.5;
      width: 100%;
      box-sizing: border-box;
      height: auto;
      padding: 1.3rem 2rem;
      border: 0.1rem solid black; }
      .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
    .select2-search--dropdown.select2-search--hide {
      display: none; }
  .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    min-width: 19.8rem; }
    .select2-container.select-disabled {
      pointer-events: none;
      -webkit-filter: opacity(0.7) grayscale(1);
      filter: opacity(0.7) grayscale(1); }
    .select2-container--open--below {
      box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15); }
    .select2-container--open--above {
      box-shadow: 0px -15px 30px 0px rgba(0, 0, 0, 0.15); }
    .select2-container--open .select2-dropdown {
      left: 0; }
      .select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
        border-radius: 0;
        overflow: hidden; }
      .select2-container--open .select2-dropdown--below {
        border-top: 0;
        box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15); }
      .select2-container--open .select2-dropdown--above {
        border-bottom: 0;
        box-shadow: 0px -15px 30px 0px rgba(0, 0, 0, 0.15); }
    .select2-container--default .select2-results__option--selected {
      color: #555555; }
    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
      color: #555555; }
    .select2-container--default .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      height: 2.6rem;
      margin-right: 2rem;
      padding-right: 0; }
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: black;
      font-weight: 400; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0.6rem;
      width: 4rem;
      height: 0.6rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        width: 1.3rem;
        height: 0.5rem;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="5" viewBox="0 0 12 5" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.742676 1.42878L1.25717 0.571289L5.99992 3.41694L10.7427 0.571289L11.2572 1.42878L5.99992 4.58313L0.742676 1.42878Z" fill="black"/></svg>');
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .select2-container--default .select2-selection--single[aria-expanded="true"] .select2-selection__arrow b {
      transform: rotate(-180deg); }
    .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
      float: left; }
    .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
      left: 0.1rem;
      right: auto; }
    .select2-container--default.select2-container--disabled .select2-selection--single {
      background-color: white;
      cursor: default; }
      .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none; }
      .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
        transform: rotate(180deg); }
    .select2-container .select2-selection--single {
      background-repeat: no-repeat;
      background-size: 1.6rem auto;
      background-position: right 1rem center;
      line-height: 1.5;
      padding: 1.3rem 2rem;
      border: 0.1rem solid black;
      color: black;
      outline: none;
      display: block;
      background-color: white;
      font-size: 1.4rem;
      font-weight: 400;
      border-radius: 0;
      cursor: pointer; }
      .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
        padding-right: 2rem; }
      .select2-container .select2-selection--single .select2-selection__clear {
        background-color: transparent;
        border: none;
        font-size: 1.4rem; }
    .select2-container .select2-selection--multiple {
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      min-height: 3.2rem;
      user-select: none;
      -webkit-user-select: none; }
      .select2-container .select2-selection--multiple .select2-selection__rendered {
        display: inline;
        list-style: none;
        padding: 0; }
      .select2-container .select2-selection--multiple .select2-selection__clear {
        background-color: transparent;
        border: none;
        font-size: 1.4rem; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: 0.1rem solid black;
      font-size: 100%;
      margin-top: 0.5rem;
      margin-left: 0.5rem;
      padding: 0;
      max-width: 100%;
      resize: none;
      vertical-align: bottom;
      overflow: hidden;
      word-break: keep-all;
      padding: 1.3rem 2rem; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
  .select2-dropdown {
    background-color: white;
    border: 1px solid black;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9;
    min-width: 10rem;
    text-align: left;
    border-radius: 0; }
  .select2-results {
    display: block;
    max-height: 32rem;
    overflow: auto;
    border-radius: 0;
    width: 100%; }
    .select2-results__options {
      list-style: none;
      margin: 0;
      margin-left: 0 !important;
      padding: 1rem 0;
      color: black; }
      .select2-results__options li {
        margin: 0; }
        .select2-results__options li:before {
          display: none; }
    .select2-results__option {
      padding: 0.4rem 2rem !important;
      user-select: none;
      -webkit-user-select: none;
      font-size: 1.4rem;
      line-height: 1.5;
      cursor: pointer; }
    .select2-results--selectable {
      cursor: pointer; }

/*------ [WOW]  ------*/
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes fadeInLeft_New {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft_New {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    transform: translateX(-70px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInRight_New {
  0% {
    opacity: 1;
    -webkit-transform: translateX(70px);
    transform: translateX(70px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight_New {
  0% {
    opacity: 1;
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInUp_New {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp_New {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInUp_New_W_O {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp_New_W_O {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@media screen and (min-width: 768px) {
  .fadeInUp-New-W-O {
    -webkit-animation-name: fadeInUp_New_W_O;
    animation-name: fadeInUp_New_W_O; } }

@-webkit-keyframes fadeInDown_New {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.animated-new {
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms; }

@keyframes fadeInDown_New {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slideInUp_New {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp_New {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp-New {
  animation-name: slideInUp_New;
  -webkit-animation-name: slideInUp_New; }

@media screen and (min-width: 768px) {
  .desktop-l-t-r {
    -webkit-animation-name: fadeInLeft_New;
    animation-name: fadeInLeft_New; } }

@media screen and (min-width: 1024px) {
  .desktop-l-t-r-1024 {
    -webkit-animation-name: fadeInLeft_New;
    animation-name: fadeInLeft_New; } }

@media screen and (min-width: 768px) {
  .desktop-r-t-l {
    -webkit-animation-name: fadeInRight_New;
    animation-name: fadeInRight_New; } }

@media screen and (min-width: 1024px) {
  .desktop-r-t-l-1024 {
    -webkit-animation-name: fadeInRight_New;
    animation-name: fadeInRight_New; } }

@media screen and (min-width: 768px) {
  .desktop-t-t-b {
    -webkit-animation-name: fadeInDown_New;
    animation-name: fadeInDown_New; } }

@media screen and (min-width: 768px) {
  .desktop-b-t-t {
    -webkit-animation-name: fadeInUp_New;
    animation-name: fadeInUp_New; } }

@media screen and (max-width: 767px) {
  .mobile-t-t-b {
    -webkit-animation-name: fadeInDown_New;
    animation-name: fadeInDown_New; } }

@media screen and (max-width: 767px) {
  .mobile-b-t-t {
    -webkit-animation-name: fadeInUp_New;
    animation-name: fadeInUp_New; } }

@media screen and (max-width: 1023px) {
  .mobile-b-t-t-768 {
    -webkit-animation-name: fadeInUp_New;
    animation-name: fadeInUp_New; } }

.wow {
  visibility: hidden; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

.effect-scope {
  position: relative;
  overflow: hidden; }
  .effect-scope:after, .effect-scope:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: 9; }
  .effect-scope:hover:after, .effect-scope:hover:before {
    background: rgba(255, 255, 255, 0.3);
    visibility: visible; }
  .effect-scope:hover:before {
    width: 0;
    right: 50%;
    left: 50%; }
  .effect-scope:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%; }

.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0px) translateZ(0);
  transform: perspective(0px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }
  .hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    opacity: 0; }
  .hvr-radial-out:hover:before {
    opacity: 1; }

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden; }
  .hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098D1;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-from-left:hover:before {
    right: 0; }

.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #2098D1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }
  .hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    opacity: 0; }
  .hvr-radial-in:hover:before {
    opacity: 1; }

/*------------ [ SEARCHNISE ] ------------*/
.snize-results-page .body {
  overflow: hidden; }

.snize-results-page .page-content {
  overflow: visible; }
  .snize-results-page .page-content > p {
    margin-bottom: 0; }

body {
  /*--- [Dropdown] ---*/
  /*--- [Search Page] ---*/ }
  @media screen and (max-width: 1023px) {
    body.snize-instant-widget-is-open {
      overflow: hidden; } }
  body .snize-ac-results {
    max-width: 80rem;
    width: 100%; }
    body .snize-ac-results .snize-label {
      color: black;
      border-color: black;
      margin-bottom: 1.4rem;
      border-color: #bbbbbb; }
      @media screen and (max-width: 767px) {
        body .snize-ac-results .snize-label {
          font-size: 13px; } }
    body .snize-ac-results .snize-suggestion,
    body .snize-ac-results .snize-vendor,
    body .snize-ac-results .snize-tag,
    body .snize-ac-results .snize-category,
    body .snize-ac-results .snize-page,
    body .snize-ac-results a {
      color: black; }
    body .snize-ac-results .snize-ac-over-nodrop {
      color: #878787;
      background: none; }
      body .snize-ac-results .snize-ac-over-nodrop.snize-suggestion::before {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6 3.75C6.76295 3.75 3.75 6.77915 3.75 10.5409C3.75 14.3001 6.76045 17.3318 10.5 17.3318C11.9854 17.3318 13.3777 16.8561 14.5821 15.9089L18.6227 19.975C18.7663 20.1195 19.0288 20.25 19.3 20.25C19.5712 20.25 19.8337 20.1195 19.9773 19.975C20.1209 19.8305 20.25 19.567 20.25 19.2956C20.25 19.185 20.2027 19.0662 20.1614 18.9831C20.1162 18.8922 20.052 18.792 19.9773 18.7169L15.9348 14.6489C16.8771 13.4366 17.35 12.0355 17.35 10.5409C17.35 6.78165 14.3395 3.75 10.6 3.75ZM5.65 10.5409C5.65 7.85986 7.83955 5.65881 10.5 5.65881C13.1605 5.65881 15.35 7.85986 15.35 10.5409C15.35 13.3225 13.2605 15.423 10.5 15.423C7.83955 15.423 5.65 13.2219 5.65 10.5409Z' fill='%23878787'/%3E%3C/svg%3E%0A"); }
      body .snize-ac-results .snize-ac-over-nodrop.snize-page:not(.snize-view-all-pages)::before {
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C4.489 0 0 4.489 0 10C0 15.511 4.489 20 10 20C15.511 20 20 15.511 20 10C20 4.489 15.511 0 10 0ZM10 2C14.4301 2 18 5.56988 18 10C18 14.4301 14.4301 18 10 18C5.56988 18 2 14.4301 2 10C2 5.56988 5.56988 2 10 2ZM10 5C9.44771 5 9 5.44772 9 6C9 6.55228 9.44771 7 10 7C10.5523 7 11 6.55228 11 6C11 5.44772 10.5523 5 10 5ZM10 8.5C9.44771 8.5 9 8.94772 9 9.5V14C9 14.5523 9.44771 15 10 15C10.5523 15 11 14.5523 11 14V9.5C11 8.94771 10.5523 8.5 10 8.5Z' fill='%23878787'/%3E%3C/svg%3E"); }
      body .snize-ac-results .snize-ac-over-nodrop a {
        color: #878787; }
      body .snize-ac-results .snize-ac-over-nodrop .snize-ac-results-arrow {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999532 6.99973H12.1695L7.28953 2.11973C6.89953 1.72973 6.89953 1.08973 7.28953 0.699727C7.67953 0.309727 8.30953 0.309727 8.69953 0.699727L15.2895 7.28973C15.6795 7.67973 15.6795 8.30973 15.2895 8.69973L8.69953 15.2897C8.30953 15.6797 7.67953 15.6797 7.28953 15.2897C6.89953 14.8997 6.89953 14.2697 7.28953 13.8797L12.1695 8.99973H0.999532C0.449532 8.99973 -0.000468254 8.54973 -0.000468254 7.99973C-0.000468254 7.44973 0.449532 6.99973 0.999532 6.99973Z' fill='%23878787'/%3E%3C/svg%3E%0A"); }
    body .snize-ac-results .snize-suggestion::before {
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6 3.75C6.76295 3.75 3.75 6.77915 3.75 10.5409C3.75 14.3001 6.76045 17.3318 10.5 17.3318C11.9854 17.3318 13.3777 16.8561 14.5821 15.9089L18.6227 19.975C18.7663 20.1195 19.0288 20.25 19.3 20.25C19.5712 20.25 19.8337 20.1195 19.9773 19.975C20.1209 19.8305 20.25 19.567 20.25 19.2956C20.25 19.185 20.2027 19.0662 20.1614 18.9831C20.1162 18.8922 20.052 18.792 19.9773 18.7169L15.9348 14.6489C16.8771 13.4366 17.35 12.0355 17.35 10.5409C17.35 6.78165 14.3395 3.75 10.6 3.75ZM5.65 10.5409C5.65 7.85986 7.83955 5.65881 10.5 5.65881C13.1605 5.65881 15.35 7.85986 15.35 10.5409C15.35 13.3225 13.2605 15.423 10.5 15.423C7.83955 15.423 5.65 13.2219 5.65 10.5409Z' fill='%23000000'/%3E%3C/svg%3E%0A"); }
    body .snize-ac-results .snize-page:not(.snize-view-all-pages)::before {
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C4.489 0 0 4.489 0 10C0 15.511 4.489 20 10 20C15.511 20 20 15.511 20 10C20 4.489 15.511 0 10 0ZM10 2C14.4301 2 18 5.56988 18 10C18 14.4301 14.4301 18 10 18C5.56988 18 2 14.4301 2 10C2 5.56988 5.56988 2 10 2ZM10 5C9.44771 5 9 5.44772 9 6C9 6.55228 9.44771 7 10 7C10.5523 7 11 6.55228 11 6C11 5.44772 10.5523 5 10 5ZM10 8.5C9.44771 8.5 9 8.94772 9 9.5V14C9 14.5523 9.44771 15 10 15C10.5523 15 11 14.5523 11 14V9.5C11 8.94771 10.5523 8.5 10 8.5Z' fill='%23000000'/%3E%3C/svg%3E"); }
    body .snize-ac-results .snize-view-all-link {
      width: 100%;
      margin-top: 3rem; }
      body .snize-ac-results .snize-view-all-link:active span, body .snize-ac-results .snize-view-all-link:hover span {
        color: black; }
      body .snize-ac-results .snize-view-all-link:active .snize-ac-results-arrow, body .snize-ac-results .snize-view-all-link:hover .snize-ac-results-arrow {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999532 6.99973H12.1695L7.28953 2.11973C6.89953 1.72973 6.89953 1.08973 7.28953 0.699727C7.67953 0.309727 8.30953 0.309727 8.69953 0.699727L15.2895 7.28973C15.6795 7.67973 15.6795 8.30973 15.2895 8.69973L8.69953 15.2897C8.30953 15.6797 7.67953 15.6797 7.28953 15.2897C6.89953 14.8997 6.89953 14.2697 7.28953 13.8797L12.1695 8.99973H0.999532C0.449532 8.99973 -0.000468254 8.54973 -0.000468254 7.99973C-0.000468254 7.44973 0.449532 6.99973 0.999532 6.99973Z' fill='%23000000'/%3E%3C/svg%3E%0A"); }
      body .snize-ac-results .snize-view-all-link span {
        color: white; }
      body .snize-ac-results .snize-view-all-link .snize-ac-results-arrow {
        vertical-align: baseline;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999532 6.99973H12.1695L7.28953 2.11973C6.89953 1.72973 6.89953 1.08973 7.28953 0.699727C7.67953 0.309727 8.30953 0.309727 8.69953 0.699727L15.2895 7.28973C15.6795 7.67973 15.6795 8.30973 15.2895 8.69973L8.69953 15.2897C8.30953 15.6797 7.67953 15.6797 7.28953 15.2897C6.89953 14.8997 6.89953 14.2697 7.28953 13.8797L12.1695 8.99973H0.999532C0.449532 8.99973 -0.000468254 8.54973 -0.000468254 7.99973C-0.000468254 7.44973 0.449532 6.99973 0.999532 6.99973Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A"); }
    body .snize-ac-results .snize-ac-results-arrow {
      width: 1rem;
      height: 1rem;
      background-repeat: no-repeat; }
    body .snize-ac-results .snize-product .snize-item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    body .snize-ac-results .snize-product.snize-ac-over-nodrop .snize-title {
      color: #555555;
      font-weight: 700; }
    body .snize-ac-results .snize-item-image {
      aspect-ratio: 1/1; }
    body .snize-ac-results .snize-product-info {
      margin: 0 0 0 2rem; }
    body .snize-ac-results .snize-title {
      font-size: 1.4rem;
      line-height: 1.5rem;
      color: black;
      margin-bottom: 1.1rem; }
    body .snize-ac-results .snize-price-list {
      font-size: 1.4rem;
      line-height: 1.5;
      font-weight: 700;
      color: black;
      margin-top: 0; }
    body .snize-ac-results .snize-nothing-found-text {
      font-size: 1.6rem;
      color: black; }
    body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text {
      width: 100%;
      margin: 3rem 0 0; }
      body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text .snize-ac-view-all-products {
        color: white; }
      body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text .snize-ac-results-arrow {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999532 6.99973H12.1695L7.28953 2.11973C6.89953 1.72973 6.89953 1.08973 7.28953 0.699727C7.67953 0.309727 8.30953 0.309727 8.69953 0.699727L15.2895 7.28973C15.6795 7.67973 15.6795 8.30973 15.2895 8.69973L8.69953 15.2897C8.30953 15.6797 7.67953 15.6797 7.28953 15.2897C6.89953 14.8997 6.89953 14.2697 7.28953 13.8797L12.1695 8.99973H0.999532C0.449532 8.99973 -0.000468254 8.54973 -0.000468254 7.99973C-0.000468254 7.44973 0.449532 6.99973 0.999532 6.99973Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A"); }
      body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover .snize-ac-view-all-products, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:active .snize-ac-view-all-products {
        color: black; }
      body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover .snize-ac-results-arrow, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:active .snize-ac-results-arrow {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999532 6.99973H12.1695L7.28953 2.11973C6.89953 1.72973 6.89953 1.08973 7.28953 0.699727C7.67953 0.309727 8.30953 0.309727 8.69953 0.699727L15.2895 7.28973C15.6795 7.67973 15.6795 8.30973 15.2895 8.69973L8.69953 15.2897C8.30953 15.6797 7.67953 15.6797 7.28953 15.2897C6.89953 14.8997 6.89953 14.2697 7.28953 13.8797L12.1695 8.99973H0.999532C0.449532 8.99973 -0.000468254 8.54973 -0.000468254 7.99973C-0.000468254 7.44973 0.449532 6.99973 0.999532 6.99973Z' fill='%23000000'/%3E%3C/svg%3E%0A"); }
    body .snize-ac-results .snize-no-products-found {
      text-align: left;
      padding-bottom: 4rem;
      border-bottom: 0.1rem solid #bbbbbb;
      margin-bottom: 3.4rem; }
      @media screen and (max-width: 1023px) {
        body .snize-ac-results .snize-no-products-found {
          margin-bottom: 34px; } }
      body .snize-ac-results .snize-no-products-found .snize-did-you-mean .snize-no-products-found-link {
        color: black;
        background-color: #f0f0f0; }
        body .snize-ac-results .snize-no-products-found .snize-did-you-mean .snize-no-products-found-link:hover {
          color: white;
          background-color: black; }
    body .snize-ac-results .snize-no-products-found-text {
      color: black; }
    body .snize-ac-results .snize-popular-suggestions-text .snize-no-products-found-link {
      color: black;
      background-color: #f0f0f0; }
      body .snize-ac-results .snize-popular-suggestions-text .snize-no-products-found-link:hover {
        color: white;
        background-color: black; }
    body .snize-ac-results.snize-ac-results-mobile {
      overflow: hidden; }
      body .snize-ac-results.snize-ac-results-mobile .snize-ac-results-content {
        overflow: auto;
        height: 100%;
        padding: 30px 22px; }
        @media screen and (max-width: 767px) {
          body .snize-ac-results.snize-ac-results-mobile .snize-ac-results-content {
            padding: 20px 12px; } }
      body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        height: auto;
        margin: 0 8px 10px; }
        @media screen and (max-width: 767px) {
          body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel {
            margin-left: 0;
            margin-right: 0; } }
        body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel.se-sticky-search-form-focused {
          outline: 0; }
        body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style {
          font-size: 14px;
          line-height: 1.5;
          padding: 13px 0 14px;
          margin: 0;
          height: auto; }
        body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel .snize-close-button {
          width: 50px; }
        body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel button.snize-close-button-arrow {
          width: 12px;
          height: 12px;
          margin-left: 20px;
          background-size: contain; }
        body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel button.snize-clear-button.snize-icon-search {
          background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="black" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 1.5C3.51472 1.5 1.5 3.51472 1.5 6C1.5 8.48528 3.51472 10.5 6 10.5C8.48528 10.5 10.5 8.48528 10.5 6C10.5 3.51472 8.48528 1.5 6 1.5ZM0.5 6C0.5 2.96243 2.96243 0.5 6 0.5C9.03757 0.5 11.5 2.96243 11.5 6C11.5 9.03757 9.03757 11.5 6 11.5C2.96243 11.5 0.5 9.03757 0.5 6Z" /><path fill-rule="evenodd" clip-rule="evenodd" d="M13.6465 14.3536L9.14648 9.85359L9.85359 9.14648L14.3536 13.6465L13.6465 14.3536Z" /></svg>');
          background-size: 14px;
          width: 14px;
          height: 14px;
          margin-right: 20px; }
        body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel button.snize-clear-button {
          width: 10px;
          height: 10px;
          background-size: 10px;
          margin-right: 20px;
          background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" stroke="none" fill="black" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.16602 0.605713L13.8939 13.3336L12.8333 14.3943L0.105355 1.66637L1.16602 0.605713Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.8945 1.66626L1.16661 14.3942L0.105948 13.3335L12.8339 0.6056L13.8945 1.66626Z"/></svg>'); }
      body .snize-ac-results.snize-ac-results-mobile .snize-title {
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          body .snize-ac-results.snize-ac-results-mobile .snize-title {
            font-size: 11px; } }
      @media screen and (max-width: 767px) {
        body .snize-ac-results.snize-ac-results-mobile .snize-price-list {
          font-size: 11px; } }
      body .snize-ac-results.snize-ac-results-mobile .snize-label {
        padding-bottom: 7px; }
      body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text {
        font-size: 12px;
        line-height: 1.5;
        padding: 15px 36px 14px;
        height: auto;
        letter-spacing: 0.12rem;
        background-color: black;
        margin-left: 0;
        margin-right: 0; }
  body div.snize-search-results {
    margin-bottom: 0; }
    body div.snize-search-results .snize-main-panel {
      margin-bottom: 1.6rem;
      text-align: center; }
    body div.snize-search-results#snize_results div.snize-main-panel-controls ul li:last-child {
      margin-right: 0; }
    body div.snize-search-results#snize_results div.snize-main-panel-controls ul li a {
      color: black;
      border-color: transparent; }
      body div.snize-search-results#snize_results div.snize-main-panel-controls ul li a.active {
        color: black;
        border-color: black; }
      body div.snize-search-results#snize_results div.snize-main-panel-controls ul li a:hover {
        color: #878787; }
      body div.snize-search-results#snize_results div.snize-main-panel-controls ul li a span {
        color: #888888; }
    body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel {
      min-height: auto;
      margin-left: 0;
      margin-right: 0; }
    body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-controls {
      margin-top: 0;
      margin-bottom: 50px; }
      body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-controls > ul {
        padding: 0; }
      body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-controls ul li a span {
        color: #888888; }
    body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters {
      width: 100%;
      background-color: black;
      padding-top: 13px;
      padding-bottom: 13px;
      position: relative; }
      body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters::after {
        content: " ";
        position: absolute;
        left: -999px;
        right: -100%;
        background: black;
        width: auto;
        height: 100%;
        z-index: -1; }
      body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters > a {
        font-size: 12px;
        font-weight: 700;
        line-height: 1.5;
        color: white;
        position: relative;
        padding: 0 0 0 35px;
        letter-spacing: 0.12rem;
        text-transform: uppercase; }
        body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters > a::before {
          content: " ";
          position: absolute;
          top: 3px;
          left: 0;
          width: 18px;
          height: 12px;
          background-image: url('data:image/svg+xml,<svg width="18" height="11" viewBox="0 0 18 11" fill="white" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 0.25H18V1.75H0V0.25Z" /><path fill-rule="evenodd" clip-rule="evenodd" d="M7 9.25H11V10.75H7V9.25Z" /><path fill-rule="evenodd" clip-rule="evenodd" d="M3.99996 4.75001L14.0001 4.75L14.0001 6.25L3.99996 6.25001L3.99996 4.75001Z" /></svg>');
          background-repeat: no-repeat;
          background-size: contain; }
      body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters span.snize-selected-filters-count-container {
        position: static;
        background: transparent;
        font-size: 12px;
        line-height: 1.5;
        margin-left: 10px; }
        body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters span.snize-selected-filters-count-container::after {
          content: ")"; }
        body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters span.snize-selected-filters-count-container::before {
          content: "("; }
    body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode ul {
      margin: 0; }
    body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns li.snize-product {
      padding-right: 0;
      margin-bottom: 0;
      margin-right: -1px;
      width: 50% !important; }
      @media screen and (max-width: 767px) {
        body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns li.snize-product {
          width: 50% !important; } }
      body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns li.snize-product span.snize-thumbnail {
        height: auto;
        margin-bottom: 40px; }
        body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns li.snize-product span.snize-thumbnail img {
          max-height: none;
          aspect-ratio: 1/1; }
      body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns li.snize-product span.snize-title {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 11px; }
        @media screen and (max-width: 767px) {
          body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns li.snize-product span.snize-title {
            font-size: 11px;
            margin-bottom: 10px; } }
      body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns li.snize-product .snize-price-list {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.11rem; }
        @media screen and (max-width: 767px) {
          body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns li.snize-product .snize-price-list {
            font-size: 11px; } }
    body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode span.snize-overhidden {
      padding: 0; }
    body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version.snize-tab-selected-pages .snize-main-panel-controls, body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version.snize-tab-selected-categories .snize-main-panel-controls {
      margin-bottom: 0; }
    body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version.snize-tab-selected-pages div.snize-search-results-header, body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version.snize-tab-selected-categories div.snize-search-results-header {
      text-align: center;
      margin-top: 0; }
    body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode span.snize-description {
      font-size: 16px;
      margin-top: 12px; }
      @media screen and (max-width: 767px) {
        body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode span.snize-description {
          font-size: 13px; } }
    body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode span.snize-thumbnail {
      width: 100px;
      height: 100px; }
      body div.snize-search-results#snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode span.snize-thumbnail img {
        max-width: 100px;
        max-width: 100px; }
    body div.snize-search-results#snize_results.snize-mobile-design div.snize-search-results-header {
      font-size: 16px;
      color: black;
      margin-top: 17px;
      margin-bottom: 17px; }
      @media screen and (max-width: 767px) {
        body div.snize-search-results#snize_results.snize-mobile-design div.snize-search-results-header {
          font-size: 14px; } }
    body div.snize-search-results#snize_results.snize-mobile-design div.snize-pagination {
      margin: 0; }
      body div.snize-search-results#snize_results.snize-mobile-design div.snize-pagination ul li:first-child, body div.snize-search-results#snize_results.snize-mobile-design div.snize-pagination ul li:last-child {
        width: 21px;
        height: 16px; }
      body div.snize-search-results#snize_results.snize-mobile-design div.snize-pagination ul li a {
        padding: 10px 15px 14px; }
        @media screen and (max-width: 767px) {
          body div.snize-search-results#snize_results.snize-mobile-design div.snize-pagination ul li a {
            font-size: 14px; } }
      body div.snize-search-results#snize_results.snize-mobile-design div.snize-pagination ul li span {
        padding: 10px 15px 14px; }
      body div.snize-search-results#snize_results.snize-mobile-design div.snize-pagination ul li .snize-pagination-prev, body div.snize-search-results#snize_results.snize-mobile-design div.snize-pagination ul li .snize-pagination-next {
        width: 20px;
        height: 16px;
        padding: 0; }
        body div.snize-search-results#snize_results.snize-mobile-design div.snize-pagination ul li .snize-pagination-prev.disabled, body div.snize-search-results#snize_results.snize-mobile-design div.snize-pagination ul li .snize-pagination-next.disabled {
          width: 20px;
          height: 16px; }
    body div.snize-search-results ul.snize-search-results-content {
      min-height: auto; }
  body div.snize div.snize-main-panel-view-mode {
    display: none; }
  body div.snize .snize-horizontal-wrapper {
    position: relative;
    margin-top: 10.6rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    z-index: 99; }
    @media screen and (max-width: 1279px) {
      body div.snize .snize-horizontal-wrapper {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
  body div.snize .snize-horizontal-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: calc(100% - 25.4rem); }
    @media screen and (max-width: 1279px) {
      body div.snize .snize-horizontal-left {
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%; } }
    body div.snize .snize-horizontal-left .snize-header {
      order: 1;
      position: absolute;
      top: 0; }
    body div.snize .snize-horizontal-left div.snize-search-results-header {
      -webkit-justify-content: center;
      justify-content: center;
      font-size: 1.6rem;
      color: black; }
    body div.snize .snize-horizontal-left .snize-horizontal-filters {
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      order: 2;
      background-color: black;
      position: relative;
      margin-top: 8rem;
      margin-bottom: 4rem; }
      body div.snize .snize-horizontal-left .snize-horizontal-filters::before {
        content: "";
        position: absolute;
        height: 100%;
        top: 0;
        width: 100%;
        background-color: black;
        left: -100%; }
      @media screen and (max-width: 1279px) {
        body div.snize .snize-horizontal-left .snize-horizontal-filters {
          -webkit-justify-content: center;
          justify-content: center;
          margin-bottom: 10px; }
          body div.snize .snize-horizontal-left .snize-horizontal-filters::after {
            content: "";
            position: absolute;
            height: 100%;
            top: 0;
            width: 100%;
            background-color: black;
            right: -100%; } }
      body div.snize .snize-horizontal-left .snize-horizontal-filters.snize-hidden::before {
        margin-top: 0;
        display: none; }
  body div.snize div.snize-filters-dropdown {
    margin-right: 3.8rem;
    margin-bottom: 0; }
    @media screen and (max-width: 1599px) {
      body div.snize div.snize-filters-dropdown {
        margin-right: 20px; } }
    body div.snize div.snize-filters-dropdown.snize-filter-selected .snize-filters-dropdown-title {
      background-color: black; }
    body div.snize div.snize-filters-dropdown.snize-filter-selected .snize-filters-dropdown-top-bar-right:hover {
      color: #878787; }
    body div.snize div.snize-filters-dropdown .snize-product-filters-price-symbol {
      display: none; }
  body div.snize div.snize-filters-dropdown-title {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.12rem;
    min-width: auto;
    color: white;
    background-color: black;
    border: 0;
    padding: 2.2rem 2rem 2rem 0; }
    @media screen and (max-width: 1279px) {
      body div.snize div.snize-filters-dropdown-title {
        padding-right: 14px; } }
    body div.snize div.snize-filters-dropdown-title.active {
      background-color: black; }
      body div.snize div.snize-filters-dropdown-title.active > span:after {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    body div.snize div.snize-filters-dropdown-title span {
      text-transform: uppercase; }
    body div.snize div.snize-filters-dropdown-title > span:after {
      position: absolute;
      right: 0;
      width: 1rem;
      height: 0.6rem;
      background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" stroke="white" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.5L5 4.5L9 1.5" stroke-width="1.5"/></svg>'); }
  body div.snize span.snize-filter-selected-variants-count {
    font-size: 1rem;
    color: black;
    margin-top: -0.1rem; }
  body div.snize div.snize-filters-dropdown-content {
    background-color: #f3f3f3;
    border: 0;
    border-bottom: 0.1rem solid black;
    padding: 3rem 3.5rem;
    min-width: 17rem;
    border-radius: 0; }
    body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list {
      margin: 0; }
      body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list li {
        margin: 0 0 1.6rem 0; }
        body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list li:last-child {
          margin-bottom: 0; }
        body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list li label > span {
          font-size: 1.4rem;
          line-height: 1.34;
          color: black;
          padding-left: 3.3rem; }
        body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list li .snize-filter-checkbox {
          width: 1.8rem;
          height: 1.8rem; }
        body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list li .snize-filter-checkbox {
          margin-top: 0; }
          body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list li .snize-filter-checkbox span {
            width: 1.8rem;
            height: 1.8rem;
            border: 0;
            border-radius: 0; }
            body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list li .snize-filter-checkbox span::after {
              top: 0.5rem;
              left: 0.4rem;
              width: 1rem;
              height: 0.8rem;
              margin: 0;
              background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.53039 2.03039L4.00006 7.56072L0.469727 4.03039L1.53039 2.96973L4.00006 5.4394L8.46973 0.969727L9.53039 2.03039Z" fill="white"/></svg>'); }
      body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list .snize-filter-variant-count {
        display: none; }
    body div.snize div.snize-filters-dropdown-content ul.snize-product-size-filter,
    body div.snize div.snize-filters-dropdown-content ul.snize-product-color-filter {
      margin: 0; }
    body div.snize div.snize-filters-dropdown-content ul.snize-product-size-filter {
      overflow: unset;
      min-width: unset; }
      body div.snize div.snize-filters-dropdown-content ul.snize-product-size-filter li {
        width: calc(50% - 0.5rem);
        margin: 1rem 1rem 0 0; }
        body div.snize div.snize-filters-dropdown-content ul.snize-product-size-filter li:not(.snize-product-size-filter) {
          width: calc(50% - 0.5rem); }
        body div.snize div.snize-filters-dropdown-content ul.snize-product-size-filter li:nth-child(-n + 2) {
          margin-top: 0; }
        body div.snize div.snize-filters-dropdown-content ul.snize-product-size-filter li:nth-child(2n) {
          margin-right: 0; }
        body div.snize div.snize-filters-dropdown-content ul.snize-product-size-filter li:hover label .snize-size-filter-checkbox > span {
          border-color: #bbbbbb; }
        body div.snize div.snize-filters-dropdown-content ul.snize-product-size-filter li label .snize-size-filter-checkbox > span {
          font-size: 1.4rem;
          border-color: black; }
    body div.snize div.snize-filters-dropdown-content ul.snize-product-color-filter li {
      width: 2.4rem;
      height: 2.4rem;
      margin: 1rem 1.2rem 0 0; }
      body div.snize div.snize-filters-dropdown-content ul.snize-product-color-filter li:hover label .snize-color-filter-checkbox > span:before {
        border-color: #bbbbbb; }
      body div.snize div.snize-filters-dropdown-content ul.snize-product-color-filter li:nth-child(-n + 5) {
        margin-top: 0; }
      body div.snize div.snize-filters-dropdown-content ul.snize-product-color-filter li:nth-child(5n) {
        margin-right: 0; }
      body div.snize div.snize-filters-dropdown-content ul.snize-product-color-filter li label .snize-color-filter-checkbox > span {
        border-radius: 0; }
        body div.snize div.snize-filters-dropdown-content ul.snize-product-color-filter li label .snize-color-filter-checkbox > span::before {
          border-radius: 0;
          border-color: black; }
      body div.snize div.snize-filters-dropdown-content ul.snize-product-color-filter li .snize-color-name {
        display: none;
        font-size: 1rem; }
  body div.snize .snize-filters-dropdown-top-bar {
    font-size: 1.4rem;
    line-height: 1.34;
    background: none;
    border: 0;
    padding: 0;
    margin-bottom: 3rem; }
  body div.snize .snize-filters-dropdown-top-bar-left {
    color: black; }
  body div.snize .snize-color-name {
    color: black; }
  body div.snize .snize-horizontal-right {
    max-width: 25.4rem;
    width: 100%;
    min-width: auto;
    margin: 0;
    position: relative; }
    @media screen and (max-width: 1279px) {
      body div.snize .snize-horizontal-right {
        margin-left: auto; } }
    body div.snize .snize-horizontal-right .snize-main-panel-dropdown {
      padding-left: 6.4rem;
      position: relative;
      margin-bottom: 10px; }
      @media screen and (min-width: 1280px) {
        body div.snize .snize-horizontal-right .snize-main-panel-dropdown {
          background-color: black;
          margin-top: 8rem;
          margin-bottom: 4rem; }
          body div.snize .snize-horizontal-right .snize-main-panel-dropdown::before {
            content: "";
            position: absolute;
            height: 100%;
            top: 0;
            right: -100%;
            left: -100%;
            z-index: -1;
            background-color: black; } }
      body div.snize .snize-horizontal-right .snize-main-panel-dropdown > span {
        min-width: 17rem; }
      body div.snize .snize-horizontal-right .snize-main-panel-dropdown::after {
        content: "Sort by:";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        color: white;
        text-transform: uppercase;
        font-size: 1.2rem;
        line-height: 1.5;
        font-weight: 700;
        letter-spacing: 0.12rem;
        margin-top: 0.1rem; }
        @media screen and (max-width: 1279px) {
          body div.snize .snize-horizontal-right .snize-main-panel-dropdown::after {
            color: black; } }
      body div.snize .snize-horizontal-right .snize-main-panel-dropdown .snize-main-panel-dropdown-button {
        color: white;
        background-color: black;
        border: 0;
        width: auto;
        height: auto;
        padding: 2.2rem 1.8rem 2rem 0; }
        @media screen and (max-width: 1279px) {
          body div.snize .snize-horizontal-right .snize-main-panel-dropdown .snize-main-panel-dropdown-button {
            color: black;
            background-color: white; } }
        body div.snize .snize-horizontal-right .snize-main-panel-dropdown .snize-main-panel-dropdown-button:after {
          position: absolute !important;
          content: " ";
          margin: 0;
          right: 0;
          width: 1rem !important;
          height: 0.6rem;
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M9 1.5L5 4.5L1 1.5" stroke="%23CCCCCC" stroke-width="1.5"/></svg>'); }
        body div.snize .snize-horizontal-right .snize-main-panel-dropdown .snize-main-panel-dropdown-button span {
          line-height: 1.5;
          letter-spacing: 0.12rem;
          text-transform: uppercase;
          min-width: 17rem;
          width: auto; }
      body div.snize .snize-horizontal-right .snize-main-panel-dropdown .snize-main-panel-dropdown-content {
        border-color: black; }
        @media screen and (max-width: 1279px) {
          body div.snize .snize-horizontal-right .snize-main-panel-dropdown .snize-main-panel-dropdown-content {
            border-top: 1px solid black; } }
        body div.snize .snize-horizontal-right .snize-main-panel-dropdown .snize-main-panel-dropdown-content a {
          font-size: 1.4rem;
          line-height: 1.5;
          padding: 0.4rem 2rem;
          color: black; }
          body div.snize .snize-horizontal-right .snize-main-panel-dropdown .snize-main-panel-dropdown-content a.current, body div.snize .snize-horizontal-right .snize-main-panel-dropdown .snize-main-panel-dropdown-content a:hover {
            background: none;
            color: #555555; }
          body div.snize .snize-horizontal-right .snize-main-panel-dropdown .snize-main-panel-dropdown-content a.current:hover {
            background: none; }
  body div.snize .snize-price-range input.snize-price-range-input {
    font-size: 1.4rem;
    line-height: 1.5;
    height: auto;
    padding: 1.3rem 2rem;
    border-color: black;
    max-width: 7.8rem; }
  body div.snize div.slider-container.snize-theme {
    max-width: 92%; }
    @media screen and (max-width: 1023px) {
      body div.snize div.slider-container.snize-theme {
        max-width: 100%; } }
  body div.snize div.slider-container.snize-theme {
    margin: 0; }
  body div.snize div.slider-container.snize-theme .back-bar .pointer {
    background-color: black; }
  body div.snize div.slider-container.snize-theme .selected-bar {
    background-color: black; }
  body div.snize div.snize-pagination {
    margin-top: 0; }
    body div.snize div.snize-pagination ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      width: 100% !important;
      position: relative;
      max-width: 115.2rem;
      margin: 0 auto; }
      body div.snize div.snize-pagination ul::after {
        content: " ";
        position: absolute;
        bottom: 0;
        left: -100%;
        right: -100%;
        height: 0.1rem;
        background-color: #bbbbbb; }
      body div.snize div.snize-pagination ul li:first-child {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: 0;
        width: 3.6rem;
        height: 3.6rem; }
      body div.snize div.snize-pagination ul li:last-child {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0;
        width: 3.6rem;
        height: 3.6rem; }
      body div.snize div.snize-pagination ul li a {
        padding: 2.4rem 3rem 2.8rem;
        width: auto;
        letter-spacing: 0.16rem;
        color: #888888;
        position: relative; }
        body div.snize div.snize-pagination ul li a:hover {
          color: black; }
          body div.snize div.snize-pagination ul li a:hover::after {
            content: " ";
            position: absolute;
            width: 100%;
            height: 0.1rem;
            background-color: black;
            bottom: 0;
            left: 0;
            z-index: 1; }
        body div.snize div.snize-pagination ul li a.active {
          color: black;
          background: none; }
      body div.snize div.snize-pagination ul li span {
        padding: 2.4rem 3rem 2.8rem;
        width: auto; }
      body div.snize div.snize-pagination ul li .snize-pagination-prev {
        position: absolute;
        width: 3.6rem;
        height: 3.6rem;
        padding: 0;
        background-image: url('data:image/svg+xml,<svg width="36" height="26" viewBox="0 0 36 26" fill="%23B3B3B3" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.7149 0.464355L0.92868 12.9999L13.7149 25.5355L14.7651 24.4644L3.83632 13.7499H36V12.2499H3.83632L14.7651 1.53546L13.7149 0.464355Z"/></svg>');
        background-size: 100% auto; }
        body div.snize div.snize-pagination ul li .snize-pagination-prev:hover {
          background-image: url('data:image/svg+xml,<svg width="36" height="26" viewBox="0 0 36 26" fill="%23000000" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.7149 0.464355L0.92868 12.9999L13.7149 25.5355L14.7651 24.4644L3.83632 13.7499H36V12.2499H3.83632L14.7651 1.53546L13.7149 0.464355Z"/></svg>'); }
        body div.snize div.snize-pagination ul li .snize-pagination-prev.disabled {
          width: 3.6rem;
          height: 3.6rem;
          opacity: 1;
          background-image: url('data:image/svg+xml,<svg width="36" height="26" viewBox="0 0 36 26" fill="%23B3B3B3" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.7149 0.464355L0.92868 12.9999L13.7149 25.5355L14.7651 24.4644L3.83632 13.7499H36V12.2499H3.83632L14.7651 1.53546L13.7149 0.464355Z"/></svg>'); }
        body div.snize div.snize-pagination ul li .snize-pagination-prev::after {
          display: none; }
      body div.snize div.snize-pagination ul li .snize-pagination-next {
        position: absolute;
        width: 3.6rem;
        height: 3.6rem;
        padding: 0;
        background-image: url('data:image/svg+xml,<svg width="36" height="26" viewBox="0 0 36 26" fill="%23B3B3B3" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M22.2851 0.464355L35.0713 12.9999L22.2851 25.5355L21.2349 24.4644L32.1637 13.7499H0V12.2499H32.1637L21.2349 1.53546L22.2851 0.464355Z"/></svg>');
        background-size: 100% auto; }
        body div.snize div.snize-pagination ul li .snize-pagination-next:hover {
          background-image: url('data:image/svg+xml,<svg width="36" height="26" viewBox="0 0 36 26" fill="%23000000" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M22.2851 0.464355L35.0713 12.9999L22.2851 25.5355L21.2349 24.4644L32.1637 13.7499H0V12.2499H32.1637L21.2349 1.53546L22.2851 0.464355Z"/></svg>'); }
        body div.snize div.snize-pagination ul li .snize-pagination-next.disabled {
          width: 3.6rem;
          height: 3.6rem;
          opacity: 1;
          background-image: url('data:image/svg+xml,<svg width="36" height="26" viewBox="0 0 36 26" fill="%23B3B3B3" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M22.2851 0.464355L35.0713 12.9999L22.2851 25.5355L21.2349 24.4644L32.1637 13.7499H0V12.2499H32.1637L21.2349 1.53546L22.2851 0.464355Z"/></svg>'); }
        body div.snize div.snize-pagination ul li .snize-pagination-next:after {
          display: none; }
  body div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-category {
    padding: 3.5rem 0 3.4rem;
    border-top: 0;
    border-color: #bbbbbb; }
    @media screen and (max-width: 1023px) {
      body div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-category {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      body div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-category {
        padding-top: 20px;
        padding-bottom: 20px; } }
    body div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-category:first-child {
      border-top: 0.1rem solid #bbbbbb;
      margin-top: 8rem; }
      @media screen and (max-width: 1023px) {
        body div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-category:first-child {
          margin-top: 40px; } }
    body div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-category span.snize-title {
      font-size: 1.8rem;
      line-height: 1.1;
      text-transform: uppercase;
      color: black; }
      @media screen and (max-width: 1279px) {
        body div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-category span.snize-title {
          font-size: 16px; } }
      @media screen and (max-width: 767px) {
        body div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-category span.snize-title {
          font-size: 14px; } }
    body div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-category span.snize-description {
      font-size: 1.6rem;
      line-height: 1.6;
      color: black;
      margin-top: 2rem;
      margin-bottom: 0; }
  body div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-page {
    padding: 3.5rem 0 3.4rem;
    border-color: #bbbbbb; }
    @media screen and (max-width: 1023px) {
      body div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-page {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      body div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-page {
        padding-top: 20px;
        padding-bottom: 20px; } }
    body div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-page:first-child {
      border-top: 0.1rem solid #bbbbbb;
      margin-top: 8rem; }
      @media screen and (max-width: 1023px) {
        body div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-page:first-child {
          margin-top: 40px; } }
    body div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-page span.snize-title {
      font-size: 1.8rem;
      line-height: 1.1;
      text-transform: uppercase;
      color: black; }
      @media screen and (max-width: 1023px) {
        body div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-page span.snize-title {
          font-size: 16px; } }
      @media screen and (max-width: 767px) {
        body div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-page span.snize-title {
          font-size: 14px; } }
    body div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-page span.snize-description {
      font-size: 1.6rem;
      line-height: 1.6;
      color: black;
      margin-top: 2rem;
      margin-bottom: 0; }
  body div.snize.snize-tab-selected-categories, body div.snize.snize-tab-selected-pages {
    content: " "; }
    body div.snize.snize-tab-selected-categories div.snize-pagination, body div.snize.snize-tab-selected-pages div.snize-pagination {
      content: " "; }
      body div.snize.snize-tab-selected-categories div.snize-pagination ul::before, body div.snize.snize-tab-selected-pages div.snize-pagination ul::before {
        content: " ";
        position: absolute;
        top: 0;
        left: -100%;
        right: -100%;
        height: 0.1rem;
        background-color: #bbbbbb; }
  body div.snize li.snize-no-products-found {
    min-height: unset;
    margin: 0; }
    body div.snize li.snize-no-products-found:last-child {
      margin-bottom: 60px; }
    body div.snize li.snize-no-products-found div.snize-no-products-found-text {
      padding: 0; }
  body #snize-search-results-grid-mode::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: -100%;
    right: -100%;
    height: 0.1rem;
    border-top: 0.1rem solid #bbbbbb; }
  body #snize-search-results-grid-mode::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0.4rem;
    height: 0.1rem;
    border-bottom: 0.1rem solid #bbbbbb; }
    @media screen and (max-width: 1023px) {
      body #snize-search-results-grid-mode::before {
        right: 2px; } }
  body #snize-search-results-grid-mode .snize-search-results-content {
    margin: 0 -0.4rem 0 0;
    width: 100%; }
  body #snize-search-results-grid-mode li.snize-product {
    margin: 0 -0.1rem 0 0;
    overflow: visible; }
    @media screen and (max-width: 1439px) {
      body #snize-search-results-grid-mode li.snize-product {
        width: 25% !important; } }
    @media screen and (max-width: 1023px) {
      body #snize-search-results-grid-mode li.snize-product {
        width: 50% !important; } }
    body #snize-search-results-grid-mode li.snize-product:after {
      content: " "; }
    body #snize-search-results-grid-mode li.snize-product:nth-child(-n + 5) .snize-view-link::before {
      top: 0; }
    @media screen and (max-width: 1439px) {
      body #snize-search-results-grid-mode li.snize-product:nth-child(5) .snize-view-link::before {
        top: -1px; } }
    @media screen and (max-width: 1279px) {
      body #snize-search-results-grid-mode li.snize-product:nth-child(4) .snize-view-link::before {
        top: -1px; } }
    @media screen and (max-width: 1023px) {
      body #snize-search-results-grid-mode li.snize-product:nth-child(3) .snize-view-link::before {
        top: -1px; } }
    @media screen and (min-width: 1280px) {
      body #snize-search-results-grid-mode li.snize-product:hover .snize-view-link {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 1; }
        body #snize-search-results-grid-mode li.snize-product:hover .snize-view-link::after {
          border-color: black; }
        body #snize-search-results-grid-mode li.snize-product:hover .snize-view-link::before {
          background-color: black; }
      body #snize-search-results-grid-mode li.snize-product:hover span.snize-overhidden {
        transform: translateY(-3rem); } }
    body #snize-search-results-grid-mode li.snize-product .snize-view-link {
      padding: 9rem 0 0;
      height: 100%; }
      @media screen and (max-width: 767px) {
        body #snize-search-results-grid-mode li.snize-product .snize-view-link {
          padding-top: 56px; } }
      body #snize-search-results-grid-mode li.snize-product .snize-view-link::after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: 0.1rem solid #bbbbbb;
        border-top: 0; }
      body #snize-search-results-grid-mode li.snize-product .snize-view-link::before {
        content: " ";
        position: absolute;
        top: -0.1rem;
        left: 0;
        width: 100%;
        height: 0.05rem;
        background-color: #bbbbbb; }
      body #snize-search-results-grid-mode li.snize-product .snize-view-link .snize-item {
        height: 100%; }
    body #snize-search-results-grid-mode li.snize-product span.snize-overhidden {
      padding: 0;
      margin-top: 0;
      transition: all 0.5s ease;
      padding: 0 20.83% 5rem; }
      @media screen and (max-width: 1599px) {
        body #snize-search-results-grid-mode li.snize-product span.snize-overhidden {
          padding-left: 40px;
          padding-right: 40px; } }
      @media screen and (max-width: 767px) {
        body #snize-search-results-grid-mode li.snize-product span.snize-overhidden {
          padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 30px; } }
    body #snize-search-results-grid-mode li.snize-product span.snize-sku {
      order: 1;
      font-size: 1rem;
      line-height: 1.5;
      letter-spacing: 0.1rem;
      width: fit-content;
      color: black;
      background-color: #f6f6f6;
      border-radius: 100rem;
      position: relative;
      padding: 0.3rem 1.2rem 0.2rem 2.1rem;
      margin-bottom: 1.3rem; }
      body #snize-search-results-grid-mode li.snize-product span.snize-sku::before {
        content: "#";
        position: absolute;
        top: 0.3rem;
        left: 1.2rem; }
    body #snize-search-results-grid-mode li.snize-product span.snize-title {
      order: 2;
      font-size: 1.4rem;
      line-height: 1.5;
      color: black;
      margin-bottom: 1.1rem;
      z-index: 1; }
      body #snize-search-results-grid-mode li.snize-product span.snize-title:hover {
        color: #555555;
        font-weight: 700; }
    body #snize-search-results-grid-mode li.snize-product .snize-price-list {
      font-style: 1.4rem;
      line-height: 1.5;
      font-weight: 700;
      order: 3;
      color: black;
      margin-top: 0; }
      body #snize-search-results-grid-mode li.snize-product .snize-price-list .snize-discounted-price {
        font-size: 1.4rem;
        font-weight: 700;
        color: black; }
    body #snize-search-results-grid-mode li.snize-product .snize-thumbnail-wrapper {
      padding: 0 20.83%; }
      @media screen and (max-width: 1599px) {
        body #snize-search-results-grid-mode li.snize-product .snize-thumbnail-wrapper {
          padding-left: 40px;
          padding-right: 40px; } }
      @media screen and (max-width: 767px) {
        body #snize-search-results-grid-mode li.snize-product .snize-thumbnail-wrapper {
          padding-left: 20px;
          padding-right: 20px; } }
    body #snize-search-results-grid-mode li.snize-product span.snize-thumbnail {
      margin-bottom: 6rem;
      height: auto;
      aspect-ratio: 1/1; }
      body #snize-search-results-grid-mode li.snize-product span.snize-thumbnail img {
        position: static; }
    body #snize-search-results-grid-mode li.snize-product .snize-button {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transform: translateY(3rem);
      -moz-transform: translateY(3rem);
      -ms-transform: translateY(3rem);
      transform: translateY(3rem);
      top: auto;
      bottom: 0;
      color: black;
      background: none;
      font-size: 1.2rem;
      line-height: 1.5;
      font-weight: 700;
      letter-spacing: 0.12rem;
      border-top: 0.1rem solid black;
      padding: 1.9rem 1rem;
      height: auto; }
      @media screen and (max-width: 1279px) {
        body #snize-search-results-grid-mode li.snize-product .snize-button {
          display: none; } }
      body #snize-search-results-grid-mode li.snize-product .snize-button:hover {
        border-color: transparent; }
  body .snize-modal .snize-modal {
    background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="black" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0106 13.7177L0.282639 0.989822L0.989746 0.282715L13.7177 13.0106L13.0106 13.7177Z" /><path fill-rule="evenodd" clip-rule="evenodd" d="M0.282255 13.0106L13.0102 0.282639L13.7173 0.989746L0.989362 13.7177L0.282255 13.0106Z" /></svg>'); }
  body #snize-modal-mobile-filters-dialog .snize-modal-content {
    background-color: #f3f3f3; }
  body #snize-modal-mobile-filters-dialog #snize_filters_block_header {
    margin: 0;
    background-color: black;
    padding: 15px  30px; }
    @media screen and (max-width: 767px) {
      body #snize-modal-mobile-filters-dialog #snize_filters_block_header {
        padding-left: 20px;
        padding-right: 20px; } }
    body #snize-modal-mobile-filters-dialog #snize_filters_block_header span.snize-product-filters-title {
      font-size: 12px;
      line-height: 1.5;
      font-weight: 700;
      color: white;
      text-transform: uppercase;
      letter-spacing: 0.12rem; }
  body #snize-modal-mobile-filters-dialog button.snize-close-button {
    left: 10px;
    width: 50px;
    height: 50px;
    background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" stroke="none" fill="white" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.16602 0.605713L13.8939 13.3336L12.8333 14.3943L0.105355 1.66637L1.16602 0.605713Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.8945 1.66626L1.16661 14.3942L0.105948 13.3335L12.8339 0.6056L13.8945 1.66626Z"/></svg>');
    background-size: 14px;
    top: -3px; }
  body #snize-modal-mobile-filters-dialog div.snize-product-filters-header {
    padding: 18px 30px;
    margin: 0;
    border-color: black; }
    @media screen and (max-width: 767px) {
      body #snize-modal-mobile-filters-dialog div.snize-product-filters-header {
        padding-left: 20px;
        padding-right: 20px; } }
    body #snize-modal-mobile-filters-dialog div.snize-product-filters-header span.snize-product-filters-title {
      font-size: 12px;
      line-height: 1.5;
      font-weight: 700;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.12rem; }
      body #snize-modal-mobile-filters-dialog div.snize-product-filters-header span.snize-product-filters-title span.snize-product-filter-count {
        font-size: 10px;
        width: 16px;
        height: 16px;
        color: white;
        background-color: black; }
  body #snize-modal-mobile-filters-dialog div.snize-product-filter-container {
    padding: 0; }
    body #snize-modal-mobile-filters-dialog div.snize-product-filter-container span.snize-filter-variant-count {
      display: none; }
    body #snize-modal-mobile-filters-dialog div.snize-product-filter-container .snize-selected-filters {
      background-color: white;
      margin: 0;
      padding: 30px 30px 20px; }
      @media screen and (max-width: 767px) {
        body #snize-modal-mobile-filters-dialog div.snize-product-filter-container .snize-selected-filters {
          padding: 20px 20px 10px; } }
      @media screen and (max-width: 1023px) {
        body #snize-modal-mobile-filters-dialog div.snize-product-filter-container .snize-selected-filters .snize-product-filters-reset-all {
          font-size: 12px;
          line-height: 1.2;
          color: #666666;
          margin-top: 10px; } }
  body #snize-modal-mobile-filters-dialog li.snize-filter-button:not(.snize-clear-all-button) {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.12rem;
    color: black;
    border-radius: 100px;
    padding: 8px 15px 7px;
    position: relative;
    margin: 0 10px 10px 0; }
    body #snize-modal-mobile-filters-dialog li.snize-filter-button:not(.snize-clear-all-button):after {
      content: " ";
      position: absolute;
      background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" stroke="none" fill="%23555555" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.16602 0.605713L13.8939 13.3336L12.8333 14.3943L0.105355 1.66637L1.16602 0.605713Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.8945 1.66626L1.16661 14.3942L0.105948 13.3335L12.8339 0.6056L13.8945 1.66626Z"/></svg>');
      background-repeat: no-repeat;
      background-size: contain;
      right: 15px;
      top: 13px;
      width: 8px;
      height: 8px;
      display: none; }
    body #snize-modal-mobile-filters-dialog li.snize-filter-button:not(.snize-clear-all-button) .snize-clear-icon {
      background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" stroke="none" fill="%23555555" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.16602 0.605713L13.8939 13.3336L12.8333 14.3943L0.105355 1.66637L1.16602 0.605713Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.8945 1.66626L1.16661 14.3942L0.105948 13.3335L12.8339 0.6056L13.8945 1.66626Z"/></svg>');
      background-repeat: no-repeat;
      background-size: contain;
      width: 8px;
      height: 8px;
      margin: 0 0 0.5px 10px; }
      body #snize-modal-mobile-filters-dialog li.snize-filter-button:not(.snize-clear-all-button) .snize-clear-icon svg {
        display: none; }
  body #snize-modal-mobile-filters-dialog #snize_product_filter_mobile_sort ul {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 0 20px; }
    @media screen and (max-width: 767px) {
      body #snize-modal-mobile-filters-dialog #snize_product_filter_mobile_sort ul {
        padding-left: 20px;
        padding-right: 20px; } }
    body #snize-modal-mobile-filters-dialog #snize_product_filter_mobile_sort ul > li {
      height: auto;
      margin-bottom: 17px; }
      body #snize-modal-mobile-filters-dialog #snize_product_filter_mobile_sort ul > li > a {
        line-height: 1.34;
        color: black;
        position: relative; }
        @media screen and (max-width: 767px) {
          body #snize-modal-mobile-filters-dialog #snize_product_filter_mobile_sort ul > li > a {
            font-size: 12px; } }
        body #snize-modal-mobile-filters-dialog #snize_product_filter_mobile_sort ul > li > a::before {
          width: 18px;
          height: 18px;
          border-radius: 50%;
          background-image: none;
          background-color: white;
          margin-right: 15px; }
        body #snize-modal-mobile-filters-dialog #snize_product_filter_mobile_sort ul > li > a.current::before {
          background-image: none;
          background-color: black; }
        body #snize-modal-mobile-filters-dialog #snize_product_filter_mobile_sort ul > li > a.current:after {
          content: " ";
          position: absolute;
          left: 5px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: white; }
  body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list {
    padding: 0 30px 4px;
    max-height: none;
    overflow: unset;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list {
        padding-left: 20px;
        padding-right: 20px; } }
    body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li {
      margin: 0 0 17px; }
      @media screen and (max-width: 767px) {
        body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li {
          margin-bottom: 20px; } }
      body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li > label {
        margin: 0; }
      body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li label > span {
        line-height: 1.34;
        color: black; }
        @media screen and (max-width: 767px) {
          body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li label > span {
            font-size: 12px; } }
      body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li input[type=checkbox]:checked + span {
        background-color: black; }
      body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li .snize-filter-checkbox span {
        width: 18px;
        height: 18px;
        border: 0;
        top: 1px; }
        body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li .snize-filter-checkbox span:after {
          width: 10px;
          height: 8px;
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.53039 2.03039L4.00006 7.56072L0.469727 4.03039L1.53039 2.96973L4.00006 5.4394L8.46973 0.969727L9.53039 2.03039Z" fill="white"/></svg>'); }
  body #snize-modal-mobile-filters-dialog ul.snize-product-color-filter, body #snize-modal-mobile-filters-dialog ul.snize-product-size-filter {
    margin: 0;
    padding-left: 25px;
    padding-right: 25px; }
    @media screen and (max-width: 767px) {
      body #snize-modal-mobile-filters-dialog ul.snize-product-color-filter, body #snize-modal-mobile-filters-dialog ul.snize-product-size-filter {
        padding-left: 15px;
        padding-right: 15px; } }
  body #snize-modal-mobile-filters-dialog ul.snize-product-color-filter {
    padding-top: 3px;
    padding-bottom: 4px;
    margin-bottom: 0; }
    body #snize-modal-mobile-filters-dialog ul.snize-product-color-filter li {
      width: 26px;
      margin-right: 10px;
      margin-bottom: 10px; }
      body #snize-modal-mobile-filters-dialog ul.snize-product-color-filter li .snize-color-name {
        display: none;
        font-size: 12px;
        padding-top: 4px; }
      body #snize-modal-mobile-filters-dialog ul.snize-product-color-filter li label .snize-color-filter-checkbox > span {
        width: 22px;
        height: 22px;
        border-radius: 0; }
        body #snize-modal-mobile-filters-dialog ul.snize-product-color-filter li label .snize-color-filter-checkbox > span:before {
          width: 26px;
          height: 26px;
          top: -2px;
          left: -2px;
          border-radius: 0;
          border-color: black; }
  body #snize-modal-mobile-filters-dialog ul.snize-product-size-filter {
    padding-bottom: 10px; }
    body #snize-modal-mobile-filters-dialog ul.snize-product-size-filter li {
      width: 80px;
      margin: 0 10px 10px 0; }
      body #snize-modal-mobile-filters-dialog ul.snize-product-size-filter li label .snize-size-filter-checkbox > span {
        border-color: black; }
  body #snize-modal-mobile-filters-dialog .snize-price-range {
    text-align: left; }
    body #snize-modal-mobile-filters-dialog .snize-price-range input.snize-price-range-input {
      color: black;
      font-size: 1.4rem;
      line-height: 1.5;
      height: auto;
      padding: 1.3rem 2rem; }
  body #snize-modal-mobile-filters-dialog .snize-price-range-slider {
    transform: none;
    left: 0; }
  body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container {
    padding: 30px; }
    @media screen and (max-width: 767px) {
      body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container {
        padding-left: 20px;
        padding-right: 20px; } }
    body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all {
      font-size: 12px;
      line-height: 1.5;
      font-weight: 700;
      letter-spacing: 0.12rem;
      text-transform: uppercase;
      background-color: #f0f0f0;
      padding: 15px 20px 14px;
      height: auto;
      margin: 0;
      color: white;
      background-color: black; }
      body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all::after {
        content: " ";
        background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" stroke="none" fill="white" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.16602 0.605713L13.8939 13.3336L12.8333 14.3943L0.105355 1.66637L1.16602 0.605713Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.8945 1.66626L1.16661 14.3942L0.105948 13.3335L12.8339 0.6056L13.8945 1.66626Z"/></svg>');
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        margin-left: 10px;
        margin-bottom: -1px; }
      body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all svg {
        display: none; }
    body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products {
      font-size: 12px;
      line-height: 1.5;
      font-weight: 700;
      letter-spacing: 0.12rem;
      text-transform: uppercase;
      background-color: #f0f0f0;
      padding: 15px 20px 14px;
      height: auto;
      margin: 0;
      color: black;
      background-color: #f0f0f0;
      border-color: #f0f0f0; }
      body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products::after {
        content: " ";
        background-image: url('data:image/svg+xml,<svg width="17" height="12" viewBox="0 0 18 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.2957 0.294775C17.6851 0.684228 17.6851 1.31566 17.2957 1.70511L6.00083 12.9999L1.20626 8.20537C0.816663 7.81577 0.816662 7.18411 1.20626 6.79451C1.59552 6.40525 2.22652 6.40486 2.61626 6.79365L6.00083 10.1699L15.8857 0.294442C16.2752 -0.0946967 16.9063 -0.0945475 17.2957 0.294775Z" fill="%23000000"></path></svg>');
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        width: 14px;
        height: 10px;
        margin-left: 10px; }
      body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products svg {
        display: none; }
  body #snize-modal-mobile-filters-dialog div.snize-product-filter-opener {
    display: none; }

/*-------------- FANCY BOX --------------*/
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.body {
  margin: 0; }

.hasAdminBar .body {
  margin-top: 0 !important; }

.page {
  margin: 0; }
  .page-content {
    min-height: 25rem;
    padding: 0;
    overflow: hidden; }

.container, .common-page-banner [data-content-region="page_builder_banner"] + .banner-content {
  max-width: 100%;
  padding: 0 4.167%; }
  @media screen and (max-width: 1599px) {
    .container, .common-page-banner [data-content-region="page_builder_banner"] + .banner-content {
      padding: 0 2.37%; } }
  @media screen and (max-width: 1439px) {
    .container, .common-page-banner [data-content-region="page_builder_banner"] + .banner-content {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .container, .common-page-banner [data-content-region="page_builder_banner"] + .banner-content {
      padding: 0 20px; } }
  .container-small {
    width: 100%;
    padding: 0 10.417%; }
    @media screen and (max-width: 1599px) {
      .container-small {
        padding: 0 100px; } }
    @media screen and (max-width: 1279px) {
      .container-small {
        padding: 0 30px; } }
    @media screen and (max-width: 767px) {
      .container-small {
        padding: 0 20px; } }

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

/*--- [Hero Carousel] ---*/
.heroCarousel {
  margin-top: 0; }
  .heroCarousel.slick-initialized {
    max-height: 100%; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 100%;
    height: 100%; }
    .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image {
      aspect-ratio: 160/71; }
      @media screen and (max-width: 1279px) {
        .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image {
          aspect-ratio: 53/34;
          min-height: 340px;
          object-position: left center; } }
  .heroCarousel-slide .button, .heroCarousel-slide body .snize-ac-results .snize-view-all-link, body .snize-ac-results .heroCarousel-slide .snize-view-all-link, .heroCarousel-slide body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .heroCarousel-slide .snize-popular-suggestions-view-all-products-text, .heroCarousel-slide #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .heroCarousel-slide button {
    color: black;
    border: 0.1rem solid black;
    background: none;
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .heroCarousel-slide .button, .heroCarousel-slide body .snize-ac-results .snize-view-all-link, body .snize-ac-results .heroCarousel-slide .snize-view-all-link, .heroCarousel-slide body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .heroCarousel-slide .snize-popular-suggestions-view-all-products-text, .heroCarousel-slide #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .heroCarousel-slide button {
        width: 100%; } }
    .heroCarousel-slide .button:hover, .heroCarousel-slide body .snize-ac-results .snize-view-all-link:hover, body .snize-ac-results .heroCarousel-slide .snize-view-all-link:hover, .heroCarousel-slide body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover, body .snize-ac-results .snize-nothing-found .heroCarousel-slide .snize-popular-suggestions-view-all-products-text:hover, .heroCarousel-slide #consent-manager .css-1wn42nw button:hover, #consent-manager .css-1wn42nw .heroCarousel-slide button:hover {
      color: white;
      background-color: black;
      border-color: black; }
  .heroCarousel-content {
    padding: 0;
    background: none;
    top: auto;
    left: auto;
    right: 7.656%;
    bottom: 9.8rem;
    transform: none;
    max-width: 52.6rem;
    text-align: left;
    overflow: hidden; }
    @media screen and (max-width: 1599px) {
      .heroCarousel-content {
        right: 40px;
        bottom: 60px; } }
    @media screen and (max-width: 1279px) {
      .heroCarousel-content {
        position: static;
        margin: 0;
        padding: 60px 30px;
        background-color: #f3f3f3;
        max-width: 100%;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .heroCarousel-content {
        padding-left: 20px;
        padding-right: 20px; } }
  .heroCarousel-title {
    font-size: 4.8rem;
    line-height: 1.1;
    margin-bottom: 2.2rem;
    text-transform: uppercase; }
    @media screen and (max-width: 1279px) {
      .heroCarousel-title {
        font-size: 38px;
        max-width: 100%;
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .heroCarousel-title {
        font-size: 32px; } }
  .heroCarousel-description {
    font-size: 1.5rem;
    margin-bottom: 3.8rem; }
    @media screen and (max-width: 1279px) {
      .heroCarousel-description {
        line-height: 1.7;
        max-width: 100%;
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .heroCarousel-description {
        font-size: 13px; } }

/*--- Slick Style ---*/
.slick-arrow {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  padding: 0;
  width: 5.2rem;
  height: 3.8rem;
  background: none;
  border: 0; }
  @media screen and (max-width: 1279px) {
    .slick-arrow {
      width: 26px;
      height: 19px; } }
  .slick-arrow::before, .slick-arrow::after {
    display: none; }
  .slick-arrow:hover, .slick-arrow:focus {
    background: none; }
    .slick-arrow:hover svg, .slick-arrow:focus svg {
      fill: black; }
      @media screen and (max-width: 1279px) {
        .slick-arrow:hover svg, .slick-arrow:focus svg {
          fill: #B3B3B3; } }
  .slick-arrow svg {
    fill: #B3B3B3;
    width: 100%;
    height: 100%; }
  .slick-arrow.slick-prev {
    left: 0;
    margin-top: 0; }
  .slick-arrow.slick-next {
    right: 0;
    margin-top: 0; }

/*--- [Product Slider] ---*/
.productCarousel {
  margin: 0 0 5rem; }
  @media screen and (max-width: 767px) {
    .productCarousel {
      margin-bottom: 40px; } }
  .productCarousel-main {
    text-align: center; }
    .productCarousel-main .section-title {
      font-size: 3.2rem;
      margin-bottom: 6rem; }
      @media screen and (max-width: 767px) {
        .productCarousel-main .section-title {
          font-size: 28px;
          margin-bottom: 40px; } }
      .productCarousel-main .section-title br {
        display: none; }
        @media screen and (max-width: 1279px) {
          .productCarousel-main .section-title br {
            display: inline; } }
    .productCarousel-main .shop-all, .productCarousel-main .museum-link, .productCarousel-main .request-col a, .request-col .productCarousel-main a {
      color: black; }
      .productCarousel-main .shop-all::after, .productCarousel-main .museum-link::after, .productCarousel-main .request-col a::after, .request-col .productCarousel-main a::after {
        background-color: currentColor; }
  .productCarousel-wrap {
    position: relative; }
    .productCarousel-wrap:after, .productCarousel-wrap::before {
      content: " ";
      position: absolute;
      left: 0;
      width: 100%;
      height: 0.05rem;
      z-index: -1; }
    .productCarousel-wrap:before {
      top: 0;
      border-top: 0.05rem solid #bbbbbb; }
      @media screen and (max-width: 1023px) {
        .productCarousel-wrap:before {
          border-width: 0.7px; } }
    .productCarousel-wrap:after {
      bottom: 0;
      border-bottom: 0.05rem solid #bbbbbb; }
      @media screen and (max-width: 1023px) {
        .productCarousel-wrap:after {
          border-width: 0.7px; } }
    @media screen and (max-width: 1279px) {
      .productCarousel-wrap .container-small {
        padding: 0; } }
  .productCarousel .slick-prev {
    left: -7.86%; }
    @media screen and (max-width: 1599px) {
      .productCarousel .slick-prev {
        left: -70px; } }
  .productCarousel .slick-next {
    right: -7.86%; }
    @media screen and (max-width: 1599px) {
      .productCarousel .slick-next {
        right: -70px; } }
  .productCarousel .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .productCarousel .card {
    height: 100%; }
    @media screen and (max-width: 767px) {
      .productCarousel .card .ratting-sku {
        margin-bottom: 24px; }
      .productCarousel .card .card-title {
        font-size: 14px; }
      .productCarousel .card .card-price {
        font-size: 14px; } }
  .productCarousel .card-figure {
    margin-bottom: 6rem; }
    @media screen and (max-width: 767px) {
      .productCarousel .card-figure {
        margin-bottom: 38px; } }
  .productCarousel-slide {
    height: auto;
    padding: 0;
    position: relative;
    display: none; }
    @media screen and (max-width: 1279px) {
      .productCarousel-slide {
        width: 340px; } }
    @media screen and (max-width: 767px) {
      .productCarousel-slide {
        width: 280px; } }
    .productCarousel-slide:nth-child(-n + 4) {
      display: block; }
    @media screen and (min-width: 1280px) {
      .productCarousel-slide:hover {
        z-index: 1; }
        .productCarousel-slide:hover:after {
          border-color: black; } }
    .productCarousel-slide::after {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      right: -0.05rem;
      right: 0;
      height: 100%;
      border: 0.05rem solid #bbbbbb;
      border-width: 0.5px;
      right: -0.5px; }
    @media screen and (max-width: 1439px) {
      .productCarousel-slide.slick-active + .slick-active + .slick-active::after {
        width: 99%;
        right: -0.05rem; } }
    .productCarousel-slide.slick-active + .slick-active + .slick-active + .slick-active::after {
      width: 99%;
      right: -0.1rem; }

/*--- [BreadCrumb] ---*/
.pageHeading-banner {
  padding: 7rem 0 7.5rem;
  background-color: #f3f3f3; }
  @media screen and (max-width: 1279px) {
    .pageHeading-banner {
      padding: 50px 0; } }
  @media screen and (max-width: 767px) {
    .pageHeading-banner {
      padding: 40px 0 20px; } }
  .pageHeading-banner .page-heading {
    margin-bottom: 4rem;
    text-align: left; }
    @media screen and (max-width: 1279px) {
      .pageHeading-banner .page-heading {
        margin-bottom: 33px; } }
    .pageHeading-banner .page-heading.center {
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .pageHeading-banner .page-heading.center {
          margin-bottom: 20px; } }

ol.breadcrumbs {
  margin-bottom: 0;
  text-align: left; }
  @media screen and (max-width: 1279px) {
    ol.breadcrumbs {
      overflow: auto;
      white-space: nowrap; } }
  @media screen and (max-width: 767px) {
    ol.breadcrumbs {
      display: block; } }
  ol.breadcrumbs .breadcrumb {
    font-size: 1.2rem;
    line-height: 1.7;
    margin: 0; }
    @media screen and (max-width: 767px) {
      ol.breadcrumbs .breadcrumb {
        font-size: 10px; } }
    ol.breadcrumbs .breadcrumb:first-child a {
      margin-left: 0; }
    ol.breadcrumbs .breadcrumb.is-active a {
      font-weight: 400;
      color: black;
      cursor: default; }
      ol.breadcrumbs .breadcrumb.is-active a:hover {
        color: black; }
    ol.breadcrumbs .breadcrumb::before {
      border-color: #999999;
      margin: 0; }
    ol.breadcrumbs .breadcrumb a {
      text-transform: uppercase;
      color: black;
      text-decoration: none;
      margin-left: 1rem;
      margin: 0 1.1rem 0 0.9rem; }
      @media screen and (max-width: 767px) {
        ol.breadcrumbs .breadcrumb a {
          margin-right: 9px;
          margin-left: 6px; } }
      ol.breadcrumbs .breadcrumb a:hover {
        color: #878787; }

/*--- [Pagination] ---*/
.pagination {
  margin: 0;
  border-bottom: 0.05rem solid #bbbbbb; }
  @media screen and (max-width: 1279px) {
    .pagination {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .pagination {
      padding-left: 20px;
      padding-right: 20px; } }
  .pagination .pagination-list {
    position: relative;
    margin-bottom: 0;
    max-width: 115.2rem;
    margin: 0 auto; }
  .pagination .pagination-item {
    border: 0;
    margin: 0; }
    .pagination .pagination-item .pagination-link {
      position: relative;
      font-size: 1.6rem;
      line-height: 1.5;
      letter-spacing: 0.12rem;
      padding: 3.2rem 3rem;
      color: #888888; }
      @media screen and (max-width: 767px) {
        .pagination .pagination-item .pagination-link {
          font-size: 12px; } }
      @media screen and (min-width: 1280px) {
        .pagination .pagination-item .pagination-link:hover {
          color: black; }
          .pagination .pagination-item .pagination-link:hover::after {
            content: " ";
            position: absolute;
            left: 0;
            bottom: -0.05rem;
            width: 100%;
            height: 0.1rem;
            background-color: black; } }
    .pagination .pagination-item.pagination-item--current .pagination-link {
      color: black; }
    .pagination .pagination-item.pagination-item--next, .pagination .pagination-item.pagination-item--previous {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      top: 50%; }
      .pagination .pagination-item.pagination-item--next .pagination-link, .pagination .pagination-item.pagination-item--previous .pagination-link {
        padding: 0; }
        .pagination .pagination-item.pagination-item--next .pagination-link:hover::after, .pagination .pagination-item.pagination-item--previous .pagination-link:hover::after {
          display: none; }
        .pagination .pagination-item.pagination-item--next .pagination-link:hover .icon svg, .pagination .pagination-item.pagination-item--previous .pagination-link:hover .icon svg {
          fill: black; }
          @media screen and (max-width: 1279px) {
            .pagination .pagination-item.pagination-item--next .pagination-link:hover .icon svg, .pagination .pagination-item.pagination-item--previous .pagination-link:hover .icon svg {
              fill: #B3B3B3; } }
      .pagination .pagination-item.pagination-item--next .icon, .pagination .pagination-item.pagination-item--previous .icon {
        margin: 0;
        width: 3.6rem;
        height: 3.6rem; }
        @media screen and (max-width: 1023px) {
          .pagination .pagination-item.pagination-item--next .icon, .pagination .pagination-item.pagination-item--previous .icon {
            width: 21px;
            height: 16px; } }
        .pagination .pagination-item.pagination-item--next .icon svg, .pagination .pagination-item.pagination-item--previous .icon svg {
          fill: #B3B3B3; }
    .pagination .pagination-item.pagination-item--previous {
      left: 0; }
    .pagination .pagination-item.pagination-item--next {
      right: 0; }

.mobile-page-current {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.16rem;
  display: inline-block;
  color: black;
  padding: 19px 14px 20px 0; }
  @media screen and (max-width: 767px) {
    .mobile-page-current {
      font-size: 14px; } }

.mobile-pages-count {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.16rem;
  display: inline-block;
  padding: 19px 0 20px 27px;
  position: relative; }
  .mobile-pages-count::before {
    content: "/";
    position: absolute;
    left: 0; }
  @media screen and (max-width: 767px) {
    .mobile-pages-count {
      font-size: 14px; } }

.template-brands .pagination {
  border-top: 0.05rem solid #bbbbbb; }

/*--- [Modal] ---*/
.modal-header {
  padding: 2rem 3.6rem; }

.modal-header-title {
  font-size: 2.4rem;
  margin-bottom: 0; }
  @media screen and (max-width: 1023px) {
    .modal-header-title {
      font-size: 20px; } }

.modal-close {
  width: 1.4rem;
  height: 1.4rem;
  top: 2rem;
  right: 2rem; }
  @media screen and (max-width: 1023px) {
    .modal-close {
      width: 12px;
      height: 12px;
      top: 19px; } }
  .modal-close:hover .icon svg {
    fill: #878787; }
  .modal-close:after, .modal-close::before {
    display: none !important; }
  .modal-close .icon {
    width: 100%;
    height: 100%; }

.modal--large .modal-close {
  top: 0.8rem;
  right: 2rem; }

.modal#previewModal .modal-close {
  width: 1.4rem;
  height: 1.4rem;
  top: 2rem;
  right: 2rem; }
  @media screen and (max-width: 1023px) {
    .modal#previewModal .modal-close {
      width: 12px;
      height: 12px;
      top: 19px; } }

.modal-body {
  padding: 3rem; }
  @media screen and (max-width: 1023px) {
    .modal-body {
      padding: 2rem; } }

.modal--alert {
  border-radius: 0; }
  .modal--alert .modal-content {
    font-size: 1.6rem;
    line-height: 1.6; }
  .modal--alert .button-container .confirm.button, .modal--alert .button-container body .snize-ac-results .confirm.snize-view-all-link, body .snize-ac-results .modal--alert .button-container .confirm.snize-view-all-link, .modal--alert .button-container body .snize-ac-results .snize-nothing-found .confirm.snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .modal--alert .button-container .confirm.snize-popular-suggestions-view-all-products-text, .modal--alert .button-container #consent-manager .css-1wn42nw button.confirm, #consent-manager .css-1wn42nw .modal--alert .button-container button.confirm {
    color: white;
    border-color: black;
    background-color: black; }
    .modal--alert .button-container .confirm.button:hover, .modal--alert .button-container body .snize-ac-results .confirm.snize-view-all-link:hover, body .snize-ac-results .modal--alert .button-container .confirm.snize-view-all-link:hover, .modal--alert .button-container body .snize-ac-results .snize-nothing-found .confirm.snize-popular-suggestions-view-all-products-text:hover, body .snize-ac-results .snize-nothing-found .modal--alert .button-container .confirm.snize-popular-suggestions-view-all-products-text:hover, .modal--alert .button-container #consent-manager .css-1wn42nw button.confirm:hover, #consent-manager .css-1wn42nw .modal--alert .button-container button.confirm:hover {
      color: black;
      border-color: #f0f0f0;
      background-color: #f0f0f0; }
  .modal--alert .button-container .confirm + .button, .modal--alert .button-container body .snize-ac-results .confirm + .snize-view-all-link, body .snize-ac-results .modal--alert .button-container .confirm + .snize-view-all-link, .modal--alert .button-container body .snize-ac-results .snize-nothing-found .confirm + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .modal--alert .button-container .confirm + .snize-popular-suggestions-view-all-products-text, .modal--alert .button-container #consent-manager .css-1wn42nw .confirm + button, #consent-manager .css-1wn42nw .modal--alert .button-container .confirm + button {
    margin-top: 0;
    margin-left: 1rem; }

.modal--alert {
  padding: 2rem 3rem 4rem; }

/*--- [alert message] ---*/
.alertBox--info {
  background-color: #888888; }

.alertBox-message {
  font-size: 1.4rem; }

/*--- [Cookies Banner] ---*/
#consent-manager .css-10z1g2q {
  letter-spacing: normal;
  color: black;
  background-color: #f3f3f3;
  font-family: "Century Gothic", Arial, Helvetica, sans-serif; }

#consent-manager .css-ra9y5f {
  margin-top: 1.6rem; }

#consent-manager .css-bhz559 {
  font-size: 1.6rem; }

@media screen and (max-width: 767px) {
  #consent-manager .css-1wn42nw {
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%; } }

#consent-manager .css-1wn42nw button {
  border-color: black;
  height: auto; }
  @media screen and (max-width: 767px) {
    #consent-manager .css-1wn42nw button {
      width: 100%; } }
  #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw button + button {
    margin-left: 0.8rem; }
    @media screen and (max-width: 767px) {
      #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw button + button {
        margin-left: 0;
        margin-top: 0.8rem; } }
  #consent-manager .css-1wn42nw button:nth-child(2) {
    display: none; }

#consent-manager-update-banner {
  background-color: #f3f3f3 !important; }
  #consent-manager-update-banner a {
    color: black !important; }

.pencil-banner {
  background-color: black;
  font-size: 1rem;
  line-height: normal;
  color: white;
  text-transform: uppercase; }
  @media screen and (max-width: 1279px) {
    .pencil-banner .container, .pencil-banner .common-page-banner [data-content-region="page_builder_banner"] + .banner-content, .common-page-banner .pencil-banner [data-content-region="page_builder_banner"] + .banner-content {
      padding-left: 20px;
      padding-right: 20px; } }
  .pencil-banner-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1.3rem 0 1.4rem; }
    @media screen and (max-width: 1279px) {
      .pencil-banner-inner {
        -webkit-justify-content: center;
        justify-content: center; } }
    @media screen and (max-width: 767px) {
      .pencil-banner-inner {
        padding: 9px 0; } }
    .pencil-banner-inner a {
      color: white; }
      .pencil-banner-inner a:after {
        background-color: white; }
    .pencil-banner-inner .col-left {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      font-weight: 700; }
      .pencil-banner-inner .col-left p {
        margin-bottom: 0;
        margin-right: 1.7rem;
        padding-right: 1.8rem;
        position: relative; }
        @media screen and (max-width: 413px) {
          .pencil-banner-inner .col-left p {
            margin-right: 10px;
            padding-right: 10px; } }
        .pencil-banner-inner .col-left p::after {
          content: " ";
          position: absolute;
          top: -0.1rem;
          right: 0;
          width: 0.1rem;
          height: 1.4rem;
          background-color: #555555; }
      .pencil-banner-inner .col-left span {
        font-weight: 400; }
      .pencil-banner-inner .col-left a:hover {
        text-decoration: none; }
    @media screen and (max-width: 1279px) {
      .pencil-banner-inner .col-right {
        display: none; } }
    .pencil-banner-inner .col-right a {
      margin-right: 3.2rem; }
      .pencil-banner-inner .col-right a::after {
        background-color: white; }
      .pencil-banner-inner .col-right a:last-child {
        margin-right: 0; }
    .pencil-banner-inner .col-right .contact-link {
      font-weight: 700; }

.header {
  border: 0;
  height: auto; }
  @media screen and (max-width: 1279px) {
    .header {
      position: static; } }
  .header-main-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 2.6rem 0; }
    @media screen and (max-width: 1279px) {
      .header-main-inner {
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    @media screen and (max-width: 767px) {
      .header-main-inner {
        padding-top: 16px;
        padding-bottom: 16px; } }
  .header-logo {
    margin: 0; }
    @media screen and (max-width: 1279px) {
      .header-logo {
        height: auto; } }
  @media screen and (max-width: 1279px) {
    .header-logo__link {
      width: 100%; } }
  .header-logo__link .icon {
    width: 25.9rem;
    height: 2.4rem; }
    @media only screen and (max-width: 1800px) {
      .header-logo__link .icon {
        width: 220px;
        height: 20px; } }
    @media screen and (max-width: 767px) {
      .header-logo__link .icon {
        width: 183px;
        height: 17px; } }
  .header .sticky-logo {
    display: none; }
    .header .sticky-logo .icon svg {
      fill: white; }
  .header-logo-image-container {
    width: 25.9rem;
    min-height: auto; }
    @media screen and (max-width: 1599px) {
      .header-logo-image-container {
        width: 220px; } }
    @media screen and (max-width: 1439px) {
      .header-logo-image-container {
        width: 200px; } }
    @media screen and (max-width: 767px) {
      .header-logo-image-container {
        width: 183px; } }
  .header-main {
    -webkit-transition: 0.8s ease all;
    -moz-transition: 0.8s ease all;
    transition: 0.8s ease all; }
    .header-main.header--sticky {
      position: fixed;
      top: 0;
      width: 100%;
      background-color: black;
      animation-name: slideDown;
      animation-duration: 0.8s;
      animation-fill-mode: both;
      z-index: 99; }
      .header-main.header--sticky .header-logo__link {
        display: none; }
      .header-main.header--sticky .sticky-logo {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
      .header-main.header--sticky .navPages-action:not(:hover) {
        color: white; }
        .header-main.header--sticky .navPages-action:not(:hover) .icon svg {
          fill: white; }
      .header-main.header--sticky .navUser-action:not(:hover) {
        color: white; }
        .header-main.header--sticky .navUser-action:not(:hover) .icon svg {
          fill: white; }
      .header-main.header--sticky .navUser-item .cart-quantity {
        color: white; }
      @media screen and (max-width: 1279px) {
        .header-main.header--sticky .navPages {
          background-color: black; } }
      .header-main.header--sticky .navPages .navPage-subMenu-list {
        background-color: black;
        border-color: white; }
        @media screen and (max-width: 1279px) {
          .header-main.header--sticky .navPages .navPage-subMenu-list {
            top: 71px;
            height: calc(100dvh - 71px); } }
        @media screen and (max-width: 767px) {
          .header-main.header--sticky .navPages .navPage-subMenu-list {
            top: 51px;
            height: calc(100dvh - 51px); } }
        .header-main.header--sticky .navPages .navPage-subMenu-list .navPage-subMenu-action {
          color: white; }
          .header-main.header--sticky .navPages .navPage-subMenu-list .navPage-subMenu-action::after {
            background-color: white; }
      @media screen and (max-width: 1279px) {
        .header-main.header--sticky .navPages-container {
          background-color: black;
          border-color: white;
          height: calc(100dvh - 71px); } }
      @media screen and (max-width: 767px) {
        .header-main.header--sticky .navPages-container {
          height: calc(100dvh - 51px); } }
      .header-main.header--sticky .navPages-list {
        border-color: white; }
      @media screen and (max-width: 1279px) {
        .header-main.header--sticky .navPages-action.has-child::after {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="12" viewBox="0 0 6 12" fill="none"><path d="M1 11L5 6L1 1" stroke="white" stroke-width="0.8"/></svg>'); } }
      .header-main.header--sticky .quickLinks-section-mb {
        border-color: white; }
        .header-main.header--sticky .quickLinks-section-mb a {
          color: white; }
      .header-main.header--sticky .navUser-mb a {
        color: white; }
      .header-main.header--sticky .navUser-mb .icon svg {
        fill: white; }
      .header-main.header--sticky .back-button {
        color: white;
        border-color: white; }
        .header-main.header--sticky .back-button::before {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="12" viewBox="0 0 6 12" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.6878 11.25L5.3125 10.7502L1.5124 6.00012L5.3125 1.25L4.6878 0.750244L0.487903 6.00012L4.6878 11.25Z" fill="white"/></svg>'); }
      .header-main.header--sticky .shopAll-cate a {
        color: white; }
      .header-main.header--sticky .mobileMenu-toggle .icon svg {
        fill: white; }
      .header-main.header--sticky .menuSearch-wrap .search-item .navUser-action:hover svg {
        fill: white; }
    .header-main.header--sticky--remove {
      position: fixed;
      top: -7.6rem;
      width: 100%;
      z-index: 99; }
      @media screen and (max-width: 1599px) {
        .header-main.header--sticky--remove {
          top: -74px; } }
      @media screen and (max-width: 1279px) {
        .header-main.header--sticky--remove {
          top: -71px; } }
      @media screen and (max-width: 767px) {
        .header-main.header--sticky--remove {
          top: -51px; } }

@media screen and (max-width: 1279px) {
  .navUser-main {
    margin-left: 8px; } }

.navUser-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0; }

.navUser-item {
  font-size: 1.4rem;
  font-weight: 400;
  margin-right: 1.4rem;
  margin-bottom: 0; }
  @media screen and (max-width: 1439px) {
    .navUser-item {
      margin-right: 12px; } }
  .navUser-item:last-child {
    margin-right: 0; }
  .navUser-item.navUser-item--account .navUser-action {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .navUser-item.navUser-item--cart .icon {
    width: 1.8rem;
    height: 1.9rem; }
  .navUser-item .cart-quantity {
    display: block;
    position: static;
    font-size: 1.4rem;
    line-height: normal;
    color: black;
    font-weight: 700;
    background: none;
    width: auto;
    height: auto;
    margin-left: 0.4rem;
    margin-top: -0.1rem; }
    @media screen and (max-width: 1439px) {
      .navUser-item .cart-quantity {
        margin-top: -2px; } }
    @media screen and (max-width: 767px) {
      .navUser-item .cart-quantity {
        font-size: 12px; } }
    .navUser-item .cart-quantity::before {
      content: "(";
      font-weight: 400;
      position: relative;
      top: -0.1rem; }
    .navUser-item .cart-quantity::after {
      content: ")";
      font-weight: 400;
      position: relative;
      top: -0.1rem; }
  @media screen and (max-width: 1439px) {
    .navUser-item .navUser-text {
      display: none; } }

.navUser-action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  font-weight: 400; }
  .navUser-action .icon {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0; }
    .navUser-action .icon svg {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      stroke: none; }

.navUser-action--quickSearch .icon-close-ds {
  padding: 0.1rem;
  display: none; }

.navUser-action--quickSearch .icon-close-mb {
  display: none; }

.navUser-action--quickSearch[aria-expanded="false"] .icon-open {
  display: inline-block; }

.navUser-action--quickSearch[aria-expanded="false"] .icon-close-ds {
  display: none; }

.navUser-action--quickSearch[aria-expanded="true"] .icon-close-ds {
  display: inline-block; }
  @media screen and (max-width: 1279px) {
    .navUser-action--quickSearch[aria-expanded="true"] .icon-close-ds {
      display: none; } }

@media screen and (max-width: 1279px) {
  .navUser-action--quickSearch[aria-expanded="true"] .icon-close-mb {
    display: inline-block; } }

.navUser-action--quickSearch[aria-expanded="true"] .icon-open {
  display: none; }

/*--- [Navigation] ---*/
.navPages {
  margin: 0;
  max-width: 100%;
  text-align: left; }
  @media screen and (max-width: 1279px) {
    .navPages {
      overflow: hidden; } }
  @media screen and (max-width: 1279px) {
    .navPages {
      padding: 0;
      height: auto; } }
  .navPages-container {
    position: static;
    flex: 1;
    margin: 0 5rem; }
    @media screen and (max-width: 1599px) {
      .navPages-container {
        margin: 0 18px; } }
    @media screen and (max-width: 1279px) {
      .navPages-container {
        position: absolute;
        top: 100%;
        background-color: white;
        padding: 0;
        border-top: 0.5px solid black;
        height: calc(100dvh - 110px);
        overflow: auto;
        margin: 0; } }
    @media screen and (max-width: 767px) {
      .navPages-container {
        height: calc(100dvh - 81px); } }
    .navPages-container.is-open {
      padding-top: 0; }
  @media screen and (max-width: 1279px) {
    .navPages .navPages-list {
      padding: 22px 20px;
      border-bottom: 0.5px solid black; } }
  .navPages .navPages-list .navPages-item {
    position: static;
    margin-right: 2.9rem; }
    @media only screen and (max-width: 1800px) {
      .navPages .navPages-list .navPages-item {
        margin-right: 12px; } }
    @media screen and (max-width: 1279px) {
      .navPages .navPages-list .navPages-item {
        margin-bottom: 20px;
        margin-right: 0; } }
    .navPages .navPages-list .navPages-item:last-child {
      margin-right: 0; }
      @media screen and (max-width: 1279px) {
        .navPages .navPages-list .navPages-item:last-child {
          margin-bottom: 0; } }
    .navPages .navPages-list .navPages-item.pageList-item {
      position: relative; }
    .navPages .navPages-list .navPages-item.sfHover > .navPages-action {
      position: relative; }
      .navPages .navPages-list .navPages-item.sfHover > .navPages-action:after {
        content: " ";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 100%;
        z-index: -1; }
    .navPages .navPages-list .navPages-item.sfHover .icon {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .navPages-action {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0; }
    @media only screen and (max-width: 1439px) and (min-width: 1280px) {
      .navPages-action {
        font-size: 13px; } }
    @media screen and (max-width: 1279px) {
      .navPages-action {
        position: relative; } }
    .navPages-action.has-child {
      position: relative; }
      @media screen and (max-width: 1279px) {
        .navPages-action.has-child::after {
          content: " ";
          position: absolute;
          top: 5px;
          right: 0;
          width: 12px;
          height: 12px;
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="12" viewBox="0 0 6 12" fill="none"><path d="M1 11L5 6L1 1" stroke="black" stroke-width="0.8"/></svg>');
          background-repeat: no-repeat; } }
    .navPages-action .icon {
      width: 0.8rem;
      height: 0.4rem;
      margin-left: 1rem;
      margin-top: -0.2rem; }
      @media only screen and (max-width: 1800px) {
        .navPages-action .icon {
          margin-left: 0; } }
      @media screen and (max-width: 1279px) {
        .navPages-action .icon {
          display: none;
          position: absolute;
          right: 0;
          top: 5px;
          width: 12px;
          height: 12px;
          margin: 0;
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="12" viewBox="0 0 6 12" fill="none"><path d="M1 11L5 6L1 1" stroke="black" stroke-width="0.8"/></svg>');
          background-repeat: no-repeat; } }
      .navPages-action .icon svg {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        stroke: none; }
        @media screen and (max-width: 1279px) {
          .navPages-action .icon svg {
            opacity: 0; } }
  .navPages .navPage-subMenu-list {
    display: none;
    position: absolute;
    left: -4rem;
    top: 4.9rem;
    font-size: 1.4rem;
    background-color: white;
    min-width: 25rem;
    padding: 3.4rem 3.8rem;
    border-top: 0.1rem solid black;
    border-bottom: 0.1rem solid black;
    animation: fadeInSliderDown 0.3s;
    z-index: 99999;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease; }
    @media screen and (max-width: 1279px) {
      .navPages .navPage-subMenu-list {
        animation: none;
        border-top: 1px solid black;
        padding: 0;
        animation: none;
        border-bottom: 0; } }
    @media screen and (max-width: 1279px) {
      .navPages .navPage-subMenu-list.is-open {
        display: block;
        position: fixed;
        top: 110px;
        left: 0;
        height: calc(100dvh - 110px);
        z-index: 9;
        width: 100%;
        margin: 0;
        overflow-y: auto; } }
    @media screen and (max-width: 767px) {
      .navPages .navPage-subMenu-list.is-open {
        top: 81px;
        height: calc(100dvh - 81px); } }
    .navPages .navPage-subMenu-list.category-megamenu {
      left: 0;
      top: 100%;
      max-width: 100%;
      border: 0;
      padding: 0;
      border-bottom: 0.1rem solid black;
      border-top: 0.1rem solid black;
      max-height: calc(100svh - 14rem);
      overflow-y: auto; }
      @media screen and (max-width: 1279px) {
        .navPages .navPage-subMenu-list.category-megamenu {
          max-height: none;
          top: 110px;
          border-top: 1px solid black; } }
      @media screen and (max-width: 767px) {
        .navPages .navPage-subMenu-list.category-megamenu {
          top: 81px;
          height: calc(100dvh - 81px); } }
      @media screen and (max-width: 1279px) {
        .navPages .navPage-subMenu-list.category-megamenu .container, .navPages .navPage-subMenu-list.category-megamenu .common-page-banner [data-content-region="page_builder_banner"] + .banner-content, .common-page-banner .navPages .navPage-subMenu-list.category-megamenu [data-content-region="page_builder_banner"] + .banner-content {
          padding: 0; } }
    .navPages .navPage-subMenu-list.webpage-megamenu {
      left: 0;
      top: 100%;
      max-width: 100%;
      border: 0;
      padding: 0;
      border-bottom: 0.1rem solid black;
      border-top: 0.1rem solid black;
      max-height: calc(100svh - 14rem);
      overflow-y: auto; }
      @media screen and (max-width: 1279px) {
        .navPages .navPage-subMenu-list.webpage-megamenu {
          max-height: none;
          top: 110px;
          border-top: 1px solid black; } }
      @media screen and (max-width: 767px) {
        .navPages .navPage-subMenu-list.webpage-megamenu {
          top: 81px;
          height: calc(100dvh - 81px); } }
      @media screen and (max-width: 1279px) {
        .navPages .navPage-subMenu-list.webpage-megamenu .container, .navPages .navPage-subMenu-list.webpage-megamenu .common-page-banner [data-content-region="page_builder_banner"] + .banner-content, .common-page-banner .navPages .navPage-subMenu-list.webpage-megamenu [data-content-region="page_builder_banner"] + .banner-content {
          padding: 0; } }
    .navPages .navPage-subMenu-list .megamenu-inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding: 5.4rem 0; }
      @media screen and (max-width: 1279px) {
        .navPages .navPage-subMenu-list .megamenu-inner {
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          padding: 0; } }
    .navPages .navPage-subMenu-list .navPage-subMenu-item {
      text-align: left;
      padding: 0 !important;
      margin-bottom: 1.1rem;
      width: 100%; }
      @media screen and (max-width: 1279px) {
        .navPages .navPage-subMenu-list .navPage-subMenu-item {
          margin-bottom: 18px; } }
      .navPages .navPage-subMenu-list .navPage-subMenu-item:last-child {
        margin-bottom: 0; }
    .navPages .navPage-subMenu-list .navPage-subMenu-action {
      border: 0;
      text-decoration: none;
      background: linear-gradient(currentColor, currentColor) left bottom no-repeat;
      background-size: 0% 0.1rem;
      padding: 0; }
      .navPages .navPage-subMenu-list .navPage-subMenu-action:hover {
        color: inherit;
        background-size: 100% 0.1rem; }
    .navPages .navPage-subMenu-list .cate-links {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: calc(100% - 32.96%);
      height: 100%;
      padding-right: 3rem; }
      @media screen and (max-width: 1279px) {
        .navPages .navPage-subMenu-list .cate-links {
          -webkit-justify-content: space-between;
          justify-content: space-between;
          width: 100%;
          padding: 27px 30px; } }
      @media screen and (max-width: 767px) {
        .navPages .navPage-subMenu-list .cate-links {
          padding-left: 20px;
          padding-right: 20px; } }
      .navPages .navPage-subMenu-list .cate-links .col-1,
      .navPages .navPage-subMenu-list .cate-links .col-2,
      .navPages .navPage-subMenu-list .cate-links .col-3 {
        width: 33.33%;
        border-right: 0.05rem solid #cfcfcf;
        padding-left: 5.53%;
        padding-right: 40px; }
        @media screen and (max-width: 1599px) {
          .navPages .navPage-subMenu-list .cate-links .col-1,
          .navPages .navPage-subMenu-list .cate-links .col-2,
          .navPages .navPage-subMenu-list .cate-links .col-3 {
            padding-left: 30px;
            padding-right: 30px; } }
        @media screen and (max-width: 1279px) {
          .navPages .navPage-subMenu-list .cate-links .col-1,
          .navPages .navPage-subMenu-list .cate-links .col-2,
          .navPages .navPage-subMenu-list .cate-links .col-3 {
            width: auto;
            border: 0;
            max-width: 50%;
            padding: 0; } }
        .navPages .navPage-subMenu-list .cate-links .col-1 .navPage-subMenu-item:last-child,
        .navPages .navPage-subMenu-list .cate-links .col-2 .navPage-subMenu-item:last-child,
        .navPages .navPage-subMenu-list .cate-links .col-3 .navPage-subMenu-item:last-child {
          margin-bottom: 0; }
      .navPages .navPage-subMenu-list .cate-links .col-1 {
        padding-left: 0; }
        @media screen and (max-width: 1279px) {
          .navPages .navPage-subMenu-list .cate-links .col-1 {
            margin-right: 40px; } }
      .navPages .navPage-subMenu-list .cate-links .col-3 {
        border: 0; }
    .navPages .navPage-subMenu-list .cate-img {
      position: sticky;
      top: 5.4rem;
      width: 32.96%;
      height: 100%; }
      @media screen and (max-width: 1279px) {
        .navPages .navPage-subMenu-list .cate-img {
          display: none; } }
      .navPages .navPage-subMenu-list .cate-img img {
        width: 100%; }
      .navPages .navPage-subMenu-list .cate-img .button, .navPages .navPage-subMenu-list .cate-img body .snize-ac-results .snize-view-all-link, body .snize-ac-results .navPages .navPage-subMenu-list .cate-img .snize-view-all-link, .navPages .navPage-subMenu-list .cate-img body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .navPages .navPage-subMenu-list .cate-img .snize-popular-suggestions-view-all-products-text, .navPages .navPage-subMenu-list .cate-img #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .navPages .navPage-subMenu-list .cate-img button {
        position: absolute;
        left: 2.6rem;
        right: 2.6rem;
        bottom: 2.5rem;
        min-width: auto; }
        @media screen and (max-width: 1599px) {
          .navPages .navPage-subMenu-list .cate-img .button, .navPages .navPage-subMenu-list .cate-img body .snize-ac-results .snize-view-all-link, body .snize-ac-results .navPages .navPage-subMenu-list .cate-img .snize-view-all-link, .navPages .navPage-subMenu-list .cate-img body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .navPages .navPage-subMenu-list .cate-img .snize-popular-suggestions-view-all-products-text, .navPages .navPage-subMenu-list .cate-img #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .navPages .navPage-subMenu-list .cate-img button {
            bottom: 10px; } }
        .navPages .navPage-subMenu-list .cate-img .button:not(:hover), .navPages .navPage-subMenu-list .cate-img body .snize-ac-results .snize-view-all-link:not(:hover), body .snize-ac-results .navPages .navPage-subMenu-list .cate-img .snize-view-all-link:not(:hover), .navPages .navPage-subMenu-list .cate-img body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:not(:hover), body .snize-ac-results .snize-nothing-found .navPages .navPage-subMenu-list .cate-img .snize-popular-suggestions-view-all-products-text:not(:hover), .navPages .navPage-subMenu-list .cate-img #consent-manager .css-1wn42nw button:not(:hover), #consent-manager .css-1wn42nw .navPages .navPage-subMenu-list .cate-img button:not(:hover) {
          color: black;
          background-color: white;
          border-color: white; }
    @media screen and (max-width: 1279px) {
      .navPages .navPage-subMenu-list .submenu-inner {
        padding: 27px 30px; } }
    @media screen and (max-width: 767px) {
      .navPages .navPage-subMenu-list .submenu-inner {
        padding-left: 20px;
        padding-right: 20px; } }

/*--- [Cart Dropdown] ---*/
.dropdown-menu {
  font-size: 1.6rem;
  background-color: white; }
  .dropdown-menu#cart-preview-dropdown {
    top: 4.75rem !important;
    right: 0;
    min-width: 40rem;
    border-top: 0.1rem solid black;
    border-bottom: 0.1rem solid black; }
    @media screen and (max-width: 1279px) {
      .dropdown-menu#cart-preview-dropdown {
        top: 100% !important; } }
    @media screen and (max-width: 767px) {
      .dropdown-menu#cart-preview-dropdown {
        min-width: 340px;
        left: 20px;
        right: 20px; } }
    @media screen and (max-width: 666px) {
      .dropdown-menu#cart-preview-dropdown {
        min-width: calc(100% - 40px); } }

.previewCartItem-content {
  padding: 1.5rem 1rem;
  width: 75%; }

.previewCartWrapper .previewCart-additionalCheckoutButtons {
  padding: 0 16px 16px;
  display: none; }
  .previewCartWrapper .previewCart-additionalCheckoutButtons .FloatRight .or-use-label {
    display: none; }
  .previewCartWrapper .previewCart-additionalCheckoutButtons .FloatRight div {
    max-width: 100%;
    width: 100%; }
  .previewCartWrapper .previewCart-additionalCheckoutButtons .CheckoutButton {
    max-width: 100%;
    width: 100%; }

.previewCartWrapper .FloatRight {
  width: 100%; }

.previewCartItem-brand {
  font-size: 1.4rem;
  line-height: 1.5;
  display: none; }

.previewCartItem-name {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1.1rem; }
  .previewCartItem-name a:hover {
    font-weight: 700;
    color: #555555; }

.previewCartItem-price {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: black; }

.previewCartItem-image {
  padding: 1.5rem 1rem;
  width: 25%; }
  .previewCartItem-image::after {
    display: none; }
  .previewCartItem-image img {
    position: static;
    width: 100%;
    max-height: 100%;
    aspect-ratio: 1/1;
    object-fit: contain; }

.previewCartAction {
  padding: 1.6rem 1rem; }

.dropdown--quickSearch {
  border-top: 0.1rem solid black;
  border-bottom: 0.1rem solid black; }
  .dropdown--quickSearch .form {
    max-width: 80rem; }
    .dropdown--quickSearch .form-field {
      position: relative; }
      .dropdown--quickSearch .form-field::after {
        content: " ";
        position: absolute;
        top: 1.7rem;
        right: 2rem;
        background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="black" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 1.5C3.51472 1.5 1.5 3.51472 1.5 6C1.5 8.48528 3.51472 10.5 6 10.5C8.48528 10.5 10.5 8.48528 10.5 6C10.5 3.51472 8.48528 1.5 6 1.5ZM0.5 6C0.5 2.96243 2.96243 0.5 6 0.5C9.03757 0.5 11.5 2.96243 11.5 6C11.5 9.03757 9.03757 11.5 6 11.5C2.96243 11.5 0.5 9.03757 0.5 6Z" /><path fill-rule="evenodd" clip-rule="evenodd" d="M13.6465 14.3536L9.14648 9.85359L9.85359 9.14648L14.3536 13.6465L13.6465 14.3536Z" /></svg>');
        background-repeat: no-repeat;
        width: 1.5rem;
        height: 1.5rem; }
    .dropdown--quickSearch .form-input {
      font-size: 1.4rem;
      line-height: 1.5;
      height: auto;
      padding: 1.3rem 5rem 1.3rem 2rem; }
  .dropdown--quickSearch.is-open {
    top: 100% !important;
    z-index: 9; }

/*--- [Mobile] ---*/
.menuSearch-wrap {
  display: none; }
  @media screen and (max-width: 1599px) {
    .menuSearch-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; } }
  .menuSearch-wrap .search-item .navUser-action:hover svg {
    fill: black; }
  .menuSearch-wrap .search-item .navUser-action .icon {
    width: 17px;
    height: 17px;
    padding: 1px; }
  .menuSearch-wrap .search-item .navUser-text {
    display: none; }

.mobileMenu-toggle {
  position: static;
  width: 18px;
  height: 18px;
  padding: 0;
  margin-right: 14px; }
  .mobileMenu-toggle.is-open .open {
    display: none; }
  .mobileMenu-toggle.is-open .close {
    display: inline-block; }
  .mobileMenu-toggle .icon {
    width: 100%;
    height: 100%; }
  .mobileMenu-toggle .close {
    display: none;
    padding: 2px; }

.quickLinks-section-mb {
  display: none;
  padding: 22px 20px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid black; }
  @media screen and (max-width: 1279px) {
    .quickLinks-section-mb {
      display: block;
      overflow: hidden; } }
  .quickLinks-section-mb li {
    margin-bottom: 20px; }
    .quickLinks-section-mb li:last-child {
      margin-bottom: 0; }
  .quickLinks-section-mb a {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none; }
    .quickLinks-section-mb a.contact-link {
      font-weight: 700; }

.navUser-mb {
  padding: 20px;
  border-bottom: 1px solid black;
  display: none; }
  @media screen and (max-width: 1279px) {
    .navUser-mb {
      display: block; } }
  .navUser-mb a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase; }
  .navUser-mb .icon {
    width: 14px;
    height: 15px;
    margin-right: 11px; }

.back-button {
  display: none;
  padding: 21px 50px;
  position: relative;
  border-bottom: 1px solid black;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .back-button {
      padding-left: 40px;
      padding-right: 40px; } }
  .back-button::before {
    content: " ";
    position: absolute;
    top: 26px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="12" viewBox="0 0 6 12" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.6878 11.25L5.3125 10.7502L1.5124 6.00012L5.3125 1.25L4.6878 0.750244L0.487903 6.00012L4.6878 11.25Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    left: 30px; }
    @media screen and (max-width: 767px) {
      .back-button::before {
        left: 20px; } }
  @media screen and (max-width: 1279px) {
    .back-button {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      display: block; } }

.shopAll-cate {
  display: none; }
  @media screen and (max-width: 1279px) {
    .shopAll-cate {
      display: block; } }

.navPages .submenu-col {
  min-width: 45rem; }
  @media screen and (max-width: 1279px) {
    .navPages .submenu-col {
      min-width: auto; } }
  .navPages .submenu-col .submenu-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    column-gap: 1rem; }
  .navPages .submenu-col .navPage-subMenu-item {
    width: calc(50% - 0.5rem); }
    @media screen and (max-width: 1279px) {
      .navPages .submenu-col .navPage-subMenu-item {
        width: 100%; } }

.template-default .footer,
.template-category .footer,
.template-search .footer,
.template-product .footer,
.snize-results-page .footer,
.template-brand .footer {
  margin-top: 0;
  border-top: 0; }

.footer {
  padding: 0;
  margin-top: 8rem;
  border-top: 1px solid black; }
  .footer-inner {
    padding: 6.7rem 0 4rem;
    color: white;
    position: relative; }
    @media screen and (max-width: 767px) {
      .footer-inner {
        padding-top: 40px;
        padding-bottom: 30px; } }
  .footer-logo {
    max-width: 98.3rem;
    width: 55.85%; }
    @media screen and (max-width: 1279px) {
      .footer-logo {
        width: 100%; } }
  .footer-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 7.4rem 0 7rem; }
    @media screen and (max-width: 1279px) {
      .footer-content {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    @media screen and (max-width: 767px) {
      .footer-content {
        padding-top: 10px;
        padding-bottom: 30px; } }

.store-info {
  width: 26.42%; }
  @media screen and (max-width: 1279px) {
    .store-info {
      position: relative;
      width: 100%;
      margin-bottom: 35px; } }
  .store-info a {
    color: white; }
  .store-info .hadwood-link {
    margin-bottom: 11.2rem; }
    @media screen and (max-width: 1279px) {
      .store-info .hadwood-link {
        margin-bottom: 30px; } }
  .store-info address {
    font-style: normal;
    margin-bottom: 2.2rem;
    max-width: 31.8rem; }
    @media screen and (max-width: 767px) {
      .store-info address {
        margin-bottom: 18px; } }
  .store-info .contact-link {
    display: block;
    width: fit-content;
    color: white;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 2.2rem; }
    @media screen and (max-width: 767px) {
      .store-info .contact-link {
        margin-bottom: 19px; } }

.quickLinks-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: calc(100% - 26.42%);
  height: 100%; }
  @media screen and (max-width: 1279px) {
    .quickLinks-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      width: 100%; } }

.quickLinks-col {
  max-width: 24.3rem;
  border-left: 0.05rem solid #444444;
  padding: 0 0 0 3.35%; }
  @media screen and (max-width: 1279px) {
    .quickLinks-col {
      max-width: 100%;
      width: 100%;
      border-bottom: 0.5px solid #444444;
      border-left: 0;
      padding: 0; } }
  .quickLinks-col:first-child {
    border-left: 0; }
    @media screen and (max-width: 1279px) {
      .quickLinks-col:first-child {
        border-top: 0.5px solid #444444; } }
  .quickLinks-col h6 {
    font-size: 1.6rem;
    color: white;
    margin-bottom: 3rem; }
    @media screen and (max-width: 1279px) {
      .quickLinks-col h6 {
        margin: 0;
        padding: 24px 24px 24px 0;
        position: relative; }
        .quickLinks-col h6::after {
          content: " ";
          position: absolute;
          top: 27px;
          right: 0;
          width: 12px;
          height: 12px;
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 12V0H6.5V12H5.5Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12 6.5L0 6.5L0 5.5L12 5.5V6.5Z" fill="white"/></svg>');
          background-repeat: no-repeat;
          background-position: center; }
        .quickLinks-col h6.open::after {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="2" viewBox="0 0 12 2" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 1.5L0 1.5L0 0.5L12 0.5V1.5Z" fill="white"/></svg>'); } }
  .quickLinks-col li {
    margin-bottom: 0.8rem; }
    @media screen and (max-width: 1279px) {
      .quickLinks-col li {
        margin-bottom: 10px; } }
    .quickLinks-col li:last-child {
      margin-bottom: 0; }
  .quickLinks-col a {
    color: #bbbbbb;
    text-decoration: none; }
    .quickLinks-col a:hover {
      color: white;
      font-weight: 700; }

.quickLinks-list {
  margin: 0; }
  @media screen and (max-width: 1279px) {
    .quickLinks-list {
      margin-bottom: 3rem; } }

/*--- [Copyright Payment] ---*/
.copyright-payment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 1279px) {
    .copyright-payment {
      -webkit-justify-content: center;
      justify-content: center;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

.copyright-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1.2rem;
  line-height: 1.5; }
  @media screen and (max-width: 1279px) {
    .copyright-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      order: 2; } }
  .copyright-row p {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .copyright-row p {
        text-align: center; } }
  .copyright-row .link {
    position: relative;
    padding-left: 0.8rem;
    margin-left: 0.8rem; }
    @media screen and (max-width: 767px) {
      .copyright-row .link:first-of-type::before {
        display: none; } }
    .copyright-row .link::before {
      content: ' ';
      position: absolute;
      width: 0.1rem;
      height: 1.1rem;
      background-color: white;
      left: 0;
      top: 0.4rem; }
    .copyright-row .link a {
      color: white;
      text-decoration: none; }
      .copyright-row .link a:hover {
        text-decoration: underline; }

.footer-payment-icons {
  margin-top: 0;
  height: auto; }
  @media screen and (max-width: 1279px) {
    .footer-payment-icons {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      order: 1;
      margin-bottom: 8px; } }
  @media screen and (max-width: 767px) {
    .footer-payment-icons {
      max-width: 254px; } }
  .footer-payment-icons .footer-payment-icon {
    margin: 0 1.6rem;
    width: 4.7rem;
    height: 2.2rem; }
    @media screen and (max-width: 1279px) {
      .footer-payment-icons .footer-payment-icon {
        margin-bottom: 22px; } }
    @media screen and (max-width: 767px) {
      .footer-payment-icons .footer-payment-icon {
        margin-right: 0;
        margin-left: 0; } }
    .footer-payment-icons .footer-payment-icon.icon-visa {
      width: 3.4rem; }
      @media screen and (max-width: 767px) {
        .footer-payment-icons .footer-payment-icon.icon-visa {
          margin-right: 65px; } }
    .footer-payment-icons .footer-payment-icon.icon-master-card {
      width: 3.7rem; }
      @media screen and (max-width: 767px) {
        .footer-payment-icons .footer-payment-icon.icon-master-card {
          margin-right: 55px; } }
    .footer-payment-icons .footer-payment-icon.icon-american-express {
      width: 4.8rem; }
    .footer-payment-icons .footer-payment-icon.icon-discover {
      width: 5.2rem; }
      @media screen and (max-width: 767px) {
        .footer-payment-icons .footer-payment-icon.icon-discover {
          margin-right: 50px; } }
    .footer-payment-icons .footer-payment-icon.icon-paypal {
      height: 2.6rem; }
      @media screen and (max-width: 767px) {
        .footer-payment-icons .footer-payment-icon.icon-paypal {
          margin-right: 50px; } }

a.icaa-logo {
  position: absolute;
  width: 16.7rem;
  aspect-ratio: 74/39;
  top: 6.7rem;
  top: 10.5%;
  right: 0; }
  @media screen and (max-width: 1279px) {
    a.icaa-logo {
      top: auto;
      bottom: 0;
      width: 122px; } }
  a.icaa-logo::after {
    display: none; }

/*--- [Newsletter ] ---*/
.newsletter-section {
  background-color: white;
  text-align: center;
  padding: 7.4rem 0; }
  @media screen and (max-width: 767px) {
    .newsletter-section {
      padding: 40px 0 50px; } }
  .newsletter-section p {
    font-size: 1.5rem;
    max-width: 76rem;
    margin: 0 auto 4.4rem; }
    @media screen and (max-width: 767px) {
      .newsletter-section p {
        font-size: 12px;
        max-width: 365px;
        margin-bottom: 40px; } }
  .newsletter-section .form {
    margin-bottom: 6rem; }
    @media screen and (max-width: 767px) {
      .newsletter-section .form {
        margin-bottom: 30px; } }
    .newsletter-section .form-field {
      margin-bottom: 0; }
    .newsletter-section .form-prefixPostfix {
      border-bottom: 0.1rem solid black;
      padding-bottom: 2rem;
      max-width: 116.8rem;
      margin: 0 auto; }
    .newsletter-section .form-input {
      font-size: 2rem;
      border: 0;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .newsletter-section .form-input {
          font-size: 12px; } }
      .newsletter-section .form-input ::-webkit-input-placeholder {
        color: #878787 !important;
        opacity: 1;
        font-weight: 400; }
      .newsletter-section .form-input ::-moz-placeholder {
        color: #878787 !important;
        opacity: 1;
        font-weight: 400; }
      .newsletter-section .form-input ::-ms-input-placeholder {
        color: #878787 !important;
        opacity: 1;
        font-weight: 400; }
      .newsletter-section .form-input ::-moz-placeholder {
        color: #878787 !important;
        opacity: 1;
        font-weight: 400; }
    .newsletter-section .form .button, .newsletter-section .form body .snize-ac-results .snize-view-all-link, body .snize-ac-results .newsletter-section .form .snize-view-all-link, .newsletter-section .form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .newsletter-section .form .snize-popular-suggestions-view-all-products-text, .newsletter-section .form #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .newsletter-section .form button {
      color: black; }
      @media screen and (max-width: 1279px) {
        .newsletter-section .form .button, .newsletter-section .form body .snize-ac-results .snize-view-all-link, body .snize-ac-results .newsletter-section .form .snize-view-all-link, .newsletter-section .form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .newsletter-section .form .snize-popular-suggestions-view-all-products-text, .newsletter-section .form #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .newsletter-section .form button {
          width: auto; } }
      @media screen and (max-width: 767px) {
        .newsletter-section .form .button, .newsletter-section .form body .snize-ac-results .snize-view-all-link, body .snize-ac-results .newsletter-section .form .snize-view-all-link, .newsletter-section .form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .newsletter-section .form .snize-popular-suggestions-view-all-products-text, .newsletter-section .form #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .newsletter-section .form button {
          font-size: 12px; } }
      .newsletter-section .form .button:hover, .newsletter-section .form body .snize-ac-results .snize-view-all-link:hover, body .snize-ac-results .newsletter-section .form .snize-view-all-link:hover, .newsletter-section .form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover, body .snize-ac-results .snize-nothing-found .newsletter-section .form .snize-popular-suggestions-view-all-products-text:hover, .newsletter-section .form #consent-manager .css-1wn42nw button:hover, #consent-manager .css-1wn42nw .newsletter-section .form button:hover {
        color: #878787; }
  .newsletter-section .button, .newsletter-section body .snize-ac-results .snize-view-all-link, body .snize-ac-results .newsletter-section .snize-view-all-link, .newsletter-section body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .newsletter-section .snize-popular-suggestions-view-all-products-text, .newsletter-section #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .newsletter-section button {
    font-size: 1.8rem;
    min-width: auto;
    height: auto;
    padding: 0;
    background: none;
    border: 0;
    margin: 0; }

.newsletter-form {
  max-width: 116.8rem;
  margin: 0 auto 3.4rem; }
  @media screen and (max-width: 767px) {
    .newsletter-form {
      margin-bottom: 4px; } }

.footer-info-heading {
  font-size: 3.2rem;
  margin-bottom: 2.2rem;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .footer-info-heading {
      font-size: 18px;
      margin-bottom: 20px; } }

/*--- [Social link] ---*/
.socialLinks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: normal; }
  .socialLinks .socialLinks-item {
    margin: 0 4rem 0 0; }
    .socialLinks .socialLinks-item a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      text-decoration: none; }
      .socialLinks .socialLinks-item a:hover .socialLinks-name {
        color: black; }
        .socialLinks .socialLinks-item a:hover .socialLinks-name::after {
          width: 100%; }
  .socialLinks .socialLinks-name {
    font-size: 1.8rem;
    line-height: normal;
    text-transform: uppercase;
    position: relative; }
    .socialLinks .socialLinks-name::after {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      content: " ";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 0.1rem;
      background-color: black; }
    @media screen and (max-width: 1279px) {
      .socialLinks .socialLinks-name {
        display: none; } }
  .socialLinks .icon {
    width: 1.9rem;
    height: 1.9rem;
    margin-right: 1.4rem;
    margin-top: -0.1rem; }
    @media screen and (max-width: 1279px) {
      .socialLinks .icon {
        margin: 0; } }
    .socialLinks .icon.icon-facebook {
      width: 0.9rem; }

/*--- [Shop Moulding] ---*/
.moulding-inner .shop-all, .moulding-inner .museum-link, .moulding-inner .request-col a, .request-col .moulding-inner a {
  color: black;
  margin-left: 6rem; }
  @media screen and (max-width: 1279px) {
    .moulding-inner .shop-all, .moulding-inner .museum-link, .moulding-inner .request-col a, .request-col .moulding-inner a {
      font-size: 14px;
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .moulding-inner .shop-all, .moulding-inner .museum-link, .moulding-inner .request-col a, .request-col .moulding-inner a {
      font-size: 12px; } }
  .moulding-inner .shop-all::after, .moulding-inner .museum-link::after, .moulding-inner .request-col a::after, .request-col .moulding-inner a::after {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0; }

.moulding-inner .mb-view {
  display: none; }
  @media screen and (max-width: 1279px) {
    .moulding-inner .mb-view {
      display: block; } }

.moulding-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -1.1rem;
  margin-right: -1.1rem; }
  @media screen and (max-width: 1023px) {
    .moulding-row {
      margin-left: -7px;
      margin-right: -7px; } }
  @media screen and (max-width: 1279px) {
    .moulding-row {
      margin-right: -30px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .moulding-row {
      margin-right: -20px; } }
  .moulding-row.slick-initialized {
    width: auto; }
  .moulding-row .col {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    width: 33.33%; }
    @media screen and (max-width: 1023px) {
      .moulding-row .col {
        padding-left: 7px;
        padding-right: 7px; } }
    @media screen and (max-width: 1279px) {
      .moulding-row .col {
        width: 400px; } }
    @media screen and (max-width: 767px) {
      .moulding-row .col {
        width: 315px; } }
    .moulding-row .col:nth-child(-n + 3) {
      margin-bottom: 2.2rem; }
      @media screen and (max-width: 1279px) {
        .moulding-row .col:nth-child(-n + 3) {
          margin-bottom: 0; } }
  .moulding-row .link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: end;
    align-items: end; }
  @media screen and (max-width: 1279px) {
    .moulding-row .ds-view {
      display: none; } }

.moulding-info {
  max-width: 51.4rem;
  padding-top: 17.8%; }
  @media screen and (max-width: 1279px) {
    .moulding-info {
      max-width: 432px;
      padding-top: 0; } }
  @media screen and (max-width: 767px) {
    .moulding-info {
      max-width: 374px; } }
  .moulding-info h3 {
    margin-bottom: 4rem; }
    @media screen and (max-width: 767px) {
      .moulding-info h3 {
        margin-bottom: 30px; } }
  .moulding-info P {
    font-size: 1.5rem; }
    @media screen and (max-width: 1279px) {
      .moulding-info P {
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .moulding-info P {
        font-size: 13px;
        line-height: 1.7; } }

.moulding-card {
  position: relative; }
  .moulding-card > a {
    display: inline-block;
    position: relative; }
    .moulding-card > a::after {
      transition: all 0.3s ease;
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.18%, rgba(0, 0, 0, 0.5) 100%); }
  @media screen and (min-width: 1280px) {
    .moulding-card:hover > a::after {
      background-color: rgba(0, 0, 0, 0.2); } }
  .moulding-card h2 {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.16rem;
    position: absolute;
    left: 6rem;
    bottom: 5rem;
    margin-bottom: 0; }
    @media screen and (max-width: 1279px) {
      .moulding-card h2 {
        font-size: 14px;
        left: 30px;
        bottom: 27px; } }
    @media screen and (max-width: 767px) {
      .moulding-card h2 {
        font-size: 12px; } }
    .moulding-card h2 a {
      color: white; }
      .moulding-card h2 a:hover {
        color: white; }

.moulding-img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover; }

/*--- [Explore Style] ---*/
.explore-section {
  color: white;
  background-color: black;
  text-align: center;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .explore-section {
      margin-bottom: 20px; } }
  @media screen and (max-width: 1279px) {
    .explore-section .container-small {
      padding: 0; } }
  .explore-section h3 {
    color: white;
    margin-bottom: 6rem; }
    @media screen and (max-width: 767px) {
      .explore-section h3 {
        margin-bottom: 50px; } }

.explore-wrap {
  position: relative; }

.explore-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: static;
  margin-bottom: 4.7rem;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .explore-row {
      margin-bottom: 40px; } }
  .explore-row.slick-initialized {
    width: auto; }
  .explore-row .slick-arrow {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    top: calc(50% - 5.2rem); }
    .explore-row .slick-arrow svg {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      fill: #474747; }
    .explore-row .slick-arrow:hover svg {
      fill: white; }
    .explore-row .slick-arrow.slick-prev {
      left: -7.86%; }
      @media screen and (max-width: 1599px) {
        .explore-row .slick-arrow.slick-prev {
          left: -70px; } }
    .explore-row .slick-arrow.slick-next {
      right: -7.86%; }
      @media screen and (max-width: 1599px) {
        .explore-row .slick-arrow.slick-next {
          right: -70px; } }
  .explore-row .slick-list {
    margin-left: -3.77%;
    margin-right: -3.77%; }
    @media screen and (max-width: 1599px) {
      .explore-row .slick-list {
        margin-right: -30px;
        margin-left: -30px; } }
    @media screen and (max-width: 767px) {
      .explore-row .slick-list {
        margin-left: -20px;
        margin-right: -20px; } }
  .explore-row .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  @media screen and (max-width: 1279px) {
    .explore-row .slick-current .explore-img img {
      filter: grayscale(0);
      -webkit-filter: grayscale(0);
      -webkit-backdrop-filter: grayscale(0); } }

.explore-card {
  display: none; }
  @media screen and (max-width: 1279px) {
    .explore-card {
      width: 460px; } }
  @media screen and (max-width: 767px) {
    .explore-card {
      width: 327px; } }
  @media screen and (max-width: 413px) {
    .explore-card {
      width: 286px; } }
  .explore-card:nth-child(-n + 3) {
    display: block; }
  .explore-card .card-inner {
    display: block;
    text-align: center;
    padding: 0 10.58%;
    text-decoration: none; }
    @media screen and (max-width: 1599px) {
      .explore-card .card-inner {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 1279px) {
      .explore-card .card-inner {
        padding-left: 23.5px;
        padding-right: 23.5px; } }
    @media screen and (min-width: 1280px) {
      .explore-card .card-inner:hover .explore-img img {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -webkit-backdrop-filter: grayscale(0); }
      .explore-card .card-inner:hover h4::after {
        width: 100%; } }
  .explore-card h4 {
    font-size: 1.6rem;
    line-height: 1.5;
    color: white;
    text-transform: uppercase;
    padding-bottom: 0.8rem;
    position: relative;
    margin: 0 auto;
    width: fit-content;
    letter-spacing: 0.16rem; }
    @media screen and (max-width: 767px) {
      .explore-card h4 {
        font-size: 14px;
        letter-spacing: 0.14rem; } }
    .explore-card h4::after {
      content: " ";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 0.08rem;
      background-color: currentColor;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.explore-img {
  display: block;
  margin-bottom: 3rem;
  position: relative; }
  @media screen and (max-width: 767px) {
    .explore-img {
      margin-bottom: 20px; } }
  .explore-img img {
    aspect-ratio: 43/32;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-backdrop-filter: grayscale(1);
    object-fit: cover; }

/*--- [Custom Moulding Replication / Recreate Historical Elegance] ---*/
.promotion-inner {
  position: relative; }

.promotion-img {
  position: relative; }
  .promotion-img::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .promotion-img img {
    aspect-ratio: 88 / 45;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media screen and (max-width: 1279px) {
      .promotion-img img {
        min-height: 600px; } }

.promotion-content {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  text-align: center;
  max-width: 103.4rem;
  width: 100%; }
  @media screen and (max-width: 1599px) {
    .promotion-content {
      max-width: 800px; } }
  @media screen and (max-width: 1023px) {
    .promotion-content {
      max-width: 394px; } }
  @media screen and (max-width: 767px) {
    .promotion-content {
      max-width: 314px; } }
  .promotion-content h3 {
    color: white;
    margin-bottom: 3rem; }
    @media screen and (max-width: 767px) {
      .promotion-content h3 {
        margin-bottom: 20px; } }
  .promotion-content p {
    color: white;
    margin-bottom: 4rem; }
  .promotion-content .button, .promotion-content body .snize-ac-results .snize-view-all-link, body .snize-ac-results .promotion-content .snize-view-all-link, .promotion-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .promotion-content .snize-popular-suggestions-view-all-products-text, .promotion-content #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .promotion-content button {
    color: white;
    border-color: white;
    background: transparent; }
    @media screen and (max-width: 1023px) {
      .promotion-content .button, .promotion-content body .snize-ac-results .snize-view-all-link, body .snize-ac-results .promotion-content .snize-view-all-link, .promotion-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .promotion-content .snize-popular-suggestions-view-all-products-text, .promotion-content #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .promotion-content button {
        width: 100%;
        max-width: 300px; } }
    .promotion-content .button:hover, .promotion-content body .snize-ac-results .snize-view-all-link:hover, body .snize-ac-results .promotion-content .snize-view-all-link:hover, .promotion-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover, body .snize-ac-results .snize-nothing-found .promotion-content .snize-popular-suggestions-view-all-products-text:hover, .promotion-content #consent-manager .css-1wn42nw button:hover, #consent-manager .css-1wn42nw .promotion-content button:hover {
      color: black;
      background-color: white; }
    @media screen and (max-width: 1023px) {
      .promotion-content .button + .button, .promotion-content body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .promotion-content .snize-view-all-link + .button, .promotion-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .promotion-content .snize-popular-suggestions-view-all-products-text + .button, .promotion-content #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .promotion-content button + .button, .promotion-content body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .promotion-content .button + .snize-view-all-link, .promotion-content body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .promotion-content .snize-view-all-link + .snize-view-all-link, .promotion-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .promotion-content .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .promotion-content #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .promotion-content #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .promotion-content body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .promotion-content button + .snize-view-all-link, .promotion-content body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .promotion-content .button + .snize-popular-suggestions-view-all-products-text, .promotion-content body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .promotion-content .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .promotion-content .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .promotion-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .promotion-content .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .promotion-content #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .promotion-content #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .promotion-content body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .promotion-content button + .snize-popular-suggestions-view-all-products-text, .promotion-content #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .promotion-content .button + button, .promotion-content body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .promotion-content body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .promotion-content #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .promotion-content .snize-view-all-link + button, .promotion-content body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .promotion-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .promotion-content #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .promotion-content .snize-popular-suggestions-view-all-products-text + button, .promotion-content #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .promotion-content button + button {
        margin-left: 0;
        margin-top: 10px; } }

.recreate-banner .promotion-img img {
  object-position: top; }

.recreate-banner .promotion-content {
  max-width: 71.4rem; }
  @media screen and (max-width: 1599px) {
    .recreate-banner .promotion-content {
      max-width: 700px; } }
  @media screen and (max-width: 1023px) {
    .recreate-banner .promotion-content {
      max-width: 374px; } }
  .recreate-banner .promotion-content h4 {
    color: white;
    margin-bottom: 3rem; }
    @media screen and (max-width: 767px) {
      .recreate-banner .promotion-content h4 {
        font-size: 28px;
        margin-bottom: 2rem; } }
    .recreate-banner .promotion-content h4 br {
      display: none; }
      @media screen and (max-width: 1023px) {
        .recreate-banner .promotion-content h4 br {
          display: inline; } }
  @media screen and (max-width: 767px) {
    .recreate-banner .promotion-content p {
      max-width: 296px;
      margin-left: auto;
      margin-right: auto; } }

/*--- [Our Services] ---*/
.service-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 1279px) {
    .service-section {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

.service-content {
  width: 50%;
  padding-right: 8rem;
  margin-top: 3.3rem; }
  @media screen and (max-width: 1599px) {
    .service-content {
      padding-right: 60px; } }
  @media screen and (max-width: 1279px) {
    .service-content {
      padding-right: 40px;
      margin-top: 0; } }
  @media screen and (max-width: 1023px) {
    .service-content {
      width: 100%;
      padding: 0; } }
  .service-content h3 {
    margin-bottom: 7.4rem; }
    @media screen and (max-width: 1599px) {
      .service-content h3 {
        margin-bottom: 50px; } }
    @media screen and (max-width: 1023px) {
      .service-content h3 {
        margin-bottom: 50px;
        text-align: center; } }

.service-img {
  width: 50%; }
  @media screen and (max-width: 1023px) {
    .service-img {
      display: none; } }
  .service-img img {
    height: 100%;
    width: 100%;
    aspect-ratio: 110/111;
    object-fit: cover; }

.service-accordion {
  border-top: 0.05rem solid #808080;
  padding: 1.5rem 0 1.4rem; }
  @media screen and (max-width: 767px) {
    .service-accordion {
      padding: 3px 0 1px; } }
  .service-accordion:last-child {
    border-bottom: 0.05rem solid #808080; }
  .service-accordion img {
    display: none; }
    @media screen and (max-width: 1023px) {
      .service-accordion img {
        display: block; } }
  .service-accordion .accordion-title {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    padding: 2rem 3.4rem 2rem 0; }
    @media screen and (max-width: 767px) {
      .service-accordion .accordion-title {
        padding: 22px 22px 22px 0;
        font-size: 16px; } }
    .service-accordion .accordion-title::before {
      content: " ";
      position: absolute;
      top: 0.3rem;
      top: 2.2rem;
      right: 0;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="14" viewBox="0 0 13 14" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13 7.69995L0 7.69995L0 6.29995L13 6.29995V7.69995Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.19971 0.5L7.19971 13.5H5.79971L5.79971 0.5H7.19971Z" fill="black"/></svg>');
      background-repeat: no-repeat;
      background-size: 100% auto;
      width: 1.3rem;
      height: 1.4rem; }
      @media screen and (max-width: 767px) {
        .service-accordion .accordion-title::before {
          width: 12px;
          height: 13px;
          top: 24px; } }
    .service-accordion .accordion-title:after {
      display: none;
      content: " ";
      position: absolute;
      top: 0.3rem;
      top: 2.2rem;
      right: 0;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="2" viewBox="0 0 13 2" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13 1.5874L0 1.5874L0 0.187402L13 0.187402V1.5874Z" fill="black"/></svg>');
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center;
      width: 1.3rem;
      height: 1.4rem; }
      @media screen and (max-width: 767px) {
        .service-accordion .accordion-title:after {
          width: 12px;
          height: 13px;
          top: 24px; } }
    @media screen and (min-width: 1280px) {
      .service-accordion .accordion-title:hover {
        padding-left: 1.3rem; }
        .service-accordion .accordion-title:hover::before {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
          transition: 0.5s transform ease; } }
    .service-accordion .accordion-title.show::before {
      display: none; }
    .service-accordion .accordion-title.show::after {
      display: block; }
    .service-accordion .accordion-title.show + .accordion-info {
      opacity: 1;
      animation-name: fadeIn;
      animation-duration: 1.2s; }
  .service-accordion .accordion-info {
    padding-right: 3.4rem;
    padding: 0 3.4rem 2rem 0; }
    @media screen and (max-width: 1023px) {
      .service-accordion .accordion-info {
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .service-accordion .accordion-info {
        padding-bottom: 22px; } }
  .service-accordion .accordion-img {
    width: 100%; }
    @media screen and (max-width: 1279px) {
      .service-accordion .accordion-img {
        margin-top: 40px;
        margin-bottom: 6px; } }
    @media screen and (max-width: 767px) {
      .service-accordion .accordion-img {
        margin-top: 30px; } }
    .service-accordion .accordion-img img {
      width: 100%;
      aspect-ratio: 110/111;
      object-fit: cover; }

.carousel-arrows, .innovation-arrows, .help-arrows {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%; }
  .carousel-arrows .carousel-dots, .innovation-arrows .carousel-dots, .help-arrows .carousel-dots, .innovation-arrows .innovation-dots, .help-arrows .help-dots {
    max-width: calc(100% - 152px);
    margin: 0 50px; }
  .carousel-arrows .slick-dots, .innovation-arrows .slick-dots, .help-arrows .slick-dots {
    font-size: 0;
    position: static;
    transform: none;
    display: flex !important;
    width: 100%;
    min-width: 120px; }
    .carousel-arrows .slick-dots li, .innovation-arrows .slick-dots li, .help-arrows .slick-dots li {
      padding: 0;
      max-width: 40px;
      width: 100%;
      height: 1px;
      border-radius: 0;
      background-color: #333333;
      flex: 1; }
      .carousel-arrows .slick-dots li.slick-active button, .innovation-arrows .slick-dots li.slick-active button, .help-arrows .slick-dots li.slick-active button {
        background-color: white; }
        .carousel-arrows .slick-dots li.slick-active button::before, .innovation-arrows .slick-dots li.slick-active button::before, .help-arrows .slick-dots li.slick-active button::before {
          background-color: white; }
      .carousel-arrows .slick-dots li button, .innovation-arrows .slick-dots li button, .help-arrows .slick-dots li button {
        display: block;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        border: 0;
        border-radius: 0; }
        .carousel-arrows .slick-dots li button::before, .innovation-arrows .slick-dots li button::before, .help-arrows .slick-dots li button::before {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
          bottom: 0.5px;
          left: 0;
          width: 100%;
          height: 1.5px;
          border-radius: 0;
          background: none; }
  .carousel-arrows .slick-arrow, .innovation-arrows .slick-arrow, .help-arrows .slick-arrow {
    position: static;
    transform: none; }
    .carousel-arrows .slick-arrow svg, .innovation-arrows .slick-arrow svg, .help-arrows .slick-arrow svg {
      fill: white;
      stroke: white; }

/*--- [Museum of Historical Millwork] ---*/
.museum-section {
  background-color: black;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .museum-section {
      margin-bottom: 20px; } }
  .museum-section h3 {
    color: white;
    text-align: center;
    margin-bottom: 12rem; }
    @media screen and (max-width: 1279px) {
      .museum-section h3 {
        margin-bottom: 90px; } }

.museum-wrap {
  position: relative; }
  @media screen and (max-width: 767px) {
    .museum-wrap {
      margin-bottom: 50px; } }

.museum-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden; }
  .museum-row.slick-initialized {
    width: auto;
    position: static; }
    @media screen and (max-width: 1279px) {
      .museum-row.slick-initialized {
        margin-bottom: 60px; } }
    @media screen and (max-width: 767px) {
      .museum-row.slick-initialized {
        margin-bottom: 30px; } }
    .museum-row.slick-initialized .museum-card {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media screen and (min-width: 1280px) {
        .museum-row.slick-initialized .museum-card.slick-current .museum-img {
          padding: 25%;
          margin: 0 auto 10.3rem; }
          .museum-row.slick-initialized .museum-card.slick-current .museum-img img {
            animation-name: zoomOut;
            animation-duration: 0.3s;
            animation-fill-mode: both; }
        .museum-row.slick-initialized .museum-card.slick-current h4 {
          font-size: 1.8rem;
          color: white;
          letter-spacing: 0.18rem;
          max-width: inherit;
          animation-name: fadeIn;
          animation-delay: 0.1s;
          animation-duration: 1s;
          animation-fill-mode: both; }
        .museum-row.slick-initialized .museum-card.slick-current .museum-link {
          display: inline-block;
          animation-name: fadeIn;
          animation-delay: 0.1s;
          animation-duration: 1s;
          animation-fill-mode: both; }
        .museum-row.slick-initialized .museum-card.slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .museum-img {
          padding: 25%;
          margin: 0 auto 10.3rem; }
          .museum-row.slick-initialized .museum-card.slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .museum-img img {
            animation-name: zoomOut;
            animation-duration: 0.3s;
            animation-fill-mode: both; }
        .museum-row.slick-initialized .museum-card.slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] h4 {
          font-size: 1.8rem;
          color: white;
          letter-spacing: 0.18rem;
          max-width: inherit;
          animation-name: fadeIn;
          animation-delay: 0.1s;
          animation-duration: 1s;
          animation-fill-mode: both; }
        .museum-row.slick-initialized .museum-card.slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .museum-link {
          display: inline-block;
          animation-name: fadeIn;
          animation-delay: 0.1s;
          animation-duration: 1s;
          animation-fill-mode: both; }
        .museum-row.slick-initialized .museum-card.slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] + .slick-cloned[aria-hidden="true"] .card-inner {
          animation: none; }
        .museum-row.slick-initialized .museum-card.slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] + .slick-cloned[aria-hidden="true"] .museum-img {
          animation: none;
          padding: 0 29%;
          margin: 0 auto 6rem; }
          .museum-row.slick-initialized .museum-card.slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] + .slick-cloned[aria-hidden="true"] .museum-img img {
            animation: none;
            transform: none; }
        .museum-row.slick-initialized .museum-card.slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] + .slick-cloned[aria-hidden="true"] h4 {
          font-size: 1.4rem;
          letter-spacing: 0.14rem;
          color: #9E9E9E;
          margin-bottom: 2.5rem;
          max-width: 37rem;
          animation: none; }
        .museum-row.slick-initialized .museum-card.slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] + .slick-cloned[aria-hidden="true"] .museum-link {
          display: none; } }
      @media screen and (max-width: 1599px) and (min-width: 1280px) {
        .museum-row.slick-initialized .museum-card.slick-current h4 {
          width: 350px; }
        .museum-row.slick-initialized .museum-card.slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] h4 {
          width: 350px; }
        .museum-row.slick-initialized .museum-card.slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] + .slick-cloned[aria-hidden="true"] .museum-img {
          padding: 0 80px; } }
      @media screen and (max-width: 1279px) and (min-width: 767px) {
        .museum-row.slick-initialized .museum-card.slick-active .card-inner {
          opacity: 1; }
        .museum-row.slick-initialized .museum-card.slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .card-inner,
        .museum-row.slick-initialized .museum-card.slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] + .slick-cloned[aria-hidden="true"] .card-inner {
          opacity: 0.2; } }
  .museum-row .slick-list {
    margin: 0 -8.8%; }
    @media screen and (max-width: 1599px) {
      .museum-row .slick-list {
        margin: 0 -40px; } }
    @media screen and (max-width: 1279px) {
      .museum-row .slick-list {
        margin: 0; } }
  .museum-row .slick-arrow {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    top: calc(50% - 7rem); }
    @media screen and (max-width: 1279px) {
      .museum-row .slick-arrow {
        top: auto;
        bottom: -58px; } }
    .museum-row .slick-arrow svg {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      fill: #474747; }
      @media screen and (max-width: 1279px) {
        .museum-row .slick-arrow svg {
          fill: white;
          stroke: white; } }
    .museum-row .slick-arrow:hover svg {
      fill: white; }
    .museum-row .slick-arrow.slick-prev {
      left: -7.86%; }
      @media screen and (max-width: 1599px) {
        .museum-row .slick-arrow.slick-prev {
          left: -70px; } }
      @media screen and (max-width: 1279px) {
        .museum-row .slick-arrow.slick-prev {
          transform: translateX(-50%);
          left: calc(50% - 124px); } }
    .museum-row .slick-arrow.slick-next {
      right: -7.86%; }
      @media screen and (max-width: 1599px) {
        .museum-row .slick-arrow.slick-next {
          right: -70px; } }
      @media screen and (max-width: 1279px) {
        .museum-row .slick-arrow.slick-next {
          transform: translateX(50%);
          right: calc(50% - 124px); } }
  .museum-row .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

.museum-card {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  padding: 0;
  display: none;
  height: auto;
  width: 33.33%;
  padding: 0 1.5rem; }
  @media screen and (max-width: 1279px) {
    .museum-card {
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .museum-card {
      padding: 0; } }
  .museum-card:nth-child(-n + 3) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .museum-card .card-inner {
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 1279px) {
      .museum-card .card-inner {
        transition: all 4s ease;
        height: 100%;
        opacity: 0.2; } }
    @media screen and (max-width: 767px) {
      .museum-card .card-inner {
        opacity: 1; } }
  .museum-card h4 {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.14rem;
    color: #9E9E9E;
    margin-bottom: 2.5rem;
    max-width: 37rem;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1279px) {
      .museum-card h4 {
        font-size: 18px;
        font-size: 1.8rem;
        color: white;
        max-width: inherit; } }
    @media screen and (max-width: 1023px) {
      .museum-card h4 {
        font-size: 16px; } }
    @media screen and (max-width: 767px) {
      .museum-card h4 {
        font-size: 14px;
        margin-bottom: 40px; } }
    .museum-card h4 a {
      color: inherit;
      text-decoration: none; }

.museum-img {
  display: block;
  margin: 0 auto 6rem;
  padding: 0 29.2%;
  transition: none; }
  @media screen and (max-width: 1599px) {
    .museum-img {
      padding: 0 80px; } }
  @media screen and (max-width: 1279px) {
    .museum-img {
      padding: 0 22px;
      margin-bottom: 42px; } }
  @media screen and (max-width: 767px) {
    .museum-img {
      padding: 0 42px; } }
  .museum-img img {
    aspect-ratio: 281/185;
    width: 100%;
    object-fit: contain; }

.museum-link {
  display: none; }
  @media screen and (max-width: 1279px) {
    .museum-link {
      display: inline-block; } }

.museum-info {
  max-width: 75.5rem;
  width: 100%;
  margin: auto;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .museum-info {
      max-width: 330px; } }
  .museum-info p {
    color: white;
    margin-bottom: 4rem; }

/*--- [Resource] ---*/
.resources-section {
  background-color: black; }
  .resources-section h3 {
    color: white;
    text-align: center;
    margin-bottom: 6rem; }
    @media screen and (max-width: 767px) {
      .resources-section h3 {
        margin-bottom: 50px; } }

.resources-row {
  margin-left: -1.1rem;
  margin-right: -1.1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .resources-row {
      margin-left: -7px;
      margin-right: -7px; } }
  .resources-row.slick-initialized {
    width: auto;
    margin-bottom: 58px; }
  .resources-row .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .resources-row .slick-arrow {
    top: auto;
    bottom: -58px; }
    .resources-row .slick-arrow.slick-prev {
      transform: translateX(-50%);
      left: calc(50% - 124px); }
    .resources-row .slick-arrow.slick-next {
      transform: translateX(50%);
      right: calc(50% - 124px); }
    .resources-row .slick-arrow svg {
      fill: white;
      stroke: white; }
  .resources-row .slick-dots {
    font-size: 0;
    bottom: -49px; }
    .resources-row .slick-dots li {
      padding: 0;
      width: 40px;
      height: 1px;
      border-radius: 0;
      background-color: #333333; }
      .resources-row .slick-dots li.slick-active button {
        background-color: white; }
        .resources-row .slick-dots li.slick-active button::before {
          background-color: white; }
      .resources-row .slick-dots li button {
        display: block;
        bottom: 0.5px;
        width: 100%;
        height: 100%;
        margin: 0;
        border: 0;
        border-radius: 0; }
        .resources-row .slick-dots li button::before {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1.5px;
          border-radius: 0;
          background: none; }

.resources-card {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  width: 33.33%;
  display: inline-block; }
  @media screen and (max-width: 1023px) {
    .resources-card {
      padding-left: 7px;
      padding-right: 7px; } }
  @media screen and (max-width: 1279px) {
    .resources-card {
      height: auto; } }
  .resources-card .card-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
    background-color: #171717;
    border-top: 0.1rem solid #171717;
    border-bottom: 0.1rem solid #171717;
    text-align: center;
    text-decoration: none; }
    @media screen and (min-width: 1280px) {
      .resources-card .card-inner:hover {
        border-color: white; } }
  @media screen and (min-width: 1280px) and (max-width: 1279px) {
    .resources-card .card-inner:hover {
      border-color: #171717; } }
    @media screen and (min-width: 1280px) {
        .resources-card .card-inner:hover .resources-img img {
          filter: grayscale(0);
          -webkit-filter: grayscale(0);
          -webkit-backdrop-filter: grayscale(0); }
        .resources-card .card-inner:hover .resources-link::after {
          width: 100%; } }
    @media screen and (min-width: 1280px) and (max-width: 1279px) {
      .resources-card .card-inner:hover .resources-link::after {
        width: 60px; } }
    @media screen and (min-width: 1280px) and (max-width: 767px) {
      .resources-card .card-inner:hover .resources-link::after {
        width: 40px; } }

.resources-info {
  padding: 6rem 2rem 8rem;
  flex: 1 0 auto;
  max-width: 51rem;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 1023px) {
    .resources-info {
      max-width: 337px; } }
  @media screen and (max-width: 1023px) {
    .resources-info {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .resources-info h5 {
    color: white;
    margin-bottom: 3rem; }
    @media screen and (max-width: 767px) {
      .resources-info h5 {
        font-size: 18px; } }
  .resources-info p {
    font-size: 1.5rem;
    color: white;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .resources-info p {
        font-size: 12px; } }

.resources-img {
  display: inline-block;
  margin-bottom: 7rem; }
  @media screen and (max-width: 1023px) {
    .resources-img {
      margin-bottom: 40px; } }
  .resources-img img {
    aspect-ratio: 572/265; }
    @media screen and (min-width: 1280px) {
      .resources-img img {
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -webkit-backdrop-filter: grayscale(1);
        object-fit: cover; } }
    @media screen and (max-width: 767px) {
      .resources-img img {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -webkit-backdrop-filter: grayscale(0); } }

.resources-link {
  font-size: 1.4rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.14rem;
  color: white;
  padding-bottom: 1.08rem;
  margin: 0 auto 6.7rem;
  position: relative;
  width: fit-content; }
  @media screen and (max-width: 1023px) {
    .resources-link {
      margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .resources-link {
      font-size: 12px;
      letter-spacing: 0.12rem; } }
  .resources-link::after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: " ";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 6rem;
    height: 0.08rem;
    background-color: currentColor;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 767px) {
      .resources-link::after {
        width: 40px; } }

/*--- [ Where Craftsmanship Meets Innovation] ---*/
.innovation-section {
  overflow: hidden;
  text-align: center;
  background-color: #f8f8f8; }
  .innovation-section h3 {
    margin-bottom: 6rem; }
    @media screen and (max-width: 1023px) {
      .innovation-section h3 {
        max-width: 374px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 767px) {
      .innovation-section h3 {
        margin-bottom: 50px; } }
    @media screen and (max-width: 1023px) {
      .innovation-section h3 br {
        display: none; } }

.innovation-row {
  margin-left: -1.1rem;
  margin-right: -1.1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .innovation-row {
      margin-left: -7px;
      margin-right: -7px; } }
  @media screen and (max-width: 1023px) {
    .innovation-row {
      margin-left: -5px;
      margin-right: -5px; } }
  .innovation-row.slick-initialized {
    width: auto; }
    @media screen and (max-width: 1279px) {
      .innovation-row.slick-initialized {
        margin-bottom: 40px; } }
  .innovation-row .slick-arrow svg {
    fill: #C9C7C3; }
    @media screen and (max-width: 1279px) {
      .innovation-row .slick-arrow svg {
        fill: black;
        stroke: black; } }
  .innovation-row .slick-arrow:hover svg {
    fill: white; }
    @media screen and (max-width: 1279px) {
      .innovation-row .slick-arrow:hover svg {
        fill: black; } }
  .innovation-row .slick-arrow.slick-prev {
    left: 2.6%; }
    @media screen and (max-width: 1279px) {
      .innovation-row .slick-arrow.slick-prev {
        transform: translateX(-50%);
        left: calc(50% - 124px); } }
  .innovation-row .slick-arrow.slick-next {
    right: 2.6%; }
    @media screen and (max-width: 1279px) {
      .innovation-row .slick-arrow.slick-next {
        transform: translateX(50%);
        right: calc(50% - 124px); } }
  .innovation-row .slick-dots {
    font-size: 0;
    top: auto;
    bottom: -49px; }
    .innovation-row .slick-dots li {
      padding: 0;
      width: 40px;
      height: 1px;
      border-radius: 0;
      background-color: #bbbbbb; }
      .innovation-row .slick-dots li.slick-active button::before {
        background-color: black; }
      .innovation-row .slick-dots li button {
        display: block;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        border: 0;
        border-radius: 0; }
        .innovation-row .slick-dots li button::before {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-radius: 0; }
  .innovation-row .slick-list::before, .innovation-row .slick-list::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(61.927vw - 2.2rem);
    z-index: 1; }
  .innovation-row .slick-list::before {
    left: -42.2vw;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 31.11%); }
  .innovation-row .slick-list:after {
    right: -42.2vw;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 29.31%); }

.innovation-card {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  display: none;
  width: 1167px;
  width: 61.927vw; }
  @media screen and (max-width: 1023px) {
    .innovation-card {
      padding-left: 7px;
      padding-right: 7px; } }
  @media screen and (max-width: 1279px) {
    .innovation-card {
      width: 800px;
      width: 80vw; } }
  @media screen and (max-width: 1023px) {
    .innovation-card {
      padding-left: 5px;
      padding-right: 5px; } }
  @media screen and (max-width: 767px) {
    .innovation-card {
      width: 384px; } }
  @media screen and (max-width: 414px) {
    .innovation-card {
      width: 330px; } }
  .innovation-card:first-child {
    display: block; }

.innovation-img img {
  aspect-ratio: 389/234;
  object-fit: cover; }

.innovation-content {
  padding-top: 6rem; }
  .innovation-content .content-inner {
    max-width: 106rem;
    margin: auto; }
    @media screen and (max-width: 1279px) {
      .innovation-content .content-inner {
        max-width: 700px; } }
    @media screen and (max-width: 1023px) {
      .innovation-content .content-inner {
        max-width: 464px; } }
    @media screen and (max-width: 767px) {
      .innovation-content .content-inner {
        max-width: 414px;
        padding: 0 20px; } }
  .innovation-content h5 {
    line-height: 1.6;
    margin-bottom: 3rem;
    text-transform: none; }
    @media screen and (max-width: 767px) {
      .innovation-content h5 {
        margin-bottom: 20px; } }
  .innovation-content p {
    margin-bottom: 4rem; }
  .innovation-content .shop-all, .innovation-content .museum-link, .innovation-content .request-col a, .request-col .innovation-content a {
    display: inline-block;
    color: black; }

.innovation-arrows .slick-dots li {
  background-color: #bbbbbb; }
  .innovation-arrows .slick-dots li.slick-active button {
    background-color: black; }
    .innovation-arrows .slick-dots li.slick-active button::before {
      background-color: black; }

.innovation-arrows .slick-arrow {
  position: static;
  transform: none; }
  .innovation-arrows .slick-arrow svg {
    fill: black;
    stroke: black; }

.card {
  padding: 9rem 8.2rem 5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 0; }
  @media screen and (max-width: 1599px) {
    .card {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 767px) {
    .card {
      padding: 56px 20px 30px; } }
  .card-figure {
    padding: 0;
    margin-bottom: 4rem; }
    @media screen and (max-width: 767px) {
      .card-figure {
        margin-bottom: 30px; } }
  .card-img-container {
    max-width: 100%; }
    .card-img-container::after {
      padding-bottom: 100%; }
  .card-image {
    width: 100%;
    aspect-ratio: 1/1; }
  .card-body {
    padding-top: 0;
    text-align: left;
    transition: all 0.5s ease; }
  .card .ratting-sku {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 1.3rem; }
    @media screen and (max-width: 767px) {
      .card .ratting-sku {
        margin-bottom: 10px; } }
  .card-sku {
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    border-radius: 100rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    position: relative;
    padding: 0.3rem 1.2rem 0.2rem 2.1rem;
    background-color: #f6f6f6;
    width: fit-content; }
    .card-sku::before {
      content: "#";
      position: absolute;
      top: 0.3em;
      left: 1.2rem; }
  .card-title {
    font-size: 1.4rem;
    line-height: 1.5;
    text-transform: none;
    margin-bottom: 1.1rem;
    word-break: break-all; }
    @media screen and (max-width: 767px) {
      .card-title {
        font-size: 11px;
        margin-bottom: 10px; } }
    @media screen and (min-width: 1280px) {
      .card-title:hover {
        font-weight: 700; } }
  .card-price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.14rem; }
    @media screen and (max-width: 767px) {
      .card-price {
        font-size: 11px; } }
    .card-price .card-piceLabel {
      margin-right: 0.7rem; }
    .card-price .price-section {
      margin-right: 0.4rem;
      font-weight: 700; }
      .card-price .price-section:last-child {
        margin-right: 0; }
  .card-figcaption {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(3rem);
    -moz-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
    opacity: 0;
    left: 0;
    right: 0;
    top: auto;
    height: auto;
    visibility: hidden; }
  .card-figcaption-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    position: static;
    width: 100%; }
    .card-figcaption-body .card-figcaption-button {
      width: 50%;
      color: black;
      background: none;
      border: 0;
      border-top: 0.1rem solid black;
      margin: 0;
      padding: 2.1rem 0.4rem 2rem;
      flex: 1; }
      .card-figcaption-body .card-figcaption-button:hover {
        background: none;
        border-top-color: transparent; }
      .card-figcaption-body .card-figcaption-button:active, .card-figcaption-body .card-figcaption-button:focus {
        color: black;
        background-color: transparent;
        border: 0;
        border-top: 0.1rem solid black; }
      .card-figcaption-body .card-figcaption-button + .button, .card-figcaption-body body .snize-ac-results .card-figcaption-button + .snize-view-all-link, body .snize-ac-results .card-figcaption-body .card-figcaption-button + .snize-view-all-link, .card-figcaption-body body .snize-ac-results .snize-nothing-found .card-figcaption-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .card-figcaption-body .card-figcaption-button + .snize-popular-suggestions-view-all-products-text, .card-figcaption-body #consent-manager .css-1wn42nw .card-figcaption-button + button, #consent-manager .css-1wn42nw .card-figcaption-body .card-figcaption-button + button {
        margin: 0;
        border-left: 0.1rem solid black; }

/*--- [BADGES] ---*/
.availability-badge {
  position: absolute;
  top: 0;
  left: 0.1rem;
  right: 0.1rem;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  padding: 0.7rem 1rem 0.6rem;
  background-color: #f3f3f3;
  z-index: -1; }
  @media screen and (max-width: 767px) {
    .availability-badge {
      font-size: 10px;
      padding-top: 5px;
      padding-bottom: 4px; } }

.product-badge {
  position: absolute;
  top: 5rem;
  left: 20.83%;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  color: #9E002F;
  z-index: 1; }
  @media screen and (max-width: 1599px) {
    .product-badge {
      left: 40px; } }
  @media screen and (max-width: 767px) {
    .product-badge {
      font-size: 8px;
      letter-spacing: 0.08rem;
      top: 34px;
      left: 20px; } }
  .product-badge::before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    background-color: currentColor;
    margin-right: 0.2rem; }
    @media screen and (max-width: 767px) {
      .product-badge::before {
        width: 6px;
        height: 6px; } }
  .product-badge.in-stock {
    color: #00199F; }
  .product-badge.best-selling {
    color: #D04B00; }
  .product-badge.in-stock-ready-to-ship {
    color: #007474; }

.rating--small .icon {
  width: 1rem;
  height: 1rem;
  margin: 0 0.2rem 0 0; }
  .rating--small .icon:last-child {
    margin-right: 0; }

.template-category .pageHeading-banner,
.template-brand .pageHeading-banner,
.template-search .pageHeading-banner {
  overflow: hidden; }
  @media screen and (max-width: 1023px) {
    .template-category .pageHeading-banner,
    .template-brand .pageHeading-banner,
    .template-search .pageHeading-banner {
      padding-top: 39px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 1023px) {
    .template-category .pageHeading-banner .container, .template-category .pageHeading-banner .common-page-banner [data-content-region="page_builder_banner"] + .banner-content, .common-page-banner .template-category .pageHeading-banner [data-content-region="page_builder_banner"] + .banner-content,
    .template-brand .pageHeading-banner .container,
    .template-brand .pageHeading-banner .common-page-banner [data-content-region="page_builder_banner"] + .banner-content,
    .common-page-banner .template-brand .pageHeading-banner [data-content-region="page_builder_banner"] + .banner-content,
    .template-search .pageHeading-banner .container,
    .template-search .pageHeading-banner .common-page-banner [data-content-region="page_builder_banner"] + .banner-content,
    .common-page-banner .template-search .pageHeading-banner [data-content-region="page_builder_banner"] + .banner-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-direction: column;
      -webkit-flex-direction: column; } }
  .template-category .pageHeading-banner .page-heading,
  .template-brand .pageHeading-banner .page-heading,
  .template-search .pageHeading-banner .page-heading {
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 1023px) {
      .template-category .pageHeading-banner .page-heading,
      .template-brand .pageHeading-banner .page-heading,
      .template-search .pageHeading-banner .page-heading {
        order: 2;
        margin-bottom: 33px; } }
  .template-category .pageHeading-banner .count,
  .template-brand .pageHeading-banner .count,
  .template-search .pageHeading-banner .count {
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    border-radius: 10rem;
    font-size: 1.4rem;
    line-height: 1.1;
    text-transform: uppercase;
    background-color: white;
    padding: 0.7rem 2rem 0.8rem;
    margin-bottom: 8.2rem;
    width: fit-content; }
    @media screen and (max-width: 1023px) {
      .template-category .pageHeading-banner .count,
      .template-brand .pageHeading-banner .count,
      .template-search .pageHeading-banner .count {
        order: 1;
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .template-category .pageHeading-banner .count,
      .template-brand .pageHeading-banner .count,
      .template-search .pageHeading-banner .count {
        font-size: 12px; } }
  @media screen and (max-width: 1023px) {
    .template-category .pageHeading-banner .plp-breadcrumbs,
    .template-brand .pageHeading-banner .plp-breadcrumbs,
    .template-search .pageHeading-banner .plp-breadcrumbs {
      order: 3; } }

.template-category .pageHeading-banner,
.template-brand .pageHeading-banner {
  margin-bottom: 0; }

.cateHeading-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #f3f3f3;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .cateHeading-banner {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .cateHeading-banner .banner-content {
    order: 1;
    width: 100%;
    padding: 7rem 4.167% 7.5rem; }
    @media screen and (max-width: 1599px) {
      .cateHeading-banner .banner-content {
        padding-left: 2.37%; } }
    @media screen and (max-width: 1439px) {
      .cateHeading-banner .banner-content {
        padding-left: 30px; } }
    @media screen and (max-width: 767px) {
      .cateHeading-banner .banner-content {
        padding: 30px 20px 20px; } }
  .cateHeading-banner .banner-content-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    max-width: 100%;
    height: 100%; }
  .cateHeading-banner .banner-img {
    order: 2;
    width: 44.37%;
    aspect-ratio: 1/1; }
    @media screen and (max-width: 1439px) {
      .cateHeading-banner .banner-img {
        width: 42%; } }
    @media screen and (max-width: 767px) {
      .cateHeading-banner .banner-img {
        width: 100%; } }
    .cateHeading-banner .banner-img img {
      aspect-ratio: 1/1; }
    .cateHeading-banner .banner-img + .banner-content {
      width: calc(100% - 44.37%); }
      @media screen and (max-width: 1439px) {
        .cateHeading-banner .banner-img + .banner-content {
          width: calc(100% - 42%); } }
      @media screen and (max-width: 767px) {
        .cateHeading-banner .banner-img + .banner-content {
          width: 100%; } }
      .cateHeading-banner .banner-img + .banner-content .banner-content-inner {
        max-width: 69.4rem; }
  .cateHeading-banner .page-heading {
    text-align: left;
    margin-bottom: 3.6rem; }
    @media screen and (max-width: 767px) {
      .cateHeading-banner .page-heading {
        margin-bottom: 30px; } }
  .cateHeading-banner .description {
    font-size: 1.5rem;
    margin-bottom: auto; }
    @media screen and (max-width: 767px) {
      .cateHeading-banner .description {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 16px;
        max-width: 353px; } }
  .cateHeading-banner ol.breadcrumbs {
    text-align: left;
    margin-top: 2rem; }
    @media screen and (max-width: 767px) {
      .cateHeading-banner ol.breadcrumbs {
        margin-top: 0; } }

/*--- [Sub Categories] ---*/
@media screen and (max-width: 1279px) {
  .subcate-section {
    margin-bottom: 40px; } }

@media screen and (max-width: 767px) {
  .subcate-section {
    margin-top: 34px;
    margin-bottom: 20px; } }

.subcate-section .title-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 6rem; }
  @media screen and (max-width: 767px) {
    .subcate-section .title-row {
      -webkit-box-align: end;
      -moz-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: end;
      align-items: end;
      margin-bottom: 38px; } }
  .subcate-section .title-row h3 {
    margin-bottom: 0; }
  .subcate-section .title-row .count {
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    border-radius: 10rem;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.12rem;
    padding: 1rem 2rem 0.9rem;
    background-color: #f3f3f3;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      .subcate-section .title-row .count {
        padding: 7px 15px 6px; } }
    .subcate-section .title-row .count span {
      font-weight: 700; }

.subcate-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 0.5rem; }
  @media screen and (max-width: 1279px) {
    .subcate-row {
      margin: 0;
      padding-left: 23px; } }
  @media screen and (max-width: 767px) {
    .subcate-row {
      padding-left: 13px; } }
  .subcate-row .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

.subcate-card {
  width: 20%;
  margin-bottom: 1rem;
  padding: 0 0.5rem; }
  @media screen and (max-width: 1279px) {
    .subcate-card {
      width: 314px;
      padding-left: 7px;
      padding-right: 7px;
      margin-bottom: 0; } }
  .subcate-card.slick-slide {
    height: auto; }

.subcate-inner {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #f3f3f3;
  padding: 0 20.16% 6rem 0;
  border-bottom: 0.1rem solid #f3f3f3;
  text-decoration: none;
  height: 100%; }
  @media screen and (max-width: 1599px) {
    .subcate-inner {
      padding-right: 30px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 1279px) {
    .subcate-inner {
      padding-right: 60px;
      padding-bottom: 45px; } }
  @media screen and (min-width: 1280px) {
    .subcate-inner:hover {
      border-color: black;
      background-color: #f9f9f9; }
      .subcate-inner:hover h2 {
        font-weight: 700;
        color: #555555; }
      .subcate-inner:hover .subcate-img::after {
        opacity: 1; } }
  .subcate-inner .card-content {
    margin-left: 25.25%;
    max-width: 20rem; }
    @media screen and (max-width: 1599px) {
      .subcate-inner .card-content {
        margin-left: 30px; } }
  .subcate-inner .count {
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    border-radius: 100rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    background-color: white;
    margin-bottom: 1.5rem;
    padding: 0.2rem 1rem;
    width: fit-content; }
    @media screen and (max-width: 767px) {
      .subcate-inner .count {
        margin-bottom: 10px; } }
  .subcate-inner h2 {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.14rem;
    text-decoration: none;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .subcate-inner h2 {
        font-size: 12px;
        letter-spacing: 0.12rem; } }
    .subcate-inner h2 a {
      color: inherit;
      text-decoration: none; }

.subcate-img {
  width: 100%;
  margin-bottom: 4.4rem;
  position: relative;
  display: block; }
  @media screen and (max-width: 1599px) {
    .subcate-img {
      margin-bottom: 30px; } }
  .subcate-img::after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0; }
  .subcate-img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover; }

/*--- [What is Crown Molding?] ---*/
.crown-section {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .crown-section {
      margin-bottom: 20px; } }
  .crown-section h3 {
    margin-bottom: 6rem; }
    @media screen and (max-width: 1279px) {
      .crown-section h3 {
        margin-bottom: 40px; } }
    .crown-section h3 br {
      display: none; }
      @media screen and (max-width: 767px) {
        .crown-section h3 br {
          display: block; } }

.crown-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -1.1rem 6rem; }
  @media screen and (max-width: 1279px) {
    .crown-row {
      margin-left: -30px;
      margin-right: -30px; } }
  @media screen and (max-width: 767px) {
    .crown-row {
      margin-bottom: 40px;
      margin-left: -20px;
      margin-right: -20px; } }
  .crown-row.slick-initialized {
    width: auto; }

.crown-col {
  padding: 0 1.1rem;
  width: 33.33%; }
  @media screen and (max-width: 1279px) {
    .crown-col {
      width: 400px; } }
  @media screen and (max-width: 767px) {
    .crown-col {
      width: 320px;
      padding: 0 10px; } }

.crown-img {
  width: 100%; }
  .crown-img img {
    width: 100%;
    aspect-ratio: 22/17;
    object-fit: cover; }

.crown-content .description {
  max-width: 116.2rem;
  margin: 0 auto 6rem; }
  @media screen and (max-width: 767px) {
    .crown-content .description {
      max-width: 358px;
      margin-bottom: 40px; } }

.crown-content h6 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 4rem; }
  @media screen and (max-width: 767px) {
    .crown-content h6 {
      font-size: 12px;
      line-height: 1.5;
      margin-bottom: 30px; } }
  .crown-content h6 br {
    display: none; }
    @media screen and (max-width: 1279px) {
      .crown-content h6 br {
        display: block; } }

.request-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .request-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

.request-col {
  max-width: 61rem;
  width: 50%;
  padding: 0 0.5rem; }
  @media screen and (max-width: 767px) {
    .request-col {
      width: 100%;
      padding: 0;
      margin-bottom: 20px; } }
  .request-col:last-child {
    margin-bottom: 0; }
  .request-col .col-inner {
    padding: 3rem 5.9rem;
    height: 100%;
    text-align: center;
    background-color: #f8f8f8; }
    @media screen and (max-width: 1279px) {
      .request-col .col-inner {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 767px) {
      .request-col .col-inner {
        padding-left: 20px;
        padding-right: 20px; } }
  .request-col p {
    margin-bottom: 3rem; }
    @media screen and (max-width: 767px) {
      .request-col p {
        max-width: 288px;
        margin: 0 auto 20px; } }
  .request-col a {
    color: black;
    line-height: 1.5;
    letter-spacing: 0.14rem;
    display: inline-block;
    width: fit-content;
    text-transform: uppercase;
    padding-bottom: 1rem; }
    .request-col a:hover, .request-col a:focus, .request-col a:active {
      color: black; }

/*--- [FAQS] ---*/
.faq-section {
  background-color: #f8f8f8; }
  .faq-section h3 {
    margin-bottom: 7.4rem;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .faq-section h3 {
        margin-bottom: 40px; } }
  .faq-section .accordion-section {
    max-width: 87rem;
    margin: 0 auto; }

.faq-accordion {
  border-top: 0.05rem solid #9B9B9B;
  padding: 1.5rem 0; }
  @media screen and (max-width: 767px) {
    .faq-accordion {
      padding: 5px 0; } }
  .faq-accordion:last-child {
    border-bottom: 0.05rem solid #9B9B9B; }
  .faq-accordion .accordion-title {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.1;
    position: relative;
    cursor: pointer;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    padding-right: 3.8rem;
    padding: 2rem 3.8rem 2rem 0; }
    @media screen and (max-width: 767px) {
      .faq-accordion .accordion-title {
        font-size: 14px;
        line-height: 1.5;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
    .faq-accordion .accordion-title::before {
      content: " ";
      position: absolute;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      right: 0;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="14" viewBox="0 0 13 14" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13 7.69995L0 7.69995L0 6.29995L13 6.29995V7.69995Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.19971 0.5L7.19971 13.5H5.79971L5.79971 0.5H7.19971Z" fill="black"/></svg>');
      background-repeat: no-repeat;
      background-size: 100% auto;
      width: 1.3rem;
      height: 1.3rem; }
      @media screen and (max-width: 767px) {
        .faq-accordion .accordion-title::before {
          width: 12px; } }
    .faq-accordion .accordion-title:after {
      display: none;
      content: " ";
      position: absolute;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      right: 0;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="2" viewBox="0 0 13 2" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13 1.5874L0 1.5874L0 0.187402L13 0.187402V1.5874Z" fill="black"/></svg>');
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center;
      width: 1.3rem;
      height: 1.3rem; }
      @media screen and (max-width: 767px) {
        .faq-accordion .accordion-title:after {
          width: 12px; } }
    @media screen and (min-width: 1280px) {
      .faq-accordion .accordion-title:hover {
        font-weight: 700;
        color: #555555; }
        .faq-accordion .accordion-title:hover::before {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="14" viewBox="0 0 13 14" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13 7.69995L0 7.69995L0 6.29995L13 6.29995V7.69995Z" fill="%23555555"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.19971 0.5L7.19971 13.5H5.79971L5.79971 0.5H7.19971Z" fill="%23555555"/></svg>'); } }
    .faq-accordion .accordion-title.show::before {
      display: none; }
    .faq-accordion .accordion-title.show::after {
      display: block; }
  .faq-accordion .accordion-info {
    padding-right: 13.6rem;
    padding-bottom: 2rem; }
    @media screen and (max-width: 1023px) {
      .faq-accordion .accordion-info {
        padding-right: 38px; } }
    @media screen and (max-width: 767px) {
      .faq-accordion .accordion-info {
        padding-bottom: 13px; } }

/*--- [Need More Help?] ---*/
.help-section {
  background-color: black; }
  .help-section h3 {
    color: white;
    text-align: center;
    margin-bottom: 6rem; }
    @media screen and (max-width: 767px) {
      .help-section h3 {
        margin-bottom: 40px; } }

.help-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -1rem; }
  .help-row.slick-initialized {
    margin-bottom: 40px;
    width: auto; }
    .help-row.slick-initialized .slick-slide {
      height: auto; }
  .help-row .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

.help-card {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 25%;
  padding: 0 1rem; }
  .help-card a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
    height: 100%;
    background-color: #171717;
    border-top: 0.1rem solid #171717;
    border-bottom: 0.1rem solid #171717;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .help-card a:hover {
        border-color: white; } }
  @media screen and (min-width: 1280px) and (max-width: 1279px) {
    .help-card a:hover {
      border-color: #171717; } }
    @media screen and (min-width: 1280px) {
        .help-card a:hover .help-img img {
          filter: grayscale(0);
          -webkit-filter: grayscale(0);
          -webkit-backdrop-filter: grayscale(0); }
        .help-card a:hover .help-link::after {
          width: 100%; } }
    @media screen and (min-width: 1280px) and (max-width: 1279px) {
      .help-card a:hover .help-link::after {
        width: 60px; } }
    @media screen and (min-width: 1280px) and (max-width: 767px) {
      .help-card a:hover .help-link::after {
        width: 40px; } }

.help-info {
  padding: 6rem 2rem;
  max-width: 37rem;
  margin: 0 auto;
  flex: 1 0 auto; }
  @media screen and (max-width: 767px) {
    .help-info {
      padding-top: 40px;
      padding-bottom: 30px; } }
  .help-info h6 {
    color: white;
    margin-bottom: 3.2rem; }
    @media screen and (max-width: 767px) {
      .help-info h6 {
        margin-bottom: 25px; } }
  .help-info p {
    font-size: 1.4rem;
    color: white;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .help-info p {
        max-width: 250px;
        font-size: 12px; } }

.help-img {
  display: inline-block;
  margin-bottom: 6rem; }
  @media screen and (max-width: 767px) {
    .help-img {
      margin-bottom: 40px; } }
  .help-img img {
    aspect-ratio: 85/44;
    object-fit: cover; }
    @media screen and (min-width: 1280px) {
      .help-img img {
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -webkit-backdrop-filter: grayscale(1); } }
    @media screen and (max-width: 767px) {
      .help-img img {
        aspect-ratio: 374/173; } }

.help-link {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 1.08rem;
  text-transform: uppercase;
  color: white;
  position: relative;
  width: fit-content;
  margin: 0 auto 6rem; }
  .help-link::after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: " ";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 6rem;
    height: 0.08rem;
    background-color: currentColor;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 767px) {
      .help-link::after {
        width: 40px; } }
  @media screen and (max-width: 767px) {
    .help-link {
      margin-bottom: 40px; } }

/*--- [SIDEBAR] ---*/
.sidebar-wrap {
  background-color: black; }
  @media screen and (min-width: 1280px) {
    .sidebar-wrap.filter-sticky .subcategories .navList {
      background-color: black;
      border-color: white; }
    .sidebar-wrap.filter-sticky .subcategories .navList-item .count {
      color: white; }
    .sidebar-wrap.filter-sticky .page-sidebar .accordion--navList .accordion-block .accordion-content {
      background-color: black;
      border-color: white; }
      .sidebar-wrap.filter-sticky .page-sidebar .accordion--navList .accordion-block .accordion-content .toggleLink-text {
        color: #cccccc; }
        .sidebar-wrap.filter-sticky .page-sidebar .accordion--navList .accordion-block .accordion-content .toggleLink-text:hover {
          color: white; }
    .sidebar-wrap.filter-sticky .page-sidebar .navList-action--checkbox.is-selected::before {
      background-color: white; }
    .sidebar-wrap.filter-sticky .page-sidebar .navList-action--checkbox.is-selected::after {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.53039 2.03039L4.00006 7.56072L0.469727 4.03039L1.53039 2.96973L4.00006 5.4394L8.46973 0.969727L9.53039 2.03039Z" fill="black"/></svg>'); }
    .sidebar-wrap.filter-sticky .page-sidebar .icon--ratingFull svg {
      fill: #555555; }
    .sidebar-wrap.filter-sticky .page-sidebar .icon--ratingEmpty svg {
      fill: white; }
    .sidebar-wrap.filter-sticky .navList-action {
      color: white; }
      .sidebar-wrap.filter-sticky .navList-action:hover {
        color: #cccccc; }
    .sidebar-wrap.filter-sticky .form-minMaxRow .button:not(:hover), .sidebar-wrap.filter-sticky .form-minMaxRow body .snize-ac-results .snize-view-all-link:not(:hover), body .snize-ac-results .sidebar-wrap.filter-sticky .form-minMaxRow .snize-view-all-link:not(:hover), .sidebar-wrap.filter-sticky .form-minMaxRow body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:not(:hover), body .snize-ac-results .snize-nothing-found .sidebar-wrap.filter-sticky .form-minMaxRow .snize-popular-suggestions-view-all-products-text:not(:hover), .sidebar-wrap.filter-sticky .form-minMaxRow #consent-manager .css-1wn42nw button:not(:hover), #consent-manager .css-1wn42nw .sidebar-wrap.filter-sticky .form-minMaxRow button:not(:hover) {
      border-color: white; }
    .sidebar-wrap.filter-sticky .select2-container {
      background-color: black; }
    .sidebar-wrap.filter-sticky .select2-dropdown {
      background-color: black; }
    .sidebar-wrap.filter-sticky .select2-results__options {
      color: white; }
    .sidebar-wrap.filter-sticky .select2-container--default .select2-results__option--selected {
      color: #cccccc; }
    .sidebar-wrap.filter-sticky .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
      color: #cccccc; } }
  .sidebar-wrap.filter-sticky {
    animation-name: slideDown;
    animation-duration: 0.8s;
    animation-fill-mode: both; }
    @media screen and (max-width: 1279px) {
      .sidebar-wrap.filter-sticky .subcategories {
        display: none; } }
  @media screen and (max-width: 1279px) {
    .sidebar-wrap .container, .sidebar-wrap .common-page-banner [data-content-region="page_builder_banner"] + .banner-content, .common-page-banner .sidebar-wrap [data-content-region="page_builder_banner"] + .banner-content {
      padding: 0; } }

.sidebar-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 1279px) {
    .sidebar-inner {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .sidebar-inner .actionBar {
    clear: both; }
  .sidebar-inner .facetedSearch-refineFilters {
    display: none; }

.facetedSearch-toggle + .facetedSearch-navList.is-open,
.sidebarBlock + .facetedSearch-navList.is-open {
  margin-top: 0; }

.facetedSearch-toggle {
  text-decoration: none; }
  @media screen and (max-width: 1279px) {
    .facetedSearch-toggle {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin: 0;
      max-width: 165px;
      border: 0;
      padding: 17px 30px 16px; } }
  @media screen and (max-width: 767px) {
    .facetedSearch-toggle {
      max-width: 143px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 413px) {
    .facetedSearch-toggle {
      max-width: 130px; } }
  @media screen and (max-width: 1279px) {
    .facetedSearch-toggle.is-open {
      border-radius: 0;
      background-color: #292929; } }
  @media screen and (max-width: 1279px) {
    .facetedSearch-toggle .facetedSearch-toggle-text {
      order: 2;
      font-size: 1.2rem;
      line-height: 1.5;
      letter-spacing: 0.12rem;
      font-weight: 700;
      text-transform: uppercase;
      color: white;
      width: auto; } }
  .facetedSearch-toggle .facetedSearch-toggle-indicator {
    font-size: 0; }
    @media screen and (max-width: 1279px) {
      .facetedSearch-toggle .facetedSearch-toggle-indicator {
        order: 1;
        width: auto; } }
    @media screen and (max-width: 1279px) {
      .facetedSearch-toggle .facetedSearch-toggle-indicator .toggleLink-text {
        font-size: 0; } }
    .facetedSearch-toggle .facetedSearch-toggle-indicator .toggleLink-text--on .icon {
      margin-top: -0.5px;
      padding: 2px; }
    .facetedSearch-toggle .facetedSearch-toggle-indicator .icon {
      width: 18px;
      height: 18px;
      margin-right: 17px; }
      @media screen and (max-width: 413px) {
        .facetedSearch-toggle .facetedSearch-toggle-indicator .icon {
          margin-right: 10px; } }
      .facetedSearch-toggle .facetedSearch-toggle-indicator .icon svg {
        fill: white; }

.page-sidebar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: end;
  justify-content: end;
  width: 100%;
  padding: 0; }
  @media screen and (max-width: 1279px) {
    .page-sidebar {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .page-sidebar nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: end;
    justify-content: end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: calc(100% - 18.4rem); }
    @media screen and (max-width: 1279px) {
      .page-sidebar nav {
        -webkit-justify-content: start;
        justify-content: start;
        position: relative;
        width: 100%; } }
  .page-sidebar .facetedSearch.sidebarBlock {
    margin-top: 0;
    border: 0;
    width: calc(100% - 22.5rem);
    padding: 0 2rem 0; }
    @media screen and (max-width: 1279px) {
      .page-sidebar .facetedSearch.sidebarBlock {
        width: 100%;
        padding: 0; } }
  .page-sidebar .facetedSearch-navList {
    margin-top: 0; }
    .page-sidebar .facetedSearch-navList .navList--inner {
      margin-top: 1.2rem; }
    .page-sidebar .facetedSearch-navList .blocker {
      background: rgba(0, 0, 0, 0.5); }
  .page-sidebar .accordion--navList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    border: 0; }
    @media screen and (max-width: 1279px) {
      .page-sidebar .accordion--navList {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        background-color: #292929; } }
    .page-sidebar .accordion--navList .accordion-block {
      margin-top: 0;
      position: relative; }
      @media screen and (max-width: 1279px) {
        .page-sidebar .accordion--navList .accordion-block {
          width: 100%;
          background-color: #f3f3f3; } }
      .page-sidebar .accordion--navList .accordion-block:last-child .accordion-navigation {
        margin-right: 0;
        border-radius: 0; }
      .page-sidebar .accordion--navList .accordion-block .accordion-navigation {
        width: auto;
        margin-bottom: 0 !important;
        margin-right: 4rem;
        padding: 2.2rem 0 2.1rem; }
        @media screen and (max-width: 1279px) {
          .page-sidebar .accordion--navList .accordion-block .accordion-navigation {
            -webkit-justify-content: space-between;
            justify-content: space-between;
            width: 100%;
            border: 0;
            margin: 0;
            padding: 20px 30px;
            background-color: #292929; } }
        @media screen and (max-width: 767px) {
          .page-sidebar .accordion--navList .accordion-block .accordion-navigation {
            padding-left: 20px;
            padding-right: 20px; } }
        .page-sidebar .accordion--navList .accordion-block .accordion-navigation.is-open .accordion-title, .page-sidebar .accordion--navList .accordion-block .accordion-navigation:hover .accordion-title {
          color: #cccccc; }
        .page-sidebar .accordion--navList .accordion-block .accordion-navigation.is-open .accordion-indicator, .page-sidebar .accordion--navList .accordion-block .accordion-navigation:hover .accordion-indicator {
          stroke: #cccccc; }
        @media screen and (max-width: 1279px) {
          .page-sidebar .accordion--navList .accordion-block .accordion-navigation:hover .accordion-title {
            color: white; } }
        @media screen and (max-width: 1279px) {
          .page-sidebar .accordion--navList .accordion-block .accordion-navigation:hover .accordion-indicator {
            stroke: white; } }
        @media screen and (max-width: 1279px) {
          .page-sidebar .accordion--navList .accordion-block .accordion-navigation.is-open {
            background-color: #f3f3f3; } }
        @media screen and (max-width: 1279px) {
          .page-sidebar .accordion--navList .accordion-block .accordion-navigation.is-open .accordion-title {
            color: black; } }
        @media screen and (max-width: 1279px) {
          .page-sidebar .accordion--navList .accordion-block .accordion-navigation.is-open .accordion-indicator {
            stroke: black; } }
      .page-sidebar .accordion--navList .accordion-block .accordion-title {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.5;
        text-transform: uppercase;
        letter-spacing: 0.12rem;
        font-family: "Century Gothic", Arial, Helvetica, sans-serif;
        color: white;
        padding-right: 0.8rem; }
        @media screen and (max-width: 1279px) {
          .page-sidebar .accordion--navList .accordion-block .accordion-title {
            padding: 0; } }
      .page-sidebar .accordion--navList .accordion-block .nav-icon {
        line-height: 0; }
      .page-sidebar .accordion--navList .accordion-block .accordion-indicator {
        fill: none;
        stroke: white;
        width: 1rem;
        height: 0.6rem; }
      .page-sidebar .accordion--navList .accordion-block .accordion-content {
        position: absolute;
        min-width: 24rem;
        top: 100%;
        left: 0;
        z-index: 9;
        background-color: #f3f3f3;
        border-bottom: 0.1rem solid black;
        padding: 3rem 3.5rem;
        border-radius: 0; }
        @media screen and (max-width: 1279px) {
          .page-sidebar .accordion--navList .accordion-block .accordion-content {
            position: static;
            padding: 0 30px 20px; } }
        @media screen and (max-width: 767px) {
          .page-sidebar .accordion--navList .accordion-block .accordion-content {
            padding-left: 20px;
            padding-right: 20px; } }
        .page-sidebar .accordion--navList .accordion-block .accordion-content .toggleLink-text {
          font-size: 1.4rem;
          margin-top: 1rem; }
          @media screen and (max-width: 767px) {
            .page-sidebar .accordion--navList .accordion-block .accordion-content .toggleLink-text {
              font-size: 12px; } }
          .page-sidebar .accordion--navList .accordion-block .accordion-content .toggleLink-text:hover {
            color: black; }
  .page-sidebar .navList-item {
    margin-bottom: 0.9rem; }
    @media screen and (max-width: 767px) {
      .page-sidebar .navList-item {
        margin-bottom: 13px; } }
    .page-sidebar .navList-item:last-child {
      margin-bottom: 0; }
  .page-sidebar .navList-action--checkbox {
    font-size: 1.4rem;
    line-height: 1.34;
    padding: 0 0 0 3.3rem;
    margin-bottom: 0; }
    .page-sidebar .navList-action--checkbox.is-selected::before {
      background-color: black; }
    .page-sidebar .navList-action--checkbox.is-selected::after {
      top: 0.5rem;
      left: 0.4rem;
      transform: none;
      width: 1rem;
      height: 0.8rem;
      margin: 0;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.53039 2.03039L4.00006 7.56072L0.469727 4.03039L1.53039 2.96973L4.00006 5.4394L8.46973 0.969727L9.53039 2.03039Z" fill="white"/></svg>'); }
      @media screen and (max-width: 767px) {
        .page-sidebar .navList-action--checkbox.is-selected::after {
          top: 4px; } }
    .page-sidebar .navList-action--checkbox::before {
      top: 0;
      width: 1.8rem;
      height: 1.8rem;
      border: 0;
      border-radius: 0;
      margin: 0; }
      @media screen and (max-width: 1279px) {
        .page-sidebar .navList-action--checkbox::before {
          top: -1px; } }
    .page-sidebar .navList-action--checkbox span {
      display: none; }
  .page-sidebar .facetedSearch-clearLink {
    display: none; }
  .page-sidebar .navList-action-close {
    display: none; }
  .page-sidebar .navList-action {
    font-size: 1.4rem;
    line-height: 1.34; }
    @media screen and (max-width: 1279px) {
      .page-sidebar .navList-action {
        color: inherit; } }
    @media screen and (max-width: 767px) {
      .page-sidebar .navList-action {
        font-size: 12px; } }
  .page-sidebar .rating--small {
    margin: -0.2rem 1rem 0 0; }
    .page-sidebar .rating--small + span {
      display: none; }
    .page-sidebar .rating--small .icon {
      width: 1.2rem;
      height: 1.2rem; }
  .page-sidebar .icon--ratingEmpty svg {
    fill: #cccccc; }
  .page-sidebar .facetedSearch-content--rating .is-selected {
    font-weight: inherit; }

.form-minMaxRow .form-field {
  width: 100%;
  margin-bottom: 2rem; }
  .form-minMaxRow .form-field:last-child {
    margin-bottom: 0; }

.form-minMaxRow .button:hover, .form-minMaxRow body .snize-ac-results .snize-view-all-link:hover, body .snize-ac-results .form-minMaxRow .snize-view-all-link:hover, .form-minMaxRow body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover, body .snize-ac-results .snize-nothing-found .form-minMaxRow .snize-popular-suggestions-view-all-products-text:hover, .form-minMaxRow #consent-manager .css-1wn42nw button:hover, #consent-manager .css-1wn42nw .form-minMaxRow button:hover, .form-minMaxRow .button:active, .form-minMaxRow body .snize-ac-results .snize-view-all-link:active, body .snize-ac-results .form-minMaxRow .snize-view-all-link:active, .form-minMaxRow body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:active, body .snize-ac-results .snize-nothing-found .form-minMaxRow .snize-popular-suggestions-view-all-products-text:active, .form-minMaxRow #consent-manager .css-1wn42nw button:active, #consent-manager .css-1wn42nw .form-minMaxRow button:active {
  color: black;
  border-color: white;
  background-color: white; }

.subcategories {
  max-width: 18.4rem;
  width: 100%; }
  @media screen and (max-width: 1279px) {
    .subcategories {
      max-width: 100%;
      border-bottom: 0.5px solid white; } }
  .subcategories.subcategories-open .sidebarBlock-heading {
    color: #cccccc; }
    @media screen and (max-width: 1279px) {
      .subcategories.subcategories-open .sidebarBlock-heading {
        color: white; } }
    .subcategories.subcategories-open .sidebarBlock-heading .icon.icon-open {
      display: none; }
    .subcategories.subcategories-open .sidebarBlock-heading .icon.icon-close-ds {
      display: block; }
      @media screen and (max-width: 1279px) {
        .subcategories.subcategories-open .sidebarBlock-heading .icon.icon-close-ds {
          display: none; } }
    @media screen and (max-width: 1279px) {
      .subcategories.subcategories-open .sidebarBlock-heading .icon.icon-close-mb {
        display: block;
        padding: 2px; } }
    .subcategories.subcategories-open .sidebarBlock-heading .icon.icon-close-mb svg {
      stroke: none;
      fill: white; }
    .subcategories.subcategories-open .sidebarBlock-heading .icon svg {
      stroke: #cccccc; }
  .subcategories.subcategories-open .navList {
    display: block; }
  .subcategories .navList {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    background-color: #f3f3f3;
    padding: 3rem 3.5rem;
    border-bottom: 0.1rem solid black;
    margin-bottom: 0;
    max-height: 39.4rem;
    overflow-y: auto; }
    @media screen and (max-width: 1279px) {
      .subcategories .navList {
        position: static;
        border-bottom: 0;
        padding-left: 30px;
        padding-right: 30px;
        max-height: none; } }
    @media screen and (max-width: 767px) {
      .subcategories .navList {
        padding-left: 20px;
        padding-right: 20px; } }
  .subcategories .navList-item {
    margin-bottom: 1.6rem;
    position: relative; }
    .subcategories .navList-item:last-child {
      margin-bottom: 0; }
    .subcategories .navList-item .count {
      position: absolute;
      top: 0.2rem;
      right: 0;
      font-size: 1.4rem;
      line-height: 1.34rem;
      margin-left: 4.7rem;
      color: #555555; }
  .subcategories .navList-action {
    font-size: 1.4rem;
    line-height: 1.34;
    padding: 0 4.7rem 0 0; }
    .subcategories .navList-action:hover {
      font-weight: 700;
      color: #555555; }
      @media screen and (max-width: 1279px) {
        .subcategories .navList-action:hover {
          font-weight: 400;
          color: black; } }
  .subcategories .sidebarBlock-heading {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    color: white;
    padding: 2.2rem 0 2.1rem; }
    @media screen and (max-width: 1279px) {
      .subcategories .sidebarBlock-heading {
        padding: 17px 30px 16px; } }
    @media screen and (max-width: 767px) {
      .subcategories .sidebarBlock-heading {
        padding-left: 20px;
        padding-right: 20px; } }
    .subcategories .sidebarBlock-heading:hover {
      color: #cccccc; }
      @media screen and (max-width: 1279px) {
        .subcategories .sidebarBlock-heading:hover {
          color: white; } }
      .subcategories .sidebarBlock-heading:hover .icon svg {
        stroke: #cccccc; }
        @media screen and (max-width: 1279px) {
          .subcategories .sidebarBlock-heading:hover .icon svg {
            stroke: white; } }
    .subcategories .sidebarBlock-heading .icon {
      position: relative;
      width: 1.8rem;
      height: 1.8rem;
      margin-right: 1.7rem;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media screen and (max-width: 1023px) {
        .subcategories .sidebarBlock-heading .icon {
          margin-top: -0.05rem; } }
      .subcategories .sidebarBlock-heading .icon.icon-close-ds {
        display: none; }
      .subcategories .sidebarBlock-heading .icon.icon-close-mb {
        display: none; }
      .subcategories .sidebarBlock-heading .icon svg {
        stroke: white; }

/*--- [Actionbar] ---*/
.actionBar {
  margin: 0; }
  @media screen and (max-width: 1279px) {
    .actionBar {
      position: absolute;
      top: 0;
      right: 30px; } }
  @media screen and (max-width: 767px) {
    .actionBar {
      right: 20px; } }

.actionBar-section {
  border: 0; }
  .actionBar-section .form-field {
    border: 0;
    background: none;
    margin-bottom: 0; }
  .actionBar-section .form-label {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.12rem;
    color: white;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }
    @media screen and (max-width: 1279px) {
      .actionBar-section .form-label {
        letter-spacing: normal;
        vertical-align: middle; } }
  .actionBar-section .form-select {
    background-color: black;
    height: auto; }
  .actionBar-section .select2-container {
    min-width: 16rem;
    width: inherit !important; }
    .actionBar-section .select2-container .select2-selection--single {
      font-size: 1.2rem;
      color: white;
      padding: 2.2rem 1.8rem 2.1rem 0;
      background-color: black;
      border: 0;
      text-transform: uppercase;
      letter-spacing: 0.12rem; }
      @media screen and (max-width: 1279px) {
        .actionBar-section .select2-container .select2-selection--single {
          padding-top: 17px;
          padding-bottom: 16px; } }
      .actionBar-section .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0; }
  .actionBar-section .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0;
    width: 1rem; }
    @media screen and (max-width: 1279px) {
      .actionBar-section .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 26px; } }
    .actionBar-section .select2-container--default .select2-selection--single .select2-selection__arrow b {
      width: 1rem;
      height: 0.6rem;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M9 1.5L5 4.5L1 1.5" stroke="%23ffffff" stroke-width="1.5"/></svg>'); }
  .actionBar-section .select2-container--open .select2-dropdown {
    min-width: 17rem;
    left: -0.8rem; }

/*--- [Refine Filter] ---*/
.refine-filter {
  margin: 0; }

.facetedSearch-refineFilters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .facetedSearch-refineFilters .sidebarBlock-heading {
    display: none; }
  .facetedSearch-refineFilters .inlineList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    max-width: calc(100% - 6.8rem);
    margin: 3rem 0 1rem; }
    @media screen and (max-width: 1023px) {
      .facetedSearch-refineFilters .inlineList {
        margin-top: 20px; } }
    .facetedSearch-refineFilters .inlineList li {
      margin: 0 2rem 2rem 0; }
      @media screen and (max-width: 1023px) {
        .facetedSearch-refineFilters .inlineList li {
          margin-right: 10px;
          margin-bottom: 10px; } }
  .facetedSearch-refineFilters .facetLabel {
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    border-radius: 10rem;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.12rem;
    background-color: #f3f3f3;
    padding: 1rem 3.8rem 0.9rem 2rem;
    position: relative; }
    @media screen and (max-width: 1023px) {
      .facetedSearch-refineFilters .facetLabel {
        padding: 8px 32px 8px 15px; } }
    .facetedSearch-refineFilters .facetLabel .icon {
      position: absolute;
      top: 1.5rem;
      right: 2rem;
      width: 0.8rem;
      height: 0.8rem;
      fill: #555555; }
      @media screen and (max-width: 1023px) {
        .facetedSearch-refineFilters .facetLabel .icon {
          top: 13.5px;
          right: 15px; } }
  .facetedSearch-refineFilters .remove-link {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #666666; }
    .facetedSearch-refineFilters .remove-link:hover {
      color: black; }
      @media screen and (max-width: 767px) {
        .facetedSearch-refineFilters .remove-link:hover {
          color: #666666; } }

.facetedSearch-optionColumns .navList-action {
  font-size: 1.6rem; }
  @media screen and (max-width: 1279px) {
    .facetedSearch-optionColumns .navList-action {
      font-size: 13px; } }

.facet-quick-heading {
  margin-bottom: 2rem; }

/*--- [Product Gride] ---*/
.productGrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -0.5rem 0 0;
  position: relative; }
  @media screen and (max-width: 1439px) {
    .productGrid {
      margin-right: -4px; } }
  @media screen and (max-width: 767px) {
    .productGrid {
      margin-right: -1px; } }
  .productGrid::after, .productGrid::before {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.05rem; }
  .productGrid::before {
    top: 0;
    border-top: 0.05rem solid #bbbbbb; }
  .productGrid::after {
    bottom: 0;
    border-bottom: 0.05rem solid #bbbbbb; }
  .productGrid .product {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 20%;
    position: relative;
    padding: 0;
    margin: 0 -0.05rem 0 0;
    overflow: visible; }
    @media screen and (max-width: 1439px) {
      .productGrid .product {
        width: 25%; } }
    @media screen and (max-width: 1023px) {
      .productGrid .product {
        width: 50%; } }
    .productGrid .product::after {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease;
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0.05rem solid #bbbbbb;
      border-top: 0; }
    .productGrid .product:nth-child(-n + 5)::before {
      top: 0; }
    @media screen and (max-width: 1439px) {
      .productGrid .product:nth-child(5)::before {
        top: -0.5px; } }
    @media screen and (max-width: 1279px) {
      .productGrid .product:nth-child(4)::before {
        top: -0.5px; } }
    @media screen and (max-width: 767px) {
      .productGrid .product:nth-child(3)::before {
        top: -1px; } }
    @media screen and (min-width: 1280px) {
      .productGrid .product:hover {
        z-index: 1; }
        .productGrid .product:hover::after {
          border-color: transparent; }
        .productGrid .product:hover .card {
          box-shadow: inset 0rem 0rem 0rem 0.1rem black; }
          .productGrid .product:hover .card .card-body {
            transform: translateY(-3rem); }
        .productGrid .product:hover .card-figcaption {
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          transform: none;
          opacity: 1;
          visibility: visible; } }
  .productGrid .card {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%; }

.cate-description {
  max-width: 116.2rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .cate-description p:last-child {
    margin-bottom: 0; }
  .cate-description ul {
    display: inline-block; }
    .cate-description ul:last-child {
      margin-bottom: 0; }
    .cate-description ul li {
      text-align: left; }

.cate-error {
  margin-top: 2rem; }

/*--- [BRAND PAGE] ---*/
.brandGrid {
  margin-left: -1.1rem;
  margin-right: -1.1rem;
  margin-bottom: -3rem; }
  @media screen and (max-width: 1023px) {
    .brandGrid {
      margin-left: -7px;
      margin-right: -7px; } }
  .brandGrid .brand {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    width: 20%;
    margin-bottom: 3rem; }
    @media screen and (max-width: 1023px) {
      .brandGrid .brand {
        padding-left: 7px;
        padding-right: 7px; } }
    @media screen and (max-width: 1279px) {
      .brandGrid .brand {
        width: 25%;
        margin-bottom: 20px; } }
    @media screen and (max-width: 1023px) {
      .brandGrid .brand {
        width: 33.33%; } }
    @media screen and (max-width: 767px) {
      .brandGrid .brand {
        width: 50%; } }
    .brandGrid .brand .card-img-container::after {
      display: none; }
  .brandGrid .card {
    padding: 0; }
  .brandGrid .card-figure {
    border: 0.1rem solid #bbbbbb;
    padding: 2rem;
    margin-bottom: 2rem; }
    @media screen and (max-width: 767px) {
      .brandGrid .card-figure {
        margin-bottom: 10px; } }
  .brandGrid .card-img-container {
    max-width: 100%;
    width: 100%;
    height: 100%; }
    .brandGrid .card-img-container img {
      position: static;
      width: 100%;
      aspect-ratio: 1/1; }

/*--- [SEARCH PAGE] ---*/
.template-search .sidebar-wrap {
  margin-bottom: 4rem; }

.search-panel {
  background-color: #f3f3f3;
  padding: 4rem 0;
  margin-bottom: 4rem; }
  .search-panel .search-suggestion {
    margin-bottom: 0; }
    .search-panel .search-suggestion + .search-suggestion {
      margin-top: 2rem; }
  .search-panel .suggestion-title {
    text-transform: uppercase; }
  .search-panel .category-suggestion {
    font-size: 1.6rem;
    line-height: 1.5; }
    @media screen and (max-width: 1023px) {
      .search-panel .category-suggestion {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .search-panel .category-suggestion {
        width: 100%;
        font-size: 1.3rem; } }
    .search-panel .category-suggestion a {
      text-decoration: none; }

#search-results-content .actionBar {
  position: static; }

#search-results-content .actionBar-section {
  margin-bottom: 2.6rem;
  float: right; }
  #search-results-content .actionBar-section .form-label {
    color: black; }
  #search-results-content .actionBar-section .form-select {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="5" viewBox="0 0 12 5" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.742676 1.42878L1.25717 0.571289L5.99992 3.41694L10.7427 0.571289L11.2572 1.42878L5.99992 4.58313L0.742676 1.42878Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-size: 1.3rem 0.7rem;
    background-position: center right; }

.search-list {
  margin-left: 0; }

.pagination.remove-pagination {
  display: none; }

.view-all-button,
.destroy-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 4rem auto 0; }

.product-loader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 4rem auto 0;
  border: 0.2rem solid #cfcfcf;
  border-radius: 50%;
  border-top: 0.2rem solid white;
  width: 4rem;
  height: 4rem;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite; }

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

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

.banner-content-inner:has([data-content-region="category_custom_title"] .header-title) [data-content-region="category_custom_title"], .pageHeading-banner:has([data-content-region="category_custom_title"] .header-title) [data-content-region="category_custom_title"] {
  display: block; }

.banner-content-inner:has([data-content-region="category_custom_title"] .header-title) .page-heading, .pageHeading-banner:has([data-content-region="category_custom_title"] .header-title) .page-heading {
  display: none;
  visibility: hidden !important; }

.template-product .body {
  overflow: hidden; }

.breadcrumbs-wrap {
  background-color: black; }

.breadcrumbs-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 2.2rem 0; }
  @media screen and (max-width: 767px) {
    .breadcrumbs-inner {
      padding: 12px 0; } }
  .breadcrumbs-inner nav {
    width: 100%; }
  .breadcrumbs-inner ol.breadcrumbs {
    text-align: left; }
    .breadcrumbs-inner ol.breadcrumbs .breadcrumb a {
      color: white; }
      .breadcrumbs-inner ol.breadcrumbs .breadcrumb a:hover {
        color: #878787; }
    .breadcrumbs-inner ol.breadcrumbs .breadcrumb.is-active a {
      color: white; }

.pdp-socialmedia {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #A3A3A3; }
  @media screen and (max-width: 1023px) {
    .pdp-socialmedia {
      color: #555555; } }
  @media screen and (max-width: 1023px) {
    .pdp-socialmedia.ds {
      display: none; } }
  .pdp-socialmedia.mb {
    display: none; }
    @media screen and (max-width: 1023px) {
      .pdp-socialmedia.mb {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center; } }
  .pdp-socialmedia .socialLinks .icon {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0; }
    .pdp-socialmedia .socialLinks .icon--facebook {
      width: 0.7rem; }
    .pdp-socialmedia .socialLinks .icon--email {
      width: 1.6rem;
      height: 1.2rem; }
    .pdp-socialmedia .socialLinks .icon--print {
      width: 1.5rem; }
    .pdp-socialmedia .socialLinks .icon--twitter {
      height: 1.2rem; }
    .pdp-socialmedia .socialLinks .icon--pinterest {
      width: 1.3rem;
      width: auto; }
    .pdp-socialmedia .socialLinks .icon:hover svg {
      fill: #838383; }
    .pdp-socialmedia .socialLinks .icon svg {
      fill: white; }
      @media screen and (max-width: 1023px) {
        .pdp-socialmedia .socialLinks .icon svg {
          fill: black; } }
  .pdp-socialmedia .socialLinks .socialLinks-item {
    margin-right: 0;
    margin-left: 3rem; }
    .pdp-socialmedia .socialLinks .socialLinks-item::after, .pdp-socialmedia .socialLinks .socialLinks-item::before {
      display: none !important; }
    .pdp-socialmedia .socialLinks .socialLinks-item--facebook {
      order: 1; }
    .pdp-socialmedia .socialLinks .socialLinks-item--email {
      order: 4; }
    .pdp-socialmedia .socialLinks .socialLinks-item--print {
      order: 5; }
    .pdp-socialmedia .socialLinks .socialLinks-item--twitter {
      order: 3; }
    .pdp-socialmedia .socialLinks .socialLinks-item--pinterest {
      order: 2; }

/*--- [Content] ---*/
.productView {
  background-color: #f4f4f4;
  margin: 0;
  padding-top: 4rem; }
  @media screen and (max-width: 1023px) {
    .productView {
      background: none;
      padding-top: 0; } }
  .productView .container, .productView .common-page-banner [data-content-region="page_builder_banner"] + .banner-content, .common-page-banner .productView [data-content-region="page_builder_banner"] + .banner-content {
    padding: 0 13.54%; }
    @media screen and (max-width: 1599px) {
      .productView .container, .productView .common-page-banner [data-content-region="page_builder_banner"] + .banner-content, .common-page-banner .productView [data-content-region="page_builder_banner"] + .banner-content {
        padding: 0 8%; } }
    @media screen and (max-width: 1279px) {
      .productView .container, .productView .common-page-banner [data-content-region="page_builder_banner"] + .banner-content, .common-page-banner .productView [data-content-region="page_builder_banner"] + .banner-content {
        padding: 0 30px; } }
    @media screen and (max-width: 767px) {
      .productView .container, .productView .common-page-banner [data-content-region="page_builder_banner"] + .banner-content, .common-page-banner .productView [data-content-region="page_builder_banner"] + .banner-content {
        padding: 0 20px; } }

.productView-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -2rem 4rem; }
  @media screen and (max-width: 1439px) {
    .productView-wrap {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (max-width: 1023px) {
    .productView-wrap {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin: 0 0 30px; } }

/*--- [IMAGE] ---*/
.productView-images {
  width: 58.33%;
  padding: 0 2rem;
  position: relative; }
  @media screen and (max-width: 1439px) {
    .productView-images {
      width: 54%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1023px) {
    .productView-images {
      width: 100%;
      padding: 0; } }
  .productView-images .product-badge {
    content: " ";
    position: absolute;
    left: auto;
    top: 3rem;
    right: 5.2rem; }
    @media screen and (max-width: 1023px) {
      .productView-images .product-badge {
        right: 0; } }
    @media screen and (max-width: 767px) {
      .productView-images .product-badge {
        top: 20px; } }

.productView-image {
  border-top: 0.1rem solid black;
  border-bottom: 0.1rem solid black;
  background-color: white;
  padding: 5.7rem;
  margin-bottom: 4rem;
  pointer-events: auto; }
  @media screen and (max-width: 1023px) {
    .productView-image {
      border: 0;
      padding: 40px 20px;
      margin-bottom: 0; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0; }

.productView-img-container {
  max-width: none;
  width: 100%; }
  .productView-img-container::after {
    display: none; }
  .productView-img-container a {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .productView-img-container img {
    position: static;
    width: 100%;
    aspect-ratio: 1/1; }

/*--- [Thumbnails] ---*/
.productView-thumbnails {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 36rem;
  width: 100%; }
  @media screen and (max-width: 1599px) {
    .productView-thumbnails {
      max-width: 300px; } }
  @media screen and (max-width: 767px) {
    .productView-thumbnails {
      max-width: 240px; } }
  .productView-thumbnails img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    opacity: 0.5; }
  .productView-thumbnails.slick-initialized {
    border-right: 0.1rem solid #BDBDBD; }
    @media screen and (max-width: 1023px) {
      .productView-thumbnails.slick-initialized {
        border-width: 0.05px; } }
    .productView-thumbnails.slick-initialized .productView-thumbnail:last-child {
      border-right: 0; }
  .productView-thumbnails .slick-list {
    margin: 0; }
  .productView-thumbnails .slick-arrow {
    width: 3rem;
    height: 2.4rem; }
    @media screen and (max-width: 767px) {
      .productView-thumbnails .slick-arrow {
        width: 21px;
        height: 16px; } }
    .productView-thumbnails .slick-arrow.slick-prev {
      left: -8rem; }
      @media screen and (max-width: 1439px) {
        .productView-thumbnails .slick-arrow.slick-prev {
          left: -67px; } }
      @media screen and (max-width: 413px) {
        .productView-thumbnails .slick-arrow.slick-prev {
          left: -50px; } }
    .productView-thumbnails .slick-arrow.slick-next {
      right: -8rem; }
      @media screen and (max-width: 1439px) {
        .productView-thumbnails .slick-arrow.slick-next {
          right: -67px; } }
      @media screen and (max-width: 413px) {
        .productView-thumbnails .slick-arrow.slick-next {
          right: -50px; } }
    @media screen and (max-width: 1279px) {
      .productView-thumbnails .slick-arrow svg {
        stroke: #B3B3B3; } }

.productView-thumbnail {
  background-color: white;
  margin-bottom: 0;
  padding: 0;
  width: 33.33%;
  position: relative; }
  .productView-thumbnail:last-child {
    border-right: 0.1rem solid #BDBDBD; }
    @media screen and (max-width: 1023px) {
      .productView-thumbnail:last-child {
        border-width: 0.5px; } }

.productView-thumbnail-link {
  max-width: calc(100% - 3.4rem);
  width: 100%;
  height: auto;
  border: 0;
  padding: 1.7rem;
  position: relative;
  overflow: hidden; }
  .productView-thumbnail-link:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    content: " ";
    top: auto;
    left: 0;
    right: -0.1rem;
    bottom: 0;
    height: 100%;
    border: 0.1rem solid #BDBDBD; }
    @media screen and (max-width: 1023px) {
      .productView-thumbnail-link:after {
        border-width: 0.5px;
        border: 0.5px solid #BDBDBD; } }
  .productView-thumbnail-link::before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    content: " ";
    top: auto;
    left: 0.1rem;
    right: 0;
    bottom: 0.1rem;
    height: 0.1rem;
    border-bottom: 0.1rem solid transparent;
    z-index: 1; }
    @media screen and (max-width: 1023px) {
      .productView-thumbnail-link::before {
        left: 0;
        bottom: 0;
        z-index: 1; } }
  @media screen and (min-width: 1280px) {
    .productView-thumbnail-link:hover::before {
      border-color: black; }
    .productView-thumbnail-link:hover img {
      opacity: 1; } }
  .productView-thumbnail-link.is-active::before {
    border-color: black; }
  .productView-thumbnail-link.is-active img {
    opacity: 1; }

/*--- [Details] ---*/
.details-wrap {
  width: calc(100% - 58.33%);
  padding: 0 2rem; }
  @media screen and (max-width: 1439px) {
    .details-wrap {
      width: calc(100% - 54%);
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1023px) {
    .details-wrap {
      width: 100%;
      padding: 0;
      position: relative; }
      .details-wrap::before {
        content: " ";
        position: absolute;
        top: 0;
        left: -100%;
        right: -100%;
        height: 1px;
        background-color: black; } }
  .details-wrap .reset-selection-text {
    margin-bottom: 0;
    margin-top: 2rem;
    background-color: #f6f6f6;
    padding: 1rem 1.5rem;
    font-size: 1.4rem; }

.productView-details {
  width: 100%;
  padding: 0;
  float: none;
  background-color: white; }
  .productView-details.product-data {
    padding: 3rem 3rem;
    border-top: 0.1rem solid black; }
    .productView-details.product-data:has(#select-other-wood) {
      padding-bottom: 2.1rem; }
    @media screen and (max-width: 1023px) {
      .productView-details.product-data {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 2rem;
        border: 0; } }
  .productView-details.product-options {
    padding: 0 3rem 3rem;
    border-bottom: 0.1rem solid black; }
    @media screen and (max-width: 1023px) {
      .productView-details.product-options {
        padding-right: 0;
        padding-left: 0;
        border-bottom: 0; } }

.ratting-sku {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1.1rem; }
  .ratting-sku .sku {
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    border-radius: 10rem;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.12rem;
    padding: 0.1rem 1rem 0 2rem;
    background-color: #f6f6f6; }
    .ratting-sku .sku::after {
      content: "#";
      position: absolute;
      left: 1rem;
      top: 0.1rem; }

.productView-rating {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.2rem;
  line-height: 1.1;
  cursor: pointer; }
  @media screen and (min-width: 1280px) {
    .productView-rating:hover {
      color: #878787; } }
  .productView-rating a {
    text-decoration: none; }
  .productView-rating .icon {
    width: 1.3rem;
    height: 1.2rem;
    margin-right: 0.2rem; }
    .productView-rating .icon:last-child {
      margin-right: 0; }

.productView-title {
  font-size: 3.6rem;
  margin-top: 0;
  margin-bottom: 1.2rem;
  text-transform: none; }
  @media screen and (max-width: 1439px) {
    .productView-title {
      font-size: 30px; } }
  @media screen and (max-width: 1279px) {
    .productView-title {
      font-size: 28px; } }
  @media screen and (max-width: 767px) {
    .productView-title {
      font-size: 24px;
      margin-bottom: 20px; } }

.price-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 2rem; }

.price-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .price-wrap .product-piceLabal {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #595959;
    margin-right: 0.7rem; }
  .price-wrap .productView-price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0; }
    @media screen and (max-width: 1439px) {
      .price-wrap .productView-price {
        font-size: 22px; } }
    @media screen and (max-width: 767px) {
      .price-wrap .productView-price {
        font-size: 18px; } }
    .price-wrap .productView-price .price-section {
      margin-right: 1rem; }

.productView-product {
  padding-bottom: 0;
  border: 0; }

/*--- [Bulk Price] ---*/
.bulkPrice-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .bulkPrice-wrap .icon {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.5rem; }
    .bulkPrice-wrap .icon svg {
      fill: black; }
  .bulkPrice-wrap .productView-info-value {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 0; }

.ship-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  color: white;
  background-color: black;
  padding: 1rem 1.8rem 0.9rem;
  margin-bottom: 2.4rem; }
  @media screen and (max-width: 767px) {
    .ship-info {
      margin-bottom: 20px; } }
  .ship-info span {
    font-weight: 700; }
  .ship-info .icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.8rem; }

/*--- [Highlight] ---*/
.product-heighlight {
  background-color: white;
  padding: 0 3rem 2.4rem; }
  @media screen and (max-width: 1023px) {
    .product-heighlight {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .product-heighlight {
      padding-bottom: 20px; } }
  .product-heighlight ul {
    list-style: none;
    margin: 0;
    padding-top: 2.4rem;
    border-top: 0.1rem solid #C5C5C5; }
    @media screen and (max-width: 767px) {
      .product-heighlight ul {
        padding-top: 20px; } }
  .product-heighlight li {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.5;
    padding-left: 1.8rem;
    margin-bottom: 1.1rem; }
    @media screen and (max-width: 767px) {
      .product-heighlight li {
        font-size: 12px;
        margin-bottom: 10px; } }
    .product-heighlight li:last-child {
      margin-bottom: 0; }
    .product-heighlight li::before {
      content: " ";
      position: absolute;
      top: 1rem;
      left: 0;
      background-color: black;
      width: 0.3rem;
      height: 0.3rem; }

/*--- [Options] ---*/
.productView-options {
  text-align: left;
  margin-bottom: 0; }
  .productView-options [data-product-option-change] {
    padding-top: 2.4rem;
    padding-bottom: 0.7rem;
    border-top: 0.1rem solid #C5C5C5; }
    @media screen and (max-width: 767px) {
      .productView-options [data-product-option-change] {
        padding-top: 20px;
        padding-bottom: 3px; } }

.productView-options .form-field,
#CartEditProductFieldsForm .form-field {
  margin-bottom: 1.5rem; }
  .productView-options .form-field [data-option-value],
  #CartEditProductFieldsForm .form-field [data-option-value] {
    font-weight: 400; }

.productView-options .form-label,
#CartEditProductFieldsForm .form-label {
  text-transform: capitalize; }

.productView-options [data-product-attribute="set-rectangle"] .form-option-variant,
#CartEditProductFieldsForm [data-product-attribute="set-rectangle"] .form-option-variant {
  text-transform: capitalize;
  padding: 0.8rem 2rem; }

.productView-options [data-product-attribute="swatch"],
.productView-options [data-product-attribute="set-rectangle"],
#CartEditProductFieldsForm [data-product-attribute="swatch"],
#CartEditProductFieldsForm [data-product-attribute="set-rectangle"] {
  margin-bottom: 0.5rem; }

.productView-options [data-product-attribute="set-radio"] .form-radio + .form-label,
#CartEditProductFieldsForm [data-product-attribute="set-radio"] .form-radio + .form-label {
  display: table-caption; }

.productView-options .form-option-wrapper,
#CartEditProductFieldsForm .form-option-wrapper {
  margin-right: 1rem;
  margin-bottom: 1rem; }
  .productView-options .form-option-wrapper .form-option,
  #CartEditProductFieldsForm .form-option-wrapper .form-option {
    margin: 0; }

.productView-options .form-option-variant,
#CartEditProductFieldsForm .form-option-variant {
  font-size: 1.4rem; }

.productView-options .form-option-swatch,
#CartEditProductFieldsForm .form-option-swatch {
  margin: 0; }

.productView-options .form-option:hover,
#CartEditProductFieldsForm .form-option:hover {
  border-color: #878787; }

.productView-options .add-to-cart-buttons,
#CartEditProductFieldsForm .add-to-cart-buttons {
  width: 100%;
  padding: 0;
  margin: 0 0 1.1rem; }

.productView-options .form-field--increments,
#CartEditProductFieldsForm .form-field--increments {
  margin-bottom: 0; }

.productView-options .add-to-cart-wallet-buttons,
#CartEditProductFieldsForm .add-to-cart-wallet-buttons {
  display: none !important; }

.priceTotal-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 1.8rem;
  border-top: 0.1rem solid black;
  margin-bottom: 1.6rem; }
  @media screen and (max-width: 767px) {
    .priceTotal-row {
      padding-top: 25px;
      margin-bottom: 25px; } }
  .priceTotal-row .title {
    font-size: 1.9rem;
    line-height: 1.5;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .priceTotal-row .title {
        font-size: 16px; } }
  .priceTotal-row .price {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700; }
    @media screen and (max-width: 1023px) {
      .priceTotal-row .price {
        font-size: 20px; } }
    @media screen and (max-width: 767px) {
      .priceTotal-row .price {
        font-size: 18px; } }

/*--- [Quentity] ---*/
.form-field--increments {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 2.4rem 0;
  margin-bottom: 0;
  border-top: 0.1rem solid black; }
  @media screen and (max-width: 767px) {
    .form-field--increments {
      padding: 20px 0; } }
  .form-field--increments::after, .form-field--increments::before {
    display: none; }
  .form-field--increments .form-label {
    font-size: 1.4rem;
    margin-bottom: 0; }

.form-increment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border: 0.1rem solid black;
  max-width: 21.7rem;
  width: 100%;
  padding: 1.2rem 1.2rem; }
  .form-increment .form-input {
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
    line-height: 1.5;
    padding: 0; }
    .form-increment .form-input:disabled {
      color: black; }
  .form-increment .button, .form-increment body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-increment .snize-view-all-link, .form-increment body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-increment .snize-popular-suggestions-view-all-products-text, .form-increment #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-increment button {
    background: none;
    border: 0;
    padding: 0 1rem; }
    .form-increment .button .icon, .form-increment body .snize-ac-results .snize-view-all-link .icon, body .snize-ac-results .form-increment .snize-view-all-link .icon, .form-increment body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text .icon, body .snize-ac-results .snize-nothing-found .form-increment .snize-popular-suggestions-view-all-products-text .icon, .form-increment #consent-manager .css-1wn42nw button .icon, #consent-manager .css-1wn42nw .form-increment button .icon {
      display: block;
      width: 0.9rem;
      height: 0.9rem; }
    @media screen and (min-width: 1280px) {
      .form-increment .button:hover .icon svg, .form-increment body .snize-ac-results .snize-view-all-link:hover .icon svg, body .snize-ac-results .form-increment .snize-view-all-link:hover .icon svg, .form-increment body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover .icon svg, body .snize-ac-results .snize-nothing-found .form-increment .snize-popular-suggestions-view-all-products-text:hover .icon svg, .form-increment #consent-manager .css-1wn42nw button:hover .icon svg, #consent-manager .css-1wn42nw .form-increment button:hover .icon svg {
        fill: #878787; } }

/*--- [Wishlist] ---*/
.form-wishlist {
  width: 100%;
  margin: 0;
  padding: 0; }
  .form-wishlist .button, .form-wishlist body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-wishlist .snize-view-all-link, .form-wishlist body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-wishlist .snize-popular-suggestions-view-all-products-text, .form-wishlist #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-wishlist button {
    width: 100%;
    margin: 0;
    color: black;
    background-color: #f0f0f0;
    border: #f0f0f0; }
    .form-wishlist .button:hover, .form-wishlist body .snize-ac-results .snize-view-all-link:hover, body .snize-ac-results .form-wishlist .snize-view-all-link:hover, .form-wishlist body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover, body .snize-ac-results .snize-nothing-found .form-wishlist .snize-popular-suggestions-view-all-products-text:hover, .form-wishlist #consent-manager .css-1wn42nw button:hover, #consent-manager .css-1wn42nw .form-wishlist button:hover {
      color: white;
      background-color: black;
      border-color: black; }

#wishlist-dropdown {
  margin-bottom: 0;
  border: 0.1rem solid black; }
  #wishlist-dropdown.is-open {
    padding-right: 0; }
  #wishlist-dropdown li {
    margin-bottom: 0;
    border-bottom: 0.1rem solid black; }
    #wishlist-dropdown li:last-child {
      border-bottom: 0; }
  #wishlist-dropdown .button, #wishlist-dropdown body .snize-ac-results .snize-view-all-link, body .snize-ac-results #wishlist-dropdown .snize-view-all-link, #wishlist-dropdown body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #wishlist-dropdown .snize-popular-suggestions-view-all-products-text, #wishlist-dropdown #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw #wishlist-dropdown button {
    border: 0; }
    #wishlist-dropdown .button:hover, #wishlist-dropdown body .snize-ac-results .snize-view-all-link:hover, body .snize-ac-results #wishlist-dropdown .snize-view-all-link:hover, #wishlist-dropdown body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover, body .snize-ac-results .snize-nothing-found #wishlist-dropdown .snize-popular-suggestions-view-all-products-text:hover, #wishlist-dropdown #consent-manager .css-1wn42nw button:hover, #consent-manager .css-1wn42nw #wishlist-dropdown button:hover {
      color: #878787; }

/*--- [Need Help] ---*/
.needHelp-section {
  background-color: black;
  padding: 2rem 0 1.9rem; }
  @media screen and (max-width: 1023px) {
    .needHelp-section {
      padding: 30px 0; } }
  .needHelp-section .container, .needHelp-section .common-page-banner [data-content-region="page_builder_banner"] + .banner-content, .common-page-banner .needHelp-section [data-content-region="page_builder_banner"] + .banner-content {
    padding: 0 13.54%; }
    @media screen and (max-width: 1599px) {
      .needHelp-section .container, .needHelp-section .common-page-banner [data-content-region="page_builder_banner"] + .banner-content, .common-page-banner .needHelp-section [data-content-region="page_builder_banner"] + .banner-content {
        padding: 0 8%; } }
    @media screen and (max-width: 1279px) {
      .needHelp-section .container, .needHelp-section .common-page-banner [data-content-region="page_builder_banner"] + .banner-content, .common-page-banner .needHelp-section [data-content-region="page_builder_banner"] + .banner-content {
        padding: 0 30px; } }
    @media screen and (max-width: 767px) {
      .needHelp-section .container, .needHelp-section .common-page-banner [data-content-region="page_builder_banner"] + .banner-content, .common-page-banner .needHelp-section [data-content-region="page_builder_banner"] + .banner-content {
        padding: 0 20px; } }

.needHelp-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 1023px) {
    .needHelp-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center; } }
  .needHelp-row h6 {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 700;
    color: white;
    margin-bottom: 0; }
    @media screen and (max-width: 1023px) {
      .needHelp-row h6 {
        margin-bottom: 20px; } }

.needHelp-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: end;
  justify-content: end;
  width: calc(100% - 20rem); }
  @media screen and (max-width: 1023px) {
    .needHelp-right {
      -webkit-justify-content: center;
      justify-content: center;
      width: 100%; } }

.needHelp-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 7rem; }
  @media screen and (max-width: 1023px) {
    .needHelp-item {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      margin-right: 0; } }
  .needHelp-item:last-child {
    margin-right: 0; }
  .needHelp-item a {
    font-size: 1.4rem;
    line-height: 1.5;
    color: white;
    font-weight: 700; }
    @media screen and (max-width: 1023px) {
      .needHelp-item a {
        font-size: 12px; } }
    .needHelp-item a::after {
      height: 0.1rem; }
    .needHelp-item a:hover {
      color: white; }

.needHelp-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #A3A3A3;
  margin-right: 1rem; }
  @media screen and (max-width: 1023px) {
    .needHelp-label {
      -webkit-justify-content: center;
      justify-content: center;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-direction: column;
      -webkit-flex-direction: column;
      margin-right: 0;
      margin-bottom: 6px;
      width: 100%; } }
  .needHelp-label .icon {
    width: 2rem;
    height: 2rem;
    margin-right: 1.1rem; }
    @media screen and (max-width: 1023px) {
      .needHelp-label .icon {
        margin-right: 0;
        margin-bottom: 12px; } }
    .needHelp-label .icon.chat-icon {
      width: 2.4rem;
      height: 1.9rem; }
    .needHelp-label .icon.call-icon {
      width: 1.3rem; }
    .needHelp-label .icon.email-icon {
      width: 2.2rem;
      height: 1.6rem; }

/*--- [Accordion] ---*/
.pdpDescription-section .container, .pdpDescription-section .common-page-banner [data-content-region="page_builder_banner"] + .banner-content, .common-page-banner .pdpDescription-section [data-content-region="page_builder_banner"] + .banner-content {
  padding: 0 13.54%; }
  @media screen and (max-width: 1599px) {
    .pdpDescription-section .container, .pdpDescription-section .common-page-banner [data-content-region="page_builder_banner"] + .banner-content, .common-page-banner .pdpDescription-section [data-content-region="page_builder_banner"] + .banner-content {
      padding: 0 8%; } }
  @media screen and (max-width: 1279px) {
    .pdpDescription-section .container, .pdpDescription-section .common-page-banner [data-content-region="page_builder_banner"] + .banner-content, .common-page-banner .pdpDescription-section [data-content-region="page_builder_banner"] + .banner-content {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .pdpDescription-section .container, .pdpDescription-section .common-page-banner [data-content-region="page_builder_banner"] + .banner-content, .common-page-banner .pdpDescription-section [data-content-region="page_builder_banner"] + .banner-content {
      padding: 0 20px; } }

.pdp-accordion {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent; }
  .pdp-accordion:nth-child(even) {
    background-color: #f3f3f3; }
  .pdp-accordion:hover {
    border-color: black; }
    @media screen and (max-width: 1279px) {
      .pdp-accordion:hover {
        border-color: transparent; } }
  .pdp-accordion .accordion-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-right: 10%;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    position: relative; }
    @media screen and (max-width: 1279px) {
      .pdp-accordion .accordion-inner {
        padding-right: 50px; } }
    @media screen and (max-width: 1023px) {
      .pdp-accordion .accordion-inner {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        padding-right: 0;
        padding: 18px 0; } }
    @media screen and (max-width: 767px) {
      .pdp-accordion .accordion-inner {
        padding: 10px 0; } }
    .pdp-accordion .accordion-inner::after {
      display: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      content: " ";
      position: absolute;
      top: 5.4rem;
      right: 0;
      width: 1.3rem;
      height: 1.3rem;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M6.5 0V13" stroke="black" stroke-width="1.4"/><path d="M0 6.5L13 6.5" stroke="black" stroke-width="1.4"/></svg>');
      cursor: pointer; }
      @media screen and (max-width: 1023px) {
        .pdp-accordion .accordion-inner::after {
          top: 50px; } }
      @media screen and (max-width: 767px) {
        .pdp-accordion .accordion-inner::after {
          top: 32px;
          width: 12px;
          height: 12px; } }
    .pdp-accordion .accordion-inner.show:after {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="3" viewBox="0 0 13 3" fill="none"><path d="M0 1.5L13 1.5" stroke="black" stroke-width="1.4"/></svg>'); }
    .pdp-accordion .accordion-inner.show .accordion-link .icon.close {
      display: block; }
    .pdp-accordion .accordion-inner.show .accordion-link .icon.open {
      display: none; }
  .pdp-accordion .accordion-title {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    width: calc(100% - 71.42%);
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    cursor: pointer; }
    @media screen and (max-width: 1279px) {
      .pdp-accordion .accordion-title {
        width: 240px; } }
    @media screen and (max-width: 1023px) {
      .pdp-accordion .accordion-title {
        font-size: 18px;
        width: 100%;
        position: relative;
        z-index: 1;
        padding: 30px 0; } }
    @media screen and (max-width: 767px) {
      .pdp-accordion .accordion-title {
        font-size: 16px;
        padding: 20px 0; } }
  .pdp-accordion .accordion-info {
    width: 71.42%; }
    @media screen and (max-width: 1279px) {
      .pdp-accordion .accordion-info {
        width: calc(100% - 240px); } }
    @media screen and (max-width: 1023px) {
      .pdp-accordion .accordion-info {
        width: 100%;
        padding-top: 30px;
        padding-top: 0;
        padding-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .pdp-accordion .accordion-info {
        padding-bottom: 20px; } }
    .pdp-accordion .accordion-info p:last-child {
      margin-bottom: 0; }
  .pdp-accordion .accordion-link {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 4.8rem;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.6rem;
    cursor: pointer;
    z-index: 99; }
    @media screen and (max-width: 1023px) {
      .pdp-accordion .accordion-link {
        top: 45px;
        z-index: 0; } }
    @media screen and (max-width: 767px) {
      .pdp-accordion .accordion-link {
        top: 26px; } }
    .pdp-accordion .accordion-link .icon {
      width: 100%;
      height: 100%;
      display: block; }
      .pdp-accordion .accordion-link .icon.close {
        display: none; }

.pdp-detail h1, .pdp-detail h2, .pdp-detail h3, .pdp-detail h4, .pdp-detail h5, .pdp-detail h6 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 2.6rem;
  text-transform: none; }
  @media screen and (max-width: 767px) {
    .pdp-detail h1, .pdp-detail h2, .pdp-detail h3, .pdp-detail h4, .pdp-detail h5, .pdp-detail h6 {
      font-size: 1.3rem;
      margin-bottom: 2.1rem; } }
  .pdp-detail h1:last-child, .pdp-detail h2:last-child, .pdp-detail h3:last-child, .pdp-detail h4:last-child, .pdp-detail h5:last-child, .pdp-detail h6:last-child {
    margin-bottom: 0; }

.specification-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .specification-list .col-1,
  .specification-list .col-2,
  .specification-list .col-3 {
    width: 33.33%; }
    @media screen and (max-width: 1023px) {
      .specification-list .col-1,
      .specification-list .col-2,
      .specification-list .col-3 {
        width: 100%; } }
  @media screen and (max-width: 1023px) {
    .specification-list .col-1 .specification-item:first-child {
      padding-top: 0; } }
  .specification-list .col-2 {
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .specification-list .col-2 {
        text-align: left; } }
  .specification-list .col-3 {
    text-align: right; }
    @media screen and (max-width: 1023px) {
      .specification-list .col-3 {
        text-align: left; } }
    @media screen and (max-width: 1023px) {
      .specification-list .col-3 .specification-item:last-child {
        padding-bottom: 0;
        border-bottom: 0; } }

.specification-item {
  font-size: 1.4rem;
  border-bottom: 0.05rem solid #DEDEDE;
  padding: 1.2rem 0; }
  @media screen and (max-width: 767px) {
    .specification-item {
      font-size: 13px;
      padding: 10px 0; } }
  @media screen and (min-width: 1024px) {
    .specification-item:first-child {
      padding-top: 0; }
    .specification-item:last-child {
      margin-bottom: 0;
      border-bottom: 0; } }
  .specification-item span {
    display: inline-block;
    text-align: left; }
    .specification-item span.specification-name {
      width: 10.1rem;
      margin-right: 0.7rem;
      font-weight: 700; }

.downloads-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 1023px) {
    .downloads-list {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .downloads-list .col-1 {
    margin-right: 4rem; }
  .downloads-list .col-1,
  .downloads-list .col-2 {
    max-width: 33.8rem; }
    @media screen and (max-width: 1023px) {
      .downloads-list .col-1,
      .downloads-list .col-2 {
        max-width: 100%;
        width: 100%; } }
  @media screen and (max-width: 1023px) {
    .downloads-list .col-2 .downloads-item:last-child {
      margin-bottom: 0; } }
  .downloads-list .downloads-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 2rem;
    text-decoration: none;
    position: relative;
    padding-left: 3.7rem; }
    @media screen and (max-width: 767px) {
      .downloads-list .downloads-item {
        margin-bottom: 15px; } }
    @media screen and (min-width: 1280px) {
      .downloads-list .downloads-item:last-child {
        margin-bottom: 0; } }
    .downloads-list .downloads-item .icon {
      position: absolute;
      left: 0;
      top: 0.4rem;
      width: 1.7rem;
      height: 1.5rem;
      margin-right: 2rem; }

.productReviews-list {
  margin: 0; }

.productReview {
  width: 100%;
  padding: 0 0 2.8rem;
  margin-bottom: 2.8rem;
  border-bottom: 0.05rem solid #bbbbbb; }
  @media screen and (max-width: 1023px) {
    .productReview:first-child {
      padding-top: 1rem;
      margin-bottom: 30px; } }

.productRating-date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1.4rem; }
  .productRating-date .date {
    font-size: 1.2rem;
    color: #888888; }

.productReview-rating {
  margin: -0.2rem 1.2rem 0 0;
  cursor: pointer; }
  .productReview-rating .icon {
    width: 1.3rem;
    height: 1.2rem;
    margin-right: 0.2rem; }

.productReview-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.9rem; }
  @media screen and (max-width: 767px) {
    .productReview-title {
      font-size: 14px; } }

.productReview-body {
  font-size: 1.4rem;
  margin-bottom: 1.6rem; }
  @media screen and (max-width: 767px) {
    .productReview-body {
      font-size: 13px; } }

.productReview-author {
  font-size: 1.4rem;
  color: black;
  margin-bottom: 0;
  text-transform: capitalize; }
  @media screen and (max-width: 767px) {
    .productReview-author {
      font-size: 13px; } }

.productReviews-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .productReviews-bottom {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

.total-reviews {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.1; }
  @media screen and (max-width: 1023px) {
    .total-reviews {
      margin-bottom: 30px; } }
  .total-reviews .reviews-icons {
    margin-right: 0.6rem;
    margin-top: -0.1rem; }
    .total-reviews .reviews-icons span {
      vertical-align: middle; }
  .total-reviews .icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.2rem; }

.buttons-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .buttons-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      width: 100%; } }
  .buttons-row .button, .buttons-row body .snize-ac-results .snize-view-all-link, body .snize-ac-results .buttons-row .snize-view-all-link, .buttons-row body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .buttons-row .snize-popular-suggestions-view-all-products-text, .buttons-row #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .buttons-row button {
    margin-left: 2rem;
    min-width: 28rem;
    margin-bottom: 0; }
    @media screen and (max-width: 1439px) {
      .buttons-row .button, .buttons-row body .snize-ac-results .snize-view-all-link, body .snize-ac-results .buttons-row .snize-view-all-link, .buttons-row body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .buttons-row .snize-popular-suggestions-view-all-products-text, .buttons-row #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .buttons-row button {
        min-width: auto; } }
    @media screen and (max-width: 767px) {
      .buttons-row .button, .buttons-row body .snize-ac-results .snize-view-all-link, body .snize-ac-results .buttons-row .snize-view-all-link, .buttons-row body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .buttons-row .snize-popular-suggestions-view-all-products-text, .buttons-row #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .buttons-row button {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px; } }
  .buttons-row .button--primary, .buttons-row body .snize-ac-results .snize-view-all-link, body .snize-ac-results .buttons-row .snize-view-all-link, .buttons-row body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .buttons-row .snize-popular-suggestions-view-all-products-text, .buttons-row .qn-add-to-quote {
    border-color: black; }
  .buttons-row .loadMore-button {
    border-color: black; }
    .buttons-row .loadMore-button .loadingOverlay {
      top: 0.9rem; }

/*--- [Relatd Products] ---*/
.related-products {
  margin-bottom: 0;
  position: relative; }
  .related-products:after {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.05rem;
    z-index: -1;
    bottom: 0;
    border-bottom: 0.05rem solid #bbbbbb; }
    @media screen and (max-width: 1023px) {
      .related-products:after {
        border-width: 0.7px; } }
  .related-products .productCarousel {
    margin-bottom: 0; }
  .related-products .productCarousel-wrap:after {
    display: none; }

/*--- [Add to Cart Modal] ---*/
.previewCart {
  max-width: 100%; }
  .previewCart .productView {
    flex-direction: row;
    -webkit-flex-direction: row;
    background: none;
    padding: 0 3rem 0 0; }
    @media screen and (max-width: 1023px) {
      .previewCart .productView {
        display: none; } }
  .previewCart .productView-image {
    border: 0.1rem solid #bbbbbb;
    padding: 3rem;
    margin: 0;
    width: 54%; }
  .previewCart .productView-details {
    padding: 0 0 0 3rem;
    width: 48%; }
  .previewCart .productView-title {
    font-size: 3rem; }
  .previewCart .productView-price {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 2rem; }
  .previewCart .productView-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0.4rem; }
  .previewCart .productView-info-name {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0.4rem 0 0; }
  .previewCart .productView-brand {
    display: none;
    font-size: 1.6rem;
    line-height: 1.1;
    margin: 0 0 1rem; }

.previewCartCheckout {
  background-color: #f3f3f3;
  width: 25%;
  float: right; }
  @media screen and (max-width: 1023px) {
    .previewCartCheckout {
      width: 100%; } }
  .previewCartCheckout .button, .previewCartCheckout body .snize-ac-results .snize-view-all-link, body .snize-ac-results .previewCartCheckout .snize-view-all-link, .previewCartCheckout body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .previewCartCheckout .snize-popular-suggestions-view-all-products-text, .previewCartCheckout #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .previewCartCheckout button {
    border-color: black; }
    .previewCartCheckout .button + .button, .previewCartCheckout body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .previewCartCheckout .snize-view-all-link + .button, .previewCartCheckout body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .previewCartCheckout .snize-popular-suggestions-view-all-products-text + .button, .previewCartCheckout #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .previewCartCheckout button + .button, .previewCartCheckout body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .previewCartCheckout .button + .snize-view-all-link, .previewCartCheckout body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .previewCartCheckout .snize-view-all-link + .snize-view-all-link, .previewCartCheckout body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .previewCartCheckout .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .previewCartCheckout #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .previewCartCheckout #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .previewCartCheckout body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .previewCartCheckout button + .snize-view-all-link, .previewCartCheckout body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .previewCartCheckout .button + .snize-popular-suggestions-view-all-products-text, .previewCartCheckout body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .previewCartCheckout .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .previewCartCheckout .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .previewCartCheckout body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .previewCartCheckout .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .previewCartCheckout #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .previewCartCheckout #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .previewCartCheckout body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .previewCartCheckout button + .snize-popular-suggestions-view-all-products-text, .previewCartCheckout #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .previewCartCheckout .button + button, .previewCartCheckout body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .previewCartCheckout body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .previewCartCheckout #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .previewCartCheckout .snize-view-all-link + button, .previewCartCheckout body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .previewCartCheckout body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .previewCartCheckout #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .previewCartCheckout .snize-popular-suggestions-view-all-products-text + button, .previewCartCheckout #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .previewCartCheckout button + button {
      margin-left: 0; }
    .previewCartCheckout .button:not(:last-child), .previewCartCheckout body .snize-ac-results .snize-view-all-link:not(:last-child), body .snize-ac-results .previewCartCheckout .snize-view-all-link:not(:last-child), .previewCartCheckout body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:not(:last-child), body .snize-ac-results .snize-nothing-found .previewCartCheckout .snize-popular-suggestions-view-all-products-text:not(:last-child), .previewCartCheckout #consent-manager .css-1wn42nw button:not(:last-child), #consent-manager .css-1wn42nw .previewCartCheckout button:not(:last-child) {
      margin-bottom: 1.6rem; }
  .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .or-use-label {
    display: none; }
  .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
    width: 100%; }
    .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
      margin-bottom: 0; }
  .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .BraintreePaypalCreditInnerContainer {
    margin-bottom: 0; }

.previewCartCheckout-subtotal {
  margin-bottom: 0.6rem; }
  .previewCartCheckout-subtotal + p {
    margin-bottom: 1.8rem; }

/*--- [Quick View] ---*/
.quickView {
  background-color: #f4f4f4;
  padding: 4rem; }

.productView--quickView .container, .productView--quickView .common-page-banner [data-content-region="page_builder_banner"] + .banner-content, .common-page-banner .productView--quickView [data-content-region="page_builder_banner"] + .banner-content {
  padding: 0; }

.productView--quickView .productView-wrap {
  margin-bottom: 0; }

/*--- [Review modal] ---*/
.writeReview-productDetails {
  padding: 0 1.5rem 0 0;
  width: 46%;
  float: left; }
  @media screen and (max-width: 1023px) {
    .writeReview-productDetails {
      width: 100%;
      padding: 0;
      margin-bottom: 30px; } }
  .writeReview-productDetails .product-brand {
    display: none; }
  .writeReview-productDetails .product-title {
    text-transform: none; }

.writeReview-productImage-container {
  margin-bottom: 4rem; }
  .writeReview-productImage-container img {
    width: 100%;
    position: static;
    aspect-ratio: 1/1; }
  .writeReview-productImage-container::after {
    display: none; }

.writeReview-form {
  padding: 0 0 0 1.5rem;
  width: 54%;
  float: left; }
  @media screen and (max-width: 1023px) {
    .writeReview-form {
      width: 100%;
      padding: 0; } }

/*--- [B2B NINJA] ---*/
.qn-add-to-quote {
  width: 100%;
  margin-bottom: 1rem; }

/*--- [CUSTOM PRODUCT] ---*/
.priceTotal-row .row-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%; }

.priceTotal-row.subtotal {
  margin-top: 0.8rem; }
  @media screen and (max-width: 767px) {
    .priceTotal-row.subtotal {
      margin-top: 2px; } }

.priceTotal-row.subtotal, .priceTotal-row.setup-charg, .priceTotal-row.contractor-discount {
  padding: 2.5rem 0;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .priceTotal-row.subtotal, .priceTotal-row.setup-charg, .priceTotal-row.contractor-discount {
      padding: 20px 0; } }
  .priceTotal-row.subtotal .title,
  .priceTotal-row.subtotal .price, .priceTotal-row.setup-charg .title,
  .priceTotal-row.setup-charg .price, .priceTotal-row.contractor-discount .title,
  .priceTotal-row.contractor-discount .price {
    font-size: 1.4rem; }

.priceTotal-row.setup-charg, .priceTotal-row.contractor-discount {
  border-color: #C5C5C5; }
  .priceTotal-row.setup-charg .title,
  .priceTotal-row.setup-charg .price, .priceTotal-row.contractor-discount .title,
  .priceTotal-row.contractor-discount .price {
    font-weight: 400;
    font-style: italic; }

.perfeet-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #f0f0f0;
  padding: 0.9rem 2rem;
  border-radius: 0 0 0.5rem 0.5rem; }
  .perfeet-price .lbl {
    font-size: 1.1rem;
    font-weight: 700;
    font-style: italic; }
  .perfeet-price .price {
    font-size: 1.2rem; }

.pdp-weblink {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  vertical-align: text-top;
  margin: 0 0.2rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="icon-question-mark" width="18" height="18" viewBox="0 0 18 18"><circle class="bg" cx="9" cy="9" r="9" style="&%2310; fill: %23000000;&%2310;"/><path class="qmark" d="M7.7,11.4A3,3,0,0,1,8,9.9,5.1,5.1,0,0,1,9.2,8.7a3.9,3.9,0,0,0,.8-.9,2,2,0,0,0,.3-1.1A1.5,1.5,0,0,0,10,5.6a1.3,1.3,0,0,0-1-.4,1.4,1.4,0,0,0-.9.3,1.2,1.2,0,0,0-.4,1H5.5a2.6,2.6,0,0,1,.9-2.2,3.9,3.9,0,0,1,2.5-.8,3.8,3.8,0,0,1,2.6.8,2.9,2.9,0,0,1,.9,2.3A3,3,0,0,1,12,8.4a5,5,0,0,1-1.4,1.3,1.8,1.8,0,0,0-.6.7,2.7,2.7,0,0,0-.1,1Zm2.2,3.1H7.7V12.6H9.8Z" style="&%2310; fill: %23ffffff;&%2310;"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.pdp-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .pdp-info-name {
    margin-right: 0.6rem; }

.definitionList-key {
  color: black;
  font-weight: 700; }

.cart {
  margin-bottom: 3rem; }
  @media screen and (max-width: 1279px) {
    .cart-item {
      position: relative;
      padding-top: 30px;
      padding-bottom: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .cart-item {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .cart-header-item {
    text-transform: uppercase; }
  .cart-item-figure {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    @media screen and (max-width: 1279px) {
      .cart-item-figure {
        padding: 0; } }
    @media screen and (max-width: 767px) {
      .cart-item-figure {
        width: 25%;
        margin-bottom: 25px; } }
    .cart-item-figure img {
      width: 100%; }
  @media screen and (max-width: 1279px) {
    .cart-item-fixed-image {
      max-width: 100px; } }
  .cart-item-brand {
    margin-bottom: 1rem;
    display: none; }
  .cart-item-title {
    padding: 3rem; }
    @media screen and (max-width: 1279px) {
      .cart-item-title {
        padding: 0 0 25px 15px;
        margin-bottom: 0; } }
  .cart-item-name {
    font-size: 2.4rem;
    line-height: 1.1; }
    @media screen and (max-width: 1023px) {
      .cart-item-name {
        font-size: 20px; } }
    @media screen and (max-width: 767px) {
      .cart-item-name {
        font-size: 18px; } }
    .cart-item-name + a {
      display: block;
      margin-top: 1rem; }
    .cart-item-name + .definitionList {
      margin: 1rem 0; }
  .cart-item-name__label {
    text-decoration: none;
    text-transform: none; }
    .cart-item-name__label:hover {
      color: #555555;
      font-weight: 700; }
  @media screen and (max-width: 767px) {
    .cart-item-label {
      margin-right: 22px;
      margin-bottom: 0;
      width: 23%; } }
  @media screen and (max-width: 1279px) {
    .cart-item-label.form-label {
      font-size: 16px;
      font-weight: 400; } }
  @media screen and (max-width: 767px) {
    .cart-item-label.form-label {
      font-size: 13px; } }
  .cart-item-value {
    font-weight: 700;
    letter-spacing: 0.14rem; }
    @media screen and (max-width: 767px) {
      .cart-item-value {
        padding-left: 0; } }
  @media screen and (max-width: 767px) {
    .cart-item-quantity {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin: 10px 0; } }
  .cart-item-quantity .form-increment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto; }
    @media screen and (max-width: 1279px) {
      .cart-item-quantity .form-increment {
        margin: 0;
        max-width: 150px;
        margin-left: 15px; } }
    @media screen and (max-width: 767px) {
      .cart-item-quantity .form-increment {
        margin-left: 0; } }
    @media screen and (max-width: 767px) {
      .cart-item-quantity .form-increment .form-input {
        font-size: 13px; } }
    .cart-item-quantity .form-increment .form-input:disabled {
      margin: 0 auto;
      color: black; }
  .cart-remove {
    margin-top: 0.1rem;
    width: 2.2rem;
    height: 2.2rem;
    padding: 0.6rem;
    background-color: #f0f0f0; }
    @media screen and (max-width: 1279px) {
      .cart-remove {
        position: absolute;
        top: 32px;
        right: 0; } }
    @media screen and (max-width: 767px) {
      .cart-remove {
        top: 22px;
        width: 20px;
        height: 20px;
        padding: 5px; } }
    @media screen and (min-width: 1280px) {
      .cart-remove:hover {
        background-color: black; }
        .cart-remove:hover svg {
          fill: white; } }
  .cart-totals {
    margin-bottom: 3rem; }
  .cart-total {
    margin-bottom: 0; }
    @media screen and (max-width: 1279px) {
      .cart-total + .cart-total {
        border-top: 1px solid #bbbbbb; } }
  .cart-total-label {
    color: black;
    padding: 2rem 0 1.8rem; }
    @media screen and (max-width: 1279px) {
      .cart-total-label {
        text-align: left; } }
    @media screen and (max-width: 767px) {
      .cart-total-label {
        width: 50%; } }
  .cart-total-value {
    padding: 2rem 0 1.8rem; }
    @media screen and (max-width: 1279px) {
      .cart-total-value {
        width: 50%;
        text-align: right; } }
  .cart-total-grandTotal {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1.8rem 0; }
    @media screen and (max-width: 767px) {
      .cart-total-grandTotal {
        font-size: 16px; } }
  .cart-actions .button, .cart-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .cart-actions .snize-view-all-link, .cart-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cart-actions .snize-popular-suggestions-view-all-products-text, .cart-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cart-actions button {
    min-width: 25rem; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: black; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #878787; }

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

.estimator-form dl {
  margin-bottom: 0; }

.estimator-form .button, .estimator-form body .snize-ac-results .snize-view-all-link, body .snize-ac-results .estimator-form .snize-view-all-link, .estimator-form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .estimator-form .snize-popular-suggestions-view-all-products-text, .estimator-form #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .estimator-form button {
  margin-bottom: 0; }

.estimator-form--default ul {
  margin: 0 0 1.7rem; }

.estimator-form-row .estimator-form-input--price {
  margin-bottom: 0; }

.estimator-form-row .shipping-quote {
  opacity: 0; }
  .estimator-form-row .shipping-quote:checked + .estimator-form-label-text::before {
    background-color: black;
    border-color: black; }
  .estimator-form-row .shipping-quote:checked + .estimator-form-label-text::after {
    transform: none; }

.estimator-form-row .estimator-form-label-text {
  font-size: 1.4rem;
  line-height: 1.34;
  padding-left: 3.3rem;
  position: relative;
  margin: 0; }
  .estimator-form-row .estimator-form-label-text::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.8rem;
    height: 1.8rem;
    border: 0.1rem solid black;
    border-color: black;
    border-radius: 50%; }
  .estimator-form-row .estimator-form-label-text:after {
    content: " ";
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    width: 0.8rem;
    height: 0.8rem;
    border: 0;
    background-color: white;
    border-radius: 50%; }

.shipping-quotes {
  margin: 1.8rem 0; }

.coupon-form,
.cart-gift-certificate-form {
  margin-bottom: 2.6rem; }

div.cart-item-name__label:hover {
  font-weight: 400;
  color: black; }

/*--- [Modal] ---*/
#CartEditProductFieldsForm .form-actions {
  margin-top: 3rem; }

.cart-additionalCheckoutButtons {
  margin-top: 1rem; }
  .cart-additionalCheckoutButtons .or-use-label {
    display: none; }

@media screen and (max-width: 767px) {
  #qn-cart-to-quote {
    width: 100%; } }

.panel-header {
  background-color: #f3f3f3; }

.panel-body {
  background-color: #f3f3f3;
  margin-bottom: 0; }
  .panel-body .button, .panel-body body .snize-ac-results .snize-view-all-link, body .snize-ac-results .panel-body .snize-view-all-link, .panel-body body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel-body .snize-popular-suggestions-view-all-products-text, .panel-body #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .panel-body button {
    border-color: black; }

.form-prefixPostfix .button, .form-prefixPostfix body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-prefixPostfix .snize-view-all-link, .form-prefixPostfix body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-prefixPostfix .snize-popular-suggestions-view-all-products-text, .form-prefixPostfix #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-prefixPostfix button {
  height: auto; }

.form-actions .button, .form-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-actions .snize-view-all-link, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text, .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-actions button {
  width: auto; }
  @media screen and (max-width: 767px) {
    .form-actions .button, .form-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-actions .snize-view-all-link, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text, .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-actions button {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .form-actions .button + .button, .form-actions body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .form-actions .snize-view-all-link + .button, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .button, .form-actions #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .form-actions button + .button, .form-actions body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .form-actions .button + .snize-view-all-link, .form-actions body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .form-actions .snize-view-all-link + .snize-view-all-link, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .form-actions #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .form-actions #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .form-actions button + .snize-view-all-link, .form-actions body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .button + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .form-actions .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .form-actions #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .form-actions button + .snize-popular-suggestions-view-all-products-text, .form-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .form-actions .button + button, .form-actions body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .form-actions #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .form-actions .snize-view-all-link + button, .form-actions body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .form-actions #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + button, .form-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .form-actions button + button {
      margin-top: 10px;
      margin-left: 0; } }

@media screen and (max-width: 767px) {
  
  .form-actions input + .button,
  .form-actions body .snize-ac-results input + .snize-view-all-link,
  body .snize-ac-results .form-actions input + .snize-view-all-link,
  .form-actions body .snize-ac-results .snize-nothing-found input + .snize-popular-suggestions-view-all-products-text,
  body .snize-ac-results .snize-nothing-found .form-actions input + .snize-popular-suggestions-view-all-products-text,
  .form-actions #consent-manager .css-1wn42nw input + button,
  #consent-manager .css-1wn42nw .form-actions input + button {
    margin-top: 10px;
    margin-left: 0; } }

@media screen and (max-width: 1439px) {
  .account--fixed,
  .account--fixedLarge {
    width: 100%; } }

/*--- [Login] ---*/
.login {
  max-width: 75%;
  margin-bottom: 0; }
  @media screen and (max-width: 1023px) {
    .login {
      max-width: 100%;
      margin: 0; } }
  .login-row {
    max-width: 100%; }
  .login .form-actions {
    text-align: left;
    margin-left: 0; }
    .login .form-actions .button, .login .form-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .login .form-actions .snize-view-all-link, .login .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .login .form-actions .snize-popular-suggestions-view-all-products-text, .login .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .login .form-actions button,
    .login .form-actions .forgot-password {
      vertical-align: middle; }

.login-form {
  padding: 0 2rem; }
  @media screen and (max-width: 1279px) {
    .login-form {
      margin-left: 0;
      padding: 0;
      margin-bottom: 40px; } }

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

.new-customer {
  padding: 0 2rem; }
  @media screen and (max-width: 1279px) {
    .new-customer {
      padding: 0; } }
  .new-customer .panel-header {
    padding: 3rem 3rem 0; }
  .new-customer .panel-body {
    padding: 2rem 3rem 3rem; }

/*--- [Forgot Password] ---*/
.form-prefixPostfix--centeredColumn .form-prefixPostfix-button--postfix {
  margin-bottom: 0; }

.forgot-password-form .form-prefixPostfix--centeredColumn {
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.forgot-password-form .form-label {
  order: 1;
  width: 100%; }

.forgot-password-form .form-input {
  order: 2; }

.forgot-password-form .button, .forgot-password-form body .snize-ac-results .snize-view-all-link, body .snize-ac-results .forgot-password-form .snize-view-all-link, .forgot-password-form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .forgot-password-form .snize-popular-suggestions-view-all-products-text, .forgot-password-form #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .forgot-password-form button {
  order: 3;
  margin-top: 0;
  margin-left: 2rem;
  width: auto; }
  @media screen and (max-width: 767px) {
    .forgot-password-form .button, .forgot-password-form body .snize-ac-results .snize-view-all-link, body .snize-ac-results .forgot-password-form .snize-view-all-link, .forgot-password-form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .forgot-password-form .snize-popular-suggestions-view-all-products-text, .forgot-password-form #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .forgot-password-form button {
      width: 100%;
      margin-left: 0;
      margin-top: 17px; } }

.forgot-password-form .form-prefixPostfix .form-inlineMessage {
  order: 4; }

.forgot-password-form .g-recaptcha {
  width: 100%;
  order: 5; }
  .forgot-password-form .g-recaptcha > div {
    margin: 0 auto; }

/*--- [Create Account] ---*/
.template-createaccount .form-actions,
.template-page_contact_form .form-actions {
  text-align: left;
  margin: 0;
  max-width: 100%; }

@media screen and (max-width: 767px) {
  .template-createaccount .g-recaptcha > div,
  .template-page_contact_form .g-recaptcha > div {
    margin: auto; } }

.account-content {
  padding: 0; }

.account-body {
  margin: 0; }

/*--- [Navigation] ---*/
.navBar--sub {
  display: block; }
  .navBar--sub .navBar-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center; }
  .navBar--sub .navBar-item {
    margin-bottom: 1.2rem; }
    .navBar--sub .navBar-item.is-active {
      border-bottom: 0.1rem solid black; }
      .navBar--sub .navBar-item.is-active > .navBar-action {
        color: black; }
    .navBar--sub .navBar-item.navUser-item--logout .navBar-action {
      font-weight: 700; }
  .navBar--sub .navBar-action {
    font-size: 1.6rem;
    line-height: 1.6;
    color: black; }
    @media screen and (max-width: 767px) {
      .navBar--sub .navBar-action {
        font-size: 13px; } }
    .navBar--sub .navBar-action:hover {
      color: #878787; }

/*--- [Order] ---*/
.account-heading {
  font-size: 2.2rem;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .account-heading {
      font-size: 20px; } }

.template-account_orderstatus .account-list {
  margin-bottom: 0; }

.account-listItem {
  margin-bottom: 0;
  padding: 3rem 0; }
  @media screen and (max-width: 767px) {
    .account-listItem {
      padding: 20px 0; } }

.account-product-title {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .account-product-title {
      font-size: 16px; } }

.account-product-detail-heading {
  color: black;
  font-weight: 700; }

.account-product-figure::after {
  display: none; }

.account-product--alignMiddle {
  padding-left: 3rem; }
  .account-product--alignMiddle .account-product-checkItem {
    left: -3rem; }

@media screen and (max-width: 767px) {
  .account-product-body {
    padding-bottom: 42px; } }

.account-product-body .definitionList {
  font-size: 1.4rem; }
  @media screen and (max-width: 767px) {
    .account-product-body .definitionList {
      font-size: 13px; } }

@media screen and (max-width: 767px) {
  .account-product-detail + .account-product-detail {
    margin-top: 16px; } }

.account-product-price {
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 1rem 1rem; }

.account-product-figure {
  vertical-align: middle; }

.account-orderTotal {
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .account-orderTotal {
      font-size: 13px; } }

.account-orderTotal-key {
  color: black; }

.account-orderTotal-value:last-child {
  font-size: 1.8rem;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .account-orderTotal-value:last-child {
      font-size: 16px; } }

@media screen and (max-width: 1279px) {
  .account-sidebar {
    margin-top: 60px; } }

.account-sidebar-block {
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .account-sidebar-block {
      font-size: 13px; } }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 4rem; }

/*--- [Message] ---*/
.template-account_inbox .account-list {
  margin-bottom: 6rem; }

.account-lis {
  margin-bottom: 4rem; }

@media screen and (max-width: 767px) {
  .account-message {
    margin-bottom: 36px; } }

.account-message .is-read {
  color: black; }

.account-message p:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .account-message .account-orderStatus {
    bottom: 20px; } }

.address-details--postal {
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .address-details--postal {
      font-size: 14px; } }

/*--- [Address] ---*/
.addressList {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -1.1rem;
  margin-right: -1.1rem; }
  @media screen and (max-width: 1023px) {
    .addressList {
      margin-left: -7px;
      margin-right: -7px; } }

.address {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  margin-bottom: 2.2rem; }
  @media screen and (max-width: 1023px) {
    .address {
      padding-left: 7px;
      padding-right: 7px; } }

.panel--address {
  height: 100%; }
  .panel--address .panel-body {
    padding: 3rem 3rem 10rem;
    height: 100%;
    min-height: 25rem; }
    @media screen and (max-width: 767px) {
      .panel--address .panel-body {
        padding-bottom: 30px; } }
  .panel--address .form-actions {
    bottom: 3rem; }
    @media screen and (max-width: 767px) {
      .panel--address .form-actions {
        margin-top: 24px; } }
    @media screen and (max-width: 767px) {
      .panel--address .form-actions .button, .panel--address .form-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .snize-view-all-link, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .panel--address .form-actions button {
        width: auto; } }
    @media screen and (max-width: 767px) {
      .panel--address .form-actions .button + .button, .panel--address .form-actions body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .panel--address .form-actions .snize-view-all-link + .button, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .button, .panel--address .form-actions #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .panel--address .form-actions button + .button, .panel--address .form-actions body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .button + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .snize-view-all-link + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .panel--address .form-actions #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .panel--address .form-actions button + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .button + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .panel--address .form-actions .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .panel--address .form-actions button + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .panel--address .form-actions .button + button, .panel--address .form-actions body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .panel--address .form-actions #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .panel--address .form-actions .snize-view-all-link + button, .panel--address .form-actions body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .panel--address .form-actions #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + button, .panel--address .form-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .panel--address .form-actions button + button {
        margin-left: 8px; } }

.address-label {
  color: black; }

.address-label,
.address-description {
  font-size: 1.6rem; }

/*--- [Wishlist] ---*/
.wishlists-table {
  max-width: 100%; }
  @media screen and (max-width: 1439px) {
    .wishlists-table {
      max-width: 100%; } }

.wishlist-form {
  max-width: 75%; }
  @media screen and (max-width: 767px) {
    .wishlist-form {
      max-width: 100%; } }

.share-wishlist {
  max-width: 50rem;
  margin-bottom: 4rem; }
  .share-wishlist .panel-body {
    padding: 3rem; }

.account {
  margin-bottom: 0; }
  .account .pagination {
    margin-top: 0; }
  .account .productGrid::after {
    display: none; }
  .account .productGrid .product {
    width: 25%; }
    @media screen and (max-width: 1439px) {
      .account .productGrid .product {
        width: 20%; } }
    @media screen and (max-width: 1279px) {
      .account .productGrid .product {
        width: 33.33%; } }
    @media screen and (max-width: 767px) {
      .account .productGrid .product {
        width: 50%; } }
    .account .productGrid .product:nth-child(5)::before {
      top: -0.1rem; }
    .account .productGrid .product .form {
      position: absolute;
      top: 0.05rem;
      right: 0.05rem; }
      .account .productGrid .product .form .button, .account .productGrid .product .form body .snize-ac-results .snize-view-all-link, body .snize-ac-results .account .productGrid .product .form .snize-view-all-link, .account .productGrid .product .form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .account .productGrid .product .form .snize-popular-suggestions-view-all-products-text, .account .productGrid .product .form #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .account .productGrid .product .form button {
        padding: 0.5rem 0.9rem 0.7rem;
        z-index: 1;
        background-color: black;
        border: 0; }
        @media screen and (max-width: 767px) {
          .account .productGrid .product .form .button, .account .productGrid .product .form body .snize-ac-results .snize-view-all-link, body .snize-ac-results .account .productGrid .product .form .snize-view-all-link, .account .productGrid .product .form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .account .productGrid .product .form .snize-popular-suggestions-view-all-products-text, .account .productGrid .product .form #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .account .productGrid .product .form button {
            padding: 2px 7px 4px; } }
        .account .productGrid .product .form .button:hover svg, .account .productGrid .product .form body .snize-ac-results .snize-view-all-link:hover svg, body .snize-ac-results .account .productGrid .product .form .snize-view-all-link:hover svg, .account .productGrid .product .form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover svg, body .snize-ac-results .snize-nothing-found .account .productGrid .product .form .snize-popular-suggestions-view-all-products-text:hover svg, .account .productGrid .product .form #consent-manager .css-1wn42nw button:hover svg, #consent-manager .css-1wn42nw .account .productGrid .product .form button:hover svg {
          fill: #cccccc; }
          @media screen and (max-width: 1279px) {
            .account .productGrid .product .form .button:hover svg, .account .productGrid .product .form body .snize-ac-results .snize-view-all-link:hover svg, body .snize-ac-results .account .productGrid .product .form .snize-view-all-link:hover svg, .account .productGrid .product .form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover svg, body .snize-ac-results .snize-nothing-found .account .productGrid .product .form .snize-popular-suggestions-view-all-products-text:hover svg, .account .productGrid .product .form #consent-manager .css-1wn42nw button:hover svg, #consent-manager .css-1wn42nw .account .productGrid .product .form button:hover svg {
              fill: white; } }
        .account .productGrid .product .form .button .icon, .account .productGrid .product .form body .snize-ac-results .snize-view-all-link .icon, body .snize-ac-results .account .productGrid .product .form .snize-view-all-link .icon, .account .productGrid .product .form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text .icon, body .snize-ac-results .snize-nothing-found .account .productGrid .product .form .snize-popular-suggestions-view-all-products-text .icon, .account .productGrid .product .form #consent-manager .css-1wn42nw button .icon, #consent-manager .css-1wn42nw .account .productGrid .product .form button .icon {
          width: 1.2rem;
          height: 1.2rem; }
          @media screen and (max-width: 767px) {
            .account .productGrid .product .form .button .icon, .account .productGrid .product .form body .snize-ac-results .snize-view-all-link .icon, body .snize-ac-results .account .productGrid .product .form .snize-view-all-link .icon, .account .productGrid .product .form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text .icon, body .snize-ac-results .snize-nothing-found .account .productGrid .product .form .snize-popular-suggestions-view-all-products-text .icon, .account .productGrid .product .form #consent-manager .css-1wn42nw button .icon, #consent-manager .css-1wn42nw .account .productGrid .product .form button .icon {
              width: 9px;
              height: 9px; } }
        .account .productGrid .product .form .button svg, .account .productGrid .product .form body .snize-ac-results .snize-view-all-link svg, body .snize-ac-results .account .productGrid .product .form .snize-view-all-link svg, .account .productGrid .product .form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text svg, body .snize-ac-results .snize-nothing-found .account .productGrid .product .form .snize-popular-suggestions-view-all-products-text svg, .account .productGrid .product .form #consent-manager .css-1wn42nw button svg, #consent-manager .css-1wn42nw .account .productGrid .product .form button svg {
          fill: white; }

/*--- [Error Pages] ---*/
.template-404 .form-prefixPostfix .button, .template-404 .form-prefixPostfix body .snize-ac-results .snize-view-all-link, body .snize-ac-results .template-404 .form-prefixPostfix .snize-view-all-link, .template-404 .form-prefixPostfix body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-404 .form-prefixPostfix .snize-popular-suggestions-view-all-products-text, .template-404 .form-prefixPostfix #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .template-404 .form-prefixPostfix button {
  width: auto;
  margin-left: 1rem; }
  @media screen and (max-width: 767px) {
    .template-404 .form-prefixPostfix .button, .template-404 .form-prefixPostfix body .snize-ac-results .snize-view-all-link, body .snize-ac-results .template-404 .form-prefixPostfix .snize-view-all-link, .template-404 .form-prefixPostfix body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-404 .form-prefixPostfix .snize-popular-suggestions-view-all-products-text, .template-404 .form-prefixPostfix #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .template-404 .form-prefixPostfix button {
      margin-left: 0;
      margin-top: 17px;
      width: 100%; } }

/*--- [Gift Certiifcate] ---*/
.template-giftcertificates_redeem ol {
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .gift-certificate-form .button, .gift-certificate-form body .snize-ac-results .snize-view-all-link, body .snize-ac-results .gift-certificate-form .snize-view-all-link, .gift-certificate-form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .gift-certificate-form .snize-popular-suggestions-view-all-products-text, .gift-certificate-form #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .gift-certificate-form button {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .gift-certificate-form .button + .button, .gift-certificate-form body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .gift-certificate-form .snize-view-all-link + .button, .gift-certificate-form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .gift-certificate-form .snize-popular-suggestions-view-all-products-text + .button, .gift-certificate-form #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .gift-certificate-form button + .button, .gift-certificate-form body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .gift-certificate-form .button + .snize-view-all-link, .gift-certificate-form body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .gift-certificate-form .snize-view-all-link + .snize-view-all-link, .gift-certificate-form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .gift-certificate-form .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .gift-certificate-form #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .gift-certificate-form #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .gift-certificate-form body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .gift-certificate-form button + .snize-view-all-link, .gift-certificate-form body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .gift-certificate-form .button + .snize-popular-suggestions-view-all-products-text, .gift-certificate-form body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .gift-certificate-form .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .gift-certificate-form .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .gift-certificate-form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .gift-certificate-form .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .gift-certificate-form #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .gift-certificate-form #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .gift-certificate-form body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .gift-certificate-form button + .snize-popular-suggestions-view-all-products-text, .gift-certificate-form #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .gift-certificate-form .button + button, .gift-certificate-form body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .gift-certificate-form body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .gift-certificate-form #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .gift-certificate-form .snize-view-all-link + button, .gift-certificate-form body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .gift-certificate-form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .gift-certificate-form #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .gift-certificate-form .snize-popular-suggestions-view-all-products-text + button, .gift-certificate-form #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .gift-certificate-form button + button {
    margin-left: 0;
    margin-top: 10px; } }

.template-giftcertificates_balance .form-prefixPostfix .button, .template-giftcertificates_balance .form-prefixPostfix body .snize-ac-results .snize-view-all-link, body .snize-ac-results .template-giftcertificates_balance .form-prefixPostfix .snize-view-all-link, .template-giftcertificates_balance .form-prefixPostfix body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-prefixPostfix .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-prefixPostfix #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-prefixPostfix button {
  margin-left: 1rem;
  width: auto; }
  @media screen and (max-width: 767px) {
    .template-giftcertificates_balance .form-prefixPostfix .button, .template-giftcertificates_balance .form-prefixPostfix body .snize-ac-results .snize-view-all-link, body .snize-ac-results .template-giftcertificates_balance .form-prefixPostfix .snize-view-all-link, .template-giftcertificates_balance .form-prefixPostfix body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-prefixPostfix .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-prefixPostfix #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-prefixPostfix button {
      width: 100%;
      margin-left: 0;
      margin-top: 17px; } }

/*--- [Sitemap] ---*/
.sitemap-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0; }
  .sitemap-list > li {
    width: 33.33%;
    padding-right: 3rem; }
    @media screen and (max-width: 767px) {
      .sitemap-list > li {
        width: 100%;
        padding-right: 0;
        margin-bottom: 4rem; }
        .sitemap-list > li:last-child {
          margin-bottom: 0; } }
  .sitemap-list a {
    text-decoration: none; }
  .sitemap-list .shop-all-link a {
    text-decoration: underline; }

/*--- [Compare] ---*/
.comparTableCustom {
  overflow-x: auto; }

.compareTable-heading {
  text-transform: uppercase;
  font-size: 1.8rem;
  padding-top: 1.8rem;
  padding-bottom: 2rem; }
  @media screen and (max-width: 767px) {
    .compareTable-heading {
      font-size: 16px; } }

.compareTable-row th {
  width: 32rem; }
  @media screen and (max-width: 1279px) {
    .compareTable-row th {
      width: 24rem; } }
  @media screen and (max-width: 1279px) {
    .compareTable-row th:first-child {
      width: 0; } }

.compareTable-item {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media screen and (max-width: 1279px) {
    .compareTable-item {
      padding-top: 60px; } }
  @media screen and (max-width: 767px) {
    .compareTable-item {
      padding-top: 40px; } }

.compareTable-product {
  padding-bottom: 2rem; }
  .compareTable-product .card {
    padding: 2rem 2rem 0; }
  .compareTable-product .price-section {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.14rem;
    font-weight: 700; }

.compareTable-removeProduct {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 2.2rem;
  height: 2.2rem;
  padding: 0.6rem;
  background-color: #f0f0f0; }
  @media screen and (max-width: 767px) {
    .compareTable-removeProduct {
      width: 20px;
      height: 20px;
      padding: 5px; } }
  @media screen and (min-width: 1280px) {
    .compareTable-removeProduct:hover {
      background-color: black; }
      .compareTable-removeProduct:hover .icon {
        fill: white; } }
  .compareTable-removeProduct .icon {
    margin: 0;
    width: 100%;
    height: 100%; }

.compareTable-action {
  padding-bottom: 2rem; }

/*--- [Contact Us ] ---*/
.contactUs-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -2rem;
  margin-left: -2rem; }
  @media screen and (max-width: 1023px) {
    .contactUs-wrap {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .contactUs-wrap .form {
    padding: 0 2rem;
    width: 50%; }
    @media screen and (max-width: 1023px) {
      .contactUs-wrap .form {
        width: 100%;
        margin-bottom: 4rem; } }
  .contactUs-wrap .contactUs-info {
    padding: 0 2rem;
    width: 50%; }
    @media screen and (max-width: 1023px) {
      .contactUs-wrap .contactUs-info {
        width: 100%; } }
    .contactUs-wrap .contactUs-info iframe {
      width: 100%; }

.template-blog_post .pageHeading-banner {
  padding: 2.2rem 0; }

.blog-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -1.1rem;
  margin-right: -1.1rem; }
  @media screen and (max-width: 1023px) {
    .blog-list {
      margin-left: -7px;
      margin-right: -7px; } }
  .blog-list .blog-item {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    width: 25%;
    margin-bottom: 2.2rem; }
    @media screen and (max-width: 1023px) {
      .blog-list .blog-item {
        padding-left: 7px;
        padding-right: 7px; } }
    @media screen and (max-width: 1279px) {
      .blog-list .blog-item {
        width: 33.33%; } }
    @media screen and (max-width: 1023px) {
      .blog-list .blog-item {
        width: 50%;
        margin-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      .blog-list .blog-item {
        width: 100%; } }
  .blog-list .blog {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    border: 0.1rem solid #bbbbbb;
    height: 100%; }
    .blog-list .blog-post-figure {
      margin: 0;
      border: 0;
      width: 100%; }
    .blog-list .blog-thumbnail {
      max-width: 100%;
      margin: 0; }
      .blog-list .blog-thumbnail img {
        aspect-ratio: 1/1;
        max-height: 100%; }
    .blog-list .blog-post-body {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      flex: 1 0 auto;
      padding: 3rem;
      border-top: 0.1rem solid #bbbbbb; }
      @media screen and (max-width: 1023px) {
        .blog-list .blog-post-body {
          padding: 20px 20px 23px; } }
    .blog-list .blog-header {
      margin-bottom: 2rem;
      flex: 1 0 auto; }
      @media screen and (max-width: 767px) {
        .blog-list .blog-header {
          margin-bottom: 10px; } }
    .blog-list .blog-title {
      font-size: 1.8rem;
      margin: 0 0 1rem 0; }
      @media screen and (max-width: 1023px) {
        .blog-list .blog-title {
          margin-bottom: 6px; } }
      @media screen and (max-width: 767px) {
        .blog-list .blog-title {
          font-size: 16px; } }
    .blog-list .blog-post .read-more {
      font-size: 1.4rem;
      display: block;
      text-transform: uppercase;
      width: fit-content;
      margin-top: 1.6rem; }
      @media screen and (max-width: 767px) {
        .blog-list .blog-post .read-more {
          margin-top: 1rem;
          font-size: 10px; } }
  .blog-list .blog-socialLink {
    margin-top: 0; }

.blog {
  margin-bottom: 0; }
  .blog-post-figure {
    border: 0.01rem solid #bbbbbb;
    padding: 3rem; }
    @media screen and (max-width: 1023px) {
      .blog-post-figure {
        padding: 20px; } }
  .blog-thumbnail {
    max-width: 100%;
    margin-bottom: 0; }
    .blog-thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-height: 26.04vw; }
      @media screen and (max-width: 1279px) {
        .blog-thumbnail img {
          max-height: 400px; } }
  .blog-post {
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      .blog-post {
        font-size: 13px; } }
  .blog-post-body {
    width: 100%;
    text-align: left; }
  .blog-header {
    margin-bottom: 4rem; }
    @media screen and (max-width: 767px) {
      .blog-header {
        margin-bottom: 30px; } }
  .blog-title {
    font-size: 4rem;
    margin: 0 0 2rem; }
    @media screen and (max-width: 1023px) {
      .blog-title {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      .blog-title {
        font-size: 30px; } }
  .blog-date {
    text-align: left;
    margin-bottom: 0; }
  .blog .tags {
    margin-bottom: 0; }
    .blog .tags + .blog-socialLink {
      margin-top: 2.6rem; }

.tag {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  font-size: 1.6rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 1023px) {
    .tag {
      padding-left: 7px;
      padding-right: 7px; } }
  @media screen and (max-width: 767px) {
    .tag {
      font-size: 13px; } }
  .tag a {
    padding: 1.3rem 3rem 1.1rem;
    color: white;
    background-color: black; }
    @media screen and (max-width: 1023px) {
      .tag a {
        padding-left: 20px;
        padding-right: 20px; } }
    .tag a:hover {
      color: black;
      background-color: #f0f0f0; }

.blog-socialLink .socialLinks .socialLinks-item a {
  margin: 0; }

.blogPage-img {
  width: 53.333vw; }
  @media screen and (max-width: 1023px) {
    .blogPage-img {
      width: 100%; } }
  .blogPage-img img {
    width: 100%; }

.template-blog .footer {
  margin-top: 0; }

.template-blog .pagination {
  border-bottom: 0; }

[data-sub-layout] {
  padding: 0 !important; }

.common-page-banner {
  background-color: #f3f3f3;
  position: relative;
  margin-bottom: 5rem; }
  .common-page-banner [data-content-region="page_builder_banner"] {
    aspect-ratio: 320/67;
    width: 100%; }
    .common-page-banner [data-content-region="page_builder_banner"] > div {
      position: relative; }
      .common-page-banner [data-content-region="page_builder_banner"] > div:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(44, 47, 56, 0.4); }
    .common-page-banner [data-content-region="page_builder_banner"] img {
      aspect-ratio: 320/67;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
      opacity: 1 !important; }
      @media screen and (max-width: 1439px) {
        .common-page-banner [data-content-region="page_builder_banner"] img {
          min-height: 300px; } }
    .common-page-banner [data-content-region="page_builder_banner"]:empty {
      display: none; }
      .common-page-banner [data-content-region="page_builder_banner"]:empty + .banner-content {
        position: static;
        transform: none;
        color: black;
        padding-top: 7rem;
        padding-bottom: 7.5rem; }
        @media screen and (max-width: 1023px) {
          .common-page-banner [data-content-region="page_builder_banner"]:empty + .banner-content {
            padding-top: 50px;
            padding-bottom: 50px; } }
        @media screen and (max-width: 767px) {
          .common-page-banner [data-content-region="page_builder_banner"]:empty + .banner-content {
            padding-top: 40px;
            padding-bottom: 40px; } }
        .common-page-banner [data-content-region="page_builder_banner"]:empty + .banner-content .page-heading {
          font-size: 4.8rem;
          color: black;
          text-align: left; }
          @media screen and (max-width: 1023px) {
            .common-page-banner [data-content-region="page_builder_banner"]:empty + .banner-content .page-heading {
              font-size: 38px; } }
          @media screen and (max-width: 767px) {
            .common-page-banner [data-content-region="page_builder_banner"]:empty + .banner-content .page-heading {
              font-size: 32px; } }
        .common-page-banner [data-content-region="page_builder_banner"]:empty + .banner-content .page-subtitle {
          text-align: left;
          color: black; }
    .common-page-banner [data-content-region="page_builder_banner"] + .banner-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; }
      .common-page-banner [data-content-region="page_builder_banner"] + .banner-content .page-heading {
        color: white; }
  .common-page-banner .banner-content {
    padding: 7rem 4.167%; }
    .common-page-banner .banner-content .page-subtitle {
      font-size: 2rem;
      line-height: 1.1;
      margin-bottom: 2.6rem;
      text-align: center;
      color: white;
      margin-bottom: 2rem; }
      @media screen and (max-width: 1279px) {
        .common-page-banner .banner-content .page-subtitle {
          font-size: 18px; } }
      @media screen and (max-width: 767px) {
        .common-page-banner .banner-content .page-subtitle {
          font-size: 16px; } }
  .common-page-banner .page-heading {
    margin: 0;
    font-size: 7rem;
    text-transform: capitalize; }
    @media screen and (max-width: 1279px) {
      .common-page-banner .page-heading {
        font-size: 50px; } }
    @media screen and (max-width: 1023px) {
      .common-page-banner .page-heading {
        font-size: 40px; } }

blockquote,
blockquote p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    blockquote,
    blockquote p {
      font-size: 13px; } }

blockquote {
  margin-bottom: 2.6rem; }
  @media screen and (max-width: 767px) {
    blockquote {
      margin-bottom: 21px; } }

cite {
  color: black; }

/*--- /designing-with-mouldings/ ---*/
.content-image-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 4rem; }
  @media screen and (max-width: 767px) {
    .content-image-block {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .content-image-block .image-block {
    width: 25%; }
    @media screen and (max-width: 767px) {
      .content-image-block .image-block {
        width: 100%;
        margin-bottom: 24px; } }
  .content-image-block .content-block {
    width: 75%;
    padding: 0 3rem; }
    @media screen and (max-width: 767px) {
      .content-image-block .content-block {
        width: 100%;
        padding: 0; } }
  .content-image-block.rightimage .image-block {
    order: 2; }
    @media screen and (max-width: 767px) {
      .content-image-block.rightimage .image-block {
        order: 1; } }
  .content-image-block.rightimage .content-block {
    order: 1; }
    @media screen and (max-width: 767px) {
      .content-image-block.rightimage .content-block {
        order: 2; } }

.gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.newelPost-img {
  margin: 0 auto 3rem;
  max-width: 31.529vw; }
  @media screen and (max-width: 1439px) {
    .newelPost-img {
      max-width: 600px; } }
  .newelPost-img img {
    width: 100%;
    object-fit: contain; }

.stairBalusters-img {
  margin: 0 auto 3rem;
  max-width: 31.529vw; }
  @media screen and (max-width: 1439px) {
    .stairBalusters-img {
      max-width: 600px; } }
  .stairBalusters-img img {
    width: 100%;
    object-fit: contain; }

/*--- [/preservation/] ---*/
.wp-img-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -1.1rem;
  margin-right: -1.1rem; }
  @media screen and (max-width: 1023px) {
    .wp-img-section {
      margin-left: -7px;
      margin-right: -7px; } }
  .wp-img-section .wp-img-col {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    width: 25%;
    margin-bottom: 2.2rem; }
    @media screen and (max-width: 1023px) {
      .wp-img-section .wp-img-col {
        padding-left: 7px;
        padding-right: 7px; } }
    @media screen and (max-width: 1279px) {
      .wp-img-section .wp-img-col {
        width: 25%; } }
    @media screen and (max-width: 1023px) {
      .wp-img-section .wp-img-col {
        width: 33.33%;
        margin-bottom: 14px; } }
    @media screen and (max-width: 767px) {
      .wp-img-section .wp-img-col {
        width: 50%; } }
  .wp-img-section a {
    display: inline-block;
    width: 100%; }
  .wp-img-section img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover; }

/*--- [prefinishing] ---*/
.prefinishing-img-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -1.1rem;
  margin-right: -1.1rem; }
  @media screen and (max-width: 1023px) {
    .prefinishing-img-section {
      margin-left: -7px;
      margin-right: -7px; } }
  .prefinishing-img-section .prefinishing-img-col {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    width: 20%; }
    @media screen and (max-width: 1023px) {
      .prefinishing-img-section .prefinishing-img-col {
        padding-left: 7px;
        padding-right: 7px; } }
    @media screen and (max-width: 1279px) {
      .prefinishing-img-section .prefinishing-img-col {
        width: 25%;
        margin-bottom: 22px; } }
    @media screen and (max-width: 1023px) {
      .prefinishing-img-section .prefinishing-img-col {
        width: 33.33%;
        margin-bottom: 14px; } }
    @media screen and (max-width: 767px) {
      .prefinishing-img-section .prefinishing-img-col {
        width: 50%; } }
  .prefinishing-img-section a {
    display: inline-block;
    width: 100%; }
  .prefinishing-img-section img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain; }

/*--- [david-ellison] ---*/
.davidEllison-logo {
  margin-left: auto;
  margin-right: auto;
  width: 15.625vw; }
  @media screen and (max-width: 1439px) {
    .davidEllison-logo {
      width: 330px; } }
  @media screen and (max-width: 767px) {
    .davidEllison-logo {
      margin-bottom: 21px; } }
  .davidEllison-logo img {
    width: 100%; }

.davidEllison-img-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -1.1rem;
  margin-right: -1.1rem; }
  @media screen and (max-width: 1023px) {
    .davidEllison-img-section {
      margin-left: -7px;
      margin-right: -7px; } }
  .davidEllison-img-section .davidEllison-img-col {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    width: 33.33%;
    margin-bottom: 2.2rem; }
    @media screen and (max-width: 1023px) {
      .davidEllison-img-section .davidEllison-img-col {
        padding-left: 7px;
        padding-right: 7px; } }
    @media screen and (max-width: 1023px) {
      .davidEllison-img-section .davidEllison-img-col {
        width: 50%;
        margin-bottom: 14px; } }
  .davidEllison-img-section a {
    display: inline-block;
    width: 100%; }
  .davidEllison-img-section img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain; }

/*--- [ICAA] ---*/
.icaa-image-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .icaa-image-block {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .icaa-image-block .image-block {
    width: 20%; }
    @media screen and (max-width: 767px) {
      .icaa-image-block .image-block {
        width: 100%;
        margin-bottom: 20px; } }
    .icaa-image-block .image-block img {
      width: 100%; }
  .icaa-image-block .content-block {
    width: 80%;
    padding-left: 4rem; }
    @media screen and (max-width: 767px) {
      .icaa-image-block .content-block {
        width: 100%;
        padding-left: 0; } }

.webpage-search {
  text-align: center;
  background-color: #f3f3f3;
  padding: 4rem;
  margin-bottom: 3rem; }
  @media screen and (max-width: 767px) {
    .webpage-search {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .webpage-search h4 {
    margin-bottom: 2rem; }
  .webpage-search .form-field {
    display: flex;
    align-items: center;
    max-width: 70rem;
    margin: 0 auto;
    margin-bottom: 0; }
  .webpage-search .button, .webpage-search body .snize-ac-results .snize-view-all-link, body .snize-ac-results .webpage-search .snize-view-all-link, .webpage-search body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .webpage-search .snize-popular-suggestions-view-all-products-text, .webpage-search #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .webpage-search button {
    border-color: black;
    border-left: 0; }
    @media screen and (max-width: 767px) {
      .webpage-search .button, .webpage-search body .snize-ac-results .snize-view-all-link, body .snize-ac-results .webpage-search .snize-view-all-link, .webpage-search body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .webpage-search .snize-popular-suggestions-view-all-products-text, .webpage-search #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .webpage-search button {
        padding-left: 1.6rem;
        padding-right: 1.6rem; } }

.entry-content-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 2rem;
  border-bottom: 0.1rem solid black; }
  .entry-content-row p {
    margin-bottom: 1rem; }
    .entry-content-row p:last-child {
      margin-bottom: 0; }
  .entry-content-row header {
    width: 15rem; }

.entry-title {
  margin-bottom: 2rem; }
  .entry-title a {
    text-decoration: none; }

.entry-content {
  width: calc(100% - 15rem);
  padding-left: 2rem; }

/*--- architectural-styles MAIN ---*/
.webpage-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -1.1rem;
  margin-right: -1.1rem; }
  @media screen and (max-width: 1023px) {
    .webpage-list {
      margin-left: -7px;
      margin-right: -7px; } }
  .webpage-list .webpage-item {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    width: 25%;
    margin-bottom: 3rem; }
    @media screen and (max-width: 1023px) {
      .webpage-list .webpage-item {
        padding-left: 7px;
        padding-right: 7px; } }
    @media screen and (max-width: 1023px) {
      .webpage-list .webpage-item {
        width: 33.33%; } }
    @media screen and (max-width: 767px) {
      .webpage-list .webpage-item {
        width: 50%;
        margin-bottom: 20px; } }
    .webpage-list .webpage-item a {
      width: 100%;
      display: inline-block; }
  .webpage-list .webpage-img {
    width: 100%;
    margin-bottom: 1.2rem; }
    .webpage-list .webpage-img img {
      width: 100%;
      aspect-ratio: 1/1;
      object-fit: contain; }
  .webpage-list .webpage-tile {
    text-align: center; }

/*--- architectural-styles SUBPAGE ---*/
.gallery-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -1.1rem;
  margin-right: -1.1rem; }
  @media screen and (max-width: 1023px) {
    .gallery-wrap {
      margin-left: -7px;
      margin-right: -7px; } }
  .gallery-wrap .gallery-item {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    width: 25%;
    margin-bottom: 3rem; }
    @media screen and (max-width: 1023px) {
      .gallery-wrap .gallery-item {
        padding-left: 7px;
        padding-right: 7px; } }
    @media screen and (max-width: 1023px) {
      .gallery-wrap .gallery-item {
        width: 33.33%; } }
    @media screen and (max-width: 767px) {
      .gallery-wrap .gallery-item {
        width: 50%;
        margin-bottom: 20px; } }
  .gallery-wrap .gallery-inner {
    width: 100%; }
  .gallery-wrap .gallery-img {
    display: inline-block;
    width: 100%; }
    .gallery-wrap .gallery-img img {
      width: 100%;
      aspect-ratio: 75/58;
      object-fit: contain; }
  .gallery-wrap .gallery-caption {
    text-align: center;
    margin-top: 1.2rem; }

.historicalpage-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -1.1rem;
  margin-right: -1.1rem; }
  @media screen and (max-width: 1023px) {
    .historicalpage-list {
      margin-left: -7px;
      margin-right: -7px; } }
  .historicalpage-list .webpage-item {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    width: 25%;
    margin-bottom: 3rem; }
    @media screen and (max-width: 1023px) {
      .historicalpage-list .webpage-item {
        padding-left: 7px;
        padding-right: 7px; } }
    @media screen and (max-width: 1023px) {
      .historicalpage-list .webpage-item {
        width: 33.33%; } }
    @media screen and (max-width: 767px) {
      .historicalpage-list .webpage-item {
        width: 50%;
        margin-bottom: 20px; } }
  .historicalpage-list .item-inner {
    text-align: center; }
  .historicalpage-list .webpage-img {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.2rem; }
    .historicalpage-list .webpage-img img {
      width: 100%;
      aspect-ratio: 1/1;
      object-fit: contain; }
  .historicalpage-list .webpage-tile {
    display: inline-block;
    text-align: center; }

.gallery-wrap.historical-gallery .gallery-item {
  width: 20%; }
  @media screen and (max-width: 1023px) {
    .gallery-wrap.historical-gallery .gallery-item {
      width: 33.33%; } }
  @media screen and (max-width: 767px) {
    .gallery-wrap.historical-gallery .gallery-item {
      width: 50%;
      margin-bottom: 20px; } }

.gallery-wrap.historical-gallery .gallery-img img {
  aspect-ratio: 58/75; }

.common-page-banner .productsPage-carousle .carousel-img {
  position: relative; }
  .common-page-banner .productsPage-carousle .carousel-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 47, 56, 0.35); }
  .common-page-banner .productsPage-carousle .carousel-img img {
    aspect-ratio: 320/67;
    object-fit: cover;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 1439px) {
      .common-page-banner .productsPage-carousle .carousel-img img {
        min-height: 300px; } }

.common-page-banner .productsPage-carousle .slick-arrow svg {
  fill: white; }

.common-page-banner .productsPage-carousle .slick-arrow.slick-prev {
  left: 4.167%; }
  @media screen and (max-width: 1599px) {
    .common-page-banner .productsPage-carousle .slick-arrow.slick-prev {
      left: 2.37%; } }
  @media screen and (max-width: 1439px) {
    .common-page-banner .productsPage-carousle .slick-arrow.slick-prev {
      left: 30px; } }
  @media screen and (max-width: 767px) {
    .common-page-banner .productsPage-carousle .slick-arrow.slick-prev {
      left: 20px; } }

.common-page-banner .productsPage-carousle .slick-arrow.slick-next {
  right: 4.167%; }
  @media screen and (max-width: 1599px) {
    .common-page-banner .productsPage-carousle .slick-arrow.slick-next {
      right: 2.37%; } }
  @media screen and (max-width: 1439px) {
    .common-page-banner .productsPage-carousle .slick-arrow.slick-next {
      right: 30px; } }
  @media screen and (max-width: 767px) {
    .common-page-banner .productsPage-carousle .slick-arrow.slick-next {
      right: 20px; } }

.common-page-banner [data-content-region="carousel_banner"] + .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 0; }
  .common-page-banner [data-content-region="carousel_banner"] + .banner-content .page-heading {
    color: white; }

/*--- [Sub page] ---*/
.products-logo {
  max-width: 8.542vw;
  margin: 0 auto 4rem; }
  @media screen and (max-width: 1439px) {
    .products-logo {
      max-width: 160px; } }
  .products-logo img {
    width: 100%;
    object-fit: contain; }

.customDoor-logo {
  max-width: 10.417vw;
  margin-bottom: 2.6rem; }
  @media screen and (max-width: 1439px) {
    .customDoor-logo {
      max-width: 200px; } }
  @media screen and (max-width: 767px) {
    .customDoor-logo {
      margin-bottom: 21px; } }
  .customDoor-logo img {
    width: 100%;
    object-fit: contain; }

.manufacturers-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 2.6rem; }
  @media screen and (max-width: 767px) {
    .manufacturers-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-bottom: 21px; } }
  .manufacturers-row .manufacturers-col {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .manufacturers-row .manufacturers-col {
        width: 100%;
        margin-bottom: 16px; } }
  .manufacturers-row a {
    display: block;
    max-width: 10.417vw;
    width: 100%; }
    @media screen and (max-width: 1439px) {
      .manufacturers-row a {
        max-width: 200px; } }
    .manufacturers-row a img {
      width: 100%;
      object-fit: contain; }

.stairParts-logo {
  max-width: 10.417vw;
  margin-bottom: 2.6rem; }
  @media screen and (max-width: 1439px) {
    .stairParts-logo {
      max-width: 200px; } }
  @media screen and (max-width: 767px) {
    .stairParts-logo {
      margin-bottom: 21px; } }
  .stairParts-logo img {
    width: 100%;
    object-fit: contain; }

.doorHardware-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -2rem 4rem; }
  @media screen and (max-width: 1279px) {
    .doorHardware-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

.doorHardware-col {
  padding: 0 20px;
  width: 20%; }
  @media screen and (max-width: 1279px) {
    .doorHardware-col {
      width: 25%;
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .doorHardware-col {
      width: 50%; } }
  .doorHardware-col a {
    display: block;
    max-width: 10.417vw;
    width: 100%; }
    @media screen and (max-width: 1439px) {
      .doorHardware-col a {
        max-width: 200px; } }
  .doorHardware-col img {
    width: 100%;
    object-fit: contain;
    height: auto; }

.tools-img-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -2rem; }
  .tools-img-row a {
    width: 50%; }

.tools-img-col {
  padding: 0 2rem;
  width: 25%;
  height: auto;
  height: 100%; }
  @media screen and (max-width: 767px) {
    .tools-img-col {
      width: 50%; } }
  .tools-img-col:nth-child(-n + 4) {
    margin-bottom: 4rem; }
  @media screen and (max-width: 767px) {
    .tools-img-col {
      margin-bottom: 20px; } }
  .tools-img-col a {
    display: block;
    max-width: 10.417vw;
    width: 100%; }
    @media screen and (max-width: 1439px) {
      .tools-img-col a {
        max-width: 200px; } }
  .tools-img-col img {
    width: 100%;
    object-fit: contain;
    height: auto; }

.woodSpecies-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 4rem; }
  @media screen and (max-width: 767px) {
    .woodSpecies-item {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .woodSpecies-item:last-child {
    margin-bottom: 0; }

.woodSpecies-img {
  width: 15%; }
  @media screen and (max-width: 1279px) {
    .woodSpecies-img {
      width: 20%; } }
  @media screen and (max-width: 767px) {
    .woodSpecies-img {
      width: 100%;
      margin-bottom: 20px; } }
  .woodSpecies-img img {
    width: 100%;
    aspect-ratio: 1/1; }

.woodSpecies-content {
  width: 85%;
  padding-left: 4rem; }
  @media screen and (max-width: 1279px) {
    .woodSpecies-content {
      width: 80%; } }
  @media screen and (max-width: 767px) {
    .woodSpecies-content {
      width: 100%;
      padding-left: 0; } }

.img-form-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 767px) {
    .img-form-block {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .img-form-block .left-block {
    text-align: center;
    width: 30%;
    padding-right: 5rem;
    border-right: 0.1rem solid black; }
    @media screen and (max-width: 1023px) {
      .img-form-block .left-block {
        width: 40%;
        padding-right: 30px; } }
    @media screen and (max-width: 767px) {
      .img-form-block .left-block {
        width: 100%;
        padding-right: 0;
        border: 0;
        margin-bottom: 20px;
        text-align: left; } }
  .img-form-block .right-block {
    width: 70%;
    padding-left: 5rem; }
    @media screen and (max-width: 1023px) {
      .img-form-block .right-block {
        width: 60%;
        padding-left: 30px; } }
    @media screen and (max-width: 767px) {
      .img-form-block .right-block {
        width: 100%;
        padding-left: 0; } }
  .img-form-block .img-block {
    width: 100%;
    margin-bottom: 2rem; }
    .img-form-block .img-block img {
      width: 100%; }

.page-request-a-catalog-copy .hbspt-form,
.page-request-a-catalog .hbspt-form {
  width: 75%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1279px) {
    .page-request-a-catalog-copy .hbspt-form,
    .page-request-a-catalog .hbspt-form {
      width: 100%; } }

.hs-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .hs-form .field {
    margin-bottom: 1.5rem;
    width: 100%; }
    .hs-form .field:has(.hs-error-msgs) input,
    .hs-form .field:has(.hs-error-msgs) select,
    .hs-form .field:has(.hs-error-msgs) textarea {
      border-color: #cc4749; }
  @media screen and (min-width: 768px) {
    .hs-form .hs-firstname,
    .hs-form .hs-lastname,
    .hs-form .hs-city,
    .hs-form .hs-state_drop_down,
    .hs-form .hs-zip {
      width: calc(50% - 8px); } }
  @media screen and (min-width: 768px) {
    .hs-form .hs-lastname,
    .hs-form .hs-state_drop_down {
      margin-left: auto; } }
  .hs-form label {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0.7rem; }
  .hs-form input,
  .hs-form select,
  .hs-form textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 1.4rem;
    line-height: 1.5;
    height: auto;
    padding: 1.3rem 2rem;
    width: 100%;
    border: 0.1rem solid black; }
  .hs-form select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding-right: 3rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="5" viewBox="0 0 12 5" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.742676 1.42878L1.25717 0.571289L5.99992 3.41694L10.7427 0.571289L11.2572 1.42878L5.99992 4.58313L0.742676 1.42878Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-size: 1.3rem 0.7rem;
    background-position: center right 2rem; }
  .hs-form .hs-form-required {
    font-size: 1.6rem;
    line-height: normal;
    font-weight: 400;
    margin: 0;
    color: #cc4749;
    float: none;
    margin-left: 0.4rem; }
  .hs-form .hs-error-msgs {
    list-style: none;
    margin: 0 0 -0.5rem; }
    .hs-form .hs-error-msgs li {
      margin: 0; }
    .hs-form .hs-error-msgs label {
      margin-bottom: 0; }
  .hs-form .hs-error-msg {
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 400;
    color: #cc4749;
    margin: 0.4rem 0 0; }
    .hs-form .hs-error-msg::before {
      content: "";
      display: inline-block;
      top: 0.1rem;
      width: 1rem;
      height: 1rem;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
      background-size: 100%;
      position: relative;
      left: -0.12rem;
      margin-right: 0.06rem; }
  .hs-form .hs_error_rollup {
    width: 100%;
    margin-bottom: 2rem; }
  .hs-form .hs-main-font-element {
    font-size: 1.2rem;
    line-height: 2;
    color: #cc4749;
    margin: 0; }
  .hs-form .hs-button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    color: white;
    border: 0.1rem solid black;
    background-color: black;
    padding: 1.5rem 3.6rem 1.4rem;
    margin: 0;
    height: auto;
    width: auto; }
    @media screen and (max-width: 767px) {
      .hs-form .hs-button {
        width: 100%; } }
    .hs-form .hs-button:hover {
      color: black;
      border-color: #f0f0f0;
      background-color: #f0f0f0; }

/*--- Newsletter ---*/
.newsletter-form .hbspt-form {
  position: relative;
  padding-bottom: 3.6rem;
  margin-bottom: 2.4rem; }
  @media screen and (max-width: 767px) {
    .newsletter-form .hbspt-form {
      padding-bottom: 30px; } }

.newsletter-form .hs-form {
  border-bottom: 0.1rem solid black; }

.newsletter-form .field {
  margin: 0; }

.newsletter-form .hs-email,
.newsletter-form .hs_submit {
  padding: 0 0 1.8rem; }

.newsletter-form label[id^="label-email-"] {
  display: none; }

.newsletter-form .hs-email {
  max-width: calc(100% - 7.8rem); }
  @media screen and (max-width: 767px) {
    .newsletter-form .hs-email {
      max-width: calc(100% - 55px); } }

.newsletter-form input {
  font-size: 1.8rem;
  border: 0;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .newsletter-form input {
      font-size: 12px; } }

.newsletter-form .hs-button {
  font-size: 1.8rem;
  color: black;
  background: none;
  padding: 0;
  border: 0; }
  @media screen and (max-width: 767px) {
    .newsletter-form .hs-button {
      font-size: 12px; } }
  .newsletter-form .hs-button:hover {
    color: #878787;
    background: none; }

.newsletter-form .hs-error-msgs {
  position: absolute;
  bottom: 2rem;
  line-height: 1.2; }
  @media screen and (max-width: 767px) {
    .newsletter-form .hs-error-msgs {
      bottom: 16px; } }
  .newsletter-form .hs-error-msgs + .hs-error-msgs {
    bottom: 0; }
    @media screen and (max-width: 767px) {
      .newsletter-form .hs-error-msgs + .hs-error-msgs {
        bottom: 0; } }

.newsletter-form .hs-error-msg {
  line-height: 1.2; }

.newsletter-form .hs_error_rollup {
  display: none; }

@media screen and (max-width: 767px) {
  .newsletter-form .submitted-message {
    margin-bottom: 20px; } }

.newsletter-form ::-webkit-input-placeholder {
  color: #878787 !important;
  opacity: 1;
  font-weight: 400; }

.newsletter-form ::-moz-placeholder {
  color: #878787 !important;
  opacity: 1;
  font-weight: 400; }

.newsletter-form ::-ms-input-placeholder {
  color: #878787 !important;
  opacity: 1;
  font-weight: 400; }

.newsletter-form ::-moz-placeholder {
  color: #878787 !important;
  opacity: 1;
  font-weight: 400; }

.priceTotal-row.subtotal, .priceTotal-row.setup-charg, .priceTotal-row.contractor-discount {
  display: none; }

.filter-sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999; }

[data-dh-opt-name="stain-match"] label.form-label.form-label--alternate.form-label--inlineSmall::after {
  content: "(+$125)"; }

.custom-field-hide {
  display: none; }

.pdp-custom-product .ship-info {
  margin-bottom: 0.5rem; }

.navUser-text {
  display: none; }

@media screen and (max-width: 1279px) {
  .navPages .webpage-megamenu .cate-links {
    display: block; } }

.navPages .webpage-megamenu .cate-links .col-1,
.navPages .webpage-megamenu .cate-links .col-2 {
  width: 50%; }
  @media screen and (max-width: 1279px) {
    .navPages .webpage-megamenu .cate-links .col-1,
    .navPages .webpage-megamenu .cate-links .col-2 {
      max-width: 100%;
      width: 100%;
      margin: 0; } }

.navPages .webpage-megamenu .cate-links .col-2 {
  border: 0; }

.navPages .webpage-megamenu .cate-img {
  padding: 2.6rem;
  border: 0.1rem solid #DDDDDD; }
  .navPages .webpage-megamenu .cate-img .button, .navPages .webpage-megamenu .cate-img body .snize-ac-results .snize-view-all-link, body .snize-ac-results .navPages .webpage-megamenu .cate-img .snize-view-all-link, .navPages .webpage-megamenu .cate-img body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .navPages .webpage-megamenu .cate-img .snize-popular-suggestions-view-all-products-text, .navPages .webpage-megamenu .cate-img #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .navPages .webpage-megamenu .cate-img button {
    position: static;
    width: 100%; }
    .navPages .webpage-megamenu .cate-img .button:not(:hover), .navPages .webpage-megamenu .cate-img body .snize-ac-results .snize-view-all-link:not(:hover), body .snize-ac-results .navPages .webpage-megamenu .cate-img .snize-view-all-link:not(:hover), .navPages .webpage-megamenu .cate-img body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:not(:hover), body .snize-ac-results .snize-nothing-found .navPages .webpage-megamenu .cate-img .snize-popular-suggestions-view-all-products-text:not(:hover), .navPages .webpage-megamenu .cate-img #consent-manager .css-1wn42nw button:not(:hover), #consent-manager .css-1wn42nw .navPages .webpage-megamenu .cate-img button:not(:hover) {
      border-color: black; }

.navPages .webpage-megamenu .cate-img-inner {
  max-width: 71.2%;
  width: 100%;
  margin: 0 auto 2.3rem; }

@media screen and (max-width: 1279px) {
  .navPages .webpage-megamenu .shopAll-cate {
    margin-top: 18px; } }

.header--sticky .navPages .webpage-megamenu .cate-img img {
  -webkit-filter: grayscale(100%) invert(1);
  filter: invert(1); }

.header--sticky .navPages .webpage-megamenu .cate-img .button, .header--sticky .navPages .webpage-megamenu .cate-img body .snize-ac-results .snize-view-all-link, body .snize-ac-results .header--sticky .navPages .webpage-megamenu .cate-img .snize-view-all-link, .header--sticky .navPages .webpage-megamenu .cate-img body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .header--sticky .navPages .webpage-megamenu .cate-img .snize-popular-suggestions-view-all-products-text, .header--sticky .navPages .webpage-megamenu .cate-img #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .header--sticky .navPages .webpage-megamenu .cate-img button {
  border-color: white; }

@media screen and (max-width: 1279px) {
  .shopAll-ds {
    display: none; } }
