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

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

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

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: #eeeeee;
  color: #333333;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 50px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 28px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 20px; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: 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: #eeeeee; }
    .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, #consent-manager .css-1wn42nw button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Prohibition Round", 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: black;
  color: black;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, #consent-manager .css-1wn42nw button:hover, .button:focus, #consent-manager .css-1wn42nw button:focus, .button.is-active, #consent-manager .css-1wn42nw button.is-active, .button.active, #consent-manager .css-1wn42nw button.active {
    background-color: transparent;
    border-color: #ffcb05;
    color: black; }
  .button:active, #consent-manager .css-1wn42nw button:active {
    background-color: transparent;
    border: 1px solid black;
    color: black; }
  .button:focus, #consent-manager .css-1wn42nw button:focus, .button.is-active, #consent-manager .css-1wn42nw button.is-active, .button.active, #consent-manager .css-1wn42nw button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button, #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .button + 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 {
  background-color: black;
  border-color: black;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #ffcb05;
    border-color: #ffcb05;
    color: black; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .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, #consent-manager .css-1wn42nw .buttonGroup > button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child, #consent-manager .css-1wn42nw .buttonGroup > button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button: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: #eeeeee;
  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: #eeeeee;
  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 #969ba0;
  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: black;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input, .cart-total .form-input {
  appearance: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  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: #969ba0;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #f4f4f4;
    border-color: #969ba0;
    color: #888888;
    cursor: text; }
  .form-input:focus {
    border-color: black;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder, .cart-total .form-input::-webkit-input-placeholder {
    color: #969ba0; }
  .form-input::-ms-clear, .cart-total .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder, .cart-total .form-input::-moz-placeholder {
    color: #969ba0; }
  .form-input:-ms-input-placeholder {
    color: #969ba0; }

/*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, .cart-total .form-selct {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #eeeeee;
  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: #eeeeee;
  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, .cart-total .form-selct::-ms-expand {
    display: none; }
  .form-select.radius, .cart-total .radius.form-selct {
    border-radius: 4px; }
  .form-select:focus, .cart-total .form-selct:focus {
    border-color: black; }
  .form-select:disabled, .cart-total .form-selct:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus, .cart-total .form-selct:focus {
    border-color: black; }

/*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 #969ba0;
  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], .cart-total .form-selct[multiple] {
  height: auto; }
  .form-select[multiple] option, .cart-total .form-selct[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: #eeeeee;
      border: solid #eeeeee;
      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(238, 238, 238, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(238, 238, 238, 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(238, 238, 238, 0.999);
  border: 3px solid #eeeeee;
  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, .cart-total .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, .cart-total .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 #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 #969ba0;
  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, .cart-total .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: #888888;
  border: 1px solid #888888;
  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: #eeeeee;
    border-color: #969ba0;
    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: #888888; }

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

.switch-description--off {
  color: #2e2e2e;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #888888; }

.switch-description--on {
  color: #888888;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: #2e2e2e; }

.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 #969ba0;
    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 .cart-total .form-selct,
.cart-total .form-field--success .form-selct,
.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 .cart-total .form-selct,
.cart-total .form-field--error .form-selct,
.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 .cart-total .form-selct,
.cart-total .form-field--warning .form-selct,
.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: #eeeeee;
  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: #eeeeee; }
  .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: black;
  float: left;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: black; }
  .breadcrumb.current {
    color: black;
    cursor: default; }
    .breadcrumb.current a {
      color: black;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #969ba0; }
    .breadcrumb.unavailable a {
      color: #969ba0; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #969ba0;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: black;
    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: #ffcb05;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: black;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #969ba0;
    cursor: default; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: black;
    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: black;
      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: #ffcb05; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #ffcb05;
  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: #eeeeee;
  border-color: #eeeeee;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button, .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: #969ba0; }

/*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: #2e2e2e; }
  .accordion-navigation > a {
    background: white;
    color: #333333;
    padding: 1.875rem;
    display: block;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #eeeeee; }
  .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: #2e2e2e;
  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: #eeeeee;
  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 #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .modal-footer button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button, .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: #555555;
  cursor: pointer;
  font-size: 36px;
  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: #555555;
  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 #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 .cart-total .form-selct, .cart-total .actionBar-section .form-selct,
    .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 #969ba0;
  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: black; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 1024px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

html,
body {
  height: auto; }

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

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

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

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

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

h2 {
  font-size: 36px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 28px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 20px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

.form-select, .cart-total .form-selct {
  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: black;
  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 #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 #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 #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .table-actions button + .button, .table-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .table-actions .button + 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: #eeeeee;
    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 #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: 1024px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button, .form-wishlist #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-wishlist button {
    width: 100%; }
    @media (min-width: 1024px) {
      .form-wishlist .button, .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 #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: 1024px) {
    #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 #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) #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: 32px;
  text-align: center; }
  @media (min-width: 1024px) {
    .modal-header-title {
      font-size: 36px; } }

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

.hide-content {
  opacity: 0; }

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

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

ol.breadcrumbs {
  display: none;
  font-size: 0;
  overflow: visible;
  text-align: center; }
  @media (min-width: 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: 28px; }

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

.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: black;
    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, #consent-manager .css-1wn42nw button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button, #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw button + button {
    margin-left: 0; }
    @media (min-width: 1024px) {
      .button + .button, #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw button + button {
        margin-left: 0.75rem; } }

.button[disabled], #consent-manager .css-1wn42nw button[disabled] {
  cursor: not-allowed; }

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

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

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 768px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1024px) {
    .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: 1024px) {
  .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: 1024px) {
  .accordion--navList {
    border: 0; } }

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

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

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

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

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

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

.accordion--navList .accordion-indicator {
  fill: #969ba0; }

.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: black;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 1024px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #ffcb05; }

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: #eeeeee;
  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 #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 #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 #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .form-actions button + .button, .form-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .form-actions .button + button, .form-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .form-actions button + button,
    .form-actions .button + input,
    .form-actions #consent-manager .css-1wn42nw button + input,
    #consent-manager .css-1wn42nw .form-actions button + input,
    .form-actions .button + a,
    .form-actions #consent-manager .css-1wn42nw button + a,
    #consent-manager .css-1wn42nw .form-actions button + a,
    .form-actions input + .button,
    .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 #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 #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .form-actions button + .button, .form-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .form-actions .button + button, .form-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .form-actions button + button,
        .form-actions .button + input,
        .form-actions #consent-manager .css-1wn42nw button + input,
        #consent-manager .css-1wn42nw .form-actions button + input,
        .form-actions .button + a,
        .form-actions #consent-manager .css-1wn42nw button + a,
        #consent-manager .css-1wn42nw .form-actions button + a,
        .form-actions input + .button,
        .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 #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: "Prohibition Round", Arial, Helvetica, sans-serif;
  font-size: 20px;
  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: 20px;
  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: #969ba0;
  font-size: 20px; }

.form-field-group {
  border: 1px solid #eeeeee;
  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 #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 #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 #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 #eeeeee;
  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: black; }
  .form-radio:checked + .form-option {
    border-color: #eeeeee;
    box-shadow: 0 0 0 1px #eeeeee; }

.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: 20px;
  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 #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: 422px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

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

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

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

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

.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: black;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: black;
    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: #eeeeee;
    border: solid #eeeeee;
    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(238, 238, 238, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(238, 238, 238, 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: #eeeeee;
  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: #ffcb05; }
  .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: 1024px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #555555; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid black;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: black;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #ffcb05; }

.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: #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: black; }

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


.actionBar-section .form-input, .actionBar-section .form-select, .actionBar-section .cart-total .form-selct, .cart-total .actionBar-section .form-selct {
  border: 0;
  padding-left: 0.1875rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input, .actionBar-section .form-select, .actionBar-section .cart-total .form-selct, .cart-total .actionBar-section .form-selct {
  display: inline-block; }

.actionBar-section .form-select, .actionBar-section .cart-total .form-selct, .cart-total .actionBar-section .form-selct {
  color: #ffcb05;
  height: 2.125rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #535353;
  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: 1024px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #bbbbbb;
    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 #bbbbbb 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: 1024px) {
  .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: #555555; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #555555;
      stroke: #555555; }
  .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,
.navUser-action--channelSelector + .dropdown-menu::before {
  left: auto !important;
  right: 0.75rem; }

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

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

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

.navUser-item {
  display: none; }
  @media (min-width: 1024px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.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: #555555; }
  .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: 1024px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.4375rem; }
        @media (min-width: 1024px) {
          .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: 1024px) {
          .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 #eeeeee 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: 28px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 768px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #ffcb05;
  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: #dddddd;
  color: #535353; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #333333;
  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: 1024px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px; }

.navPages {
  background-color: black;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 1024px) {
    .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: 1024px) and (min-width: 768px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1024px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 1024px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 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: 1024px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #333333;
    margin-top: 0.75rem;
    padding-top: 0.75rem; }

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

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

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

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #333333;
  text-align: center; }
  @media (min-width: 1024px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 1024px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.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: 1024px) {
      .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: 1024px) {
    .navPages-action {
      display: inline-block;
      padding: 0.75rem 1.125rem 1.125rem; }
      .navPages-action.is-open {
        background-color: black; } }
  .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: #555555;
    stroke: #555555; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #555555; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #555555;
      stroke: #555555; }
  .navPages-action svg {
    fill: black;
    stroke: black;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: black; }

.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: 1024px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.6875rem;
    width: 0.6875rem;
    margin: 0 1.5rem; }
    @media (min-width: 1024px) {
      .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: 1024px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 1024px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1024px) {
    .navPage-subMenu {
      background-color: black;
      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: 1024px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

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

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

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

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

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

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  @media (min-width: 1024px) {
    .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: 1024px) {
      .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: 1024px) {
      .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: 1024px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

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

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #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: black;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #ffcb05; }

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

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 1024px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 768px) {
    .heroCarousel.slick-initialized {
      max-height: 25rem; } }
  @media (min-width: 1024px) {
    .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: 1024px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: #dddddd;
      background-color: rgba(221, 221, 221, 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: 1024px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 37.5rem; } }

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

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

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

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

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

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

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

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

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

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 768px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 768px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.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: #969ba0;
  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: 1024px) {
    .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: 1024px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

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

.productReview-author {
  color: black;
  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: 1024px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }
  @media (min-width: 320px) and (max-width: 1024px) {
    .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: #535353; }

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

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

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

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

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

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

.productView-reviewLink {
  color: black;
  display: inline-block;
  margin-left: 0.375rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #ffcb05; }
  .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: "Prohibition Round", Arial, Helvetica, sans-serif;
      font-size: 20px;
      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: 20px; }
  .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: 1024px) {
      .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: 1024px) {
      .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 #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 #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: black;
      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: #ffcb05; }

.productOptions-list {
  border: 1px solid #eeeeee;
  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 #eeeeee; }
  .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: #969ba0; }

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

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

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

.compareTable-removeProduct {
  background-color: #eeeeee;
  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 #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(238, 238, 238, 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: #eeeeee;
  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: black; }
  .toggleLink:hover {
    color: #ffcb05; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 20px;
  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: 1024px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

.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: #eeeeee;
  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: black;
    position: relative;
    top: -1px; }

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

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

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

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

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

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

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

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

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

.cart-list {
  border-top: 1px solid #bbbbbb;
  display: block; }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 1024px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.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: 1024px) {
    .cart-item-figure {
      float: none;
      padding: 0.5rem 0;
      width: 8.33333%; } }

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

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

.cart-item-title {
  display: table-cell;
  height: 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: 1024px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

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

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

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

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

.cart-item-label {
  color: #333333;
  float: left;
  margin-bottom: 0.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: 1024px) {
    .cart-item-label {
      display: none; } }

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

.cart-item-brand {
  color: black;
  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: #333333; }

.cart-remove {
  background-color: #eeeeee;
  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: 1024px) {
    .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: 1024px) {
    .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, .cart-total .form-selct {
    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: black;
  width: 33.33333%; }
  @media (min-width: 768px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 1024px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

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

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

.cart-total-grandTotal {
  font-family: "Prohibition Round", Arial, Helvetica, sans-serif;
  font-size: 28px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 1024px) {
    .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: black;
  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: #ffcb05; }

.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 #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 #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 #consent-manager .css-1wn42nw button,
  #consent-manager .css-1wn42nw .coupon-form button,
  .cart-gift-certificate-form .button,
  .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 {
    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,
  .estimator-form-input .cart-total .form-selct,
  .cart-total .estimator-form-input .form-selct {
    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 #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 #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: black;
  display: inline-block;
  font-size: 20px; }

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

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

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

.address {
  display: inline-block;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 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 #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 #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .panel--address .form-actions button + .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 #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 #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .panel--address .form-actions button + .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 #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: black;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #333333; }
  .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: 1024px) {
    .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: 1024px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #535353;
    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: 1024px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #eeeeee;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 1024px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button, .previewCartCheckout #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .previewCartCheckout button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + 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 #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: 50px;
  font-weight: bold;
  text-align: center; }

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

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

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

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

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

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

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

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

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

.new-customer-fact {
  padding-left: 0.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: 1024px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 1024px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

.account-heading {
  border-bottom: 1px solid #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: #969ba0;
  font-family: "Roboto", 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: #969ba0;
  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: black;
  font-family: "Roboto", 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: black;
  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: 28px; }

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

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

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

.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: black;
  font-size: 24px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

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

.account-downloadsItem-availability {
  color: black; }

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

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

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

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    min-height: 15.625rem;
    padding: 0.75rem;
    width: 100%; }
    @media (min-width: 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 #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: 20px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #555555;
    font-size: 20px;
    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: #555555;
    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: 20px; }

.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: #535353;
  font-family: "Roboto", 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: #969ba0;
    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: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #bbbbbb;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1024px) {
    .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: 1024px) {
      .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: 1024px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #eeeeee;
        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: 1024px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #ffcb05; }
    .header-logo__link:active {
      color: #333333; }

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

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

.header-logo-text {
  display: block;
  font-family: "Prohibition Round", 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: 1024px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 36px; } }

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

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

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

.header-logo-image-unknown-size {
  max-height: 1.9375rem; }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .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: 1024px) {
    .body {
      margin-top: 2.5rem; } }

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

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

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

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

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

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

.footer {
  background-color: #111111;
  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: black;
  display: inline-block;
  float: none;
  font-size: 1rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 768px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1024px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

.footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-left: 0;
  margin-top: 1.5rem; }
  @media (min-width: 768px) {
    .footer-payment-icons {
      justify-content: normal; } }
  @media (min-width: 1024px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 2.5rem;
    margin: 0.375rem;
    vertical-align: middle;
    width: 3.125rem; }
  .footer-payment-icons svg {
    fill: black; }

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

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

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1024px) {
    .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: 32px;
  margin: 0 1.5rem 0.375rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: black;
  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: 392px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

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

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 1024px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 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: 1024px) {
    .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: 1024px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

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

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

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

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

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

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

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

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

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

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.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(0, 0, 0, 0.9);
  color: white; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: black;
    color: white; }

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

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

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

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

.listItem-actions .button, .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 #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .listItem-actions button {
      width: 100%; }
      .listItem-actions .button + .button, .listItem-actions #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .listItem-actions button + .button, .listItem-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .listItem-actions .button + 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: 1024px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

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

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

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

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.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: #eeeeee;
  border: 1px solid black;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

body {
  font-size: 16px;
  line-height: 1.4;
  padding-top: 0; }
  @media screen and (min-width: 1280px) {
    body {
      font-size: 1.11111vw; } }
  @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; }

/*--- [Typography] ---*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin-bottom: 0.69444vw; } }

h1 {
  font-size: 50px; }
  @media screen and (min-width: 1280px) {
    h1 {
      font-size: 3.47222vw; } }
  @media screen and (max-width: 1023px) {
    h1 {
      font-size: 40px; } }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-size: 36px; }
  @media screen and (min-width: 1280px) {
    h2 {
      font-size: 2.5vw; } }
  @media screen and (max-width: 1023px) {
    h2 {
      font-size: 30px; } }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 32px; }
  @media screen and (min-width: 1280px) {
    h3 {
      font-size: 2.22222vw; } }
  @media screen and (max-width: 1023px) {
    h3 {
      font-size: 26px; } }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 22px; } }

h4 {
  font-size: 28px; }
  @media screen and (min-width: 1280px) {
    h4 {
      font-size: 1.94444vw; } }
  @media screen and (max-width: 1023px) {
    h4 {
      font-size: 24px; } }
  @media screen and (max-width: 767px) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 24px; }
  @media screen and (min-width: 1280px) {
    h5 {
      font-size: 1.66667vw; } }
  @media screen and (max-width: 1023px) {
    h5 {
      font-size: 20px; } }
  @media screen and (max-width: 767px) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 20px; }
  @media screen and (min-width: 1280px) {
    h6 {
      font-size: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    h6 {
      font-size: 18px; } }

p {
  margin-bottom: 22px; }
  @media screen and (min-width: 1280px) {
    p {
      margin-bottom: 1.52778vw; } }
  p:last-child {
    margin-bottom: 0; }
  p:empty {
    display: none; }

a {
  text-decoration: none;
  transition: all 0.3s ease; }
  @media screen and (min-width: 1280px) {
    a:hover {
      text-decoration: underline; } }
  @media screen and (max-width: 1279px) {
    a:hover {
      color: #ffcb05; } }
  a:focus {
    color: #ffcb05; }
  a::after, a::before {
    transition: all 0.3s ease; }
  a .icon {
    transition: all 0.3s ease; }
    a .icon svg {
      transition: all 0.3s ease; }

.section-heading {
  font-size: 32px; }
  @media screen and (min-width: 1280px) {
    .section-heading {
      font-size: 2.22222vw; } }
  @media screen and (max-width: 1023px) {
    .section-heading {
      font-size: 26px; } }
  @media screen and (max-width: 767px) {
    .section-heading {
      font-size: 24px; } }

/*--- [List] ---*/
ul,
ol {
  margin-left: 0;
  margin-bottom: 22px; }
  @media screen and (min-width: 1280px) {
    ul,
    ol {
      margin-bottom: 1.52778vw; } }
  ul li,
  ol li {
    margin-bottom: 8px; }
    @media screen and (min-width: 1280px) {
      ul li,
      ol li {
        margin-bottom: 0.55556vw; } }

.page-content ul,
.pdp-tab-section ul,
.blog-post-body ul,
.category-description ul,
.new-customer ul,
[data-content-region="page_builder_content"] ul {
  list-style: none; }
  .page-content ul li,
  .pdp-tab-section ul li,
  .blog-post-body ul li,
  .category-description ul li,
  .new-customer ul li,
  [data-content-region="page_builder_content"] ul li {
    position: relative;
    padding-left: 20px; }
    @media screen and (min-width: 1280px) {
      .page-content ul li,
      .pdp-tab-section ul li,
      .blog-post-body ul li,
      .category-description ul li,
      .new-customer ul li,
      [data-content-region="page_builder_content"] ul li {
        padding-left: 1.38889vw; } }
    @media screen and (max-width: 767px) {
      .page-content ul li,
      .pdp-tab-section ul li,
      .blog-post-body ul li,
      .category-description ul li,
      .new-customer ul li,
      [data-content-region="page_builder_content"] ul li {
        padding-left: 14px; } }
    .page-content ul li::before,
    .pdp-tab-section ul li::before,
    .blog-post-body ul li::before,
    .category-description ul li::before,
    .new-customer ul li::before,
    [data-content-region="page_builder_content"] ul li::before {
      content: "";
      position: absolute;
      font-size: 0;
      line-height: 0;
      top: 8px;
      left: 0;
      width: 4px;
      height: 4px;
      background-color: black; }
      @media screen and (min-width: 1280px) {
        .page-content ul li::before,
        .pdp-tab-section ul li::before,
        .blog-post-body ul li::before,
        .category-description ul li::before,
        .new-customer ul li::before,
        [data-content-region="page_builder_content"] ul li::before {
          top: 0.55556vw;
          width: 0.27778vw;
          height: 0.27778vw; } }
      @media screen and (max-width: 767px) {
        .page-content ul li::before,
        .pdp-tab-section ul li::before,
        .blog-post-body ul li::before,
        .category-description ul li::before,
        .new-customer ul li::before,
        [data-content-region="page_builder_content"] ul li::before {
          top: 6px; } }

ol {
  margin-left: 16px; }
  @media screen and (min-width: 1280px) {
    ol {
      margin-left: 1.11111vw; } }

/*--- [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; }

.fw-500 {
  font-weight: 500; }

/*--- [Common Space] ---*/
.mt-80, .footer {
  margin-top: 80px; }
  @media screen and (min-width: 1280px) {
    .mt-80, .footer {
      margin-top: 5.55556vw; } }
  @media screen and (max-width: 767px) {
    .mt-80, .footer {
      margin-top: 50px; } }

.mb-80, .page-top-banner, .category-section, .product-carousel-section, .pdp-tab-section, [data-sub-layout-container]:has(.custom-form):not(:last-child), [data-layout-name*="mb-80"], .faqpage-button-wrapper {
  margin-bottom: 80px; }
  @media screen and (min-width: 1280px) {
    .mb-80, .page-top-banner, .category-section, .product-carousel-section, .pdp-tab-section, [data-sub-layout-container]:has(.custom-form):not(:last-child), [data-layout-name*="mb-80"], .faqpage-button-wrapper {
      margin-bottom: 5.55556vw; } }
  @media screen and (max-width: 767px) {
    .mb-80, .page-top-banner, .category-section, .product-carousel-section, .pdp-tab-section, [data-sub-layout-container]:has(.custom-form):not(:last-child), [data-layout-name*="mb-80"], .faqpage-button-wrapper {
      margin-bottom: 50px; } }

.mt-74, .related-products-section + .reviews-section, .about-us-content {
  margin-top: 74px; }
  @media screen and (min-width: 1280px) {
    .mt-74, .related-products-section + .reviews-section, .about-us-content {
      margin-top: 4.93056vw; } }
  @media screen and (max-width: 767px) {
    .mt-74, .related-products-section + .reviews-section, .about-us-content {
      margin-top: 45px; } }

.mb-74, .category-section, .feature-highlight-section, .recent-blogs-section, .video-section, .warranty-banner, .explore-more-section, .about-us-content, .performance-images, .partners-section p, .blog-category-tag, .blog-thumbnail, .email-section {
  margin-bottom: 74px; }
  @media screen and (min-width: 1280px) {
    .mb-74, .category-section, .feature-highlight-section, .recent-blogs-section, .video-section, .warranty-banner, .explore-more-section, .about-us-content, .performance-images, .partners-section p, .blog-category-tag, .blog-thumbnail, .email-section {
      margin-bottom: 5.13889vw; } }
  @media screen and (max-width: 767px) {
    .mb-74, .category-section, .feature-highlight-section, .recent-blogs-section, .video-section, .warranty-banner, .explore-more-section, .about-us-content, .performance-images, .partners-section p, .blog-category-tag, .blog-thumbnail, .email-section {
      margin-bottom: 45px; } }

.pt-80, .category-section, .engineered-performance-section {
  padding-top: 80px; }
  @media screen and (min-width: 1280px) {
    .pt-80, .category-section, .engineered-performance-section {
      padding-top: 5.55556vw; } }
  @media screen and (max-width: 767px) {
    .pt-80, .category-section, .engineered-performance-section {
      padding-top: 50px; } }

.pb-80, .category-section, .engineered-performance-section, .explore-more-section, .related-articles {
  padding-bottom: 80px; }
  @media screen and (min-width: 1280px) {
    .pb-80, .category-section, .engineered-performance-section, .explore-more-section, .related-articles {
      padding-bottom: 5.55556vw; } }
  @media screen and (max-width: 767px) {
    .pb-80, .category-section, .engineered-performance-section, .explore-more-section, .related-articles {
      padding-bottom: 50px; } }

.pt-74, .banners[data-banner-location="bottom"], .follow-us, .related-products-section, .explore-more-section, .related-articles, .related-articles + .reviews-section, .partners-section, .upcoming-shows-section {
  padding-top: 74px; }
  @media screen and (min-width: 1280px) {
    .pt-74, .banners[data-banner-location="bottom"], .follow-us, .related-products-section, .explore-more-section, .related-articles, .related-articles + .reviews-section, .partners-section, .upcoming-shows-section {
      padding-top: 5.13889vw; } }
  @media screen and (max-width: 767px) {
    .pt-74, .banners[data-banner-location="bottom"], .follow-us, .related-products-section, .explore-more-section, .related-articles, .related-articles + .reviews-section, .partners-section, .upcoming-shows-section {
      padding-top: 45px; } }

.pb-74, .banners[data-banner-location="bottom"], .related-products-section, .performance-section, .engaging-products-section {
  padding-bottom: 74px; }
  @media screen and (min-width: 1280px) {
    .pb-74, .banners[data-banner-location="bottom"], .related-products-section, .performance-section, .engaging-products-section {
      padding-bottom: 5.13889vw; } }
  @media screen and (max-width: 767px) {
    .pb-74, .banners[data-banner-location="bottom"], .related-products-section, .performance-section, .engaging-products-section {
      padding-bottom: 45px; } }

.mb-20, .featured-category-main, .local-dealer-section {
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .mb-20, .featured-category-main, .local-dealer-section {
      margin-bottom: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .mb-20, .featured-category-main, .local-dealer-section {
      margin-bottom: 10px; } }

.fw-500 {
  font-weight: 500; }

/*--- [Cookies Banner] ---*/
#consent-manager .css-10z1g2q {
  letter-spacing: normal;
  color: #333333;
  background-color: #eeeeee;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-top: 1px solid black; }

#consent-manager .css-10z1g2q {
  padding: 2px 16px 16px; }
  @media screen and (min-width: 1280px) {
    #consent-manager .css-10z1g2q {
      padding: 0.13889vw 1.11111vw 1.11111vw; } }
  #consent-manager .css-10z1g2q > div {
    margin-top: 0 !important; }

#consent-manager .css-ra9y5f {
  margin-top: 14px; }
  @media screen and (min-width: 1280px) {
    #consent-manager .css-ra9y5f {
      margin-top: 0.97222vw; } }

#consent-manager .css-bhz559 {
  font-size: 16px; }
  @media screen and (min-width: 1280px) {
    #consent-manager .css-bhz559 {
      font-size: 1.11111vw; } }
  @media screen and (max-width: 767px) {
    #consent-manager .css-bhz559 {
      font-size: 13px; } }

#consent-manager .css-1wn42nw {
  margin-top: 14px; }
  @media screen and (min-width: 1280px) {
    #consent-manager .css-1wn42nw {
      margin-top: 0.97222vw; } }
  @media screen and (max-width: 767px) {
    #consent-manager .css-1wn42nw {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  #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 button + button {
      margin-left: 10px; }
      @media screen and (min-width: 1280px) {
        #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw button + button {
          margin-left: 0.69444vw; } }
      @media screen and (max-width: 767px) {
        #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw button + button {
          margin-left: 0;
          margin-top: 10px; } }

#consent-manager-update-banner {
  font-size: 16px !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  background-color: #eeeeee !important;
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
  height: auto !important;
  padding: 16px 16px 14px; }
  @media screen and (min-width: 1280px) {
    #consent-manager-update-banner {
      font-size: 1.11111vw !important;
      padding: 1.11111vw 1.11111vw 0.97222vw; } }
  @media screen and (max-width: 767px) {
    #consent-manager-update-banner {
      font-size: 13px !important; } }
  #consent-manager-update-banner a {
    color: #333333 !important;
    margin-left: 0 !important; }

/*--- [Animation] ---*/
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0.9; }
  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.9; }
  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.9; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0.9; }
  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.9; }
  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.9; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-moz-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

/*--- [Page Top Banner/Page Title] ---*/
.page-top-banner {
  position: relative;
  background: #151515;
  overflow: hidden;
  padding: 12px 0 101px; }
  @media screen and (min-width: 1280px) {
    .page-top-banner {
      padding: 0.83333vw 0 7.01389vw; } }
  @media screen and (max-width: 767px) {
    .page-top-banner {
      padding-bottom: 73px; } }
  .page-top-banner.page-top-banner-center {
    min-height: unset;
    padding: 94px 0 101px; }
    @media screen and (min-width: 1280px) {
      .page-top-banner.page-top-banner-center {
        padding: 6.52778vw 0 7.01389vw; } }
    @media screen and (max-width: 767px) {
      .page-top-banner.page-top-banner-center {
        padding-top: 70px;
        padding-bottom: 74px; } }
    .page-top-banner.page-top-banner-center .page-heading {
      margin-bottom: 0; }
  .page-top-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/top-banner-bg2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .page-top-banner .banner-content {
    position: relative;
    margin: 0 auto;
    text-align: center;
    z-index: 2; }
  .page-top-banner .page-heading {
    color: white;
    margin-bottom: 0; }
  .page-top-banner ol.breadcrumbs {
    position: static;
    text-align: center;
    margin-top: 0;
    margin-bottom: 67px; }
    @media screen and (min-width: 1280px) {
      .page-top-banner ol.breadcrumbs {
        margin-bottom: 4.65278vw; } }
    @media screen and (max-width: 767px) {
      .page-top-banner ol.breadcrumbs {
        margin-bottom: 43px; } }

/*--- [Desktop/Mobile view] ---*/
@media screen and (max-width: 1023px) {
  .ds-view {
    display: none; } }

@media screen and (min-width: 1024px) {
  .mb-view {
    display: none; } }

/*---[Loader] ---*/
.loadingOverlay {
  background: transparent; }
  .loadingOverlay::before {
    width: 25px;
    height: 25px;
    border-color: transparent transparent #888888 #888888; }
    @media screen and (min-width: 1280px) {
      .loadingOverlay::before {
        width: 1.73611vw;
        height: 1.73611vw; } }

@media screen and (min-width: 1280px) {
  .fancybox-toolbar .fancybox-button:hover {
    color: #ffcb05; } }

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

.form {
  margin-bottom: 0; }

.form-label {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 6px;
  cursor: default; }
  @media screen and (min-width: 1280px) {
    .form-label {
      font-size: 0.69444vw;
      margin-bottom: 0.41667vw; } }
  .form-label small {
    font-size: 8px;
    text-transform: none;
    margin-top: 2px; }
    @media screen and (min-width: 1280px) {
      .form-label small {
        font-size: 0.55556vw;
        margin-top: 0.13889vw; } }

.form-label--alternate {
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

.form-input, .cart-total .form-input, .form-select, .cart-total .form-selct {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  height: auto;
  padding: 15px 20px 14px;
  border-radius: 0; }
  @media screen and (min-width: 1280px) {
    .form-input, .cart-total .form-input, .form-select, .cart-total .form-selct {
      font-size: 0.83333vw;
      padding: 1.04167vw 1.38889vw 0.97222vw; } }
  @media screen and (max-width: 767px) {
    .form-input, .cart-total .form-input, .form-select, .cart-total .form-selct {
      padding-top: 14px;
      padding-bottom: 14px; } }
  .form-input:focus, .form-select:focus, .cart-total .form-selct:focus {
    background: white; }

.form-select, .cart-total .form-selct {
  padding-right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.35352 1.35353L4.35352 4.35353H3.64641L0.646409 1.35353L1.35352 0.646423L3.99996 3.29287L6.64641 0.646423L7.35352 1.35353Z' fill='%23000000'/%3E%3C/svg%3E");
  background-size: 8px auto;
  background-position: center right 19px; }
  @media screen and (min-width: 1280px) {
    .form-select, .cart-total .form-selct {
      padding-right: 2.08333vw;
      background-size: 0.55556vw auto;
      background-position: center right 1.31944vw; } }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 24px #eeeeee inset !important; }
  @media screen and (min-width: 1280px) {
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 1.66667vw #eeeeee inset !important; } }

.form-field {
  margin-bottom: 18px; }
  @media screen and (min-width: 1280px) {
    .form-field {
      margin-bottom: 1.11111vw; } }

.form-checkbox,
.form-radio {
  font-size: 0;
  line-height: 0; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: none;
    padding-left: 25px;
    margin-bottom: 8px;
    cursor: pointer;
    width: fit-content; }
    @media screen and (min-width: 1280px) {
      .form-checkbox + .form-label,
      .form-radio + .form-label {
        font-size: 0.83333vw;
        padding-left: 1.73611vw;
        margin-bottom: 0.55556vw; } }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      top: 0;
      width: 15px;
      height: 15px; }
      @media screen and (min-width: 1280px) {
        .form-checkbox + .form-label::before,
        .form-radio + .form-label::before {
          width: 1.04167vw;
          height: 1.04167vw; } }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      font-size: 0;
      line-height: 0; }
  .form-checkbox:checked + .form-label::after,
  .form-radio:checked + .form-label::after {
    transform: none; }

.form-checkbox + .form-label::after, .form-checkbox + .form-label::before {
  border-radius: 0;
  border: 0; }

.form-checkbox + .form-label::after {
  left: 3px;
  top: 3px;
  width: 9px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.96973 0.969666L8.03039 2.03033L3.50006 6.56066L0.969727 4.03033L2.03039 2.96967L3.50006 4.43934L6.96973 0.969666Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (min-width: 1280px) {
    .form-checkbox + .form-label::after {
      left: 0.20833vw;
      top: 0.20833vw;
      width: 0.625vw;
      height: 0.55556vw; } }

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

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

.form-radio + .form-label::before {
  border: 5px solid transparent; }
  @media screen and (min-width: 1280px) {
    .form-radio + .form-label::before {
      border-width: 0.34722vw; } }

.form-radio:checked + .form-label::before {
  border-color: #ffcb05;
  background-color: black; }

.form-row {
  margin: 0 -10px; }
  @media screen and (min-width: 1280px) {
    .form-row {
      margin: 0 -0.69444vw; } }
  .form-row .form-field {
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (min-width: 1280px) {
      .form-row .form-field {
        padding-left: 0.69444vw;
        padding-right: 0.69444vw; } }
  .form-row .form-column {
    padding: 0 10px; }
    @media screen and (min-width: 1280px) {
      .form-row .form-column {
        padding: 0 0.69444vw; } }
    .form-row .form-column .form-field {
      padding: 0; }
    .form-row .form-column .form-field-group {
      border: 0;
      border-radius: 0;
      padding: 20px 20px 12px;
      background: #eeeeee; }
      @media screen and (min-width: 1280px) {
        .form-row .form-column .form-field-group {
          padding: 1.38889vw 1.38889vw 0.83333vw; } }
      .form-row .form-column .form-field-group .form-radio:not(:checked) + .form-label::before {
        border-color: transparent;
        background-color: white; }

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

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

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

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

.form-inlineMessage {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 4px; }
  @media screen and (min-width: 1280px) {
    .form-inlineMessage {
      font-size: 0.83333vw;
      margin-top: 0.27778vw; } }

.form-field--error .form-inlineMessage::before {
  top: 1px;
  width: 10px;
  height: 10px; }
  @media screen and (min-width: 1280px) {
    .form-field--error .form-inlineMessage::before {
      top: 0.06944vw;
      width: 0.69444vw;
      height: 0.69444vw; } }

.form-prefixPostfix .button, .form-prefixPostfix #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-prefixPostfix button {
  width: auto;
  height: auto; }

@media only screen and (max-width: 479px) {
  .g-recaptcha iframe {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }

.button, #consent-manager .css-1wn42nw button {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  padding: 17px 30px;
  border-radius: 0;
  margin: 0;
  transition: all 0.3s ease;
  height: auto;
  background-color: white;
  text-decoration: none; }
  @media screen and (min-width: 1280px) {
    .button, #consent-manager .css-1wn42nw button {
      font-size: 0.90278vw;
      padding: 1.18056vw 2.08333vw; } }
  @media screen and (max-width: 767px) {
    .button, #consent-manager .css-1wn42nw button {
      font-size: 12px;
      line-height: 1;
      padding-top: 15px;
      padding-bottom: 15px; } }
  .button:hover, #consent-manager .css-1wn42nw button:hover {
    background-color: #ffcb05;
    text-decoration: none; }
    @media screen and (max-width: 1279px) {
      .button:hover, #consent-manager .css-1wn42nw button:hover {
        color: black;
        border-color: black;
        background-color: white; } }
  .button:active, #consent-manager .css-1wn42nw button:active, .button:focus, #consent-manager .css-1wn42nw button:focus {
    background-color: white;
    border-color: black; }
    .button:active:hover, #consent-manager .css-1wn42nw button:active:hover, .button:focus:hover, #consent-manager .css-1wn42nw button:focus:hover {
      border-color: #ffcb05;
      background-color: #ffcb05; }
      @media screen and (max-width: 1279px) {
        .button:active:hover, #consent-manager .css-1wn42nw button:active:hover, .button:focus:hover, #consent-manager .css-1wn42nw button:focus:hover {
          color: black;
          border-color: black;
          background-color: white; } }

.button--primary {
  background-color: black; }
  .button--primary:hover {
    background: #ffcb05; }
    @media screen and (max-width: 1279px) {
      .button--primary:hover {
        color: white;
        border-color: black;
        background-color: black; } }
  .button--primary:active, .button--primary:focus {
    color: white;
    border-color: black;
    background-color: black; }
    .button--primary:active:hover, .button--primary:focus:hover {
      color: black; }
      @media screen and (max-width: 1279px) {
        .button--primary:active:hover, .button--primary:focus:hover {
          color: white;
          border-color: black;
          background-color: black; } }

.button--small {
  padding-top: 14px;
  padding-bottom: 15px; }
  @media screen and (min-width: 1280px) {
    .button--small {
      padding-top: 0.97222vw;
      padding-bottom: 1.04167vw; } }
  @media screen and (max-width: 767px) {
    .button--small {
      padding-top: 15px; } }

.button--large {
  min-width: 240px; }
  @media screen and (min-width: 1280px) {
    .button--large {
      min-width: 16.66667vw; } }
  @media screen and (max-width: 1279px) {
    .button--large {
      min-width: 200px; } }

.button--borderless:not(:hover) {
  border-color: transparent; }

@media screen and (max-width: 1279px) {
  .button--borderless:hover {
    border-color: transparent; } }

@media screen and (max-width: 1279px) {
  .button--borderless:active:hover, .button--borderless:focus:hover {
    border-color: transparent; } }

.view-all {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  color: black;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
  margin-bottom: 4px; }
  @media screen and (min-width: 1280px) {
    .view-all {
      font-size: 0.97222vw;
      text-underline-offset: 0.34722vw;
      margin-bottom: 0.27778vw; } }
  @media screen and (max-width: 1023px) {
    .view-all {
      font-size: 12px; } }
  .view-all:hover {
    text-decoration-thickness: 1px;
    color: #535353;
    text-decoration-color: transparent; }
    @media screen and (max-width: 1279px) {
      .view-all:hover {
        color: black;
        text-decoration-color: currentColor; } }

.shop-now {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  color: white;
  position: relative;
  text-transform: uppercase;
  padding-left: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block; }
  @media screen and (min-width: 1280px) {
    .shop-now {
      font-size: 0.97222vw;
      padding-left: 1.25vw; } }
  .shop-now::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 11px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9999 4.5L10.9999 6.5L7.49994 6.5L7.49994 4.5L10.9999 4.5Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-1.50996e-07 4.5L3.5 4.5L3.5 6.5L2.38419e-07 6.5L-1.50996e-07 4.5Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 7.16667L6.5 11L4.5 11L4.5 7.16667L6.5 7.16667Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 -1.50996e-07L6.5 3.83325L4.5 3.83325L4.5 2.38419e-07L6.5 -1.50996e-07Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto; }
    @media screen and (min-width: 1280px) {
      .shop-now::before {
        top: 0.13889vw;
        width: 0.76389vw;
        height: 0.76389vw; } }

.container {
  max-width: 100%;
  padding: 0 120px; }
  @media screen and (min-width: 1280px) {
    .container {
      padding: 0 8.33333vw; } }
  @media screen and (max-width: 1279px) {
    .container {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 20px; } }

.container-large {
  padding: 0 80px; }
  @media screen and (min-width: 1280px) {
    .container-large {
      padding: 0 5.55556vw; } }
  @media screen and (max-width: 1279px) {
    .container-large {
      padding: 0 50px; } }
  @media screen and (max-width: 767px) {
    .container-large {
      padding: 0 30px; } }

.container-xl, .template-category .body .container,
.template-brand .body .container,
.template-search .body .container {
  padding: 0 30px; }
  @media screen and (min-width: 1280px) {
    .container-xl, .template-category .body .container,
    .template-brand .body .container,
    .template-search .body .container {
      padding: 0 2.08333vw; } }
  @media screen and (max-width: 767px) {
    .container-xl, .template-category .body .container,
    .template-brand .body .container,
    .template-search .body .container {
      padding: 0 20px; } }

.body {
  margin: 0; }

.page-content {
  padding: 0; }

.page-content--centered {
  width: 100%;
  padding: 0; }

.page {
  margin: 0; }

/*-------------- 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: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; }
  .select2-search--dropdown {
    display: block;
    padding: 17px 20px 5px; }
    @media screen and (min-width: 1280px) {
      .select2-search--dropdown {
        padding: 1.18056vw 1.38889vw 0.34722vw; } }
    .select2-search--dropdown .select2-search__field {
      font-size: 12px;
      line-height: 1.17;
      width: 100%;
      box-sizing: border-box;
      height: auto;
      padding: 15px 20px 14px;
      border: 1px solid #eeeeee; }
      @media screen and (min-width: 1280px) {
        .select2-search--dropdown .select2-search__field {
          font-size: 0.83333vw;
          padding: 1.04167vw 1.38889vw 0.97222vw; } }
      @media screen and (max-width: 767px) {
        .select2-search--dropdown .select2-search__field {
          padding-top: 14px;
          padding-bottom: 14px; } }
      .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: 217px; }
    @media screen and (min-width: 1280px) {
      .select2-container {
        min-width: 15.06944vw; } }
    .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 0 20px 0 rgba(0, 0, 0, 0.1); }
      @media screen and (min-width: 1280px) {
        .select2-container--open--below {
          box-shadow: 0px 0 1.38889vw 0 rgba(0, 0, 0, 0.1); } }
    .select2-container--open--above {
      box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.1); }
      @media screen and (min-width: 1280px) {
        .select2-container--open--above {
          box-shadow: 0px 0 1.38889vw 0 rgba(0, 0, 0, 0.1); } }
    .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 0 20px 0 rgba(0, 0, 0, 0.1); }
        @media screen and (min-width: 1280px) {
          .select2-container--open .select2-dropdown--below {
            box-shadow: 0px 0 1.38889vw 0 rgba(0, 0, 0, 0.1); } }
      .select2-container--open .select2-dropdown--above {
        border-bottom: 0;
        box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.1); }
        @media screen and (min-width: 1280px) {
          .select2-container--open .select2-dropdown--above {
            box-shadow: 0px 0 1.38889vw 0 rgba(0, 0, 0, 0.1); } }
    .select2-container--default .select2-results__option--selected {
      color: #ffcb05; }
    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
      color: #ffcb05; }
    .select2-container--default .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      height: 26px;
      margin-right: 20px;
      padding-right: 0; }
      @media screen and (min-width: 1280px) {
        .select2-container--default .select2-selection--single .select2-selection__clear {
          height: 1.80556vw;
          margin-right: 1.38889vw; } }
    .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: 19px;
      width: 8px;
      height: 8px;
      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; }
      @media screen and (min-width: 1280px) {
        .select2-container--default .select2-selection--single .select2-selection__arrow {
          right: 1.31944vw;
          width: 0.55556vw;
          height: 0.55556vw; } }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        width: 8px;
        height: 8px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.35352 1.35353L4.35352 4.35353H3.64641L0.646409 1.35353L1.35352 0.646423L3.99996 3.29287L6.64641 0.646423L7.35352 1.35353Z' fill='%23000000'/%3E%3C/svg%3E");
        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; }
        @media screen and (min-width: 1280px) {
          .select2-container--default .select2-selection--single .select2-selection__arrow b {
            width: 0.55556vw;
            height: 0.55556vw; } }
    .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: 1px;
      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 {
      font-size: 12px;
      line-height: 1.17;
      padding: 15px 20px 14px;
      border: 1px solid #eeeeee;
      color: black;
      background-color: #eeeeee;
      background-repeat: no-repeat;
      background-size: 16px auto;
      background-position: right 10px center;
      outline: none;
      display: block;
      border-radius: 0;
      cursor: pointer; }
      @media screen and (min-width: 1280px) {
        .select2-container .select2-selection--single {
          font-size: 0.83333vw;
          padding: 1.04167vw 1.38889vw 0.97222vw; } }
      @media screen and (max-width: 767px) {
        .select2-container .select2-selection--single {
          padding-top: 14px;
          padding-bottom: 14px; } }
      .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
        padding-right: 10px; }
        @media screen and (min-width: 1280px) {
          .select2-container .select2-selection--single .select2-selection__rendered {
            padding-right: 0.69444vw; } }
      .select2-container .select2-selection--single .select2-selection__clear {
        background-color: transparent;
        border: none;
        font-size: 12px; }
        @media screen and (min-width: 1280px) {
          .select2-container .select2-selection--single .select2-selection__clear {
            font-size: 0.83333vw; } }
    .select2-container .select2-selection--multiple {
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      min-height: 32px;
      user-select: none;
      -webkit-user-select: none; }
      @media screen and (min-width: 1280px) {
        .select2-container .select2-selection--multiple {
          min-height: 2.22222vw; } }
      .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: 12px; }
        @media screen and (min-width: 1280px) {
          .select2-container .select2-selection--multiple .select2-selection__clear {
            font-size: 0.83333vw; } }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: 1px solid #eeeeee;
      font-size: 100%;
      margin-top: 5px;
      margin-left: 5px;
      max-width: 100%;
      resize: none;
      vertical-align: bottom;
      overflow: hidden;
      word-break: keep-all;
      padding: 15px 20px 14px; }
      @media screen and (min-width: 1280px) {
        .select2-container .select2-search--inline .select2-search__field {
          margin-top: 0.34722vw;
          margin-left: 0.34722vw;
          padding: 1.04167vw 1.38889vw 0.97222vw; } }
      @media screen and (max-width: 767px) {
        .select2-container .select2-search--inline .select2-search__field {
          padding-top: 14px;
          padding-bottom: 14px; } }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
  .select2-dropdown {
    background-color: white;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9;
    min-width: 100px;
    text-align: left;
    border-radius: 0; }
    @media screen and (min-width: 1280px) {
      .select2-dropdown {
        min-width: 6.94444vw; } }
  .select2-results {
    display: block;
    max-height: 320px;
    overflow: auto;
    border-radius: 0;
    width: 100%; }
    @media screen and (min-width: 1280px) {
      .select2-results {
        max-height: 22.22222vw; } }
    .select2-results__options {
      list-style: none;
      margin: 0;
      margin-left: 0 !important;
      padding: 10px 0;
      color: black; }
      @media screen and (min-width: 1280px) {
        .select2-results__options {
          padding: 0.69444vw 0; } }
      .select2-results__options li {
        margin: 0; }
        .select2-results__options li:before {
          display: none; }
    .select2-results__option {
      font-size: 12px;
      line-height: 1.17;
      padding: 4px 20px !important;
      user-select: none;
      -webkit-user-select: none;
      cursor: pointer; }
      @media screen and (min-width: 1280px) {
        .select2-results__option {
          font-size: 0.83333vw;
          padding: 0.27778vw 1.38889vw !important; } }
    .select2-results--selectable {
      cursor: pointer; }

.table {
  margin-top: 0;
  margin-bottom: 22px; }
  @media screen and (min-width: 1280px) {
    .table {
      margin-bottom: 1.52778vw; } }
  .table thead tr th,
  .table thead tr td {
    font-size: 16px;
    padding: 10px; }
    @media screen and (min-width: 1280px) {
      .table thead tr th,
      .table thead tr td {
        font-size: 1.11111vw;
        padding: 0.69444vw; } }
    @media screen and (max-width: 767px) {
      .table thead tr th,
      .table thead tr td {
        font-size: 13px; } }
  .table tr td,
  .table tr th {
    padding: 15px; }
    @media screen and (min-width: 1280px) {
      .table tr td,
      .table tr th {
        padding: 1.04167vw; } }

.table--line tr td {
  padding-left: 0;
  padding-right: 0; }
  .table--line tr td + td {
    padding-left: 15px; }
    @media screen and (min-width: 1280px) {
      .table--line tr td + td {
        padding-left: 1.04167vw; } }

.table--line .table-thead {
  background: none; }
  @media screen and (max-width: 767px) {
    .table--line .table-thead tr th:last-child {
      text-align: center; } }

@media screen and (max-width: 767px) {
  .table-actions .button + .button, .table-actions #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .table-actions button + .button, .table-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .table-actions .button + button, .table-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .table-actions button + button {
    margin-top: 8px; } }

/*--- [Pencil Banner] ---*/
.pencil-banner {
  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: black; }
  @media screen and (max-width: 1023px) {
    .pencil-banner {
      border-bottom: 0.5px solid #bbbbbb; } }
  @media screen and (max-width: 767px) {
    .pencil-banner {
      overflow-y: auto; } }
  .pencil-banner .channel-wrapper 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;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 6px 20px;
    border-right: 1px solid #252525;
    font-size: 0;
    line-height: 0; }
    @media screen and (min-width: 1280px) {
      .pencil-banner .channel-wrapper a {
        padding: 0.41667vw 1.38889vw; } }
    @media screen and (min-width: 1280px) {
      .pencil-banner .channel-wrapper a:hover .channel-logo {
        opacity: 1; } }
    .pencil-banner .channel-wrapper a.active-channel {
      background: white; }
      .pencil-banner .channel-wrapper a.active-channel .channel-logo {
        opacity: 1;
        filter: invert(1);
        -webkit-filter: invert(1); }
  .pencil-banner .channel-wrapper .channel-logo {
    opacity: 0.5; }
  .pencil-banner .channel-wrapper .logo-sds {
    width: 32px;
    height: 15px; }
    @media screen and (min-width: 1280px) {
      .pencil-banner .channel-wrapper .logo-sds {
        width: 2.22222vw;
        height: 1.04167vw; } }
  .pencil-banner .channel-wrapper .logo-tisas {
    width: 38px;
    height: 11px; }
    @media screen and (min-width: 1280px) {
      .pencil-banner .channel-wrapper .logo-tisas {
        width: 2.63889vw;
        height: 0.76389vw; } }
  .pencil-banner .channel-wrapper .logo-tokarev {
    width: 73px;
    height: 11px; }
    @media screen and (min-width: 1280px) {
      .pencil-banner .channel-wrapper .logo-tokarev {
        width: 5.06944vw;
        height: 0.76389vw; } }
  .pencil-banner .channel-wrapper .logo-mac {
    width: 42px;
    height: 22px; }
    @media screen and (min-width: 1280px) {
      .pencil-banner .channel-wrapper .logo-mac {
        width: 2.91667vw;
        height: 1.52778vw; } }
  .pencil-banner .channel-wrapper .logo-spandau {
    width: 81px;
    height: 14px; }
    @media screen and (min-width: 1280px) {
      .pencil-banner .channel-wrapper .logo-spandau {
        width: 5.625vw;
        height: 0.97222vw; } }
  .pencil-banner .channel-wrapper .logo-inglis {
    width: 34px;
    height: 18px; }
    @media screen and (min-width: 1280px) {
      .pencil-banner .channel-wrapper .logo-inglis {
        width: 2.36111vw;
        height: 1.25vw; } }
  @media screen and (max-width: 1023px) {
    .pencil-banner .quick-links {
      display: none; } }

.channel-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .channel-wrapper a.active-channel {
    cursor: default;
    pointer-events: none; }
  .channel-wrapper .channel-logo {
    display: block;
    transition: all 0.3s linear; }
    .channel-wrapper .channel-logo img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .channel-wrapper .spandau-logo {
    display: inline-block;
    line-height: 0; }

.quick-links {
  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: 12px;
  padding-right: 20px; }
  @media screen and (min-width: 1280px) {
    .quick-links {
      font-size: 0.83333vw;
      padding-right: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .quick-links {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      font-size: 14px;
      padding: 20px 25px; } }
  .quick-links a {
    display: inline-block;
    line-height: 1;
    color: white;
    text-decoration: none;
    margin: 0 15px; }
    @media screen and (min-width: 1280px) {
      .quick-links a {
        margin: 0 1.04167vw; } }
    @media screen and (max-width: 1279px) {
      .quick-links a {
        margin-left: 10px;
        margin-right: 10px; } }
    @media screen and (min-width: 1280px) {
      .quick-links a:hover {
        color: #ffcb05; } }
    @media screen and (max-width: 1023px) {
      .quick-links a {
        width: 100%;
        color: black;
        margin: 0; }
        .quick-links a:not(:last-child) {
          margin-bottom: 21px; } }
    .quick-links a:last-child {
      margin-right: 0; }
  .quick-links .contact-link {
    font-weight: 600; }

/*--- [HEADER] ---*/
.header {
  border: 0;
  background: white; }
  @media screen and (max-width: 1023px) {
    .header {
      height: auto;
      position: relative; } }

.header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 20px;
  background: white;
  transition: .8s ease all; }
  @media screen and (min-width: 1280px) {
    .header-inner {
      padding-left: 1.38889vw; } }
  .header-inner.header--sticky {
    position: fixed;
    top: 0;
    width: 100%;
    animation-name: slideDown;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    z-index: 99;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05); }
    @media screen and (min-width: 1280px) {
      .header-inner.header--sticky {
        box-shadow: 0 0.27778vw 1.38889vw 0 rgba(0, 0, 0, 0.05); } }
    @media screen and (max-width: 1023px) {
      .header-inner.header--sticky .navPages-container {
        height: calc(100dvh - 52px); }
      .header-inner.header--sticky .navPages .navPage-subMenu-list,
      .header-inner.header--sticky .navPages .navPage-childList {
        top: 52px;
        height: calc(100dvh - 52px); } }
  .header-inner.header--sticky--remove {
    position: fixed;
    top: 0;
    width: 100%;
    animation-name: slideUp;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    z-index: 99;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05); }

.header-logo {
  -webkit-align-self: center;
  align-self: center;
  margin: 0; }
  @media screen and (max-width: 1023px) {
    .header-logo {
      flex: 1;
      height: auto; } }

@media screen and (max-width: 1023px) {
  .header-logo__link {
    width: fit-content;
    margin-left: 0; } }

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

.header-logo-image {
  width: 84px;
  margin: 0; }
  @media screen and (min-width: 1280px) {
    .header-logo-image {
      width: 5.83333vw; } }
  @media screen and (max-width: 1023px) {
    .header-logo-image {
      max-height: none; } }
  @media screen and (max-width: 767px) {
    .header-logo-image {
      width: 77px; } }

.menu-btn {
  padding: 18px 25px;
  border-left: 0.5px solid #bbbbbb;
  border-right: 0.5px solid #bbbbbb;
  font-size: 0;
  line-height: 0; }

.mobileMenu-toggle {
  position: relative;
  padding: 0;
  width: 23px;
  height: 18px;
  font-size: 0;
  line-height: 0; }
  @media screen and (max-width: 1023px) {
    .mobileMenu-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;
      -webkit-justify-content: center;
      justify-content: center; } }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    width: 18px;
    display: none; }
  .mobileMenu-toggle.is-open .icon {
    display: block; }
  .mobileMenu-toggle .icon {
    display: none;
    width: 16px;
    height: 16px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    width: 23px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .mobileMenu-toggle .mobileMenu-toggleIcon::after, .mobileMenu-toggle .mobileMenu-toggleIcon::before {
      width: 100%; }
    .mobileMenu-toggle .mobileMenu-toggleIcon::before {
      top: -6px; }
    .mobileMenu-toggle .mobileMenu-toggleIcon::after {
      bottom: -6px; }

@media screen and (max-width: 1023px) {
  body:has(.navPages-quickSearch.is-open) {
    overflow: hidden; } }

.template-default .footer,
.about-sds .footer,
.template-blog .footer,
.template-category .footer,
.template-search .footer,
.template-brands .footer,
.template-brand .footer {
  margin-top: 0; }

.footer {
  border: 0;
  clear: both; }

.newsletter-section {
  padding: 20px 20px 77px; }
  @media screen and (min-width: 1280px) {
    .newsletter-section {
      padding: 1.38889vw 1.38889vw 5.34722vw; } }
  @media screen and (max-width: 767px) {
    .newsletter-section {
      padding: 10px 10px 18px 10px; } }

.newsletter-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;
  background-color: #ffcb05;
  padding: 40px 100px; }
  @media screen and (min-width: 1280px) {
    .newsletter-inner {
      padding: 2.77778vw 6.94444vw; } }
  @media screen and (max-width: 1279px) {
    .newsletter-inner {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 1023px) {
    .newsletter-inner {
      flex-direction: column;
      -webkit-flex-direction: column;
      text-align: center;
      padding-top: 34px; } }
  .newsletter-inner .section-heading {
    position: relative;
    line-height: 1;
    margin-bottom: 5px;
    padding-right: 30px;
    margin-right: 30px;
    white-space: nowrap; }
    @media screen and (min-width: 1280px) {
      .newsletter-inner .section-heading {
        margin-bottom: 0.34722vw;
        padding-right: 2.08333vw;
        margin-right: 2.08333vw; } }
    @media screen and (max-width: 1279px) {
      .newsletter-inner .section-heading {
        padding-right: 12px;
        margin-right: 20px; } }
    @media screen and (max-width: 1023px) {
      .newsletter-inner .section-heading {
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 16px; } }
    .newsletter-inner .section-heading::after {
      content: "";
      position: absolute;
      top: 3px;
      right: 0;
      width: 1px;
      height: 30px;
      background: #555555; }
      @media screen and (min-width: 1280px) {
        .newsletter-inner .section-heading::after {
          top: 0.20833vw;
          height: 2.08333vw; } }
      @media screen and (max-width: 1023px) {
        .newsletter-inner .section-heading::after {
          display: none; } }
  .newsletter-inner p {
    font-size: 14px;
    color: black;
    max-width: 414px;
    margin-bottom: 0;
    margin-right: 18px; }
    @media screen and (min-width: 1280px) {
      .newsletter-inner p {
        font-size: 0.97222vw;
        max-width: 28.75vw;
        margin-right: 1.25vw; } }
    @media screen and (max-width: 1279px) {
      .newsletter-inner p {
        max-width: 370px; } }
    @media screen and (max-width: 1023px) {
      .newsletter-inner p {
        margin-right: 0;
        margin-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      .newsletter-inner p {
        font-size: 13px; } }
  .newsletter-inner .form {
    max-width: 460px;
    width: 100%; }
    @media screen and (min-width: 1280px) {
      .newsletter-inner .form {
        min-width: 31.94444vw; } }
    @media screen and (max-width: 1279px) {
      .newsletter-inner .form {
        flex: 1; } }
  .newsletter-inner .form-field {
    margin-bottom: 0; }
  .newsletter-inner .form-prefixPostfix {
    background: white;
    padding: 4px 4px 4px 40px;
    position: relative; }
    @media screen and (min-width: 1280px) {
      .newsletter-inner .form-prefixPostfix {
        padding: 0.27778vw 0.27778vw 0.27778vw 2.77778vw; } }
    .newsletter-inner .form-prefixPostfix:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 20px;
      width: 20px;
      height: 16px;
      transform: translateY(-50%);
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 1.5H4C2.61929 1.5 1.5 2.61929 1.5 4V12C1.5 13.3807 2.61929 14.5 4 14.5H16C17.3807 14.5 18.5 13.3807 18.5 12V4C18.5 2.61929 17.3807 1.5 16 1.5ZM4 0C1.79086 0 0 1.79086 0 4V12C0 14.2091 1.79086 16 4 16H16C18.2091 16 20 14.2091 20 12V4C20 1.79086 18.2091 0 16 0H4Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.83728 7.23235L1.16268 5.76807L9.99998 7.73191L18.8373 5.76807L19.1627 7.23235L9.99998 9.2685L0.83728 7.23235Z' fill='black'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
      @media screen and (min-width: 1280px) {
        .newsletter-inner .form-prefixPostfix:before {
          left: 1.38889vw;
          width: 1.38889vw;
          height: 1.11111vw; } }
    .newsletter-inner .form-prefixPostfix .form-input {
      background: white;
      border: 0;
      padding: 13px; }
      @media screen and (min-width: 1280px) {
        .newsletter-inner .form-prefixPostfix .form-input {
          padding: 0.90278vw; } }
  .newsletter-inner .button, .newsletter-inner #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .newsletter-inner button {
    padding-top: 13px;
    padding-bottom: 13px; }
    @media screen and (min-width: 1280px) {
      .newsletter-inner .button, .newsletter-inner #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .newsletter-inner button {
        padding-top: 0.90278vw;
        padding-bottom: 0.90278vw; } }
    @media screen and (max-width: 767px) {
      .newsletter-inner .button, .newsletter-inner #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .newsletter-inner button {
        padding: 14px 25px; } }
  .newsletter-inner ::-webkit-input-placeholder {
    color: #858585 !important;
    opacity: 1;
    font-weight: 400; }
  .newsletter-inner ::-moz-placeholder {
    color: #858585 !important;
    opacity: 1;
    font-weight: 400; }
  .newsletter-inner ::-ms-input-placeholder {
    color: #858585 !important;
    opacity: 1;
    font-weight: 400; }
  .newsletter-inner ::-moz-placeholder {
    color: #858585 !important;
    opacity: 1;
    font-weight: 400; }
  .newsletter-inner input:-webkit-autofill,
  .newsletter-inner input:-webkit-autofill:hover,
  .newsletter-inner input:-webkit-autofill:focus,
  .newsletter-inner input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 22px white inset !important; }
    @media screen and (min-width: 1280px) {
      .newsletter-inner input:-webkit-autofill,
      .newsletter-inner input:-webkit-autofill:hover,
      .newsletter-inner input:-webkit-autofill:focus,
      .newsletter-inner input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 1.52778vw white inset !important; } }

.footer {
  padding: 0; }

.footer-inner {
  border-bottom: 0.5px solid #333333; }
  @media screen and (max-width: 767px) {
    .footer-inner .container {
      padding: 0 30px; } }

.footer-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 52px; }
  @media screen and (min-width: 1280px) {
    .footer-content {
      margin-bottom: 3.61111vw; } }
  @media screen and (max-width: 1023px) {
    .footer-content {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .footer-content {
      margin-bottom: 40px; } }

.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;
  max-width: 722px;
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .quickLinks-row {
      max-width: 50.13889vw; } }
  @media screen and (max-width: 1279px) {
    .quickLinks-row {
      max-width: 630px; } }
  @media screen and (max-width: 1023px) {
    .quickLinks-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      max-width: 100%;
      margin-bottom: 37px; } }

.quickLinks-col {
  max-width: 140px;
  width: 100%;
  margin-right: 30px; }
  @media screen and (min-width: 1280px) {
    .quickLinks-col {
      max-width: 9.72222vw;
      margin-right: 2.08333vw; } }
  @media screen and (max-width: 1023px) {
    .quickLinks-col {
      max-width: 100%;
      margin-right: 0;
      border-bottom: 0.5px solid white;
      padding: 3px 0 4px; } }
  .quickLinks-col:first-child {
    margin-right: 57px; }
    @media screen and (min-width: 1280px) {
      .quickLinks-col:first-child {
        margin-right: 3.95833vw; } }
    @media screen and (max-width: 1279px) {
      .quickLinks-col:first-child {
        margin-right: 30px; } }
    @media screen and (max-width: 1023px) {
      .quickLinks-col:first-child {
        margin-right: 0;
        padding-top: 0; } }
  .quickLinks-col:last-child {
    margin-right: 0; }
  .quickLinks-col:not(:first-child) .quickLinks-list {
    display: none; }
  .quickLinks-col h6 {
    font-size: 18px;
    color: white;
    margin-bottom: 27px; }
    @media screen and (min-width: 1280px) {
      .quickLinks-col h6 {
        font-size: 1.25vw;
        margin-bottom: 1.875vw; } }
    @media screen and (max-width: 1023px) {
      .quickLinks-col h6 {
        margin-bottom: 0;
        position: relative;
        padding: 18px 20px 18px 0; }
        .quickLinks-col h6.open:after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='2' viewBox='0 0 14 2' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 2L0 2L0 0L14 0V2Z' fill='white'/%3E%3C/svg%3E"); }
        .quickLinks-col h6::after {
          content: "";
          position: absolute;
          top: 21px;
          right: 0;
          width: 14px;
          height: 14px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 -1.0411e-06L8 14L6 14L6 -9.53674e-07L8 -1.0411e-06Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 8L0 8L0 6L14 6V8Z' fill='white'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-size: 100% 100%;
          background-position: center; } }
  .quickLinks-col .address {
    margin-top: 7px;
    padding: 0;
    width: 100%;
    line-height: 1.27; }
    @media screen and (min-width: 1280px) {
      .quickLinks-col .address {
        margin-top: 0.48611vw; } }
  .quickLinks-col address {
    font-style: normal; }
    .quickLinks-col address::first-line {
      font-weight: 500; }

.quickLinks-list {
  list-style: none;
  font-size: 13px;
  color: white;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    .quickLinks-list {
      font-size: 0.90278vw; } }
  @media screen and (max-width: 1023px) {
    .quickLinks-list {
      padding-bottom: 17px; } }
  @media screen and (max-width: 767px) {
    .quickLinks-list li {
      margin-bottom: 6px; } }
  .quickLinks-list a {
    color: white; }
    .quickLinks-list a:hover {
      text-decoration: none; }
      @media screen and (min-width: 1280px) {
        .quickLinks-list a:hover {
          color: #ffcb05; } }

.footer-socialLinks {
  max-width: 260px;
  width: 100%;
  margin-left: auto; }
  @media screen and (min-width: 1280px) {
    .footer-socialLinks {
      max-width: 18.05556vw; } }
  @media screen and (max-width: 1023px) {
    .footer-socialLinks {
      max-width: 100%;
      text-align: center;
      margin-left: 0; } }
  .footer-socialLinks h6 {
    font-size: 18px;
    color: white;
    margin-bottom: 26px; }
    @media screen and (min-width: 1280px) {
      .footer-socialLinks h6 {
        font-size: 1.25vw;
        margin-bottom: 1.80556vw; } }
  .footer-socialLinks .button, .footer-socialLinks #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .footer-socialLinks button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-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;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-color: white; }
    @media screen and (min-width: 1280px) {
      .footer-socialLinks .button, .footer-socialLinks #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .footer-socialLinks button {
        font-size: 0.83333vw;
        padding-top: 0.69444vw;
        padding-bottom: 0.69444vw; } }
    @media screen and (max-width: 1023px) {
      .footer-socialLinks .button, .footer-socialLinks #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .footer-socialLinks button {
        max-width: 260px; } }
    .footer-socialLinks .button:not(:hover), .footer-socialLinks #consent-manager .css-1wn42nw button:not(:hover), #consent-manager .css-1wn42nw .footer-socialLinks button:not(:hover) {
      background: transparent; }
    .footer-socialLinks .button:hover, .footer-socialLinks #consent-manager .css-1wn42nw button:hover, #consent-manager .css-1wn42nw .footer-socialLinks button:hover {
      border-color: #ffcb05; }
      @media screen and (max-width: 1279px) {
        .footer-socialLinks .button:hover, .footer-socialLinks #consent-manager .css-1wn42nw button:hover, #consent-manager .css-1wn42nw .footer-socialLinks button:hover {
          background: transparent;
          border-color: white; } }
      .footer-socialLinks .button:hover svg, .footer-socialLinks #consent-manager .css-1wn42nw button:hover svg, #consent-manager .css-1wn42nw .footer-socialLinks button:hover svg {
        fill: black; }
        @media screen and (max-width: 1279px) {
          .footer-socialLinks .button:hover svg, .footer-socialLinks #consent-manager .css-1wn42nw button:hover svg, #consent-manager .css-1wn42nw .footer-socialLinks button:hover svg {
            fill: white; } }
    .footer-socialLinks .button .icon, .footer-socialLinks #consent-manager .css-1wn42nw button .icon, #consent-manager .css-1wn42nw .footer-socialLinks button .icon {
      width: 13px;
      height: 18px;
      margin-right: 7px;
      margin-top: -1px; }
      @media screen and (min-width: 1280px) {
        .footer-socialLinks .button .icon, .footer-socialLinks #consent-manager .css-1wn42nw button .icon, #consent-manager .css-1wn42nw .footer-socialLinks button .icon {
          width: 0.90278vw;
          height: 1.25vw;
          margin-right: 0.48611vw; } }
    .footer-socialLinks .button svg, .footer-socialLinks #consent-manager .css-1wn42nw button svg, #consent-manager .css-1wn42nw .footer-socialLinks button svg {
      fill: white; }

.copyright-channel {
  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;
  padding: 19px 0; }
  @media screen and (min-width: 1280px) {
    .copyright-channel {
      padding: 1.31944vw 0; } }
  @media screen and (max-width: 1279px) {
    .copyright-channel {
      flex-direction: column;
      -webkit-flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .copyright-channel {
      padding-bottom: 26px; } }
  .copyright-channel .channel-wrapper {
    -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) {
      .copyright-channel .channel-wrapper {
        margin-bottom: 28px; } }
    @media screen and (max-width: 1023px) {
      .copyright-channel .channel-wrapper {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center; } }
    .copyright-channel .channel-wrapper a {
      margin-right: 30px; }
      @media screen and (min-width: 1280px) {
        .copyright-channel .channel-wrapper a {
          margin-right: 2.08333vw; } }
      @media screen and (max-width: 1023px) {
        .copyright-channel .channel-wrapper a {
          margin-right: 20px; } }
      @media screen and (min-width: 1280px) {
        .copyright-channel .channel-wrapper a:hover .channel-logo {
          opacity: 0.5; } }
    @media screen and (max-width: 1023px) {
      .copyright-channel .channel-wrapper .channel--sds {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        margin: 0 auto 20px; } }
    .copyright-channel .channel-wrapper .channel-spandau {
      order: 6; }
      @media screen and (max-width: 1279px) {
        .copyright-channel .channel-wrapper .channel-spandau {
          margin-right: 0; } }
    .copyright-channel .channel-wrapper .channel-logo {
      line-height: 0; }
    .copyright-channel .channel-wrapper .logo-sds {
      width: 65px;
      height: 32px; }
      @media screen and (min-width: 1280px) {
        .copyright-channel .channel-wrapper .logo-sds {
          width: 4.51389vw;
          height: 2.22222vw; } }
    .copyright-channel .channel-wrapper .logo-tisas {
      width: 39px;
      height: 12px; }
      @media screen and (min-width: 1280px) {
        .copyright-channel .channel-wrapper .logo-tisas {
          width: 2.70833vw;
          height: 0.83333vw; } }
    .copyright-channel .channel-wrapper .logo-tokarev {
      width: 68px;
      height: 9px; }
      @media screen and (min-width: 1280px) {
        .copyright-channel .channel-wrapper .logo-tokarev {
          width: 4.72222vw;
          height: 0.625vw; } }
    .copyright-channel .channel-wrapper .logo-mac {
      width: 40px;
      height: 21px; }
      @media screen and (min-width: 1280px) {
        .copyright-channel .channel-wrapper .logo-mac {
          width: 2.77778vw;
          height: 1.45833vw; } }
    .copyright-channel .channel-wrapper .logo-spandau {
      width: 77px;
      height: 13px; }
      @media screen and (min-width: 1280px) {
        .copyright-channel .channel-wrapper .logo-spandau {
          width: 5.34722vw;
          height: 0.90278vw; } }
    .copyright-channel .channel-wrapper .logo-inglis {
      width: 33px;
      height: 16px; }
      @media screen and (min-width: 1280px) {
        .copyright-channel .channel-wrapper .logo-inglis {
          width: 2.29167vw;
          height: 1.11111vw; } }

.copyright-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 12px; }
  @media screen and (min-width: 1280px) {
    .copyright-row {
      font-size: 0.83333vw; } }
  @media screen and (max-width: 1023px) {
    .copyright-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center; } }
  .copyright-row .powered-by {
    color: white;
    margin-bottom: 0; }
    @media screen and (max-width: 1023px) {
      .copyright-row .powered-by {
        width: 100%;
        margin-bottom: 7px; } }
  .copyright-row a {
    color: white; }
    .copyright-row a:hover {
      text-decoration: none; }
      @media screen and (min-width: 1280px) {
        .copyright-row a:hover {
          color: #ffcb05; } }
  .copyright-row .link {
    padding-left: 10px;
    margin-left: 10px;
    position: relative; }
    @media screen and (min-width: 1280px) {
      .copyright-row .link {
        padding-left: 0.69444vw;
        margin-left: 0.69444vw; } }
    @media screen and (max-width: 1023px) {
      .copyright-row .link:first-of-type {
        margin: 0;
        padding: 0; }
        .copyright-row .link:first-of-type::before {
          display: none; } }
    .copyright-row .link::before {
      content: " ";
      position: absolute;
      top: 3px;
      left: 0;
      width: 1px;
      height: 10px;
      background-color: #606060; }
      @media screen and (min-width: 1280px) {
        .copyright-row .link::before {
          top: 0.20833vw;
          height: 0.69444vw; } }

.banners[data-banner-location="bottom"] {
  background: white; }
  .banners[data-banner-location="bottom"] .banner {
    max-width: 70%; }
    @media screen and (max-width: 1023px) {
      .banners[data-banner-location="bottom"] .banner {
        max-width: 100%;
        padding: 0 30px; } }
    @media screen and (max-width: 767px) {
      .banners[data-banner-location="bottom"] .banner {
        padding: 0 20px; } }
  .banners[data-banner-location="bottom"] h3 {
    margin-bottom: 30px; }
    @media screen and (min-width: 1280px) {
      .banners[data-banner-location="bottom"] h3 {
        margin-bottom: 2.08333vw; } }
    @media screen and (max-width: 767px) {
      .banners[data-banner-location="bottom"] h3 {
        margin-bottom: 28px; } }
  .banners[data-banner-location="bottom"] p {
    font-size: 14px;
    line-height: 20px;
    color: black; }
    @media screen and (min-width: 1280px) {
      .banners[data-banner-location="bottom"] p {
        font-size: 0.97222vw;
        line-height: 1.38889vw; } }
    @media screen and (max-width: 767px) {
      .banners[data-banner-location="bottom"] p {
        font-size: 13px; } }
  .banners[data-banner-location="bottom"] + .footer {
    margin-top: 0; }

.footer-newsletter-summary {
  display: none; }

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

.slick-track {
  margin-left: 0;
  margin-right: 0; }

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

.slick-dotted .slick-list {
  margin-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    .slick-dotted .slick-list {
      margin-bottom: 2.77778vw; } }

.slick-dotted .slick-arrow {
  transform: translateY(calc(-50% - 20px)); }
  @media screen and (min-width: 1280px) {
    .slick-dotted .slick-arrow {
      transform: translateY(calc(-50% - 1.38889vw)); } }

.slick-arrow {
  width: 36px;
  height: 36px;
  border: 0;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 1280px) {
    .slick-arrow {
      width: 2.5vw;
      height: 2.5vw; } }
  @media screen and (min-width: 1280px) {
    .slick-arrow:hover {
      background: #ffcb05; }
      .slick-arrow:hover svg {
        fill: black; } }
  .slick-arrow::before {
    display: none; }
  .slick-arrow svg {
    fill: white;
    width: 7px;
    height: 14px;
    transition: all 0.3s ease; }
    @media screen and (min-width: 1280px) {
      .slick-arrow svg {
        width: 0.48611vw;
        height: 0.97222vw; } }

.slick-prev {
  left: 2.78%; }

.slick-next {
  right: 2.78%; }

.slick-dots {
  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;
  max-width: 200px;
  width: 100%;
  position: static;
  margin: 0 auto; }
  @media screen and (min-width: 1280px) {
    .slick-dots {
      max-width: 13.88889vw; } }
  .slick-dots[style="display: block;"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important; }
  .slick-dots li {
    flex: 1;
    padding: 0;
    width: 100%;
    height: 2px; }
    @media screen and (min-width: 1280px) {
      .slick-dots li {
        height: 0.13889vw; } }
    .slick-dots li.slick-active {
      height: 2px; }
      @media screen and (min-width: 1280px) {
        .slick-dots li.slick-active {
          height: 0.13889vw; } }
      .slick-dots li.slick-active button {
        background: black; }
    .slick-dots li button {
      display: block;
      border: 0;
      width: 100%;
      height: 100%;
      background: #dddddd;
      border-radius: 0; }
      .slick-dots li button::before {
        display: none; }

.productCarousel {
  margin: 0 -6px; }
  @media screen and (min-width: 1280px) {
    .productCarousel {
      margin: 0 -0.41667vw; } }
  @media screen and (max-width: 1023px) {
    .productCarousel {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .productCarousel {
      margin: 0 -5px;
      padding: 0 10px; } }
  .productCarousel:not(.slick-initialized) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
  .productCarousel.slick-initialized {
    width: auto; }
    .productCarousel.slick-initialized .productCarousel-slide {
      display: block; }
  .productCarousel .slick-list::before, .productCarousel .slick-list:after {
    content: "";
    position: absolute;
    top: 0;
    width: 8.33vw;
    height: 100%;
    z-index: 1; }
    @media screen and (max-width: 1023px) {
      .productCarousel .slick-list::before, .productCarousel .slick-list:after {
        display: none; } }
  .productCarousel .slick-list::before {
    left: 0;
    background: linear-gradient(-90deg, rgba(238, 238, 238, 0) 0%, #EEEEEE 100%); }
  .productCarousel .slick-list::after {
    right: 0;
    background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #EEEEEE 100%); }
  .productCarousel .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 0;
    margin-right: 0; }

.productCarousel-slide {
  height: auto;
  padding: 0 6px;
  width: 20%; }
  @media screen and (min-width: 1280px) {
    .productCarousel-slide {
      padding: 0 0.41667vw; } }
  @media screen and (max-width: 1023px) {
    .productCarousel-slide {
      width: 33.33%; } }
  @media screen and (max-width: 767px) {
    .productCarousel-slide {
      width: 50%;
      padding: 0 5px; } }
  .productCarousel-slide:not(:nth-child(-n + 4)) {
    display: none; }
  @media screen and (max-width: 1023px) {
    .productCarousel-slide:not(:nth-child(-n + 3)) {
      display: none; } }
  @media screen and (max-width: 767px) {
    .productCarousel-slide:not(:nth-child(-n + 2)) {
      display: none; } }
  .productCarousel-slide .card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%; }
  .productCarousel-slide .card-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; }
    @media screen and (min-width: 1280px) {
      .productCarousel-slide .card-body {
        padding-bottom: 1.25vw; } }
    @media screen and (max-width: 767px) {
      .productCarousel-slide .card-body {
        padding-left: 20px;
        padding-right: 20px; } }
  .productCarousel-slide .wishlistbtn,
  .productCarousel-slide .card-buttons,
  .productCarousel-slide .card-btn-addtocart {
    display: none; }

.navPages-container {
  -webkit-align-self: center;
  align-self: center;
  padding: 0 60px; }
  @media screen and (min-width: 1280px) {
    .navPages-container {
      padding: 0 4.16667vw; } }
  @media screen and (max-width: 1279px) {
    .navPages-container {
      padding-left: 28px;
      padding-right: 28px; } }
  @media screen and (max-width: 1023px) {
    .navPages-container {
      -webkit-align-self: revert;
      align-self: revert;
      position: absolute;
      top: 100%;
      background: white;
      overflow: auto;
      height: calc(100dvh - 87px);
      overflow-y: auto; }
      .navPages-container.is-open {
        padding: 0; } }

@media screen and (max-width: 1023px) {
  .navPages {
    background-color: white;
    padding: 0; } }

.navPages .navPages-item {
  position: relative;
  margin-right: 30px; }
  @media screen and (min-width: 1280px) {
    .navPages .navPages-item {
      margin-right: 2.08333vw; } }
  @media screen and (max-width: 1279px) {
    .navPages .navPages-item {
      margin-right: 14px; } }
  @media screen and (max-width: 1023px) {
    .navPages .navPages-item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 0;
      border-bottom: 0.5px solid #bbbbbb; } }
  .navPages .navPages-item:last-child {
    margin-right: 0; }
  .navPages .navPages-item.sfHover > .navPages-action {
    color: #555555; }
    .navPages .navPages-item.sfHover > .navPages-action:after {
      content: " ";
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      height: 118%;
      z-index: -1; }
    .navPages .navPages-item.sfHover > .navPages-action .icon {
      -webkit-transform: rotate(-180deg) translate3d(0, 0, 0);
      transform: rotate(-180deg) translate3d(0, 0, 0);
      transform-origin: center; }
    .navPages .navPages-item.sfHover > .navPages-action svg {
      fill: #555555; }

.navPages .navPage-subMenu-list {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  min-width: 360px;
  background-color: #232222; }
  @media screen and (min-width: 1280px) {
    .navPages .navPage-subMenu-list {
      top: 2.77778vw;
      min-width: 25vw; } }
  @media screen and (width: 1366px) {
    .navPages .navPage-subMenu-list {
      top: 39px; } }
  @media screen and (max-width: 1279px) {
    .navPages .navPage-subMenu-list {
      min-width: 320px; } }
  @media screen and (max-width: 1023px) {
    .navPages .navPage-subMenu-list {
      position: fixed;
      top: 87px;
      left: 0;
      margin: 0;
      width: 100%;
      height: calc(100dvh - 87px);
      z-index: 9;
      min-width: auto;
      overflow-y: auto;
      background: #111111; }
      .navPages .navPage-subMenu-list.is-open {
        display: block; } }
  .navPages .navPage-subMenu-list::after, .navPages .navPage-subMenu-list::before {
    display: none; }
  .navPages .navPage-subMenu-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 16px 32px 14px 20px; }
    @media screen and (min-width: 1280px) {
      .navPages .navPage-subMenu-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 1.04167vw 2.22222vw 1.04167vw 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .navPages .navPage-subMenu-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 21px 36px 19px 25px; } }

.navPages .navPage-subMenu-item,
.navPages .navPage-childList-item {
  width: 100%;
  border-bottom: 1px solid #333333;
  padding: 0 !important; }
  @media screen and (max-width: 1023px) {
    .navPages .navPage-subMenu-item,
    .navPages .navPage-childList-item {
      margin-bottom: 0; } }
  @media screen and (max-width: 1023px) {
    .navPages .navPage-subMenu-item:first-child,
    .navPages .navPage-childList-item:first-child {
      border-top: 0.5px solid #bbbbbb; } }
  @media screen and (min-width: 1024px) {
    .navPages .navPage-subMenu-item:last-child,
    .navPages .navPage-childList-item:last-child {
      border-bottom: 0; } }
  .navPages .navPage-subMenu-item.sfHover > .navPage-subMenu-action,
  .navPages .navPage-subMenu-item.sfHover > .navPage-childList-action,
  .navPages .navPage-childList-item.sfHover > .navPage-subMenu-action,
  .navPages .navPage-childList-item.sfHover > .navPage-childList-action {
    color: #ffcb05;
    background-color: #1F1F1F; }

.navPages .navPage-subMenu-action {
  text-transform: uppercase; }

.navPages .navPage-subMenu-action,
.navPages .navPage-childList-action {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: white;
  text-align: left;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 16px 32px 14px 20px; }
  @media screen and (min-width: 1280px) {
    .navPages .navPage-subMenu-action,
    .navPages .navPage-childList-action {
      font-size: 0.90278vw;
      padding: 1.04167vw 2.22222vw 1.04167vw 1.38889vw; } }
  @media screen and (min-width: 1280px) {
    .navPages .navPage-subMenu-action:hover,
    .navPages .navPage-childList-action:hover {
      text-decoration: none;
      color: #ffcb05;
      background-color: #1F1F1F; } }
  @media screen and (max-width: 1023px) {
    .navPages .navPage-subMenu-action,
    .navPages .navPage-childList-action {
      padding: 21px 36px 19px 25px; } }
  .navPages .navPage-subMenu-action.shop-all,
  .navPages .navPage-childList-action.shop-all {
    font-weight: 800; }
  .navPages .navPage-subMenu-action .icon,
  .navPages .navPage-childList-action .icon {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 7px;
    height: 11px; }
    @media screen and (min-width: 1280px) {
      .navPages .navPage-subMenu-action .icon,
      .navPages .navPage-childList-action .icon {
        top: 1.25vw;
        right: 1.38889vw;
        width: 0.48611vw;
        height: 0.76389vw; } }
    @media screen and (max-width: 1023px) {
      .navPages .navPage-subMenu-action .icon,
      .navPages .navPage-childList-action .icon {
        top: 24px;
        right: 25px;
        width: 5px;
        height: 11px; } }
    .navPages .navPage-subMenu-action .icon svg,
    .navPages .navPage-childList-action .icon svg {
      fill: #ffcb05; }
  .navPages .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList,
  .navPages .navPage-childList-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin: 0; }

.navPages .navPage-childList {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 360px;
  border-left: 1px solid #333333;
  background-color: #232222; }
  @media screen and (min-width: 1280px) {
    .navPages .navPage-childList {
      min-width: 25vw; } }
  @media screen and (max-width: 1279px) {
    .navPages .navPage-childList {
      min-width: 320px; } }
  @media screen and (max-width: 1023px) {
    .navPages .navPage-childList {
      position: fixed;
      top: 87px;
      left: 0;
      margin: 0;
      width: 100%;
      height: calc(100dvh - 87px);
      z-index: 9;
      min-width: auto;
      margin: 0;
      padding: 0;
      border-left: 0;
      overflow-y: auto;
      background: #111111; }
      .navPages .navPage-childList.is-open {
        display: block; } }
  .navPages .navPage-childList .navPage-childList {
    min-width: 210px; }
    @media screen and (min-width: 1280px) {
      .navPages .navPage-childList .navPage-childList {
        min-width: 14.58333vw; } }
    @media screen and (max-width: 1023px) {
      .navPages .navPage-childList .navPage-childList {
        width: 100%;
        margin: 0;
        min-width: auto; } }

.navPages .navPage-childList-action {
  text-transform: none; }

.navPages .megamenu-inner,
.navPages .childmenu-inner {
  max-height: calc(100svh - 130px);
  overflow-y: auto; }
  @media screen and (min-width: 1280px) {
    .navPages .megamenu-inner,
    .navPages .childmenu-inner {
      max-height: calc(100svh - 9.02778vw); } }
  @media screen and (max-width: 1023px) {
    .navPages .megamenu-inner,
    .navPages .childmenu-inner {
      max-height: 100%;
      overflow: unset; } }

.navPages .webPages-menu .navPage-subMenu-list {
  min-width: 210px; }
  @media screen and (min-width: 1280px) {
    .navPages .webPages-menu .navPage-subMenu-list {
      min-width: 14.58333vw; } }
  @media screen and (max-width: 1023px) {
    .navPages .webPages-menu .navPage-subMenu-list {
      min-width: auto; } }

.navPages .webPages-menu .wp-icon {
  opacity: 0; }

.navPages .webPages-menu .navPage-subMenu-action {
  text-transform: none; }
  @media screen and (min-width: 1280px) {
    .navPages .webPages-menu .navPage-subMenu-action:hover .wp-icon {
      opacity: 1; } }
  @media screen and (max-width: 1023px) {
    .navPages .webPages-menu .navPage-subMenu-action {
      text-transform: uppercase; } }

@media screen and (max-width: 1023px) {
  .navPages-list {
    border-top: 0.5px solid #bbbbbb; } }

.navPages-list .navPages-action {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0; }
  .navPages-list .navPages-action:focus {
    color: black; }
  @media screen and (min-width: 1280px) {
    .navPages-list .navPages-action {
      font-size: 0.90278vw; } }
  @media screen and (max-width: 1023px) {
    .navPages-list .navPages-action {
      display: inline-block;
      position: relative;
      text-align: left;
      width: 100%;
      margin: 0;
      border: 0;
      padding: 21px 36px 19px 25px; } }
  .navPages-list .navPages-action.is-open {
    background: none; }
  .navPages-list .navPages-action:hover {
    text-decoration: none; }
    @media screen and (max-width: 1279px) {
      .navPages-list .navPages-action:hover {
        color: black; } }
    .navPages-list .navPages-action:hover svg {
      stroke: none; }
      @media screen and (max-width: 1279px) {
        .navPages-list .navPages-action:hover svg {
          fill: black; } }
  .navPages-list .navPages-action .icon {
    width: 10px;
    height: 5px;
    margin: -2px 0 0 5px;
    -webkit-transform: translate3d(0, 0, 0); }
    @media screen and (min-width: 1280px) {
      .navPages-list .navPages-action .icon {
        width: 0.69444vw;
        height: 0.34722vw;
        margin: -0.13889vw 0 0 0.34722vw; } }
    @media screen and (max-width: 1023px) {
      .navPages-list .navPages-action .icon {
        position: absolute;
        top: 24px;
        right: 25px;
        width: 5px;
        height: 11px;
        margin: 0; } }
  .navPages-list .navPages-action svg {
    stroke: none; }

.back-button {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 21px 25px 19px 44px;
  position: relative;
  color: white; }
  .back-button:hover {
    text-decoration: none;
    color: white; }
  .back-button .icon {
    position: absolute;
    top: 24px;
    left: 25px;
    width: 5px;
    height: 11px; }
    .back-button .icon svg {
      fill: white; }

@media screen and (max-width: 1023px) {
  .webpage-item .navPages-action {
    font-weight: 500;
    padding-left: 48px; }
    .webpage-item .navPages-action .icon-location {
      top: 20px;
      left: 25px;
      width: 13px;
      height: 18px; }
    .webpage-item .navPages-action .icon-user {
      top: 21px;
      left: 25px;
      width: 13px;
      height: 16px; } }

.navUser {
  width: auto;
  padding: 0 5px 0 0; }
  @media screen and (min-width: 1280px) {
    .navUser {
      padding-right: 0.34722vw; } }
  @media screen and (max-width: 1023px) {
    .navUser {
      position: static;
      transform: none; } }
  @media screen and (max-width: 1023px) {
    .navUser {
      padding-right: 0; } }

.navUser-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%; }

.navUser-item {
  position: relative;
  border-right: 0.5px solid #bbbbbb; }
  .navUser-item:last-child {
    border: 0; }
  .navUser-item .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;
    font-size: 12px;
    padding: 19px 24px;
    line-height: 1;
    font-weight: 500;
    height: 100%; }
    @media screen and (min-width: 1280px) {
      .navUser-item .navUser-action {
        font-size: 0.83333vw;
        padding: 1.31944vw 1.66667vw; } }
    @media screen and (max-width: 1279px) {
      .navUser-item .navUser-action {
        padding-left: 14px;
        padding-right: 14px; } }
    @media screen and (max-width: 1023px) {
      .navUser-item .navUser-action {
        padding: 15px 25px; } }
    .navUser-item .navUser-action:hover {
      text-decoration: none; }
      @media screen and (max-width: 1279px) {
        .navUser-item .navUser-action:hover {
          color: black; } }
      .navUser-item .navUser-action:hover svg {
        fill: black; }
        @media screen and (min-width: 1280px) {
          .navUser-item .navUser-action:hover svg {
            fill: #555555; } }
    @media screen and (min-width: 1024px) {
      .navUser-item .navUser-action:focus {
        color: black; } }
    .navUser-item .navUser-action .icon {
      width: 13px;
      height: 16px;
      margin: 0 9px 0 0; }
      @media screen and (min-width: 1280px) {
        .navUser-item .navUser-action .icon {
          width: 0.90278vw;
          height: 1.11111vw;
          margin-right: 0.625vw; } }
      @media screen and (max-width: 1279px) {
        .navUser-item .navUser-action .icon {
          margin-right: 6px; } }
      @media screen and (max-width: 1023px) {
        .navUser-item .navUser-action .icon {
          margin: 0; } }
      @media screen and (max-width: 1023px) {
        .navUser-item .navUser-action .icon svg {
          fill: black; } }
    .navUser-item .navUser-action .down-arrow {
      width: 10px;
      height: 5px;
      margin: -1px 0 0 5px;
      -webkit-transform: translate3d(0, 0, 0); }
      @media screen and (min-width: 1280px) {
        .navUser-item .navUser-action .down-arrow {
          width: 0.69444vw;
          height: 0.34722vw;
          margin-left: 0.34722vw; } }
    .navUser-item .navUser-action svg {
      stroke: none; }

.navUser-dealer .navUser-action .icon {
  height: 18px; }
  @media screen and (min-width: 1280px) {
    .navUser-dealer .navUser-action .icon {
      height: 1.25vw; } }

.navUser-item--account.sfHover > .navUser-action {
  color: #555555; }
  .navUser-item--account.sfHover > .navUser-action .icon svg {
    fill: #555555; }

.navUser-item--account.sfHover .down-arrow {
  -webkit-transform: rotate(-180deg) translate3d(0, 0, 0);
  transform: rotate(-180deg) translate3d(0, 0, 0);
  transform-origin: center; }

.subnavUser-list {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 6; }

.subnavUser-item {
  font-size: 13px;
  line-height: 1;
  border-bottom: 1px solid #333333; }
  @media screen and (min-width: 1280px) {
    .subnavUser-item {
      font-size: 0.90278vw; } }
  .subnavUser-item:last-child {
    border-bottom: 0; }

.subnavUser {
  display: inline-block;
  color: white;
  background-color: #232222;
  width: 100%;
  padding: 18px 32px 17px 20px;
  position: relative; }
  @media screen and (min-width: 1280px) {
    .subnavUser {
      padding: 1.25vw 2.22222vw 1.18056vw 1.38889vw; } }
  .subnavUser:hover {
    text-decoration: none;
    color: white; }
    @media screen and (min-width: 1280px) {
      .subnavUser:hover {
        color: #ffcb05;
        background-color: #1F1F1F; }
        .subnavUser:hover .icon {
          opacity: 1; }
        .subnavUser:hover svg {
          fill: #ffcb05; } }
  .subnavUser:focus, .subnavUser:active {
    color: white; }
  .subnavUser .icon {
    font-size: 0;
    line-height: 0;
    opacity: 0;
    position: absolute;
    width: 7px;
    height: 11px;
    top: 18px;
    right: 20px; }
    @media screen and (min-width: 1280px) {
      .subnavUser .icon {
        width: 0.48611vw;
        height: 0.76389vw;
        top: 1.25vw;
        right: 1.38889vw; } }
  .subnavUser svg {
    fill: #ffcb05; }

.navUser-item--cart .navUser-action:hover svg {
  stroke: black; }
  @media screen and (min-width: 1280px) {
    .navUser-item--cart .navUser-action:hover svg {
      stroke: #555555; } }

.navUser-item--cart .navUser-action .icon {
  width: 24px;
  height: 24px;
  margin: 0; }
  @media screen and (min-width: 1280px) {
    .navUser-item--cart .navUser-action .icon {
      width: 1.66667vw;
      height: 1.66667vw; } }

.navUser-item--cart .navUser-action svg {
  stroke: black; }

.counterPll-wrapper {
  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;
  position: absolute;
  top: 10px;
  left: 42px;
  margin: 0;
  width: 16px;
  height: 16px;
  background: #ffcb05;
  border-radius: 50%; }
  @media screen and (min-width: 1280px) {
    .counterPll-wrapper {
      top: 0.69444vw;
      left: 2.91667vw;
      width: 1.11111vw;
      height: 1.11111vw; } }
  @media screen and (max-width: 1279px) {
    .counterPll-wrapper {
      left: 32px; } }
  @media screen and (max-width: 1023px) {
    .counterPll-wrapper {
      top: 7px;
      left: 45px; } }
  .counterPll-wrapper .countPill {
    display: block; }

.countPill {
  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;
  position: static;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  color: black;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  margin-top: 1.5px; }
  @media screen and (min-width: 1280px) {
    .countPill {
      font-size: 0.625vw;
      margin-top: 0.06944vw; } }

@media screen and (max-width: 767px) {
  .navUser-item-cartLabel {
    display: block; } }

/*--- [Cart Dropdown] ---*/
.navUser-item--cart .dropdown-menu {
  min-width: 360px;
  border: 0;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 1280px) {
    .navUser-item--cart .dropdown-menu {
      min-width: 25vw;
      box-shadow: 0px 0.55556vw 1.38889vw 0px rgba(0, 0, 0, 0.2); } }
  .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
    display: none; }

.previewCart .previewCartList {
  display: block;
  padding: 12px; }
  @media screen and (min-width: 1280px) {
    .previewCart .previewCartList {
      padding: 0.83333vw; } }
  .previewCart .previewCartList .previewCartItem {
    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;
    border: 0;
    margin-bottom: 12px; }
    @media screen and (min-width: 1280px) {
      .previewCart .previewCartList .previewCartItem {
        margin-bottom: 0.83333vw; } }
    .previewCart .previewCartList .previewCartItem:last-child {
      margin-bottom: 0; }

.previewCart .previewCart-additionalCheckoutButtons {
  display: none; }

.previewCartItem-image {
  width: 25%;
  padding: 10px;
  border: 1px solid #bbbbbb; }
  @media screen and (min-width: 1280px) {
    .previewCartItem-image {
      padding: 0.69444vw; } }
  .previewCartItem-image::after {
    display: none; }
  .previewCartItem-image img {
    width: 100%;
    position: static;
    aspect-ratio: 1/1;
    object-fit: contain; }

.previewCartItem-content {
  width: 75%;
  padding: 0 0 0 10px; }
  @media screen and (min-width: 1280px) {
    .previewCartItem-content {
      padding-left: 0.69444vw; } }

.previewCartItem-brand {
  font-size: 10px;
  line-height: 1.4;
  font-weight: 600;
  color: #969ba0;
  text-transform: uppercase;
  margin-bottom: 3px; }
  @media screen and (min-width: 1280px) {
    .previewCartItem-brand {
      font-size: 0.69444vw;
      margin-bottom: 0.20833vw; } }

.previewCartItem-name {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-transform: none;
  margin-bottom: 6px; }
  @media screen and (min-width: 1280px) {
    .previewCartItem-name {
      font-size: 0.83333vw;
      margin-bottom: 0.41667vw; } }
  .previewCartItem-name a {
    color: black; }
    @media screen and (min-width: 1280px) {
      .previewCartItem-name a:hover {
        color: #444444; } }

.previewCartItem-price {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4; }
  @media screen and (min-width: 1280px) {
    .previewCartItem-price {
      font-size: 0.90278vw; } }

.previewCartAction {
  padding: 12px; }
  @media screen and (min-width: 1280px) {
    .previewCartAction {
      padding: 0.83333vw; } }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding: 0 4px; }
  @media screen and (min-width: 1280px) {
    .previewCartAction-checkout,
    .previewCartAction-viewCart {
      padding: 0 0.27778vw; } }

.previewCartAction-checkout {
  padding-left: 0; }

.previewCartAction-viewCart {
  padding-right: 0; }

/*--- [Searchbar] ---*/
@media screen and (max-width: 1023px) {
  .navUser-item--quickSearch {
    display: block; } }

@media screen and (max-width: 1023px) {
  .navUser-item--quickSearch .navUser-action {
    padding-left: 28px;
    padding-right: 28px; } }

.navUser-item--quickSearch .navUser-action[aria-expanded="true"] .icon-close {
  display: block; }

.navUser-item--quickSearch .navUser-action[aria-expanded="true"] .icon-search {
  display: none; }

.navUser-item--quickSearch .navUser-action .icon {
  width: 18px;
  height: 18px; }

.navUser-item--quickSearch .navUser-action .icon-close {
  display: none;
  padding: 1px; }

.navPages-quickSearch {
  display: block;
  margin: 0;
  border: 0;
  flex: 1;
  position: relative;
  background-color: white; }
  @media screen and (max-width: 1023px) {
    .navPages-quickSearch {
      display: none;
      position: absolute;
      left: 0;
      width: 100%;
      top: 100% !important;
      border-top: 0.5px solid #bbbbbb; }
      .navPages-quickSearch.is-open {
        display: block; } }
  .navPages-quickSearch fieldset {
    border: 0; }
  .navPages-quickSearch .form-fieldset {
    position: relative; }
  .navPages-quickSearch .form-input {
    border: 0.5px solid #bbbbbb;
    border-top: 0;
    border-bottom: 0;
    background: none;
    padding: 24px 42px 24px 25px; }
    @media screen and (min-width: 1280px) {
      .navPages-quickSearch .form-input {
        padding: 1.66667vw 2.91667vw 1.66667vw 1.73611vw; } }
    @media screen and (max-width: 1023px) {
      .navPages-quickSearch .form-input {
        padding-top: 23px;
        padding-bottom: 22px;
        border: 0; } }

.search-btn {
  position: absolute;
  top: 24px;
  right: 25px;
  width: 14px;
  height: 14px;
  padding: 0; }
  @media screen and (min-width: 1280px) {
    .search-btn {
      top: 1.66667vw;
      right: 1.73611vw;
      width: 0.97222vw;
      height: 0.97222vw; } }
  @media screen and (min-width: 1280px) {
    .search-btn:hover svg {
      fill: #555555; } }
  @media screen and (max-width: 1023px) {
    .search-btn {
      top: 23px; } }
  .search-btn .icon {
    display: block;
    width: 100%;
    height: 100%; }

/*--- [Search Dropdown] ---*/
.quickSearchResults {
  position: absolute;
  background-color: white;
  width: 100%;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
  min-width: 400px; }
  @media screen and (min-width: 1280px) {
    .quickSearchResults {
      box-shadow: 0px 0.55556vw 1.38889vw 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 1023px) {
    .quickSearchResults {
      margin: 0;
      min-width: auto; } }
  .quickSearchResults .productGrid {
    margin: 0;
    padding: 12px; }
    @media screen and (min-width: 1280px) {
      .quickSearchResults .productGrid {
        padding: 0.83333vw; } }
    .quickSearchResults .productGrid .product {
      padding: 0;
      width: 100%;
      margin-bottom: 12px; }
      @media screen and (min-width: 1280px) {
        .quickSearchResults .productGrid .product {
          margin-bottom: 0.83333vw; } }
      .quickSearchResults .productGrid .product:last-child {
        margin-bottom: 0; }
    .quickSearchResults .productGrid .card {
      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-direction: row;
      -webkit-flex-direction: row;
      border: 0;
      margin-bottom: 0; }
      .quickSearchResults .productGrid .card:hover .card-body {
        background: none; }
      .quickSearchResults .productGrid .card:hover .card-title > a {
        color: black; }
        .quickSearchResults .productGrid .card:hover .card-title > a .navUser-action:hover {
          color: #444444; }
      .quickSearchResults .productGrid .card:hover .card-text {
        color: black; }
      .quickSearchResults .productGrid .card:hover .card-brand {
        color: #969ba0; }
      .quickSearchResults .productGrid .card::after {
        display: none; }
    .quickSearchResults .productGrid .card-figure {
      width: 20%;
      padding: 10px;
      border: 1px solid #bbbbbb; }
      @media screen and (min-width: 1280px) {
        .quickSearchResults .productGrid .card-figure {
          padding: 0.69444vw; } }
      @media screen and (max-width: 1023px) {
        .quickSearchResults .productGrid .card-figure {
          width: 80px; } }
    .quickSearchResults .productGrid .card-body {
      width: 80%;
      padding: 0 0 0 16px; }
      @media screen and (min-width: 1280px) {
        .quickSearchResults .productGrid .card-body {
          padding-left: 1.11111vw; } }
      @media screen and (max-width: 1023px) {
        .quickSearchResults .productGrid .card-body {
          width: calc(100% - 80px); } }
  .quickSearchResults .wishlistbtn,
  .quickSearchResults .card-buttons,
  .quickSearchResults .card-btn-addtocart {
    display: none; }

.view-all-btn {
  padding: 0 12px 12px; }
  @media screen and (min-width: 1280px) {
    .view-all-btn {
      padding: 0 0.83333vw 0.83333vw; } }
  .view-all-btn .button, .view-all-btn #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .view-all-btn button {
    width: 100%; }

.quickSearchMessage {
  font-size: 16px;
  margin: 0;
  padding: 20px; }
  @media screen and (min-width: 1280px) {
    .quickSearchMessage {
      font-size: 1.11111vw;
      padding: 1.38889vw; } }

.main {
  position: relative; }

/*--- [Promotion Banner] ---*/
div[data-content-region="promotion_banner"] {
  position: relative;
  z-index: 2; }

.promotion-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  font-size: 12px;
  padding: 9px 0 8px;
  z-index: 1; }
  @media screen and (min-width: 1280px) {
    .promotion-banner {
      font-size: 0.83333vw;
      padding: 0.625vw 0 0.55556vw; } }
  @media screen and (max-width: 767px) {
    .promotion-banner {
      font-size: 10px;
      padding-top: 10px;
      padding-bottom: 8px; } }

.promotion-banner-inner {
  font-weight: 800;
  color: #ffcb05;
  text-align: center;
  text-transform: uppercase;
  position: relative; }
  .promotion-banner-inner .icon-close {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    right: 20px;
    transition: all 0.3s ease;
    cursor: pointer; }
    @media screen and (min-width: 1280px) {
      .promotion-banner-inner .icon-close {
        width: 0.69444vw;
        height: 0.69444vw;
        top: 0.20833vw;
        right: 1.38889vw; } }
    @media screen and (max-width: 767px) {
      .promotion-banner-inner .icon-close {
        top: 1px;
        right: 15px; } }
    .promotion-banner-inner .icon-close svg {
      fill: white; }
    @media screen and (min-width: 1280px) {
      .promotion-banner-inner .icon-close:hover svg {
        fill: #ffcb05; } }
  .promotion-banner-inner .promo-link {
    position: relative;
    padding-left: 38px; }
    @media screen and (min-width: 1280px) {
      .promotion-banner-inner .promo-link {
        padding-left: 2.63889vw; } }
    @media screen and (max-width: 767px) {
      .promotion-banner-inner .promo-link {
        padding-left: 20px; } }
    .promotion-banner-inner .promo-link:hover {
      color: #ffcb05; }
    .promotion-banner-inner .promo-link::before {
      content: "";
      position: absolute;
      top: 0;
      left: 17px;
      width: 1px;
      height: 14px;
      background-color: #585652; }
      @media screen and (min-width: 1280px) {
        .promotion-banner-inner .promo-link::before {
          left: 1.18056vw;
          height: 0.97222vw; } }
      @media screen and (max-width: 767px) {
        .promotion-banner-inner .promo-link::before {
          height: 10px;
          left: 8px; } }
    .promotion-banner-inner .promo-link .icon {
      width: 12px;
      height: 10px;
      margin-left: 6px;
      margin-top: -2.5px; }
      @media screen and (min-width: 1280px) {
        .promotion-banner-inner .promo-link .icon {
          width: 0.83333vw;
          height: 0.69444vw;
          margin-top: -0.17361vw;
          margin-left: 0.41667vw; } }
      @media screen and (max-width: 767px) {
        .promotion-banner-inner .promo-link .icon {
          margin-top: -2px;
          width: 9px;
          height: 9px; } }
    .promotion-banner-inner .promo-link svg {
      fill: #ffcb05; }

/*--- [Hero Banner] ---*/
.hero-banner-section {
  position: relative;
  background: black; }
  .hero-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270.19deg, rgba(0, 0, 0, 0) 0.18%, rgba(0, 0, 0, 0.3) 99.85%); }
    @media screen and (max-width: 1023px) {
      .hero-banner-section::before {
        display: none; } }
  .hero-banner-section .hero-banner-img {
    aspect-ratio: 72 / 35; }
    @media screen and (max-width: 767px) {
      .hero-banner-section .hero-banner-img {
        aspect-ratio: 69/40; } }
    .hero-banner-section .hero-banner-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      aspect-ratio: 72 / 35; }
      @media screen and (max-width: 767px) {
        .hero-banner-section .hero-banner-img img {
          aspect-ratio: 69/40; } }

.hero-banner-content {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .hero-banner-content {
      bottom: 5.55556vw; } }
  @media screen and (max-width: 1023px) {
    .hero-banner-content {
      position: static;
      background-color: #111111;
      padding: 45px 0 50px;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .hero-banner-content .container-large {
      padding-left: 20px;
      padding-right: 20px; } }
  .hero-banner-content .content-inner {
    max-width: 560px;
    width: 100%; }
    @media screen and (min-width: 1280px) {
      .hero-banner-content .content-inner {
        max-width: 38.88889vw; } }
    @media screen and (max-width: 1023px) {
      .hero-banner-content .content-inner {
        margin: 0 auto; } }
  .hero-banner-content p {
    color: white;
    margin-bottom: 30px; }
    @media screen and (min-width: 1280px) {
      .hero-banner-content p {
        margin-bottom: 2.08333vw; } }
    @media screen and (max-width: 767px) {
      .hero-banner-content p {
        margin-bottom: 35px; } }
  .hero-banner-content .hero-banner-title {
    font-size: 50px;
    line-height: 1;
    font-family: "Prohibition Round", Arial, Helvetica, sans-serif;
    color: white;
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .hero-banner-content .hero-banner-title {
        font-size: 3.47222vw;
        margin-bottom: 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .hero-banner-content .hero-banner-title {
        font-size: 40px; } }
    @media screen and (max-width: 767px) {
      .hero-banner-content .hero-banner-title {
        font-size: 30px;
        max-width: 325px;
        width: 100%;
        margin: 0 auto 23px; } }
    .hero-banner-content .hero-banner-title span {
      color: #ffcb05; }
  .hero-banner-content .button, .hero-banner-content #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .hero-banner-content button {
    min-width: 256px; }
    @media screen and (min-width: 1280px) {
      .hero-banner-content .button, .hero-banner-content #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .hero-banner-content button {
        min-width: 17.77778vw; } }
    .hero-banner-content .button:first-child, .hero-banner-content #consent-manager .css-1wn42nw button:first-child, #consent-manager .css-1wn42nw .hero-banner-content button:first-child {
      background-color: #ffcb05; }
      .hero-banner-content .button:first-child:hover, .hero-banner-content #consent-manager .css-1wn42nw button:first-child:hover, #consent-manager .css-1wn42nw .hero-banner-content button:first-child:hover {
        border-color: white;
        background-color: white; }
        @media screen and (max-width: 1279px) {
          .hero-banner-content .button:first-child:hover, .hero-banner-content #consent-manager .css-1wn42nw button:first-child:hover, #consent-manager .css-1wn42nw .hero-banner-content button:first-child:hover {
            color: black;
            border-color: #ffcb05;
            background-color: #ffcb05; } }
    .hero-banner-content .button + .button, .hero-banner-content #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .hero-banner-content button + .button, .hero-banner-content #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .hero-banner-content .button + button, .hero-banner-content #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .hero-banner-content button + button {
      margin-left: 3px; }
      @media screen and (min-width: 1280px) {
        .hero-banner-content .button + .button, .hero-banner-content #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .hero-banner-content button + .button, .hero-banner-content #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .hero-banner-content .button + button, .hero-banner-content #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .hero-banner-content button + button {
          margin-left: 0.20833vw; } }
      @media screen and (max-width: 767px) {
        .hero-banner-content .button + .button, .hero-banner-content #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .hero-banner-content button + .button, .hero-banner-content #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .hero-banner-content .button + button, .hero-banner-content #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .hero-banner-content button + button {
          margin-left: 0;
          margin-top: 7px; } }

/*--- [Category Section] ---*/
.category-section {
  background: black;
  background-image: url("../img/category-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .category-section .slick-dots li button {
    background: #333333; }
  .category-section .slick-dots li.slick-active button {
    background: white; }

.category-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -20px; }
  @media screen and (min-width: 1280px) {
    .category-main {
      margin-left: -1.38889vw;
      margin-right: -1.38889vw; } }
  @media screen and (max-width: 1279px) {
    .category-main {
      margin-left: -14px;
      margin-right: -14px; } }
  @media screen and (max-width: 1023px) {
    .category-main.slick-initialized {
      display: block;
      width: auto; } }
  @media screen and (max-width: 1023px) {
    .category-main.slick-initialized .category-item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  @media screen and (max-width: 1023px) {
    .category-main.slick-dotted .slick-list {
      margin-bottom: 36px; } }

.category-item {
  width: 33.33%;
  padding: 0 20px;
  text-align: center; }
  @media screen and (min-width: 1280px) {
    .category-item {
      padding-left: 1.38889vw;
      padding-right: 1.38889vw; } }
  @media screen and (max-width: 1279px) {
    .category-item {
      padding-left: 14px;
      padding-right: 14px; } }
  @media screen and (max-width: 1023px) {
    .category-item {
      width: 50%; }
      .category-item:not(:nth-child(-n + 2)) {
        display: none; } }
  @media screen and (max-width: 767px) {
    .category-item {
      width: 100%; }
      .category-item:not(:first-child) {
        display: none; } }
  .category-item:nth-child(-n + 3) {
    margin-bottom: 36px; }
    @media screen and (min-width: 1280px) {
      .category-item:nth-child(-n + 3) {
        margin-bottom: 2.5vw; } }
    @media screen and (max-width: 1023px) {
      .category-item:nth-child(-n + 3) {
        margin-bottom: 0; } }
  .category-item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%; }
    @media screen and (min-width: 1280px) {
      .category-item a:hover {
        text-decoration: none; }
        .category-item a:hover .item-image {
          background: linear-gradient(to right, #ffcb05 1px, transparent 1px) 0 0, linear-gradient(to right, #ffcb05 1px, transparent 1px) 0 100%, linear-gradient(to left, #ffcb05 1px, transparent 1px) 100% 0, linear-gradient(to left, #ffcb05 1px, transparent 1px) 100% 100%, linear-gradient(to bottom, #ffcb05 1px, transparent 1px) 0 0, linear-gradient(to bottom, #ffcb05 1px, transparent 1px) 100% 0, linear-gradient(to top, #ffcb05 1px, transparent 1px) 0 100%, linear-gradient(to top, #ffcb05 1px, transparent 1px) 100% 100%;
          background-size: 10px 10px;
          background-repeat: no-repeat; } }
    @media screen and (min-width: 1280px) and (min-width: 1280px) {
      .category-item a:hover .item-image {
        background-size: 0.69444vw 0.69444vw; } }
    @media screen and (min-width: 1280px) {
        .category-item a:hover .bg-image::before {
          background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(255, 255, 255, 0.08);
          backdrop-filter: blur(16px);
          -webkit-backdrop-filter: blur(16px); }
        .category-item a:hover .shop-now {
          color: #ffcb05; }
          .category-item a:hover .shop-now::before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9999 4.5L10.9999 6.5L7.49994 6.5L7.49994 4.5L10.9999 4.5Z' fill='%23FFCB05'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-1.50996e-07 4.5L3.5 4.5L3.5 6.5L2.38419e-07 6.5L-1.50996e-07 4.5Z' fill='%23FFCB05'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 7.16667L6.5 11L4.5 11L4.5 7.16667L6.5 7.16667Z' fill='%23FFCB05'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 -1.50996e-07L6.5 3.83325L4.5 3.83325L4.5 2.38419e-07L6.5 -1.50996e-07Z' fill='%23FFCB05'/%3E%3C/svg%3E"); } }
  .category-item .item-image {
    display: block;
    width: 100%;
    position: relative;
    padding: 10px;
    background: linear-gradient(to right, white 1px, transparent 1px) 0 0, linear-gradient(to right, white 1px, transparent 1px) 0 100%, linear-gradient(to left, white 1px, transparent 1px) 100% 0, linear-gradient(to left, white 1px, transparent 1px) 100% 100%, linear-gradient(to bottom, white 1px, transparent 1px) 0 0, linear-gradient(to bottom, white 1px, transparent 1px) 100% 0, linear-gradient(to top, white 1px, transparent 1px) 0 100%, linear-gradient(to top, white 1px, transparent 1px) 100% 100%;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    transition: all 0.3s ease; }
    @media screen and (min-width: 1280px) {
      .category-item .item-image {
        padding: 0.69444vw;
        background-size: 0.69444vw 0.69444vw;
        margin-bottom: 0.34722vw; } }
    .category-item .item-image .bg-image {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden;
      transition: all 0.3s ease; }
      .category-item .item-image .bg-image::before {
        content: "";
        position: absolute;
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
        transition: all 0.3s ease; }
    .category-item .item-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      background-position: center;
      aspect-ratio: 38/13; }
  .category-item .item-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    aspect-ratio: 15/8;
    max-width: 150px; }
    @media screen and (min-width: 1280px) {
      .category-item .item-logo {
        max-width: 10.41667vw; } }
    .category-item .item-logo svg {
      fill: white;
      width: 100%;
      height: 100%; }
  .category-item .sds-logo {
    width: 83px;
    height: 37px; }
    @media screen and (min-width: 1280px) {
      .category-item .sds-logo {
        width: 5.76389vw;
        height: 2.56944vw; } }
  .category-item .tisas-logo {
    width: 103px;
    height: 28px; }
    @media screen and (min-width: 1280px) {
      .category-item .tisas-logo {
        width: 7.15278vw;
        height: 1.94444vw; } }
  .category-item .tokarev-logo {
    width: 150px;
    height: 15px; }
    @media screen and (min-width: 1280px) {
      .category-item .tokarev-logo {
        width: 10.41667vw;
        height: 1.04167vw; } }
  .category-item .mac-logo {
    width: 111px;
    height: 58px; }
    @media screen and (min-width: 1280px) {
      .category-item .mac-logo {
        width: 7.70833vw;
        height: 4.02778vw; } }
  .category-item .inglis-logo {
    width: 111px;
    height: 53px; }
    @media screen and (min-width: 1280px) {
      .category-item .inglis-logo {
        width: 7.70833vw;
        height: 3.68056vw; } }
  .category-item .spandau-logo {
    width: 60px;
    height: 80px; }
    @media screen and (min-width: 1280px) {
      .category-item .spandau-logo {
        width: 4.16667vw;
        height: 5.55556vw; } }
  .category-item .item-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex: 1 0 auto; }
  .category-item p {
    font-size: 13px;
    color: #dddddd;
    max-width: 340px;
    margin: 0 auto 17px;
    flex: 1 0 auto; }
    @media screen and (min-width: 1280px) {
      .category-item p {
        font-size: 0.90278vw;
        max-width: 23.61111vw;
        margin-bottom: 1.18056vw; } }

/*--- [Featured Category Section] ---*/
.featured-category-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 10px; }
  @media screen and (min-width: 1280px) {
    .featured-category-main {
      padding: 0 0.69444vw; } }
  @media screen and (max-width: 1023px) {
    .featured-category-main {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

.featured-category-item {
  width: 50%;
  padding: 0 10px; }
  @media screen and (min-width: 1280px) {
    .featured-category-item {
      padding: 0 0.69444vw; } }
  @media screen and (max-width: 1023px) {
    .featured-category-item {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .featured-category-item {
      padding: 0; } }
  @media screen and (max-width: 1023px) {
    .featured-category-item:not(:first-child) {
      margin-top: 20px; } }
  @media screen and (max-width: 767px) {
    .featured-category-item:not(:first-child) {
      margin-top: 10px; } }

.featured-category-inner {
  position: relative; }
  .featured-category-inner::before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }
    @media screen and (max-width: 767px) {
      .featured-category-inner::before {
        height: 91.37%; } }

.featured-category-img {
  aspect-ratio: 23/16;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }
  @media screen and (max-width: 767px) {
    .featured-category-img {
      aspect-ratio: 1/1; } }
  .featured-category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
    aspect-ratio: 23/16; }
    @media screen and (max-width: 767px) {
      .featured-category-img img {
        aspect-ratio: 1/1; } }

.featured-category-content {
  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: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  align-items: end;
  position: absolute;
  left: 50px;
  bottom: 50px;
  right: 50px; }
  @media screen and (min-width: 1280px) {
    .featured-category-content {
      left: 3.47222vw;
      bottom: 3.47222vw;
      right: 3.47222vw; } }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    .featured-category-content {
      left: 20px;
      right: 20px;
      bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .featured-category-content {
      flex-direction: column;
      -webkit-flex-direction: column;
      -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;
      text-align: center;
      bottom: 30px; } }
  .featured-category-content .section-heading {
    color: white;
    margin-bottom: 17px; }
    @media screen and (min-width: 1280px) {
      .featured-category-content .section-heading {
        margin-bottom: 1.18056vw; } }
  .featured-category-content p {
    color: white; }
    @media screen and (max-width: 767px) {
      .featured-category-content p {
        margin-bottom: 25px; } }
  .featured-category-content .content-inner {
    max-width: 410px;
    margin-right: 10px; }
    @media screen and (min-width: 1280px) {
      .featured-category-content .content-inner {
        max-width: 28.47222vw;
        margin-right: 0.69444vw; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .featured-category-content .content-inner {
        max-width: calc(100% - 148px); } }
    @media screen and (max-width: 767px) {
      .featured-category-content .content-inner {
        max-width: 310px;
        margin-right: 0; } }

/*--- [Engineered Performance] ---*/
.engineered-performance-section {
  background: black;
  background-image: url("../img/engineered-performance-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 767px) {
    .engineered-performance-section .container {
      padding: 0 30px; } }

.engineered-performance-video {
  margin-bottom: 50px;
  background: linear-gradient(to right, white 2px, transparent 2px) 0 0, linear-gradient(to right, white 2px, transparent 2px) 0 100%, linear-gradient(to left, white 2px, transparent 2px) 100% 0, linear-gradient(to left, white 2px, transparent 2px) 100% 100%, linear-gradient(to bottom, white 2px, transparent 2px) 0 0, linear-gradient(to bottom, white 2px, transparent 2px) 100% 0, linear-gradient(to top, white 2px, transparent 2px) 0 100%, linear-gradient(to top, white 2px, transparent 2px) 100% 100%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  position: relative;
  padding: 20px; }
  @media screen and (min-width: 1280px) {
    .engineered-performance-video {
      padding: 1.38889vw;
      margin-bottom: 3.47222vw;
      background-size: 1.38889vw 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .engineered-performance-video {
      padding: 10px;
      background: linear-gradient(to right, white 1px, transparent 1px) 0 0, linear-gradient(to right, white 1px, transparent 1px) 0 100%, linear-gradient(to left, white 1px, transparent 1px) 100% 0, linear-gradient(to left, white 1px, transparent 1px) 100% 100%, linear-gradient(to bottom, white 1px, transparent 1px) 0 0, linear-gradient(to bottom, white 1px, transparent 1px) 100% 0, linear-gradient(to top, white 1px, transparent 1px) 0 100%, linear-gradient(to top, white 1px, transparent 1px) 100% 100%;
      background-size: 10px 10px;
      background-repeat: no-repeat;
      margin-bottom: 35px; } }
  .engineered-performance-video.video-start::before {
    opacity: 0; }
  .engineered-performance-video::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    left: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
    @media screen and (min-width: 1280px) {
      .engineered-performance-video::before {
        top: 1.38889vw;
        left: 1.38889vw;
        bottom: 1.38889vw;
        left: 1.38889vw; } }
  .engineered-performance-video button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 89px;
    height: 89px;
    border: 1px solid white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='14' viewBox='0 0 11 14' fill='none'%3E%3Cpath d='M11 6.99992L0.5 13.0621V0.937744L11 6.99992Z' fill='%23FFCB05'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: center; }
    @media screen and (min-width: 1280px) {
      .engineered-performance-video button {
        width: 6.18056vw;
        height: 6.18056vw;
        background-size: 0.83333vw auto; } }
    @media screen and (max-width: 1023px) {
      .engineered-performance-video button {
        display: none; } }
    .engineered-performance-video button.btn-pause {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M11 0h-6c-0.553 0-1 0.448-1 1v30c0 0.553 0.447 1 1 1h6c0.553 0 1-0.447 1-1v-30c0-0.552-0.447-1-1-1zM27 0h-6c-0.553 0-1 0.448-1 1v30c0 0.553 0.447 1 1 1h6c0.553 0 1-0.447 1-1v-30c0-0.552-0.447-1-1-1z' style='&%2310; fill: %23FFCB05;&%2310;'/%3E%3C/svg%3E"); }

.engineered-performance-image {
  aspect-ratio: 60 / 31; }
  @media screen and (max-width: 767px) {
    .engineered-performance-image {
      aspect-ratio: 337/173; } }
  .engineered-performance-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 60 / 31; }
    @media screen and (max-width: 767px) {
      .engineered-performance-image img {
        aspect-ratio: 337/173; } }

#engineeredPerformance_video {
  display: block;
  aspect-ratio: 60/31;
  object-fit: cover; }
  @media screen and (max-width: 767px) {
    #engineeredPerformance_video {
      aspect-ratio: 337/173; } }

.engineered-performance-content {
  text-align: center; }
  .engineered-performance-content h2 {
    color: white;
    margin: 0 auto 18px;
    max-width: 962px; }
    @media screen and (min-width: 1280px) {
      .engineered-performance-content h2 {
        margin-bottom: 1.25vw;
        max-width: 66.80556vw; } }
    @media screen and (max-width: 767px) {
      .engineered-performance-content h2 {
        max-width: 321px;
        margin-bottom: 24px; } }
    .engineered-performance-content h2 span {
      color: #ffcb05; }
  .engineered-performance-content p {
    max-width: 1020px;
    color: white;
    margin: 0 auto 34px; }
    @media screen and (min-width: 1280px) {
      .engineered-performance-content p {
        max-width: 70.83333vw;
        margin-bottom: 2.36111vw; } }
    @media screen and (max-width: 767px) {
      .engineered-performance-content p {
        max-width: 334px; } }

/*--- [Local Dealer Section] ---*/
.local-dealer-section {
  position: relative;
  background-color: black;
  padding: 41px 0;
  overflow: hidden; }
  @media screen and (min-width: 1280px) {
    .local-dealer-section {
      padding: 2.84722vw 0; } }
  @media screen and (max-width: 767px) {
    .local-dealer-section {
      padding: 50px 0;
      background-position: right; } }

.local-dealer-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: 767px) {
    .local-dealer-inner {
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center; } }
  .local-dealer-inner .icon {
    width: 80px;
    height: 80px; }
    @media screen and (min-width: 1280px) {
      .local-dealer-inner .icon {
        width: 5.55556vw;
        height: 5.55556vw; } }
    @media screen and (max-width: 767px) {
      .local-dealer-inner .icon {
        width: 64px;
        height: 64px;
        margin-bottom: 19px; } }

.local-dealer-conternt {
  margin-left: 50px;
  margin-right: auto; }
  @media screen and (min-width: 1280px) {
    .local-dealer-conternt {
      margin-left: 3.47222vw; } }
  @media screen and (max-width: 1023px) {
    .local-dealer-conternt {
      margin-left: 20px; } }
  @media screen and (max-width: 767px) {
    .local-dealer-conternt {
      margin: 0 0 26px; } }
  .local-dealer-conternt h4 {
    color: white; }
    @media screen and (max-width: 767px) {
      .local-dealer-conternt h4 {
        font-size: 24px;
        margin-bottom: 8px; } }
  .local-dealer-conternt p {
    color: white; }

.local-dealer-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1.5; }
  .local-dealer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/*--- [Featured Heightlight Section] ---*/
.feature-highlight-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 20px; }
  @media screen and (min-width: 1280px) {
    .feature-highlight-section {
      margin-bottom: 4.93056vw;
      padding: 0 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .feature-highlight-section {
      flex-direction: column;
      -webkit-flex-direction: column;
      text-align: center;
      padding: 0 10px; } }

.feature-highlight-image {
  width: 56.43%; }
  @media screen and (max-width: 1279px) {
    .feature-highlight-image {
      width: 54%; } }
  @media screen and (max-width: 1023px) {
    .feature-highlight-image {
      width: 100%; } }
  .feature-highlight-image img {
    aspect-ratio: 79/54;
    width: 100%;
    height: 100%;
    background-position: center;
    object-fit: cover; }

.feature-highlight-content {
  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: calc(100% - 56.43%);
  background: black;
  background-image: url("../img/feature-highlight-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px; }
  @media screen and (min-width: 1280px) {
    .feature-highlight-content {
      padding: 2.08333vw; } }
  @media screen and (max-width: 1279px) {
    .feature-highlight-content {
      width: calc(100% - 54%); } }
  @media screen and (max-width: 1023px) {
    .feature-highlight-content {
      width: 100%;
      padding-top: 45px;
      padding-bottom: 50px; } }
  .feature-highlight-content .content-inner {
    max-width: 412px; }
    @media screen and (min-width: 1280px) {
      .feature-highlight-content .content-inner {
        max-width: 28.61111vw; } }
    @media screen and (max-width: 767px) {
      .feature-highlight-content .content-inner {
        max-width: 294px; } }
  .feature-highlight-content h2 {
    color: white;
    margin-bottom: 23px; }
    @media screen and (min-width: 1280px) {
      .feature-highlight-content h2 {
        margin-bottom: 1.59722vw; } }
  .feature-highlight-content p {
    font-size: 15px;
    color: #dddddd;
    margin-bottom: 35px; }
    @media screen and (min-width: 1280px) {
      .feature-highlight-content p {
        font-size: 1.04167vw;
        margin-bottom: 2.43056vw; } }
    @media screen and (max-width: 767px) {
      .feature-highlight-content p {
        font-size: 13px; } }

/*--- [Recent Blogs] ---*/
@media screen and (max-width: 1023px) {
  .recent-blogs-section {
    text-align: center; } }

.recent-blogs-heading {
  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: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  align-items: end;
  margin-bottom: 37px; }
  @media screen and (min-width: 1280px) {
    .recent-blogs-heading {
      margin-bottom: 2.56944vw; } }
  @media screen and (max-width: 1023px) {
    .recent-blogs-heading {
      -webkit-justify-content: center;
      justify-content: center; } }
  @media screen and (max-width: 767px) {
    .recent-blogs-heading {
      margin-bottom: 28px; } }
  .recent-blogs-heading .section-heading {
    margin-bottom: 0; }
  @media screen and (max-width: 1023px) {
    .recent-blogs-heading .view-all {
      display: none; } }

@media screen and (max-width: 1023px) {
  .recent-blogs-list .container {
    padding: 0;
    overflow: hidden; } }

.recent-blogs-list .blogs-list {
  margin-bottom: 0; }
  @media screen and (max-width: 1023px) {
    .recent-blogs-list .blogs-list {
      margin-bottom: 36px;
      text-align: left; } }
  .recent-blogs-list .blogs-list .blog {
    margin-bottom: 0; }
    @media screen and (max-width: 1023px) {
      .recent-blogs-list .blogs-list .blog {
        width: 50%;
        height: auto; }
        .recent-blogs-list .blogs-list .blog:not(:nth-child(-n + 2)) {
          display: none; } }
    @media screen and (max-width: 767px) {
      .recent-blogs-list .blogs-list .blog {
        width: 100%; }
        .recent-blogs-list .blogs-list .blog:not(:first-child) {
          display: none; } }
  @media screen and (max-width: 1023px) {
    .recent-blogs-list .blogs-list.slick-initialized {
      display: block;
      width: auto; }
      .recent-blogs-list .blogs-list.slick-initialized .blog {
        display: block; } }
  .recent-blogs-list .blogs-list .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

/*--- [Latest Video] ---*/
@media screen and (max-width: 1023px) {
  .video-section {
    text-align: center; } }

.video-heading {
  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: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  align-items: end;
  margin-bottom: 28px; }
  @media screen and (min-width: 1280px) {
    .video-heading {
      margin-bottom: 1.94444vw; } }
  @media screen and (max-width: 1023px) {
    .video-heading {
      -webkit-justify-content: center;
      justify-content: center; } }
  .video-heading h2 {
    font-size: 24px;
    margin-bottom: 0; }
    @media screen and (min-width: 1280px) {
      .video-heading h2 {
        font-size: 1.66667vw; } }
    @media screen and (max-width: 1023px) {
      .video-heading h2 {
        font-size: 22px; } }
    @media screen and (max-width: 767px) {
      .video-heading h2 {
        font-size: 20px; } }
  @media screen and (max-width: 1023px) {
    .video-heading .view-all {
      display: none; } }

@media screen and (max-width: 1023px) {
  .video-wrapper .container {
    padding: 0;
    overflow: hidden; } }

.video-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -6px; }
  @media screen and (min-width: 1280px) {
    .video-list {
      margin: 0 -0.41667vw; } }
  @media screen and (max-width: 767px) {
    .video-list {
      margin-left: -5px;
      margin-right: -5px; } }
  .video-list.slick-initialized {
    display: block;
    width: auto; }
    @media screen and (max-width: 1023px) {
      .video-list.slick-initialized .video-item {
        display: block; } }

.video-item {
  width: 25%;
  padding: 0 6px; }
  @media screen and (min-width: 1280px) {
    .video-item {
      padding: 0 0.41667vw; } }
  @media screen and (max-width: 1023px) {
    .video-item {
      width: 50%; }
      .video-item:not(:nth-child(-n +2)) {
        display: none; } }
  @media screen and (max-width: 767px) {
    .video-item {
      width: 100%;
      padding: 0 5px; }
      .video-item:not(:first-child) {
        display: none; } }
  .video-item a {
    display: block;
    color: black; }
    @media screen and (min-width: 1280px) {
      .video-item a:hover .video-image::before {
        opacity: 1; } }
  .video-item h6 {
    font-size: 16px;
    font-weight: 500;
    max-width: 260px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    text-transform: none;
    margin-bottom: 0; }
    @media screen and (min-width: 1280px) {
      .video-item h6 {
        font-size: 1.11111vw;
        max-width: 18.05556vw; } }
    @media screen and (max-width: 1023px) {
      .video-item h6 {
        margin: 0 auto;
        padding: 0 19px; } }
    @media screen and (max-width: 767px) {
      .video-item h6 {
        font-size: 13px; } }

.video-image {
  display: block;
  aspect-ratio: 3/2;
  margin-bottom: 18px;
  position: relative;
  transition: all 0.3s ease; }
  @media screen and (min-width: 1280px) {
    .video-image {
      margin-bottom: 1.25vw; } }
  .video-image::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.08);
    opacity: 0;
    transition: all 0.3s ease; }
  .video-image::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 24px;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='24' viewBox='0 0 35 24' fill='none'%3E%3Cpath d='M17.3818 24C17.3818 24 28.2834 24 30.9875 23.28C32.51 22.872 33.6551 21.696 34.057 20.244C34.8 17.58 34.8 11.976 34.8 11.976C34.8 11.976 34.8 6.408 34.057 3.768C33.6551 2.28 32.51 1.128 30.9875 0.732C28.2834 0 17.3818 0 17.3818 0C17.3818 0 6.50444 0 3.81253 0.732C2.31432 1.128 1.14498 2.28 0.718656 3.768C0 6.408 0 11.976 0 11.976C0 11.976 0 17.58 0.718656 20.244C1.14498 21.696 2.31432 22.872 3.81253 23.28C6.50444 24 17.3818 24 17.3818 24Z' fill='%23D80000'/%3E%3Cpath d='M22.8 11.9999L13.8 6.8999V17.0999L22.8 11.9999Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain; }
    @media screen and (min-width: 1280px) {
      .video-image::after {
        width: 2.43056vw;
        height: 1.66667vw; } }
  .video-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 3/2; }

/*--- [Featured Products] ---*/
.product-carousel-section {
  text-align: center;
  overflow: hidden; }
  .product-carousel-section .section-heading {
    margin-bottom: 50px; }
    @media screen and (min-width: 1280px) {
      .product-carousel-section .section-heading {
        margin-bottom: 3.47222vw; } }
    @media screen and (max-width: 767px) {
      .product-carousel-section .section-heading {
        margin-bottom: 28px; } }

.fetured-products-section .section-heading {
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .fetured-products-section .section-heading {
      margin-bottom: 2.08333vw; } }
  @media screen and (max-width: 767px) {
    .fetured-products-section .section-heading {
      margin-bottom: 28px; } }

@media screen and (max-width: 1023px) {
  .productsTab-wrapper .container {
    padding: 0; } }

.productsTab-title-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 36px;
  border: 0; }
  @media screen and (min-width: 1280px) {
    .productsTab-title-row {
      margin-bottom: 2.5vw; } }
  @media screen and (max-width: 1023px) {
    .productsTab-title-row {
      -webkit-justify-content: left;
      justify-content: left;
      overflow-x: auto; } }
  @media screen and (max-width: 767px) {
    .productsTab-title-row {
      margin-bottom: 30px; } }

.productsTab-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  color: #888888;
  padding: 9.5px 19px 8.5px;
  margin: 0 7px;
  border: 0;
  white-space: nowrap; }
  @media screen and (min-width: 1280px) {
    .productsTab-title {
      font-size: 0.97222vw;
      padding: 0.65972vw 1.31944vw 0.59028vw;
      margin: 0 0.48611vw; } }
  @media screen and (max-width: 767px) {
    .productsTab-title {
      font-size: 12px;
      margin: 0 5px;
      padding: 11px 15px 9px; } }
  .productsTab-title:first-child {
    margin-left: auto; }
  .productsTab-title:last-child {
    margin-right: auto; }
  @media screen and (max-width: 1279px) {
    .productsTab-title:hover {
      color: #888888; } }
  .productsTab-title.active-tab {
    color: black;
    background-color: #ffcb05;
    text-decoration: none;
    cursor: default; }

.productsTab-content-wrraper {
  min-height: 100px; }
  @media screen and (min-width: 1280px) {
    .productsTab-content-wrraper {
      min-height: 100px; } }

.productsTab-content {
  padding: 0; }
  @media screen and (max-width: 1023px) {
    .productsTab-content {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .productsTab-content {
      padding: 0 10px; } }

/*--- [Follow Us] ---*/
.follow-us {
  padding-bottom: 12px;
  background: white;
  overflow: hidden; }
  @media screen and (min-width: 1280px) {
    .follow-us {
      padding-bottom: 0.83333vw; } }
  @media screen and (max-width: 1023px) {
    .follow-us {
      padding-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .follow-us {
      padding-bottom: 50px; } }
  .follow-us .button, .follow-us #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .follow-us button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-weight: 500;
    padding: 12px 19px 11px;
    width: fit-content; }
    @media screen and (min-width: 1280px) {
      .follow-us .button, .follow-us #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .follow-us button {
        padding: 0.83333vw 1.31944vw 0.76389vw; } }
    @media screen and (min-width: 1280px) {
      .follow-us .button:hover svg, .follow-us #consent-manager .css-1wn42nw button:hover svg, #consent-manager .css-1wn42nw .follow-us button:hover svg {
        fill: black; } }
    @media screen and (max-width: 1023px) {
      .follow-us .button, .follow-us #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .follow-us button {
        margin: 0 auto; } }
    .follow-us .button .icon, .follow-us #consent-manager .css-1wn42nw button .icon, #consent-manager .css-1wn42nw .follow-us button .icon {
      width: 13px;
      height: 13px;
      margin-right: 6px; }
      @media screen and (min-width: 1280px) {
        .follow-us .button .icon, .follow-us #consent-manager .css-1wn42nw button .icon, #consent-manager .css-1wn42nw .follow-us button .icon {
          width: 0.90278vw;
          height: 0.90278vw;
          margin-right: 0.41667vw; } }
    .follow-us .button svg, .follow-us #consent-manager .css-1wn42nw button svg, #consent-manager .css-1wn42nw .follow-us button svg {
      fill: white; }

.follow-us-heading {
  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: 36px; }
  @media screen and (min-width: 1280px) {
    .follow-us-heading {
      margin-bottom: 2.5vw; } }
  @media screen and (max-width: 1023px) {
    .follow-us-heading {
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .follow-us-heading {
      margin-bottom: 27px; } }
  .follow-us-heading h2 {
    margin-bottom: 0; }

.follow-us-slider {
  margin: 0 -6px; }
  @media screen and (min-width: 1280px) {
    .follow-us-slider {
      margin: 0 -0.41667vw; } }
  @media screen and (max-width: 1023px) {
    .follow-us-slider {
      margin-bottom: 30px;
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .follow-us-slider {
      padding: 0 20px; } }

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-inner {
  width: 100% !important; }

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-type-carousel .eapps-instagram-feed-posts-item-image-icon-carousel {
  display: none; }

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-type-video .eapps-instagram-feed-posts-item-image-icon-video {
  display: none; }

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item {
  padding: 0 6px; }
  @media screen and (min-width: 1280px) {
    #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item {
      padding: 0 0.41667vw; } }

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav {
  border-radius: 0;
  width: 36px;
  height: 36px;
  box-shadow: none;
  opacity: 1; }
  @media screen and (min-width: 1280px) {
    #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav {
      width: 2.5vw;
      height: 2.5vw; } }
  @media screen and (min-width: 1280px) {
    #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav:hover {
      background-color: #ffcb05; } }
  @media screen and (max-width: 1023px) {
    #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav {
      display: none; } }
  #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 14px;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 1280px) {
      #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav::after {
        width: 0.48611vw;
        height: 0.97222vw; } }
  #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav svg {
    display: none; }

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-next {
  right: 46px; }
  @media screen and (min-width: 1280px) {
    #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-next {
      right: 3.19444vw; } }
  @media screen and (min-width: 1280px) {
    #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-next:hover::after {
      background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='%23000000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.42421 0.575684L6.42421 5.57568V6.42421L1.42421 11.4242L0.575684 10.5757L5.15142 5.99995L0.575684 1.42421L1.42421 0.575684Z' /%3E%3C/svg%3E%0A"); } }
  #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-next::after {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.42421 0.575684L6.42421 5.57568V6.42421L1.42421 11.4242L0.575684 10.5757L5.15142 5.99995L0.575684 1.42421L1.42421 0.575684Z' /%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-prev {
  left: 46px; }
  @media screen and (min-width: 1280px) {
    #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-prev {
      left: 3.19444vw; } }
  @media screen and (min-width: 1280px) {
    #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-prev:hover::after {
      background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='%23000000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.57573 0.575684L0.575735 5.57568V6.42421L5.57573 11.4242L6.42426 10.5757L1.84853 5.99995L6.42426 1.42421L5.57573 0.575684Z' /%3E%3C/svg%3E%0A"); } }
  #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-prev:after {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.57573 0.575684L0.575735 5.57568V6.42421L5.57573 11.4242L6.42426 10.5757L1.84853 5.99995L6.42426 1.42421L5.57573 0.575684Z' /%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-link {
  position: relative; }
  #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-link::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: rgba(255, 255, 255, 0.08);
    opacity: 0;
    z-index: 1;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px); }
  #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M50 25.75L-1.31134e-07 25.75L0 24.25L50 24.25L50 25.75Z' fill='%23FFCB05'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.75 -3.8147e-06L25.75 50H24.25L24.25 -3.8147e-06H25.75Z' fill='%23FFCB05'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    opacity: 0;
    z-index: 2; }
    @media screen and (min-width: 1280px) {
      #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-link::after {
        width: 3.47222vw;
        height: 3.47222vw; } }
  @media screen and (min-width: 1280px) {
    #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-link:hover::before, #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-link:hover::after {
      opacity: 1; } }

.card {
  background-color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%; }

.card-figure {
  padding: 35px 35px 0; }
  @media screen and (min-width: 1280px) {
    .card-figure {
      padding: 2.43056vw 2.43056vw 0; } }
  @media screen and (max-width: 767px) {
    .card-figure {
      padding: 30px 30px 0; } }

.card-img-container {
  max-width: 100%; }
  .card-img-container::after {
    padding-bottom: 100%; }

.card-body {
  padding: 32px 25px 18px;
  flex: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-justify-content: end;
  justify-content: end; }
  @media screen and (min-width: 1280px) {
    .card-body {
      padding: 2.22222vw 1.73611vw 1.18056vw; } }
  @media screen and (max-width: 1023px) {
    .card-body {
      text-align: left; } }
  @media screen and (max-width: 666px) {
    .card-body {
      padding: 28px 15px 18px; } }
  .card-body .card-brand {
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    color: #969ba0;
    text-transform: uppercase;
    margin-bottom: 6px; }
    @media screen and (min-width: 1280px) {
      .card-body .card-brand {
        font-size: 0.76389vw;
        line-height: 0.97222vw;
        margin-bottom: 0.41667vw; } }
    @media screen and (max-width: 767px) {
      .card-body .card-brand {
        font-size: 9px;
        line-height: 12px;
        margin-bottom: 4px; } }

.card-title {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-transform: none;
  margin-bottom: 13px; }
  @media screen and (min-width: 1280px) {
    .card-title {
      font-size: 0.90278vw;
      line-height: 1.25vw;
      margin-bottom: 0.90278vw; } }
  @media screen and (max-width: 767px) {
    .card-title {
      font-size: 11px;
      line-height: 15px;
      margin-bottom: 9px; } }
  .card-title a {
    color: black; }
    @media screen and (max-width: 1279px) {
      .card-title a:hover {
        color: black; } }

.card-price-rating {
  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;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4; }
  @media screen and (min-width: 1280px) {
    .card-price-rating {
      font-size: 0.97222vw; } }
  @media screen and (max-width: 767px) {
    .card-price-rating {
      font-size: 12px; } }
  .card-price-rating .card-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0; }
  .card-price-rating .card-rating {
    min-width: 74px; }
    @media screen and (min-width: 1280px) {
      .card-price-rating .card-rating {
        min-width: 5.13889vw; } }

.card-btn-addtocart .button--small {
  margin: 15px 0 17px 0;
  color: white;
  background: black;
  font-size: 11px;
  line-height: 12px;
  padding-top: 15px;
  padding-bottom: 13px; }
  @media screen and (min-width: 1280px) {
    .card-btn-addtocart .button--small {
      font-size: 0.76389vw;
      line-height: 0.83333vw;
      padding-top: 1.04167vw;
      padding-bottom: 0.90278vw;
      margin: 1.04167vw 0 1.18056vw 0; } }
  @media screen and (min-width: 1280px) {
    .card-btn-addtocart .button--small:hover {
      color: black;
      background: #ffcb05; } }

.card-buttons {
  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%;
  line-height: 34px; }
  @media screen and (min-width: 1280px) {
    .card-buttons {
      line-height: 2.36111vw; } }
  @media screen and (max-width: 666px) {
    .card-buttons {
      line-height: 15px; } }
  .card-buttons .specbtn {
    color: black;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0; }
    @media screen and (min-width: 1280px) {
      .card-buttons .specbtn {
        font-size: 0.76389vw; } }
    @media screen and (max-width: 1279px) {
      .card-buttons .specbtn {
        padding-top: 0; } }
    @media screen and (max-width: 479px) {
      .card-buttons .specbtn {
        font-size: 10px; } }
    .card-buttons .specbtn .icon {
      width: 11px;
      height: 7px;
      margin: -2px 5px 0 0;
      fill: black;
      vertical-align: middle; }
      @media screen and (min-width: 1280px) {
        .card-buttons .specbtn .icon {
          height: 0.48611vw;
          width: 0.76389vw;
          margin: -0.13889vw 0.34722vw 0 0; } }
      @media screen and (max-width: 479px) {
        .card-buttons .specbtn .icon {
          margin: -2px 2px 0 0; } }
    @media screen and (min-width: 1280px) {
      .card-buttons .specbtn:hover {
        color: #444444; }
        .card-buttons .specbtn:hover .icon svg {
          fill: #444444; } }
  .card-buttons .button--small {
    color: black;
    padding: 0;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    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-left: auto; }
    @media screen and (min-width: 1280px) {
      .card-buttons .button--small {
        font-size: 0.76389vw; } }
    @media screen and (max-width: 1023px) {
      .card-buttons .button--small {
        display: none; } }
    @media screen and (max-width: 479px) {
      .card-buttons .button--small {
        font-size: 10px; } }
    .card-buttons .button--small span.comparebox {
      font-size: 0;
      list-style: 0;
      display: block;
      width: 14px;
      height: 14px;
      margin-right: 6px;
      margin-top: -1px;
      position: relative; }
      @media screen and (min-width: 1280px) {
        .card-buttons .button--small span.comparebox {
          width: 0.97222vw;
          height: 0.97222vw;
          margin-right: 0.41667vw; } }
      @media screen and (max-width: 479px) {
        .card-buttons .button--small span.comparebox {
          margin-right: 2px; } }
      .card-buttons .button--small span.comparebox::before {
        background-color: white;
        background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.40039 8V0H4.60039V8H3.40039Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 4.59961L0 4.59961L0 3.39961L8 3.39961V4.59961Z' fill='black'/%3E%3C/svg%3E%0A"); }
      .card-buttons .button--small span.comparebox:after {
        opacity: 0;
        background-color: black;
        border-radius: 50%;
        background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.43561 1.79107L3.27038 5.78969L0.563477 3.19107L1.60227 2.10898L3.27038 3.71036L6.39681 0.708984L7.43561 1.79107Z' fill='white'/%3E%3C/svg%3E%0A"); }
      .card-buttons .button--small span.comparebox::before, .card-buttons .button--small span.comparebox::after {
        content: "";
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 8px 8px;
        background-position: center;
        transition: all 0.3s ease;
        position: absolute; }
        @media screen and (min-width: 1280px) {
          .card-buttons .button--small span.comparebox::before, .card-buttons .button--small span.comparebox::after {
            background-size: 0.55556vw 0.55556vw; } }
    .card-buttons .button--small input[type="checkbox"] {
      opacity: 0;
      position: absolute;
      z-index: 1; }
    .card-buttons .button--small input[type="checkbox"]:checked + span.comparebox::before {
      opacity: 0; }
    .card-buttons .button--small input[type="checkbox"]:checked + span.comparebox::after {
      opacity: 1; }
    .card-buttons .button--small:hover {
      background: none; }
      @media screen and (min-width: 1280px) {
        .card-buttons .button--small:hover span.comparebox::before {
          opacity: 0; }
        .card-buttons .button--small:hover span.comparebox::after {
          opacity: 1; } }
      .card-buttons .button--small:hover input[type="checkbox"]:checked {
        background-color: #FFF; }
        .card-buttons .button--small:hover input[type="checkbox"]:checked::before {
          background-color: black;
          border-radius: 50%;
          background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.43561 1.79107L3.27038 5.78969L0.563477 3.19107L1.60227 2.10898L3.27038 3.71036L6.39681 0.708984L7.43561 1.79107Z' fill='white'/%3E%3C/svg%3E%0A"); }

.specificaion-popup.fancybox-content {
  background: black;
  padding: 20px;
  color: white;
  overflow: visible;
  min-width: 435px; }
  @media screen and (min-width: 1280px) {
    .specificaion-popup.fancybox-content {
      padding: 1.38889vw;
      min-width: 30.20833vw; } }
  @media screen and (max-width: 767px) {
    .specificaion-popup.fancybox-content {
      min-width: auto; } }
  .specificaion-popup.fancybox-content .fancybox-close-small {
    padding: 5px;
    width: 31px;
    height: 31px;
    background: #ffcb05;
    color: black;
    top: -12px;
    right: -12px;
    opacity: 1; }
    @media screen and (min-width: 1280px) {
      .specificaion-popup.fancybox-content .fancybox-close-small {
        padding: 0.34722vw;
        width: 2.15278vw;
        height: 2.15278vw;
        top: -0.83333vw;
        right: -0.83333vw; } }
    @media screen and (max-width: 767px) {
      .specificaion-popup.fancybox-content .fancybox-close-small {
        width: 24px;
        height: 24px;
        padding: 4px; } }
    @media screen and (min-width: 1280px) {
      .specificaion-popup.fancybox-content .fancybox-close-small:hover {
        background: white; } }
  .specificaion-popup.fancybox-content .spec-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 7px 24px; }
    @media screen and (min-width: 1280px) {
      .specificaion-popup.fancybox-content .spec-row {
        padding: 0.48611vw 1.66667vw; } }
    @media screen and (max-width: 767px) {
      .specificaion-popup.fancybox-content .spec-row {
        padding-left: 10px;
        padding-right: 10px; } }
    .specificaion-popup.fancybox-content .spec-row .productView-info-name {
      color: white;
      font-weight: 600;
      width: 60px;
      font-size: 10px; }
      @media screen and (min-width: 1280px) {
        .specificaion-popup.fancybox-content .spec-row .productView-info-name {
          font-size: 0.69444vw;
          width: 4.16667vw; } }
    .specificaion-popup.fancybox-content .spec-row .productView-info-value {
      font-size: 10px;
      font-weight: 400;
      color: white;
      width: calc(100% - 120px); }
      @media screen and (min-width: 1280px) {
        .specificaion-popup.fancybox-content .spec-row .productView-info-value {
          font-size: 0.69444vw;
          width: calc(100% - 4.16667vw); } }
    .specificaion-popup.fancybox-content .spec-row:nth-child(odd) {
      background: #2e2e2e; }

.wishlistbtn {
  width: 18px;
  height: 14px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1; }
  @media screen and (min-width: 1280px) {
    .wishlistbtn {
      width: 1.25vw;
      height: 0.97222vw;
      top: 1.38889vw;
      right: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .wishlistbtn {
      top: 15px;
      right: 15px; } }
  .wishlistbtn .wishlist-icon-added {
    display: none; }
  .wishlistbtn--added .wishlist-icon {
    display: none; }
    .wishlistbtn--added .wishlist-icon-added {
      display: block; }
  @media screen and (min-width: 1280px) {
    .wishlistbtn:hover .wishlist-icon {
      display: none; }
      .wishlistbtn:hover .wishlist-icon-added {
        display: block; } }

.rating--small .icon {
  width: 12px;
  height: 12px; }
  @media screen and (min-width: 1280px) {
    .rating--small .icon {
      width: 0.83333vw;
      height: 0.83333vw; } }

.price-section {
  margin-right: 4px; }
  @media screen and (min-width: 1280px) {
    .price-section {
      margin-right: 0.27778vw; } }
  .price-section span:first-child, .price-section span.price-label {
    display: none; }
  .price-section .price-now-label {
    display: none !important; }

.rating--small .icon {
  width: 12px;
  height: 12px; }
  @media screen and (min-width: 1280px) {
    .rating--small .icon {
      width: 0.83333vw;
      height: 0.83333vw; } }

.template-cart {
  background: white; }

.definitionList-key {
  margin-right: 4px; }
  @media screen and (min-width: 1280px) {
    .definitionList-key {
      margin-right: 0.27778vw; } }

.cart {
  margin-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    .cart {
      margin-bottom: 2.77778vw; } }

.cart-item {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .cart-item {
      padding-top: 25px;
      padding-bottom: 25px; } }

.cart-header-item {
  padding-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .cart-header-item {
      padding-bottom: 0.69444vw; } }

.cart-item-figure {
  padding: 24px 0; }
  @media screen and (min-width: 1280px) {
    .cart-item-figure {
      padding: 1.66667vw 0; } }
  @media screen and (max-width: 1023px) {
    .cart-item-figure {
      padding: 0;
      text-align: left; } }
  @media screen and (max-width: 767px) {
    .cart-item-figure {
      width: 25%; } }
  .cart-item-figure img {
    padding: 10px;
    aspect-ratio: 1 /1;
    object-fit: contain;
    border: 1px solid #bbbbbb; }
    @media screen and (min-width: 1280px) {
      .cart-item-figure img {
        padding: 0.69444vw; } }

.cart-item-title {
  padding: 24px; }
  @media screen and (min-width: 1280px) {
    .cart-item-title {
      padding: 1.66667vw; } }
  @media screen and (max-width: 1023px) {
    .cart-item-title {
      padding: 0 25px 25px 0;
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .cart-item-title {
      padding-left: 20px; } }

.cart-item-brand {
  font-size: 13px;
  font-weight: 600;
  color: #969ba0;
  text-transform: uppercase;
  margin-bottom: 8px; }
  @media screen and (min-width: 1280px) {
    .cart-item-brand {
      font-size: 0.90278vw;
      margin-bottom: 0.55556vw; } }
  @media screen and (max-width: 767px) {
    .cart-item-brand {
      font-size: 11px; } }

.cart-item-block .definitionList {
  margin-top: 0;
  margin-bottom: 8px; }
  @media screen and (min-width: 1280px) {
    .cart-item-block .definitionList {
      margin-bottom: 0.55556vw; } }

.cart-item-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-transform: none;
  margin-bottom: 8px; }
  @media screen and (min-width: 1280px) {
    .cart-item-name {
      font-size: 1.25vw;
      margin-bottom: 0.55556vw; } }
  @media screen and (max-width: 767px) {
    .cart-item-name {
      font-size: 16px; } }
  .cart-item-name + a {
    display: block; }
  .cart-item-name .cart-item-name__label {
    color: black; }
    .cart-item-name .cart-item-name__label:hover {
      color: #444444; }
  .cart-item-name ~ a {
    color: #333333;
    text-decoration: underline; }
    @media screen and (min-width: 1280px) {
      .cart-item-name ~ a:hover {
        color: #ffcb05; } }

.cart-item-image {
  max-width: 140px;
  width: 100%;
  max-height: 140px; }
  @media screen and (min-width: 1280px) {
    .cart-item-image {
      max-width: 9.72222vw;
      max-height: 9.72222vw; } }

.cart-item-fixed-image {
  max-width: 140px;
  max-height: 140px; }

.cart-item-value {
  font-weight: 600;
  color: black; }

.cart-item-quantity .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;
  padding: 12px 4px;
  margin: 0 auto;
  background: #eeeeee;
  width: 110px; }
  @media screen and (min-width: 1280px) {
    .cart-item-quantity .form-increment {
      padding: 0.83333vw 0.27778vw;
      width: 7.63889vw; } }
  @media screen and (max-width: 1023px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .cart-item-quantity .form-increment {
      margin-left: 20px; } }
  .cart-item-quantity .form-increment .form-input {
    padding: 0;
    margin: 0 auto; }
    .cart-item-quantity .form-increment .form-input:disabled {
      color: black; }
  .cart-item-quantity .form-increment .button, .cart-item-quantity .form-increment #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cart-item-quantity .form-increment button {
    background: none;
    border: 0;
    padding: 0 12px; }
    @media screen and (min-width: 1280px) {
      .cart-item-quantity .form-increment .button, .cart-item-quantity .form-increment #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cart-item-quantity .form-increment button {
        padding: 0 0.83333vw; } }
    .cart-item-quantity .form-increment .button .icon, .cart-item-quantity .form-increment #consent-manager .css-1wn42nw button .icon, #consent-manager .css-1wn42nw .cart-item-quantity .form-increment button .icon {
      display: block;
      width: 10px;
      height: 10px; }
      @media screen and (min-width: 1280px) {
        .cart-item-quantity .form-increment .button .icon, .cart-item-quantity .form-increment #consent-manager .css-1wn42nw button .icon, #consent-manager .css-1wn42nw .cart-item-quantity .form-increment button .icon {
          width: 0.69444vw;
          height: 0.69444vw; } }
    @media screen and (min-width: 1280px) {
      .cart-item-quantity .form-increment .button:hover svg, .cart-item-quantity .form-increment #consent-manager .css-1wn42nw button:hover svg, #consent-manager .css-1wn42nw .cart-item-quantity .form-increment button:hover svg {
        fill: #ffcb05; } }
    .cart-item-quantity .form-increment .button svg, .cart-item-quantity .form-increment #consent-manager .css-1wn42nw button svg, #consent-manager .css-1wn42nw .cart-item-quantity .form-increment button svg {
      fill: black; }

.cart-remove {
  width: 18px;
  height: 18px;
  background: black;
  margin-top: 1px;
  margin-left: 8px;
  padding: 3px; }
  @media screen and (min-width: 1280px) {
    .cart-remove {
      width: 1.25vw;
      height: 1.25vw;
      margin-top: 0.06944vw;
      margin-left: 0.55556vw;
      padding: 0.20833vw; } }
  @media screen and (min-width: 1280px) {
    .cart-remove:hover {
      background: #ffcb05; }
      .cart-remove:hover svg {
        fill: black; } }
  @media screen and (max-width: 1023px) {
    .cart-remove {
      position: absolute;
      top: 26px;
      right: 0; } }
  @media screen and (max-width: 767px) {
    .cart-remove {
      width: 16px;
      height: 16px; } }
  .cart-remove svg {
    fill: white; }

@media screen and (max-width: 767px) {
  .cart-item-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; }
    .cart-item-info:not(:last-of-type) {
      margin-bottom: 13px; } }

@media screen and (max-width: 1023px) {
  .cart-item-info .cart-item-label,
  .cart-item-info .cart-item-value {
    padding: 0; } }

@media screen and (max-width: 1023px) {
  .cart-item-info .cart-item-label {
    text-transform: none; } }

@media screen and (max-width: 767px) {
  .cart-item-info .cart-item-label {
    width: 25%;
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .cart-item-info .cart-item-value {
    margin-left: 20px; } }

.cart-total {
  margin-bottom: 0; }

.cart-total-label,
.cart-total-value {
  color: #333333;
  padding: 16px 0 14px; }
  @media screen and (min-width: 1280px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1.11111vw 0 0.97222vw; } }

@media screen and (max-width: 1023px) {
  .cart-total-label {
    text-align: left; } }

@media screen and (max-width: 767px) {
  .cart-total-label {
    width: 50%; } }

@media screen and (max-width: 1023px) {
  .cart-total-value {
    width: 50%;
    text-align: right; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel,
.shipping-estimate-value {
  font-style: normal;
  color: #333333; }
  .coupon-code-add:focus,
  .coupon-code-cancel:focus,
  .shipping-estimate-show:focus,
  .gift-certificate-add:focus,
  .gift-certificate-cancel:focus,
  .shipping-estimate-value:focus {
    color: #333333; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover,
  .shipping-estimate-value:hover {
    color: #ffcb05; }
    @media screen and (max-width: 1023px) {
      .coupon-code-add:hover,
      .coupon-code-cancel:hover,
      .shipping-estimate-show:hover,
      .gift-certificate-add:hover,
      .gift-certificate-cancel:hover,
      .shipping-estimate-value:hover {
        color: #333333; } }

.shipping-estimate-show[aria-expanded="true"] {
  font-style: normal; }

.cart-totals {
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .cart-totals {
      margin-bottom: 1.38889vw; } }

@media screen and (max-width: 1023px) {
  .cart-total + .cart-total {
    border-top: 1px solid #bbbbbb; } }

@media screen and (max-width: 767px) {
  .cart-total .select2-container {
    min-width: 198px; } }

.shipping-estimator dl {
  margin-bottom: 0; }

.shipping-estimator .shipping-quotes {
  margin: 18px 0 20px; }
  @media screen and (min-width: 1280px) {
    .shipping-estimator .shipping-quotes {
      margin: 1.25vw 0 1.38889vw; } }

.estimator-form-label .form-label {
  padding-top: 15px;
  line-height: 1.4; }
  @media screen and (min-width: 1280px) {
    .estimator-form-label .form-label {
      padding-top: 1.04167vw; } }

.estimator-form-row {
  margin-bottom: 15px; }
  @media screen and (min-width: 1280px) {
    .estimator-form-row {
      margin-bottom: 1.04167vw; } }
  .estimator-form-row .estimator-form-input {
    margin-bottom: 0; }
  .estimator-form-row .shipping-quote {
    opacity: 0; }
    .estimator-form-row .shipping-quote:checked + .estimator-form-label-text::before {
      border-color: #ffcb05;
      background-color: black; }
  .estimator-form-row .estimator-form-label-text {
    position: relative;
    padding-left: 25px;
    margin: 0; }
    @media screen and (min-width: 1280px) {
      .estimator-form-row .estimator-form-label-text {
        padding-left: 1.73611vw; } }
    .estimator-form-row .estimator-form-label-text::before {
      content: " ";
      position: absolute;
      top: 2px;
      left: 0;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 5px solid white;
      background: white; }
      @media screen and (min-width: 1280px) {
        .estimator-form-row .estimator-form-label-text::before {
          top: 0.13889vw;
          width: 1.04167vw;
          height: 1.04167vw;
          border-width: 0.34722vw; } }

.estimator-form-input {
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .estimator-form-input {
      margin-bottom: 0.69444vw; } }

.cart-total-grandTotal {
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  padding-top: 13px;
  top: 0; }
  @media screen and (min-width: 1280px) {
    .cart-total-grandTotal {
      font-size: 1.38889vw;
      padding-top: 0.90278vw; } }

.cart-gift-certificate-form,
.coupon-form {
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .cart-gift-certificate-form,
    .coupon-form {
      margin-bottom: 1.38889vw; } }

.cart-actions {
  padding-right: 0; }
  .cart-actions .button, .cart-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cart-actions button {
    min-width: 250px; }
    @media screen and (min-width: 1280px) {
      .cart-actions .button, .cart-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cart-actions button {
        min-width: 17.36111vw; } }

.cart-additionalCheckoutButtons.cart-content-padding-right {
  margin-top: 10px;
  width: 250px;
  padding: 0; }
  @media screen and (min-width: 1280px) {
    .cart-additionalCheckoutButtons.cart-content-padding-right {
      margin-top: 0.69444vw;
      width: 17.36111vw; } }
  .cart-additionalCheckoutButtons.cart-content-padding-right .or-use-label {
    display: none; }

#CartEditProductFieldsForm .form-actions {
  margin-top: 30px; }
  @media screen and (min-width: 1280px) {
    #CartEditProductFieldsForm .form-actions {
      margin-top: 2.08333vw; } }

.socialLinks {
  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: 64px; }
  @media screen and (min-width: 1280px) {
    .socialLinks {
      margin-bottom: 4.44444vw; } }
  @media screen and (max-width: 1023px) {
    .socialLinks {
      -webkit-justify-content: center;
      justify-content: center;
      margin-bottom: 30px; } }
  .socialLinks .socialLinks-item {
    margin: 0 15px 0 0; }
    @media screen and (min-width: 1280px) {
      .socialLinks .socialLinks-item {
        margin-right: 1.04167vw; } }
    .socialLinks .socialLinks-item--pinterest {
      width: auto; }
  .socialLinks .icon {
    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: 40px;
    height: 40px;
    border: 1px solid #333333; }
    @media screen and (min-width: 1280px) {
      .socialLinks .icon {
        width: 2.77778vw;
        height: 2.77778vw; } }
    @media screen and (min-width: 1280px) {
      .socialLinks .icon:hover {
        background: #ffcb05;
        border-color: #ffcb05; } }
    .socialLinks .icon:hover svg {
      fill: black; }
      @media screen and (max-width: 1279px) {
        .socialLinks .icon:hover svg {
          fill: white; } }
    .socialLinks .icon svg {
      fill: white;
      width: 18px;
      height: 18px; }
      @media screen and (min-width: 1280px) {
        .socialLinks .icon svg {
          width: 1.25vw;
          height: 1.25vw; } }
    .socialLinks .icon--facebook svg {
      width: 9px; }
      @media screen and (min-width: 1280px) {
        .socialLinks .icon--facebook svg {
          width: 0.625vw; } }
    .socialLinks .icon--instagram svg {
      width: 15px;
      height: 15px; }
      @media screen and (min-width: 1280px) {
        .socialLinks .icon--instagram svg {
          width: 1.04167vw;
          height: 1.04167vw; } }
    .socialLinks .icon--youtube svg {
      width: 20px;
      height: 20px; }
      @media screen and (min-width: 1280px) {
        .socialLinks .icon--youtube svg {
          width: 1.38889vw;
          height: 1.38889vw; } }
    .socialLinks .icon--linkedin svg {
      width: 17px; }
      @media screen and (min-width: 1280px) {
        .socialLinks .icon--linkedin svg {
          width: 1.18056vw; } }

.socialLinks__link::after, .socialLinks__link::before {
  display: none !important; }

.dropdown-menu {
  font-size: 16px; }
  @media screen and (min-width: 1280px) {
    .dropdown-menu {
      font-size: 1.11111vw; } }

.template-product {
  background-color: white; }
  .template-product .fancybox-button--play,
  .template-product .fancybox-button--thumbs {
    display: none; }

.pdp-breadcrumbs {
  background: #eeeeee;
  padding: 10px 0 9px; }
  @media screen and (min-width: 1280px) {
    .pdp-breadcrumbs {
      padding: 0.69444vw 0 0.625vw; } }
  .pdp-breadcrumbs .breadcrumbs {
    position: static; }
  .pdp-breadcrumbs .breadcrumb:not(:first-child)::before {
    background: #8C8C8C; }
  .pdp-breadcrumbs .breadcrumb .breadcrumb-label {
    color: #8C8C8C; }
    @media screen and (min-width: 1280px) {
      .pdp-breadcrumbs .breadcrumb .breadcrumb-label:hover {
        color: #333333; } }
  .pdp-breadcrumbs .breadcrumb.is-active .breadcrumb-label {
    color: black; }

.productView {
  padding: 0;
  margin: 30px 0; }
  @media screen and (min-width: 1280px) {
    .productView {
      margin: 2.08333vw 0; } }
  @media screen and (max-width: 1023px) {
    .productView {
      margin-bottom: 80px; } }
  @media screen and (max-width: 767px) {
    .productView {
      margin-bottom: 50px; } }

.productView-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0; }
  @media screen and (max-width: 1023px) {
    .productView-wrap {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

/*--- [IMAGE] ---*/
.productView-images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 67.58%;
  padding: 0 105px 0 0;
  float: none;
  clear: both;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    .productView-images {
      padding-right: 7.29167vw; } }
  @media screen and (max-width: 1279px) {
    .productView-images {
      width: 60%;
      padding-right: 32px; } }
  @media screen and (max-width: 1023px) {
    .productView-images {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      width: 100%;
      padding: 0;
      margin-bottom: 40px; } }

.brand-productThumbnails {
  max-width: 117px;
  width: 100%;
  margin-right: 20px; }
  @media screen and (min-width: 1280px) {
    .brand-productThumbnails {
      max-width: 8.125vw;
      margin-right: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .brand-productThumbnails {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      max-width: 100%;
      order: 2;
      margin-right: 0; } }
  .brand-productThumbnails.single-img {
    display: none; }
  @media screen and (max-width: 767px) {
    .brand-productThumbnails .productView-brand-image {
      display: none; } }

.productView-thumbnails {
  margin: -5px 0; }
  @media screen and (min-width: 1280px) {
    .productView-thumbnails {
      margin: -0.34722vw 0; } }
  @media screen and (max-width: 767px) {
    .productView-thumbnails {
      margin: 0 -5px;
      max-width: 240px;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .productView-thumbnails:not(.slick-initialized) {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  @media screen and (max-width: 767px) {
    .productView-thumbnails.slick-slider {
      width: 100%;
      min-width: auto; } }
  .productView-thumbnails.lessThanFive .slick-list {
    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: 767px) {
      .productView-thumbnails.lessThanFive .slick-list {
        -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; } }
  .productView-thumbnails.hide-thumbnails {
    display: none; }
  .productView-thumbnails:not(.slick-initialized) .productView-thumbnail {
    width: 100%; }
    .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:not(:nth-child(-n + 5)) {
      display: none; }
  .productView-thumbnails .slick-list {
    margin: 0; }
  .productView-thumbnails .slick-slide {
    border: 0; }
  .productView-thumbnails img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    padding: 9px; }
    @media screen and (min-width: 1280px) {
      .productView-thumbnails img {
        padding: 0.625vw; } }

.productView-thumbnail {
  padding: 5px 0; }
  @media screen and (min-width: 768px) {
    .productView-thumbnail {
      width: 100%; } }
  @media screen and (min-width: 1280px) {
    .productView-thumbnail {
      padding: 0.34722vw 0; } }
  @media screen and (max-width: 767px) {
    .productView-thumbnail {
      padding: 0 5px; } }

.productView-thumbnail-link {
  padding: 0;
  border: 0;
  box-shadow: inset 0 0 0 0.5px #dddddd;
  height: auto;
  aspect-ratio: 1/1;
  max-width: 70px;
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .productView-thumbnail-link {
      max-width: 4.86111vw; } }
  @media screen and (max-width: 767px) {
    .productView-thumbnail-link {
      max-width: 100%; } }
  .productView-thumbnail-link.is-active {
    box-shadow: inset 0 0 0 1px black; }
  @media screen and (min-width: 1280px) {
    .productView-thumbnail-link:hover {
      box-shadow: inset 0 0 0 1px black; } }

.video-thumbnail-link {
  display: block;
  width: 70px;
  height: 70px;
  position: relative;
  margin-top: 10px; }
  @media screen and (min-width: 1280px) {
    .video-thumbnail-link {
      width: 4.86111vw;
      height: 4.86111vw;
      margin-top: 0.69444vw; } }
  @media screen and (max-width: 767px) {
    .video-thumbnail-link {
      margin-top: 0;
      margin-left: 5px; } }
  .video-thumbnail-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 767px) {
      .video-thumbnail-link::after {
        left: 5px; } }
  .video-thumbnail-link img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.video-thumbnail-text {
  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;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  color: white;
  text-align: center;
  text-transform: uppercase;
  z-index: 1; }
  @media screen and (min-width: 1280px) {
    .video-thumbnail-text {
      font-size: 0.69444vw; } }
  @media screen and (max-width: 767px) {
    .video-thumbnail-text {
      left: 5px; } }
  .video-thumbnail-text .icon {
    width: 10px;
    height: 12px;
    margin: 7px 0; }
    @media screen and (min-width: 1280px) {
      .video-thumbnail-text .icon {
        width: 0.69444vw;
        height: 0.83333vw;
        margin: 0.48611vw 0; } }
  .video-thumbnail-text svg {
    fill: white; }

.productView-brand-image {
  display: block;
  width: 100%;
  margin-bottom: 36px; }
  @media screen and (min-width: 1280px) {
    .productView-brand-image {
      margin-bottom: 2.5vw; } }
  @media screen and (max-width: 767px) {
    .productView-brand-image {
      max-width: 117px;
      margin-bottom: 10px; } }
  .productView-brand-image img {
    width: 100%;
    max-height: 117px;
    height: auto;
    object-fit: contain;
    object-position: left;
    filter: invert(1); }
    @media screen and (min-width: 1280px) {
      .productView-brand-image img {
        max-height: 8.125vw; } }

.productView-image-wrapper {
  max-width: 540px;
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .productView-image-wrapper {
      max-width: 37.5vw; } }
  @media screen and (max-width: 1023px) {
    .productView-image-wrapper {
      margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .productView-image-wrapper {
      max-width: 100%; } }
  @media screen and (max-width: 1023px) {
    .productView-image-wrapper .productView-image-list .productView-image {
      pointer-events: all; } }
  .productView-image-wrapper .productView-image-list .productView-image:not(:first-child) {
    display: none; }
  .productView-image-wrapper .productView-image-list .productView-image.slick-slide {
    display: block; }
  .productView-image-wrapper .productView-image-list .slick-arrow,
  .productView-image-wrapper .productView-image-list .slick-dots {
    display: none !important; }
  .productView-image-wrapper .productView-image-list .slick-list {
    margin-bottom: 0; }

.productView-img-container {
  max-width: 100%; }
  .productView-img-container img {
    aspect-ratio: 1/1;
    position: static; }
  .productView-img-container::after {
    display: none; }

.productView-details-wrap {
  width: calc(100% - 67.58%);
  padding-left: 105px; }
  @media screen and (min-width: 1280px) {
    .productView-details-wrap {
      padding-left: 7.29167vw; } }
  @media screen and (max-width: 1279px) {
    .productView-details-wrap {
      width: 40%;
      padding-left: 32px; } }
  @media screen and (max-width: 1023px) {
    .productView-details-wrap {
      width: 100%;
      padding-left: 0; } }

.productView-details {
  width: 100%;
  padding: 0;
  float: none;
  clear: both; }

/*--- [Details] ---*/
.productView-product {
  padding-bottom: 0; }

.productView-brand {
  font-size: 11px;
  font-weight: 600;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  line-height: 1.1;
  margin-bottom: 3px; }
  @media screen and (min-width: 1280px) {
    .productView-brand {
      font-size: 0.76389vw;
      margin-bottom: 0.20833vw; } }
  .productView-brand a:not(:hover) {
    color: #969ba0; }

.productView-title {
  font-size: 32px;
  margin-bottom: 12px;
  margin-top: 0; }
  @media screen and (min-width: 1280px) {
    .productView-title {
      font-size: 2.22222vw;
      margin-bottom: 0.83333vw; } }
  @media screen and (max-width: 1023px) {
    .productView-title {
      font-size: 26px; } }
  @media screen and (max-width: 767px) {
    .productView-title {
      font-size: 22px; } }

.price-rating-wrapper {
  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: 10px; }
  @media screen and (min-width: 1280px) {
    .price-rating-wrapper {
      margin-bottom: 0.69444vw; } }

.productView-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  color: black; }
  @media screen and (min-width: 1280px) {
    .productView-price {
      font-size: 1.25vw; } }
  @media screen and (max-width: 1023px) {
    .productView-price {
      font-size: 16px; } }

.productView-rating {
  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: 11px;
  color: #666666;
  margin-top: -2px; }
  @media screen and (min-width: 1280px) {
    .productView-rating {
      font-size: 0.76389vw; } }
  .productView-rating > span {
    font-size: 0;
    line-height: 0;
    margin-top: 1px; }
    @media screen and (min-width: 1280px) {
      .productView-rating > span {
        margin-top: 0.06944vw; } }
  .productView-rating .icon {
    width: 12px;
    height: 12px;
    margin-right: 3px; }
    @media screen and (min-width: 1280px) {
      .productView-rating .icon {
        width: 0.83333vw;
        height: 0.83333vw;
        margin-right: 0.20833vw; } }
    .productView-rating .icon:last-child {
      margin-right: 5px; }
      @media screen and (min-width: 1280px) {
        .productView-rating .icon:last-child {
          margin-right: 0.34722vw; } }
  .productView-rating a {
    color: #666666; }
    .productView-rating a:hover {
      text-decoration: none; }
      @media screen and (min-width: 1280px) {
        .productView-rating a:hover {
          color: #ffcb05; } }

.productView-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 18px; }
  @media screen and (min-width: 1280px) {
    .productView-info {
      margin-bottom: 1.25vw; } }
  .productView-info > :first-child {
    margin-top: 0; }

.productView-info-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative; }
  .productView-info-row + .productView-info-row {
    padding-left: 10px;
    margin-left: 8px; }
    @media screen and (min-width: 1280px) {
      .productView-info-row + .productView-info-row {
        padding-left: 0.69444vw;
        margin-left: 0.55556vw; } }
    .productView-info-row + .productView-info-row::before {
      content: "";
      position: absolute;
      top: 2px;
      left: 0;
      width: 1px;
      height: 10px;
      background-color: #dddddd; }
      @media screen and (min-width: 1280px) {
        .productView-info-row + .productView-info-row::before {
          top: 0.13889vw;
          height: 0.69444vw; } }

.productView-info-name {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-right: 2px; }
  @media screen and (min-width: 1280px) {
    .productView-info-name {
      margin-right: 0.13889vw; } }

.productView-info-name,
.productView-info-value {
  font-size: 11px;
  font-weight: 600;
  color: #666666;
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    .productView-info-name,
    .productView-info-value {
      font-size: 0.76389vw; } }

.form-wishlist {
  width: 100%;
  margin: 0; }
  @media screen and (max-width: 1023px) {
    .form-wishlist {
      padding-left: 0;
      padding-right: 0; } }
  .form-wishlist .button, .form-wishlist #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-wishlist button {
    width: 100%;
    margin: 0; }
    .form-wishlist .button .icon, .form-wishlist #consent-manager .css-1wn42nw button .icon, #consent-manager .css-1wn42nw .form-wishlist button .icon {
      float: none;
      width: 14px;
      height: 12px;
      margin: -3px 7px 0 0; }
      @media screen and (min-width: 1280px) {
        .form-wishlist .button .icon, .form-wishlist #consent-manager .css-1wn42nw button .icon, #consent-manager .css-1wn42nw .form-wishlist button .icon {
          width: 0.97222vw;
          height: 0.83333vw;
          margin: -0.20833vw 0.48611vw 0 0; } }

.buyNow-section {
  position: relative;
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .buyNow-section {
      margin-bottom: 0.69444vw; } }

.buyNow-btn {
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .buyNow-btn:hover svg {
      fill: black; } }
  .buyNow-btn.buyNow-open {
    color: black;
    border-color: black;
    background: white; }
    .buyNow-btn.buyNow-open svg {
      fill: black;
      transform: rotate(180deg); }
  .buyNow-btn .icon {
    width: 10px;
    height: 6px;
    margin-left: 6px;
    margin-top: -2px; }
    @media screen and (min-width: 1280px) {
      .buyNow-btn .icon {
        width: 0.69444vw;
        height: 0.41667vw;
        margin-left: 0.41667vw;
        margin-top: -0.13889vw; } }
  .buyNow-btn svg {
    fill: white; }

.buy-now-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 1;
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .buy-now-dropdown {
      top: calc(100% + 0.41667vw); } }
  .buy-now-dropdown .add-to-cart-buttons {
    margin: 0;
    padding: 0;
    width: 100%; }
  .buy-now-dropdown .button, .buy-now-dropdown #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .buy-now-dropdown button {
    width: 100%; }
    .buy-now-dropdown .button + .button, .buy-now-dropdown #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .buy-now-dropdown button + .button, .buy-now-dropdown #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .buy-now-dropdown .button + button, .buy-now-dropdown #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .buy-now-dropdown button + button {
      margin-left: 0; }

.cart-btn {
  border-color: #ffcb05;
  background: #ffcb05; }
  @media screen and (min-width: 1280px) {
    .cart-btn:hover {
      color: white;
      background: black;
      border-color: black; } }
  @media screen and (max-width: 1279px) {
    .cart-btn:hover {
      border-color: #ffcb05;
      background: #ffcb05; } }
  .cart-btn:hover:active, .cart-btn:hover:focus {
    color: black;
    border-color: #ffcb05;
    background: #ffcb05; }
  .cart-btn:active, .cart-btn:focus {
    border-color: #ffcb05;
    background: #ffcb05; }

.dealer-btn {
  color: white;
  background: #2D2D2D;
  border-color: #2D2D2D; }
  @media screen and (max-width: 1279px) {
    .dealer-btn:hover {
      color: white;
      background: #2D2D2D;
      border-color: #2D2D2D; } }
  @media screen and (min-width: 1280px) {
    .dealer-btn:hover:focus, .dealer-btn:hover:active {
      color: black; } }
  @media screen and (max-width: 1279px) {
    .dealer-btn:hover:focus, .dealer-btn:hover:active {
      color: white;
      background: #2D2D2D;
      border-color: #2D2D2D; } }
  .dealer-btn:focus, .dealer-btn:active {
    color: white;
    background: #2D2D2D;
    border-color: #2D2D2D; }

#wishlist-dropdown.is-open {
  background-color: black;
  padding-right: 0;
  margin-bottom: 0;
  margin-top: 6px; }
  @media screen and (min-width: 1280px) {
    #wishlist-dropdown.is-open {
      margin-top: 0.41667vw; } }
  #wishlist-dropdown.is-open .button, #wishlist-dropdown.is-open #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw #wishlist-dropdown.is-open button {
    background: black;
    border-color: black;
    color: white; }
    @media screen and (min-width: 1280px) {
      #wishlist-dropdown.is-open .button:hover, #wishlist-dropdown.is-open #consent-manager .css-1wn42nw button:hover, #consent-manager .css-1wn42nw #wishlist-dropdown.is-open button:hover {
        color: black;
        border-color: #ffcb05;
        background-color: #ffcb05; } }

#wishlist-dropdown li {
  margin-bottom: 0; }

.product-warning {
  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: 12px;
  line-height: 1.3;
  background: #f4f4f4;
  padding: 10px 28px 10px 14px;
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .product-warning {
      font-size: 0.83333vw;
      padding: 0.69444vw 1.94444vw 0.69444vw 0.97222vw;
      margin-bottom: 0.69444vw; } }
  .product-warning .warning-image {
    width: 25px;
    height: 25px;
    margin-right: 16px;
    position: relative; }
    @media screen and (min-width: 1280px) {
      .product-warning .warning-image {
        width: 1.73611vw;
        height: 1.73611vw;
        margin-right: 1.11111vw; } }
    .product-warning .warning-image::after {
      content: "";
      position: absolute;
      top: -3px;
      right: -16px;
      width: 1px;
      height: 30px;
      background: rgba(0, 0, 0, 0.11); }
      @media screen and (min-width: 1280px) {
        .product-warning .warning-image::after {
          top: -0.20833vw;
          right: -1.11111vw;
          height: 2.08333vw; } }
    .product-warning .warning-image img {
      width: 100%;
      height: 100%;
      aspect-ratio: 1/1;
      object-fit: contain; }
  .product-warning .icon {
    width: 21px;
    height: 21px;
    margin-right: 18px; }
    @media screen and (min-width: 1280px) {
      .product-warning .icon {
        width: 1.45833vw;
        height: 1.45833vw;
        margin-right: 1.25vw; } }
    .product-warning .icon::after {
      top: -4px; }
      @media screen and (min-width: 1280px) {
        .product-warning .icon::after {
          top: -0.27778vw; } }
  .product-warning p {
    position: relative;
    padding-left: 17px;
    width: calc(100% - 40px);
    color: black;
    margin-top: 3px; }
    @media screen and (min-width: 1280px) {
      .product-warning p {
        width: calc(100% - 2.77778vw);
        margin-top: 0.20833vw;
        padding-left: 1.18056vw; } }
  .product-warning a {
    color: black;
    text-decoration: underline; }
    @media screen and (min-width: 1280px) {
      .product-warning a:hover {
        color: #ffcb05; } }

.shipping-warning {
  background: #fff7e6;
  padding-left: 16px; }
  @media screen and (min-width: 1280px) {
    .shipping-warning {
      padding-left: 1.11111vw; } }

.warranty-banner {
  border-top: 1px solid #bbbbbb; }
  .warranty-banner:has(.warranty-banner-inner) {
    background-color: #ffcb05;
    border: 0; }

.warranty-banner-inner {
  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;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: black;
  padding: 12px 0 10px; }
  @media screen and (min-width: 1280px) {
    .warranty-banner-inner {
      font-size: 0.83333vw;
      padding: 0.83333vw 0 0.69444vw; } }
  @media screen and (max-width: 767px) {
    .warranty-banner-inner {
      flex-direction: column;
      -webkit-flex-direction: column;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .warranty-banner-inner span {
      margin-bottom: 6px; } }
  .warranty-banner-inner .icon {
    width: 15px;
    height: 17px;
    margin-top: -1px;
    margin-right: 12px; }
    @media screen and (min-width: 1280px) {
      .warranty-banner-inner .icon {
        width: 1.04167vw;
        height: 1.18056vw;
        margin-right: 0.83333vw; } }
    @media screen and (max-width: 767px) {
      .warranty-banner-inner .icon {
        margin-right: 8px; } }
  .warranty-banner-inner .warranty-link {
    display: inline-block;
    color: black;
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
    text-decoration: underline; }
    @media screen and (min-width: 1280px) {
      .warranty-banner-inner .warranty-link {
        padding-left: 1.38889vw;
        margin-left: 1.38889vw; } }
    @media screen and (max-width: 767px) {
      .warranty-banner-inner .warranty-link {
        padding-left: 0;
        margin-left: 0; } }
    @media screen and (min-width: 1280px) {
      .warranty-banner-inner .warranty-link:hover {
        color: #666666; } }
    .warranty-banner-inner .warranty-link::before {
      content: "";
      position: absolute;
      top: 1px;
      left: 0;
      width: 1px;
      height: 14px;
      background: rgba(0, 0, 0, 0.33); }
      @media screen and (min-width: 1280px) {
        .warranty-banner-inner .warranty-link::before {
          height: 0.97222vw; } }
      @media screen and (max-width: 767px) {
        .warranty-banner-inner .warranty-link::before {
          display: none; } }

/*--- [Tab] ---*/
.pdp-tab-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.tab-title-main {
  max-width: 240px;
  width: 100%;
  margin-right: 20px; }
  @media screen and (min-width: 1280px) {
    .tab-title-main {
      max-width: 16.66667vw;
      margin-right: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .tab-title-main {
      display: none; } }

.pdp-tab-title {
  line-height: 1;
  color: #b3b3b3;
  padding-left: 25px;
  position: relative;
  margin-bottom: 19px;
  cursor: pointer;
  transition: all 0.3s ease; }
  @media screen and (min-width: 1280px) {
    .pdp-tab-title {
      padding-left: 1.73611vw;
      margin-bottom: 1.31944vw; } }
  @media screen and (max-width: 1279px) {
    .pdp-tab-title {
      padding-left: 12px; } }
  @media screen and (min-width: 1280px) {
    .pdp-tab-title:hover {
      color: black; } }
  .pdp-tab-title.active-tab {
    color: black; }
    .pdp-tab-title.active-tab::before {
      content: "";
      position: absolute;
      top: 3px;
      left: 0;
      width: 4px;
      height: 30px;
      background: #ffcb05; }
      @media screen and (min-width: 1280px) {
        .pdp-tab-title.active-tab::before {
          top: 0.20833vw;
          width: 0.27778vw;
          height: 2.08333vw; } }

.pdp-tab-title-mb {
  display: none;
  margin-bottom: 0;
  color: #b3b3b3; }
  @media screen and (max-width: 1023px) {
    .pdp-tab-title-mb {
      display: block;
      padding: 13px 30px 16px 0;
      position: relative; }
      .pdp-tab-title-mb::after {
        content: " ";
        position: absolute;
        width: 14px;
        height: 14px;
        top: 21px;
        right: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='%23b3b3b3'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 -1.0411e-06L8 14L6 14L6 -9.53674e-07L8 -1.0411e-06Z' fill='%23b3b3b3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 8L0 8L0 6L14 6V8Z' fill='%23b3b3b3'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
        transform-origin: center;
        transition: all 0.3s ease; } }
    @media screen and (max-width: 1023px) and (max-width: 767px) {
      .pdp-tab-title-mb::after {
        top: 19px; } }
  .pdp-tab-title-mb.active {
    color: black; }
    .pdp-tab-title-mb.active::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='2' viewBox='0 0 14 2' fill='%23000000'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 2L0 2L0 0L14 0V2Z' fill='%23000000'/%3E%3C/svg%3E"); }

.tab-content-main {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  color: black; }
  @media screen and (min-width: 1280px) {
    .tab-content-main {
      max-width: 55.55556vw; } }
  @media screen and (max-width: 1023px) {
    .tab-content-main {
      width: 100%; } }

.pdp-tab-content {
  font-size: 18px;
  line-height: 1.5;
  display: none; }
  @media screen and (min-width: 1280px) {
    .pdp-tab-content {
      font-size: 1.25vw; } }
  @media screen and (max-width: 1023px) {
    .pdp-tab-content {
      font-size: 16px;
      line-height: 1.4;
      display: block;
      border-bottom: 1px solid #bbbbbb; } }
  @media screen and (max-width: 767px) {
    .pdp-tab-content {
      font-size: 13px; } }
  .pdp-tab-content.active-tab-content {
    display: block; }
  @media screen and (max-width: 1023px) {
    .pdp-tab-content:not(:first-child) .content-inner {
      display: none; } }
  @media screen and (max-width: 1023px) {
    .pdp-tab-content .content-inner {
      margin: 8px 0 40px; } }

.specifications-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  line-height: 1.4;
  padding: 12px 20px 11px; }
  @media screen and (min-width: 1280px) {
    .specifications-row {
      font-size: 1.11111vw;
      padding: 0.83333vw 1.38889vw 0.76389vw; } }
  @media screen and (max-width: 767px) {
    .specifications-row {
      font-size: 13px;
      padding: 10px 10px 9px; } }
  .specifications-row:first-child {
    padding-top: 0; }
  .specifications-row:nth-child(even) {
    background: #eeeeee; }
  @media screen and (max-width: 1023px) {
    .specifications-row:nth-child(odd):last-child {
      padding-bottom: 0; } }

.specifications-name {
  font-weight: 600;
  max-width: 180px;
  width: 100%;
  margin-right: 10px; }
  @media screen and (min-width: 1280px) {
    .specifications-name {
      max-width: 12.5vw;
      margin-right: 0.69444vw; } }
  @media screen and (max-width: 1023px) {
    .specifications-name {
      max-width: 100px; } }
  @media screen and (max-width: 767px) {
    .specifications-name {
      max-width: 80px; } }

.detail-wrapper .detail-row {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 12px 20px 11px; }
  @media screen and (min-width: 1280px) {
    .detail-wrapper .detail-row {
      font-size: 1.11111vw;
      padding: 0.83333vw 1.38889vw 0.76389vw; } }
  @media screen and (max-width: 767px) {
    .detail-wrapper .detail-row {
      font-size: 13px;
      padding: 10px 10px 9px; } }
  .detail-wrapper .detail-row:nth-child(odd) {
    background: #eeeeee; }
  @media screen and (max-width: 1023px) {
    .detail-wrapper .detail-row:nth-child(even):last-child {
      padding-bottom: 0; } }

.videoGallery-main.videoGallery-main {
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .videoGallery-main.videoGallery-main {
      margin-bottom: 0.69444vw; } }

.videoGallery {
  border: 0; }
  .videoGallery:last-child {
    margin-bottom: 0; }

.videoGallery-list {
  margin: 0 -5px; }
  @media screen and (min-width: 1280px) {
    .videoGallery-list {
      margin: 0 -0.34722vw; } }

.videoGallery-item {
  padding: 0 5px;
  width: 33.33%;
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .videoGallery-item {
      padding: 0 0.34722vw;
      margin-bottom: 0.69444vw; } }
  .videoGallery-item .video {
    margin-bottom: 0;
    opacity: 1; }
    .videoGallery-item .video.is-active {
      opacity: 0.5; }
  .videoGallery-item:nth-last-child(-n + 3) {
    margin-bottom: 0; }

.video-figure {
  margin: 0;
  width: 100%; }
  .video-figure > img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 130 / 73; }

.pdp-warning {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #eeeeee;
  padding: 40px 65px 40px 40px; }
  @media screen and (min-width: 1280px) {
    .pdp-warning {
      padding: 2.77778vw 2.43056vw 2.77778vw 2.77778vw; } }
  @media screen and (max-width: 1023px) {
    .pdp-warning {
      padding: 30px; } }
  @media screen and (max-width: 767px) {
    .pdp-warning {
      padding: 20px; } }
  .pdp-warning .icon {
    width: 25px;
    height: 25px;
    margin-right: 16px; }
    @media screen and (min-width: 1280px) {
      .pdp-warning .icon {
        width: 1.73611vw;
        height: 1.73611vw;
        margin-right: 1.11111vw; } }
    @media screen and (max-width: 767px) {
      .pdp-warning .icon {
        width: 20px;
        height: 20px;
        margin-right: 10px; } }
  .pdp-warning p {
    width: calc(100% - 41px); }
    @media screen and (min-width: 1280px) {
      .pdp-warning p {
        width: calc(100% - 2.84722vw); } }
  .pdp-warning a {
    color: black;
    text-decoration: underline; }
    @media screen and (min-width: 1280px) {
      .pdp-warning a:hover {
        color: #ffcb05; } }
  .pdp-warning b {
    font-weight: 600; }

.downloads-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.downloads-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(50% - 98px);
  font-size: 13px;
  font-weight: 600;
  background: #eeeeee;
  margin-bottom: 30px;
  margin-right: 98px;
  color: black;
  height: 100%; }
  @media screen and (min-width: 1280px) {
    .downloads-item {
      font-size: 0.90278vw;
      width: calc(50% - 6.80556vw);
      margin-bottom: 2.08333vw;
      margin-right: 6.80556vw; } }
  .downloads-item:hover {
    color: black; }
    @media screen and (min-width: 1280px) {
      .downloads-item:hover {
        text-decoration: none;
        background-color: #ffcb05; }
        .downloads-item:hover .icon {
          background: black; }
          .downloads-item:hover .icon svg {
            fill: white; } }
  .downloads-item:focus {
    color: inherit; }
  @media screen and (max-width: 767px) {
    .downloads-item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 12px; } }
  .downloads-item:last-child {
    margin-bottom: 0; }
  .downloads-item .icon {
    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: 40px;
    height: 40px;
    background-color: #ffcb05; }
    @media screen and (min-width: 1280px) {
      .downloads-item .icon {
        width: 2.77778vw;
        height: 2.77778vw; } }
    @media screen and (max-width: 767px) {
      .downloads-item .icon {
        width: 34px;
        height: 34px; } }
    .downloads-item .icon svg {
      width: 12px;
      height: 15px;
      fill: black; }
      @media screen and (min-width: 1280px) {
        .downloads-item .icon svg {
          width: 0.83333vw;
          height: 1.04167vw; } }
      @media screen and (max-width: 767px) {
        .downloads-item .icon svg {
          width: 10px;
          height: 13px; } }
  .downloads-item span {
    width: calc(100% - 40px);
    padding: 10px 15px; }
    @media screen and (min-width: 1280px) {
      .downloads-item span {
        width: calc(100% - 2.77778vw);
        padding: 0.69444vw 1.04167vw; } }
    @media screen and (max-width: 767px) {
      .downloads-item span {
        padding: 8px 12px; } }

/*--- [Related Products] ---*/
.related-products-section {
  margin-bottom: 0;
  background: #eeeeee; }
  .related-products-section + .explore-more-section {
    padding-top: 0; }

/*--- [Explore More] ---*/
.explore-more-section {
  background: #eeeeee;
  overflow: hidden; }
  .explore-more-section:last-child {
    margin-bottom: 0; }
  .explore-more-section .section-heading {
    text-align: center;
    margin-bottom: 38px; }
    @media screen and (min-width: 1280px) {
      .explore-more-section .section-heading {
        margin-bottom: 2.63889vw; } }
    @media screen and (max-width: 767px) {
      .explore-more-section .section-heading {
        margin-bottom: 28px; } }

.explore-more-slider {
  margin: 0 -6px; }
  @media screen and (min-width: 1280px) {
    .explore-more-slider {
      margin: 0 -0.41667vw; } }
  @media screen and (max-width: 767px) {
    .explore-more-slider {
      margin: 0 -5px; } }
  .explore-more-slider:not(.slick-initialized) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .explore-more-slider .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .explore-more-slider.slick-initialized {
    width: auto; }
    .explore-more-slider.slick-initialized .explore-more-slide {
      display: block; }

.explore-more-slide {
  width: 20%;
  padding: 0 6px; }
  @media screen and (min-width: 1280px) {
    .explore-more-slide {
      padding: 0 0.41667vw; } }
  @media screen and (max-width: 1023px) {
    .explore-more-slide {
      width: 33.33%; } }
  @media screen and (max-width: 767px) {
    .explore-more-slide {
      width: 50%;
      padding: 0 5px; } }
  .explore-more-slide:not(:nth-child(-n + 4)) {
    display: none; }
  @media screen and (max-width: 1023px) {
    .explore-more-slide:not(:nth-child(-n +2)) {
      display: none; } }
  @media screen and (max-width: 767px) {
    .explore-more-slide:not(:nth-child(-n + 2)) {
      display: none; } }
  .explore-more-slide img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover; }

/*--- [Reviews] ---*/
.reviews-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -35px; }
  @media screen and (min-width: 1280px) {
    .reviews-inner {
      margin: 0 -2.43056vw; } }
  @media screen and (max-width: 1279px) {
    .reviews-inner {
      margin: 0 -15px; } }
  @media screen and (max-width: 1023px) {
    .reviews-inner {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin: 0; } }
  .reviews-inner .section-heading {
    margin-bottom: 35px; }
    @media screen and (min-width: 1280px) {
      .reviews-inner .section-heading {
        margin-bottom: 2.43056vw; } }
    @media screen and (max-width: 767px) {
      .reviews-inner .section-heading {
        margin-bottom: 27px; } }
  .reviews-inner .pagination-list {
    margin: 6px 0 34px;
    padding: 0; }
    @media screen and (min-width: 1280px) {
      .reviews-inner .pagination-list {
        margin: 0.41667vw 0 2.36111vw; } }
    @media screen and (max-width: 767px) {
      .reviews-inner .pagination-list {
        margin-top: 2px;
        margin-bottom: 26px; } }
    .reviews-inner .pagination-list .pagination-item--previous,
    .reviews-inner .pagination-list .pagination-item--next {
      position: static;
      margin-bottom: 0; }
      .reviews-inner .pagination-list .pagination-item--previous .icon svg,
      .reviews-inner .pagination-list .pagination-item--next .icon svg {
        fill: black; }

.all-reviews-main {
  width: 66.3%;
  padding: 0 35px; }
  @media screen and (min-width: 1280px) {
    .all-reviews-main {
      padding: 0 2.43056vw; } }
  @media screen and (max-width: 1279px) {
    .all-reviews-main {
      padding: 0 15px;
      width: 64%; } }
  @media screen and (max-width: 1023px) {
    .all-reviews-main {
      width: 100%;
      padding: 0;
      margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .all-reviews-main {
      margin-bottom: 28px; } }

.productReviews-list {
  margin: 0; }

.productReview {
  font-size: 16px;
  width: 100%;
  color: black;
  padding: 0;
  padding-bottom: 34px;
  border-bottom: 0.5px solid #dddddd;
  margin-bottom: 35px; }
  @media screen and (min-width: 1280px) {
    .productReview {
      font-size: 1.11111vw;
      padding-bottom: 2.36111vw;
      margin-bottom: 2.43056vw; } }
  @media screen and (max-width: 767px) {
    .productReview {
      font-size: 13px;
      padding-bottom: 24px;
      margin-bottom: 26px; } }

.productReview-rating {
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .productReview-rating {
      margin-bottom: 0.69444vw; } }

.review-title-author {
  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: 12px; }
  @media screen and (min-width: 1280px) {
    .review-title-author {
      margin-bottom: 0.83333vw; } }
  @media screen and (max-width: 767px) {
    .review-title-author {
      display: block; } }

.productReview-title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  text-transform: capitalize; }
  @media screen and (min-width: 1280px) {
    .productReview-title {
      font-size: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .productReview-title {
      font-size: 16px;
      margin-bottom: 6px; } }

.productReview-author {
  font-size: 13px;
  color: #888888; }
  @media screen and (min-width: 1024px) {
    .productReview-author {
      white-space: nowrap; } }
  @media screen and (min-width: 1280px) {
    .productReview-author {
      font-size: 0.90278vw; } }

.first-reviews-main {
  width: calc(100% - 66.3%);
  padding: 0 35px;
  height: 100%; }
  @media screen and (min-width: 1280px) {
    .first-reviews-main {
      padding: 0 2.43056vw; } }
  @media screen and (max-width: 1279px) {
    .first-reviews-main {
      width: 46%; } }
  @media screen and (max-width: 1023px) {
    .first-reviews-main {
      width: 100%;
      padding: 0; } }

.first-reviews-inner {
  background-color: black;
  color: white;
  padding: 51px 36px 50px; }
  @media screen and (min-width: 1280px) {
    .first-reviews-inner {
      padding: 3.54167vw 2.5vw 3.47222vw; } }
  @media screen and (max-width: 1279px) {
    .first-reviews-inner {
      padding-left: 25px;
      padding-right: 25px; } }
  @media screen and (max-width: 767px) {
    .first-reviews-inner {
      padding: 30px 20px; } }
  .first-reviews-inner h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: white;
    margin-bottom: 19px;
    text-transform: capitalize; }
    @media screen and (min-width: 1280px) {
      .first-reviews-inner h5 {
        font-size: 1.38889vw;
        margin-bottom: 1.31944vw; } }
    @media screen and (max-width: 767px) {
      .first-reviews-inner h5 {
        font-size: 16px;
        margin-bottom: 16px; } }

.first-reviews-rating {
  margin-bottom: 19px; }
  @media screen and (min-width: 1280px) {
    .first-reviews-rating {
      margin-bottom: 1.31944vw; } }
  .first-reviews-rating .icon {
    width: 18px;
    height: 18px;
    margin-right: 1px; }
    @media screen and (min-width: 1280px) {
      .first-reviews-rating .icon {
        width: 1.25vw;
        height: 1.25vw; } }
    @media screen and (max-width: 767px) {
      .first-reviews-rating .icon {
        width: 16px;
        height: 16px; } }

.first-reviews-text {
  font-size: 18px;
  line-height: 1.29;
  text-transform: none;
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .first-reviews-text {
      font-size: 1.25vw;
      margin-bottom: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .first-reviews-text {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .first-reviews-text {
      font-size: 13px; } }

.first-reviews-author {
  font-weight: 500;
  color: #C7C7C7; }

.productView-reviewLink {
  margin-top: 6px; }
  @media screen and (min-width: 1280px) {
    .productView-reviewLink:hover {
      color: black; } }
  @media screen and (min-width: 1280px) {
    .productView-reviewLink {
      margin-top: 0.41667vw; } }
  @media screen and (max-width: 1023px) {
    .productView-reviewLink {
      margin-top: 2px; } }

/*--- [OPTIONS] ---*/
.product-warnings + .product-options {
  content: " "; }
  .product-warnings + .product-options div[data-product-option-change]:has(.form-field) {
    margin-top: 12px; }
    @media screen and (min-width: 1280px) {
      .product-warnings + .product-options div[data-product-option-change]:has(.form-field) {
        margin-top: 0.83333vw; } }

.productView-options {
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .productView-options {
      text-align: left; } }

.productView-options .form-field,
#CartEditProductFieldsForm .form-field {
  margin-bottom: 18px; }
  @media screen and (min-width: 1280px) {
    .productView-options .form-field,
    #CartEditProductFieldsForm .form-field {
      margin-bottom: 1.25vw; } }
  .productView-options .form-field[data-product-attribute="set-rectangle"],
  #CartEditProductFieldsForm .form-field[data-product-attribute="set-rectangle"] {
    margin-bottom: 13px; }
    @media screen and (min-width: 1280px) {
      .productView-options .form-field[data-product-attribute="set-rectangle"],
      #CartEditProductFieldsForm .form-field[data-product-attribute="set-rectangle"] {
        margin-bottom: 0.90278vw; } }
    .productView-options .form-field[data-product-attribute="set-rectangle"] .form-option-variant,
    #CartEditProductFieldsForm .form-field[data-product-attribute="set-rectangle"] .form-option-variant {
      padding: 10px 15px; }
      @media screen and (min-width: 1280px) {
        .productView-options .form-field[data-product-attribute="set-rectangle"] .form-option-variant,
        #CartEditProductFieldsForm .form-field[data-product-attribute="set-rectangle"] .form-option-variant {
          padding: 0.69444vw 1.04167vw; } }
      @media screen and (max-width: 767px) {
        .productView-options .form-field[data-product-attribute="set-rectangle"] .form-option-variant,
        #CartEditProductFieldsForm .form-field[data-product-attribute="set-rectangle"] .form-option-variant {
          padding: 8px 12px; } }
  .productView-options .form-field[data-product-attribute="set-radio"], .productView-options .form-field[data-product-attribute="input-checkbox"],
  #CartEditProductFieldsForm .form-field[data-product-attribute="set-radio"],
  #CartEditProductFieldsForm .form-field[data-product-attribute="input-checkbox"] {
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .productView-options .form-field[data-product-attribute="set-radio"], .productView-options .form-field[data-product-attribute="input-checkbox"],
      #CartEditProductFieldsForm .form-field[data-product-attribute="set-radio"],
      #CartEditProductFieldsForm .form-field[data-product-attribute="input-checkbox"] {
        margin-bottom: 1.38889vw; } }
  .productView-options .form-field[data-product-attribute="swatch"],
  #CartEditProductFieldsForm .form-field[data-product-attribute="swatch"] {
    margin-bottom: 13px; }
    @media screen and (min-width: 1280px) {
      .productView-options .form-field[data-product-attribute="swatch"],
      #CartEditProductFieldsForm .form-field[data-product-attribute="swatch"] {
        margin-bottom: 0.90278vw; } }

.productView-options div[data-product-option-change]:has(.form-field),
#CartEditProductFieldsForm div[data-product-option-change]:has(.form-field) {
  margin: 0px 0 27px; }
  @media screen and (min-width: 1280px) {
    .productView-options div[data-product-option-change]:has(.form-field),
    #CartEditProductFieldsForm div[data-product-option-change]:has(.form-field) {
      margin: 0 0 1.875vw; } }

.productView-options .form-option-variant--none,
#CartEditProductFieldsForm .form-option-variant--none {
  padding: 10px 15px;
  height: auto;
  box-shadow: none; }
  @media screen and (min-width: 1280px) {
    .productView-options .form-option-variant--none,
    #CartEditProductFieldsForm .form-option-variant--none {
      padding: 0.69444vw 1.04167vw; } }
  @media screen and (max-width: 767px) {
    .productView-options .form-option-variant--none,
    #CartEditProductFieldsForm .form-option-variant--none {
      padding: 8px 12px; } }

.productView-options .form-option-variant--color,
.productView-options .form-option-variant--pattern,
#CartEditProductFieldsForm .form-option-variant--color,
#CartEditProductFieldsForm .form-option-variant--pattern {
  width: 34px;
  height: 34px; }
  @media screen and (min-width: 1280px) {
    .productView-options .form-option-variant--color,
    .productView-options .form-option-variant--pattern,
    #CartEditProductFieldsForm .form-option-variant--color,
    #CartEditProductFieldsForm .form-option-variant--pattern {
      width: 2.36111vw;
      height: 2.36111vw; } }
  @media screen and (max-width: 767px) {
    .productView-options .form-option-variant--color,
    .productView-options .form-option-variant--pattern,
    #CartEditProductFieldsForm .form-option-variant--color,
    #CartEditProductFieldsForm .form-option-variant--pattern {
      width: 30px;
      height: 30px; } }

.productView-options .form-field > .form-radio + .form-label,
#CartEditProductFieldsForm .form-field > .form-radio + .form-label {
  display: block; }

.productView-options .form-radio:checked + .form-option,
#CartEditProductFieldsForm .form-radio:checked + .form-option {
  box-shadow: none;
  border-color: #ffcb05; }

.form-option-variant {
  font-size: 10px; }
  @media screen and (min-width: 1280px) {
    .form-option-variant {
      font-size: 0.69444vw; } }

.form-option {
  margin: 0 5px 5px 0; }
  @media screen and (min-width: 1280px) {
    .form-option {
      margin: 0 0.34722vw 0.34722vw 0; } }

.related-articles {
  background-color: black;
  overflow: hidden; }
  @media screen and (max-width: 1023px) {
    .related-articles .container {
      padding: 0; } }
  .related-articles .section-heading {
    color: white;
    text-align: center;
    margin-bottom: 46px; }
    @media screen and (min-width: 1280px) {
      .related-articles .section-heading {
        margin-bottom: 3.19444vw; } }
    @media screen and (max-width: 767px) {
      .related-articles .section-heading {
        margin-bottom: 28px; } }
  .related-articles .blogs-list {
    margin-bottom: 0; }
    @media screen and (max-width: 1023px) {
      .related-articles .blogs-list.slick-initialized {
        width: auto; } }
    .related-articles .blogs-list .slick-list {
      width: 100%; }
    .related-articles .blogs-list .blog {
      margin-bottom: 0; }
  .related-articles .loadingOverlay {
    background: black; }
  .related-articles p {
    text-align: center;
    color: white; }

#InStockNotifyForm {
  margin-top: 18px;
  margin-bottom: 18px !important; }
  @media screen and (min-width: 1280px) {
    #InStockNotifyForm {
      margin-top: 1.25vw;
      margin-bottom: 1.25vw !important; } }

#InStockNotifyEmailAddress {
  width: 100% !important;
  margin-top: 0 !important; }

#InStockNotifyOutOfStock label {
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 6px; }
  @media screen and (min-width: 1280px) {
    #InStockNotifyOutOfStock label {
      font-size: 0.69444vw;
      margin-bottom: 0.41667vw; } }

#InStockNotifyMarketingOptIn {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute; }
  #InStockNotifyMarketingOptIn:checked + #InStockNotifyMarketingOptInLabel:after {
    opacity: 1; }
  #InStockNotifyMarketingOptIn:checked + #InStockNotifyMarketingOptInLabel:before {
    background: #ffcb05; }

#InStockNotifyMarketingOptInLabel {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: none;
  padding-left: 25px;
  margin-bottom: 8px;
  cursor: pointer;
  width: fit-content;
  position: relative;
  margin-left: 0 !important; }
  @media screen and (min-width: 1280px) {
    #InStockNotifyMarketingOptInLabel {
      font-size: 0.83333vw;
      padding-left: 1.73611vw;
      margin-bottom: 0.55556vw; } }
  #InStockNotifyMarketingOptInLabel::before {
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #eeeeee; }
    @media screen and (min-width: 1280px) {
      #InStockNotifyMarketingOptInLabel::before {
        width: 1.04167vw;
        height: 1.04167vw; } }
  #InStockNotifyMarketingOptInLabel::before, #InStockNotifyMarketingOptInLabel::after {
    content: "";
    position: absolute;
    font-size: 0;
    line-height: 0; }
  #InStockNotifyMarketingOptInLabel::after {
    left: 3px;
    top: 3px;
    width: 9px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.96973 0.969666L8.03039 2.03033L3.50006 6.56066L0.969727 4.03033L2.03039 2.96967L3.50006 4.43934L6.96973 0.969666Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0; }
    @media screen and (min-width: 1280px) {
      #InStockNotifyMarketingOptInLabel::after {
        left: 0.20833vw;
        top: 0.20833vw;
        width: 0.625vw;
        height: 0.55556vw; } }

#InStockNotifyMarketingOptInContainer {
  margin-top: 10px !important; }
  @media screen and (min-width: 1280px) {
    #InStockNotifyMarketingOptInContainer {
      margin-top: 0.69444vw !important; } }

#InStockNotifyClick {
  margin-top: 0 !important; }

.out-of-stock {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
  padding: 17px 30px;
  border-radius: 0;
  height: auto;
  color: black;
  background-color: #ffcb05;
  text-decoration: none;
  text-align: center;
  border: 1px solid #ffcb05; }
  @media screen and (min-width: 1280px) {
    .out-of-stock {
      font-size: 0.90278vw;
      padding: 1.18056vw 2.08333vw; } }
  @media screen and (max-width: 767px) {
    .out-of-stock {
      font-size: 12px;
      line-height: 1;
      padding-top: 15px;
      padding-bottom: 15px; } }

.modal {
  background: white; }
  @media screen and (min-width: 1280px) {
    .modal {
      min-height: 16.66667vw;
      width: 62.5vw; } }

@media screen and (min-width: 1280px) {
  .modal--small {
    width: 34.72222vw; } }

@media screen and (min-width: 1280px) {
  .modal--large {
    width: 88.88889vw; } }

.modal--alert {
  border-radius: 0; }
  .modal--alert .button-container .confirm.button, .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; }
    @media screen and (min-width: 1280px) {
      .modal--alert .button-container .confirm.button: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: #ffcb05;
        background-color: #ffcb05; } }

.modal-header {
  padding: 14px 35px 17px; }
  @media screen and (min-width: 1280px) {
    .modal-header {
      padding: 0.97222vw 2.43056vw 1.18056vw; } }

.modal-header-title {
  font-size: 32px; }
  @media screen and (min-width: 1280px) {
    .modal-header-title {
      font-size: 2.22222vw; } }
  @media screen and (max-width: 1023px) {
    .modal-header-title {
      font-size: 26px; } }
  @media screen and (max-width: 767px) {
    .modal-header-title {
      font-size: 20px; } }

.modal-close {
  font-size: 0;
  width: 20px;
  height: 20px;
  top: 23px;
  right: 15px; }
  @media screen and (min-width: 1280px) {
    .modal-close {
      width: 1.38889vw;
      height: 1.38889vw;
      top: 1.59722vw;
      right: 1.04167vw; } }
  @media screen and (max-width: 1023px) {
    .modal-close {
      top: 20px; } }
  @media screen and (max-width: 767px) {
    .modal-close {
      width: 18px;
      height: 18px;
      top: 16px;
      right: 10px; } }
  @media screen and (min-width: 1280px) {
    .modal-close:hover svg {
      fill: #ffcb05; } }
  .modal-close .icon {
    width: 100%;
    height: 100%;
    display: block; }
  .modal-close::after, .modal-close::before {
    display: none !important; }

.modal-body {
  padding: 30px; }
  @media screen and (min-width: 1280px) {
    .modal-body {
      padding: 2.08333vw; } }
  @media screen and (max-width: 767px) {
    .modal-body {
      padding: 20px; } }

.modal--alert .modal-content {
  font-size: 16px; }
  @media screen and (min-width: 1280px) {
    .modal--alert .modal-content {
      font-size: 1.11111vw; } }
  @media screen and (max-width: 767px) {
    .modal--alert .modal-content {
      font-size: 13px; } }

.previewCart {
  max-width: 100%; }
  .previewCart .productView {
    flex-direction: row;
    -webkit-flex-direction: row;
    padding: 0; }
    @media screen and (max-width: 1023px) {
      .previewCart .productView {
        display: none; } }
  .previewCart .productView-image {
    padding: 0;
    width: 54%;
    padding: 15px;
    border: 1px solid #bbbbbb; }
    @media screen and (min-width: 1280px) {
      .previewCart .productView-image {
        padding: 1.04167vw; } }
  .previewCart .productView-details {
    width: 46%;
    padding: 0 20px; }
    @media screen and (min-width: 1280px) {
      .previewCart .productView-details {
        padding: 0 1.38889vw; } }
  .previewCart .productView-brand {
    color: #969ba0;
    text-transform: uppercase; }
  .previewCart .productView-price {
    margin-bottom: 10px; }
    @media screen and (min-width: 1280px) {
      .previewCart .productView-price {
        margin-bottom: 0.69444vw; } }
  .previewCart .productView-info {
    margin-bottom: 4px; }
    @media screen and (min-width: 1280px) {
      .previewCart .productView-info {
        margin-bottom: 0.27778vw; } }
  .previewCart .productView-info-name,
  .previewCart .productView-info-value {
    font-size: 16px; }
    @media screen and (min-width: 1280px) {
      .previewCart .productView-info-name,
      .previewCart .productView-info-value {
        font-size: 1.11111vw; } }
  .previewCart .productView-info-name {
    color: black;
    margin-right: 6px; }
    @media screen and (min-width: 1280px) {
      .previewCart .productView-info-name {
        margin-right: 0.41667vw; } }

.previewCartCheckout {
  padding: 15px; }
  @media screen and (min-width: 1280px) {
    .previewCartCheckout {
      padding: 1.04167vw; } }
  .previewCartCheckout .button, .previewCartCheckout #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .previewCartCheckout button {
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (min-width: 1280px) {
      .previewCartCheckout .button, .previewCartCheckout #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .previewCartCheckout button {
        padding-left: 0.69444vw;
        padding-right: 0.69444vw; } }

.previewCartCheckout-price {
  font-size: 32px; }
  @media screen and (min-width: 1280px) {
    .previewCartCheckout-price {
      font-size: 2.22222vw; } }

.previewCartCheckout-subtotal {
  margin-top: 24px;
  margin-bottom: 2px; }
  @media screen and (min-width: 1280px) {
    .previewCartCheckout-subtotal {
      margin-top: 0.97222vw;
      margin-bottom: 0.13889vw; } }

.writeReview-productDetails {
  padding-right: 10px;
  padding-left: 0; }
  @media screen and (min-width: 1280px) {
    .writeReview-productDetails {
      padding-right: 0.69444vw; } }
  @media screen and (max-width: 1023px) {
    .writeReview-productDetails {
      padding: 0;
      margin-bottom: 30px; } }
  .writeReview-productDetails .product-brand {
    font-size: 11px;
    font-weight: 600;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin-bottom: 3px; }
    @media screen and (min-width: 1280px) {
      .writeReview-productDetails .product-brand {
        font-size: 0.76389vw;
        margin-bottom: 0.20833vw; } }
  .writeReview-productDetails .product-title {
    font-size: 32px; }
    @media screen and (min-width: 1280px) {
      .writeReview-productDetails .product-title {
        font-size: 2.22222vw; } }
    @media screen and (max-width: 1023px) {
      .writeReview-productDetails .product-title {
        font-size: 26px; } }
    @media screen and (max-width: 767px) {
      .writeReview-productDetails .product-title {
        font-size: 22px; } }

.writeReview-productImage-container {
  padding: 15px;
  border: 1px solid #bbbbbb;
  margin-bottom: 32px; }
  @media screen and (min-width: 1280px) {
    .writeReview-productImage-container {
      padding: 1.04167vw;
      margin-bottom: 2.22222vw; } }
  .writeReview-productImage-container::after {
    padding-bottom: 100%; }

.writeReview-form {
  padding-left: 10px;
  padding-right: 0; }
  @media screen and (min-width: 1280px) {
    .writeReview-form {
      padding-left: 0.69444vw; } }
  @media screen and (max-width: 1023px) {
    .writeReview-form {
      padding: 0; } }

.template-category .fancybox-bg,
.template-brand .fancybox-bg,
.template-search .fancybox-bg {
  opacity: 0 !important; }

.template-category .fancybox-slide--html,
.template-brand .fancybox-slide--html,
.template-search .fancybox-slide--html {
  padding: 20px; }
  @media screen and (min-width: 1280px) {
    .template-category .fancybox-slide--html,
    .template-brand .fancybox-slide--html,
    .template-search .fancybox-slide--html {
      padding: 1.38889vw; } }

.template-category .fancybox-inner,
.template-brand .fancybox-inner,
.template-search .fancybox-inner {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px); }

.template-category .page,
.template-brand .page,
.template-search .page {
  padding-top: 14px;
  margin-inline: 0; }
  @media screen and (min-width: 1280px) {
    .template-category .page,
    .template-brand .page,
    .template-search .page {
      padding-top: 0.97222vw; } }
  @media screen and (max-width: 1023px) {
    .template-category .page,
    .template-brand .page,
    .template-search .page {
      padding-top: 0; } }

.template-category .page-sidebar + .page-content,
.template-brand .page-sidebar + .page-content,
.template-search .page-sidebar + .page-content {
  padding-inline: 0;
  width: 81.3%; }
  @media screen and (max-width: 1279px) {
    .template-category .page-sidebar + .page-content,
    .template-brand .page-sidebar + .page-content,
    .template-search .page-sidebar + .page-content {
      width: 75%; } }
  @media screen and (max-width: 1023px) {
    .template-category .page-sidebar + .page-content,
    .template-brand .page-sidebar + .page-content,
    .template-search .page-sidebar + .page-content {
      width: 100%; } }

.template-category .body,
.template-brand .body,
.template-search .body {
  background: black; }

.template-category .page-content,
.template-brand .page-content,
.template-search .page-content {
  overflow: hidden; }

.category-topbar {
  padding-bottom: 16px;
  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 (min-width: 1280px) {
    .category-topbar {
      padding-bottom: 1.11111vw; } }
  @media screen and (max-width: 1023px) {
    .category-topbar {
      -webkit-justify-content: center;
      justify-content: center;
      padding-bottom: 20px; } }
  @media screen and (max-width: 666px) {
    .category-topbar {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .category-topbar-products-count {
    color: white;
    font-size: 13px;
    line-height: 18px;
    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 (min-width: 1280px) {
      .category-topbar-products-count {
        font-size: 0.90278vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 666px) {
      .category-topbar-products-count {
        width: 100%;
        margin-bottom: 0px;
        -webkit-justify-content: center;
        justify-content: center; } }
    .category-topbar-products-count b {
      font-weight: 600; }
  .category-topbar .product-block-compare a {
    display: none;
    font-size: 13px;
    color: white;
    line-height: 24px;
    border: 1px solid #454545;
    padding: 10px 23px;
    margin-left: 30px; }
    @media screen and (min-width: 1280px) {
      .category-topbar .product-block-compare a {
        font-size: 0.90278vw;
        line-height: 1.66667vw;
        padding: 0.69444vw 1.59722vw;
        margin-left: 2.08333vw; } }
    @media screen and (max-width: 767px) {
      .category-topbar .product-block-compare a {
        padding-left: 12px;
        padding-right: 12px; } }
    .category-topbar .product-block-compare a:hover {
      color: #ffcb05;
      text-decoration: none; }
    .category-topbar .product-block-compare a.show {
      display: block; }
  .category-topbar .product-block-compare .countPill {
    margin: 0 7px;
    background: #ffcb05;
    color: black;
    font-size: 13px;
    font-weight: 600;
    position: static;
    display: inline-flex;
    line-height: 21px;
    width: 23px;
    height: 23px; }
    @media screen and (min-width: 1280px) {
      .category-topbar .product-block-compare .countPill {
        font-size: 0.90278vw;
        line-height: 1.45833vw;
        width: 1.59722vw;
        height: 1.59722vw;
        margin: 0 0.48611vw; } }
    @media screen and (max-width: 767px) {
      .category-topbar .product-block-compare .countPill {
        margin: 0 5px;
        width: 18px;
        height: 18px; } }
  .category-topbar .actionBar {
    margin: 0; }
    @media screen and (max-width: 1023px) {
      .category-topbar .actionBar {
        position: absolute;
        top: -1px;
        right: 29px;
        width: calc(50% - 40px); }
        .category-topbar .actionBar .form-fieldset {
          width: 100%;
          display: contents; } }
    @media screen and (max-width: 767px) {
      .category-topbar .actionBar {
        right: 19px;
        width: calc(50% - 25px); } }
    .category-topbar .actionBar .form-select, .category-topbar .actionBar .cart-total .form-selct, .cart-total .category-topbar .actionBar .form-selct {
      font-size: 13px;
      line-height: 18px;
      color: white;
      height: auto;
      background: #222222 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.35352 1.35353L4.35352 4.35353H3.64641L0.646409 1.35353L1.35352 0.646423L3.99996 3.29287L6.64641 0.646423L7.35352 1.35353Z' fill='%23ffffff'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: 8px auto;
      background-position: right 20px center;
      padding: 14px 30px 14px 20px;
      min-width: 217px; }
      @media screen and (min-width: 1280px) {
        .category-topbar .actionBar .form-select, .category-topbar .actionBar .cart-total .form-selct, .cart-total .category-topbar .actionBar .form-selct {
          font-size: 0.90278vw;
          line-height: 1.25vw;
          background-size: 0.55556vw auto;
          background-position: right 1.38889vw center;
          padding: 0.97222vw 2.08333vw 0.97222vw 1.38889vw;
          min-width: 15.06944vw; } }
      @media screen and (max-width: 1023px) {
        .category-topbar .actionBar .form-select, .category-topbar .actionBar .cart-total .form-selct, .cart-total .category-topbar .actionBar .form-selct {
          min-width: inherit; } }
  .category-topbar .form-field {
    background: black;
    border: 1px solid black;
    border-radius: 0;
    color: white;
    margin-bottom: 0;
    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; }
  .category-topbar .form-label {
    color: white;
    margin-right: 20px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-transform: none;
    white-space: nowrap; }
    @media screen and (min-width: 1280px) {
      .category-topbar .form-label {
        font-size: 0.90278vw;
        line-height: 1.25vw;
        margin-right: 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .category-topbar .form-label {
        display: none; } }
  @media screen and (max-width: 1023px) {
    .category-topbar .select2 {
      min-width: inherit; } }
  .category-topbar .select2-selection--single {
    background: #222222;
    border: 0;
    color: white;
    font-size: 13px;
    line-height: 18px;
    padding: 14px 30px 14px 20px;
    min-width: 217px; }
    @media screen and (min-width: 1280px) {
      .category-topbar .select2-selection--single {
        font-size: 0.90278vw;
        line-height: 1.25vw;
        padding: 0.97222vw 2.08333vw 0.97222vw 1.38889vw;
        min-width: 15.06944vw; } }
    @media screen and (max-width: 1023px) {
      .category-topbar .select2-selection--single {
        min-width: inherit; } }
  .category-topbar .select2-dropdown {
    background: #222222;
    border: 1px solid #222222; }
  .category-topbar .select2-results__options {
    color: white; }
  @media screen and (max-width: 1023px) {
    .category-topbar .select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 12px;
      height: 12px; } }
  .category-topbar .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.35355 1.35353L4.35355 4.35353H3.64644L0.646439 1.35353L1.35355 0.646423L3.99999 3.29287L6.64644 0.646423L7.35355 1.35353Z' fill='white'/%3E%3C/svg%3E%0A"); }
    @media screen and (max-width: 1023px) {
      .category-topbar .select2-container--default .select2-selection--single .select2-selection__arrow b {
        width: 12px;
        height: 12px; } }

@media screen and (max-width: 767px) {
  .category-header.remove-img .no-img {
    display: none; }
  .category-header.remove-img .category-container {
    padding: 40px 0; }
  .category-header.remove-img .category-container-bottom .page-heading {
    text-align: center; } }

.subCategoryBlock {
  background: black;
  border-bottom: 1px solid #333333;
  padding: 20px 0 33px 0; }
  @media screen and (min-width: 1280px) {
    .subCategoryBlock {
      padding: 1.38889vw 0 2.29167vw 0; } }
  @media screen and (max-width: 767px) {
    .subCategoryBlock {
      padding: 20px 0 23px 0; } }
  .subCategoryBlock--container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
  .subCategoryBlock .slick-list {
    margin-bottom: 0;
    min-width: 100%;
    text-align: center; }
  .subCategoryBlock .slick-track {
    margin: 0; }
  .subCategoryBlock .slick-slide {
    min-width: auto; }
    .subCategoryBlock .slick-slide-inner {
      text-align: center;
      padding: 0;
      aspect-ratio: 20 / 13; }
    .subCategoryBlock .slick-slide-img .img-Wrapper {
      margin-left: -1px;
      padding: 10px;
      background: linear-gradient(to right, white 1px, transparent 1px) 0 0, linear-gradient(to right, white 1px, transparent 1px) 0 100%, linear-gradient(to left, white 1px, transparent 1px) 100% 0, linear-gradient(to left, white 1px, transparent 1px) 100% 100%, linear-gradient(to bottom, white 1px, transparent 1px) 0 0, linear-gradient(to bottom, white 1px, transparent 1px) 100% 0, linear-gradient(to top, white 1px, transparent 1px) 0 100%, linear-gradient(to top, white 1px, transparent 1px) 100% 100%;
      background-size: 10px 10px;
      background-repeat: no-repeat;
      margin-bottom: 8px;
      aspect-ratio: 20 / 13;
      position: relative; }
      @media screen and (min-width: 1280px) {
        .subCategoryBlock .slick-slide-img .img-Wrapper {
          padding: 0.69444vw;
          background-size: 0.69444vw 0.69444vw;
          margin-bottom: 0.55556vw; } }
    .subCategoryBlock .slick-slide-img .img-inner {
      position: relative;
      overflow: hidden; }
      .subCategoryBlock .slick-slide-img .img-inner::before {
        transition: all 0.3s ease;
        position: absolute;
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
        content: "";
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        opacity: 0; }
    .subCategoryBlock .slick-slide-img img {
      aspect-ratio: 20 / 13;
      max-width: 100%;
      object-fit: cover; }
    .subCategoryBlock .slick-slide-img .subcategory-title {
      color: white;
      font-size: 14px;
      line-height: 20px;
      font-weight: 500;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      padding: 0 10px;
      margin: 0;
      text-transform: none; }
      @media screen and (min-width: 1280px) {
        .subCategoryBlock .slick-slide-img .subcategory-title {
          font-size: 0.97222vw;
          line-height: 1.38889vw;
          padding: 0 0.69444vw; } }
    .subCategoryBlock .slick-slide-img:hover {
      text-decoration: none; }
      @media screen and (min-width: 1280px) {
        .subCategoryBlock .slick-slide-img:hover .img-inner::before {
          opacity: 1; }
        .subCategoryBlock .slick-slide-img:hover .subcategory-title {
          color: #ffcb05; } }
  .subCategoryBlock .slick-slider {
    margin-bottom: 0; }
    .subCategoryBlock .slick-slider .slick-next,
    .subCategoryBlock .slick-slider .slick-prev {
      background-color: white;
      top: 50%;
      transform: translateY(calc(-50% - 14px)); }
      @media screen and (min-width: 1280px) {
        .subCategoryBlock .slick-slider .slick-next,
        .subCategoryBlock .slick-slider .slick-prev {
          transform: translateY(calc(-50% - 0.97222vw)); } }
      @media screen and (max-width: 1023px) {
        .subCategoryBlock .slick-slider .slick-next,
        .subCategoryBlock .slick-slider .slick-prev {
          display: none !important; } }
      .subCategoryBlock .slick-slider .slick-next svg,
      .subCategoryBlock .slick-slider .slick-prev svg {
        fill: black; }
      @media screen and (min-width: 1280px) {
        .subCategoryBlock .slick-slider .slick-next:hover,
        .subCategoryBlock .slick-slider .slick-prev:hover {
          background-color: #ffcb05; } }
    .subCategoryBlock .slick-slider .slick-prev {
      left: 2%; }
    .subCategoryBlock .slick-slider .slick-next {
      right: 2%; }
  .subCategoryBlock .slide-item {
    width: 16%; }
    .subCategoryBlock .slide-item:not(:nth-child(-n + 6)) {
      display: none; }
    @media screen and (max-width: 1023px) {
      .subCategoryBlock .slide-item {
        width: 50%; }
        .subCategoryBlock .slide-item:not(:nth-child(-n + 2)) {
          display: none; } }
    @media screen and (max-width: 767px) {
      .subCategoryBlock .slide-item {
        width: 100%; }
        .subCategoryBlock .slide-item:not(:first-child) {
          display: none; } }
    .subCategoryBlock .slide-item.slick-slide {
      display: block; }

.blocker {
  display: none !important; }

.category-bottom-imgwithtext {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 767px) {
    .category-bottom-imgwithtext {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .category-bottom-imgwithtext .column2 {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .category-bottom-imgwithtext .column2 {
        width: 100%;
        text-align: center; } }
  .category-bottom-imgwithtext .imgcolumn img {
    height: 100%;
    width: 100%;
    aspect-ratio: 36/17;
    object-fit: cover; }
  .category-bottom-imgwithtext .textcolumn {
    background: #ffcb05;
    padding: 73px 80px; }
    @media screen and (min-width: 1280px) {
      .category-bottom-imgwithtext .textcolumn {
        padding: 5.06944vw 5.55556vw; } }
    @media screen and (max-width: 1023px) {
      .category-bottom-imgwithtext .textcolumn {
        padding: 30px; } }
    .category-bottom-imgwithtext .textcolumn h2 {
      margin-bottom: 22px; }
      @media screen and (min-width: 1280px) {
        .category-bottom-imgwithtext .textcolumn h2 {
          margin-bottom: 1.52778vw; } }
      @media screen and (max-width: 1023px) {
        .category-bottom-imgwithtext .textcolumn h2 {
          margin-bottom: 15px; } }
    .category-bottom-imgwithtext .textcolumn p {
      max-width: 75%;
      font-size: 15px;
      line-height: 21px;
      margin-bottom: 34px; }
      @media screen and (min-width: 1280px) {
        .category-bottom-imgwithtext .textcolumn p {
          font-size: 1.04167vw;
          line-height: 1.45833vw;
          margin-bottom: 2.36111vw; } }
      @media screen and (max-width: 1023px) {
        .category-bottom-imgwithtext .textcolumn p {
          margin-bottom: 15px; } }
      @media screen and (max-width: 767px) {
        .category-bottom-imgwithtext .textcolumn p {
          max-width: 100%; } }
    @media screen and (min-width: 1280px) {
      .category-bottom-imgwithtext .textcolumn .button:hover, .category-bottom-imgwithtext .textcolumn #consent-manager .css-1wn42nw button:hover, #consent-manager .css-1wn42nw .category-bottom-imgwithtext .textcolumn button:hover {
        background: white; } }

.category-bottom .container {
  padding: 60px 15.44%;
  background: white; }
  @media screen and (min-width: 1280px) {
    .category-bottom .container {
      padding: 4.16667vw 15.44%; } }

.category-bottom .category-description {
  text-align: center;
  font-size: 14px;
  line-height: 20px; }
  @media screen and (min-width: 1280px) {
    .category-bottom .category-description {
      font-size: 0.97222vw;
      line-height: 1.38889vw; } }
  .category-bottom .category-description p {
    max-width: 100%; }
  .category-bottom .category-description li {
    width: fit-content; }

.category-bottom .container-xl, .category-bottom .template-category .body .container, .template-category .body .category-bottom .container,
.category-bottom .template-brand .body .container, .template-brand .body .category-bottom .container,
.category-bottom .template-search .body .container, .template-search .body .category-bottom .container {
  padding: 0; }
  .category-bottom .container-xl [data-content-region="category_bottom_imgw2column"], .category-bottom .template-category .body .container [data-content-region="category_bottom_imgw2column"], .template-category .body .category-bottom .container [data-content-region="category_bottom_imgw2column"], .category-bottom .template-brand .body .container [data-content-region="category_bottom_imgw2column"], .template-brand .body .category-bottom .container [data-content-region="category_bottom_imgw2column"], .category-bottom .template-search .body .container [data-content-region="category_bottom_imgw2column"], .template-search .body .category-bottom .container [data-content-region="category_bottom_imgw2column"] {
    padding: 0 1.487% 1.487% 1.487%;
    background: white; }
    .category-bottom .container-xl [data-content-region="category_bottom_imgw2column"]:empty, .category-bottom .template-category .body .container [data-content-region="category_bottom_imgw2column"]:empty, .template-category .body .category-bottom .container [data-content-region="category_bottom_imgw2column"]:empty, .category-bottom .template-brand .body .container [data-content-region="category_bottom_imgw2column"]:empty, .template-brand .body .category-bottom .container [data-content-region="category_bottom_imgw2column"]:empty, .category-bottom .template-search .body .container [data-content-region="category_bottom_imgw2column"]:empty, .template-search .body .category-bottom .container [data-content-region="category_bottom_imgw2column"]:empty {
      display: none; }
    @media screen and (max-width: 1023px) {
      .category-bottom .container-xl [data-content-region="category_bottom_imgw2column"], .category-bottom .template-category .body .container [data-content-region="category_bottom_imgw2column"], .template-category .body .category-bottom .container [data-content-region="category_bottom_imgw2column"], .category-bottom .template-brand .body .container [data-content-region="category_bottom_imgw2column"], .template-brand .body .category-bottom .container [data-content-region="category_bottom_imgw2column"], .category-bottom .template-search .body .container [data-content-region="category_bottom_imgw2column"], .template-search .body .category-bottom .container [data-content-region="category_bottom_imgw2column"] {
        padding: 0 30px 30px; } }
    @media screen and (max-width: 767px) {
      .category-bottom .container-xl [data-content-region="category_bottom_imgw2column"], .category-bottom .template-category .body .container [data-content-region="category_bottom_imgw2column"], .template-category .body .category-bottom .container [data-content-region="category_bottom_imgw2column"], .category-bottom .template-brand .body .container [data-content-region="category_bottom_imgw2column"], .template-brand .body .category-bottom .container [data-content-region="category_bottom_imgw2column"], .category-bottom .template-search .body .container [data-content-region="category_bottom_imgw2column"], .template-search .body .category-bottom .container [data-content-region="category_bottom_imgw2column"] {
        padding: 0 20px 20px; } }

.category-bottom-2columnImage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px; }
  @media screen and (min-width: 1280px) {
    .category-bottom-2columnImage {
      gap: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .category-bottom-2columnImage {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .category-bottom-2columnImage .imgWrapper {
    aspect-ratio: 69/40;
    width: 50%;
    max-width: 50%; }
    @media screen and (max-width: 767px) {
      .category-bottom-2columnImage .imgWrapper {
        width: 100%;
        max-width: 100%; } }
    .category-bottom-2columnImage .imgWrapper img {
      width: 100%;
      max-width: 100%;
      aspect-ratio: 69/40;
      object-fit: cover; }

.category-bottom {
  background: white; }
  .category-bottom .category-description {
    max-width: 1000px;
    padding: 56px 0;
    margin: 0 auto;
    background: white; }
    @media screen and (min-width: 1280px) {
      .category-bottom .category-description {
        max-width: 69.44444vw;
        padding: 3.88889vw 0; } }
    @media screen and (max-width: 1023px) {
      .category-bottom .category-description {
        padding: 30px 20px; } }

.no-data {
  color: white;
  font-size: 16px;
  padding-top: 10px; }
  @media screen and (min-width: 1280px) {
    .no-data {
      font-size: 1.11111vw;
      padding-top: 0.69444vw; } }
  @media screen and (max-width: 1023px) {
    .no-data:last-child {
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .no-data {
      font-size: 13px; } }

@media screen and (max-width: 767px) {
  .category-header .container-xl, .category-header .template-category .body .container, .template-category .body .category-header .container,
  .category-header .template-brand .body .container, .template-brand .body .category-header .container,
  .category-header .template-search .body .container, .template-search .body .category-header .container {
    background: #111111;
    text-align: center;
    height: auto; } }

/*--- [Page Title Banner] ---*/
.common-top-banner {
  position: relative;
  background: #151515; }
  .common-top-banner .top-banner-image {
    position: relative; }
    .common-top-banner .top-banner-image [id^="sd-image"] {
      margin-bottom: 0 !important; }
      .common-top-banner .top-banner-image [id^="sd-image"] img {
        width: 100% !important;
        height: 100% !important; }
    .common-top-banner .top-banner-image img {
      aspect-ratio: 72/17;
      width: 100%;
      object-fit: cover;
      opacity: 1 !important; }
      @media screen and (max-width: 1279px) {
        .common-top-banner .top-banner-image img {
          aspect-ratio: 72/21; } }
      @media screen and (max-width: 1023px) {
        .common-top-banner .top-banner-image img {
          aspect-ratio: 72/25; } }
      @media screen and (max-width: 767px) {
        .common-top-banner .top-banner-image img {
          min-height: 176px; } }
    .common-top-banner .top-banner-image:after {
      content: " ";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) -22.06%, rgba(0, 0, 0, 0.2) 100%); }
    @media screen and (max-width: 767px) {
      .common-top-banner .top-banner-image.no-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .common-top-banner .top-banner-image.no-img img {
          height: 100%; } }
    .common-top-banner .top-banner-image.no-img:after {
      display: none; }
  .common-top-banner .top-banner-content {
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    height: 100%;
    padding-bottom: 64px;
    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: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: end;
    align-items: end;
    z-index: 1; }
    @media screen and (min-width: 1280px) {
      .common-top-banner .top-banner-content {
        left: 2.08333vw;
        right: 2.08333vw;
        padding-bottom: 4.44444vw; } }
    @media screen and (max-width: 767px) {
      .common-top-banner .top-banner-content {
        flex-direction: column;
        -webkit-flex-direction: column;
        position: inherit;
        left: inherit;
        right: inherit;
        width: 100%;
        padding: 30px 20px; } }
    .common-top-banner .top-banner-content .page-heading {
      line-height: 1;
      text-align: left;
      color: white;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .common-top-banner .top-banner-content .page-heading {
          text-align: center; } }
    .common-top-banner .top-banner-content .category-container-bottom-left {
      width: calc(100% - 9.79%);
      order: 1; }
      @media screen and (max-width: 1023px) {
        .common-top-banner .top-banner-content .category-container-bottom-left {
          width: 80%;
          padding-right: 15px; } }
      @media screen and (max-width: 767px) {
        .common-top-banner .top-banner-content .category-container-bottom-left {
          width: 100%;
          padding-right: 0;
          order: 2;
          text-align: center; } }
      .common-top-banner .top-banner-content .category-container-bottom-left .category-description p {
        color: white;
        font-size: 14px;
        line-height: 20px;
        max-width: 56%; }
        @media screen and (min-width: 1280px) {
          .common-top-banner .top-banner-content .category-container-bottom-left .category-description p {
            font-size: 0.97222vw;
            line-height: 1.38889vw; } }
        @media screen and (max-width: 1023px) {
          .common-top-banner .top-banner-content .category-container-bottom-left .category-description p {
            max-width: 100%; } }
        .common-top-banner .top-banner-content .category-container-bottom-left .category-description p a.readmorelink {
          color: #ffcb05;
          text-decoration: underline; }
          @media screen and (max-width: 666px) {
            .common-top-banner .top-banner-content .category-container-bottom-left .category-description p a.readmorelink {
              display: block;
              width: max-content;
              margin: 0 auto; } }
          @media screen and (min-width: 1280px) {
            .common-top-banner .top-banner-content .category-container-bottom-left .category-description p a.readmorelink:hover {
              color: white; } }
    .common-top-banner .top-banner-content .category-container-bottom-right {
      width: 9.79%;
      order: 2; }
      @media screen and (max-width: 1023px) {
        .common-top-banner .top-banner-content .category-container-bottom-right {
          width: 20%; } }
      @media screen and (max-width: 767px) {
        .common-top-banner .top-banner-content .category-container-bottom-right {
          width: 100%;
          text-align: center; } }
      @media screen and (max-width: 767px) {
        .common-top-banner .top-banner-content .category-container-bottom-right div[data-content-region="category_header_brandlogo"]:has(div) {
          margin: 0 0 20px; } }
      .common-top-banner .top-banner-content .category-container-bottom-right img {
        width: 100%;
        max-height: 100px;
        object-fit: contain; }
        @media screen and (min-width: 1280px) {
          .common-top-banner .top-banner-content .category-container-bottom-right img {
            max-height: 6.94444vw; } }
        @media screen and (max-width: 1023px) {
          .common-top-banner .top-banner-content .category-container-bottom-right img {
            width: 140px; } }
    .common-top-banner .top-banner-content:has(.category-description) h1.page-heading {
      margin-bottom: 20px; }
      @media screen and (min-width: 1280px) {
        .common-top-banner .top-banner-content:has(.category-description) h1.page-heading {
          margin-bottom: 1.38889vw; } }
      @media screen and (max-width: 767px) {
        .common-top-banner .top-banner-content:has(.category-description) h1.page-heading {
          text-align: center; } }
  .common-top-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/top-banner-bg2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  @media screen and (max-width: 767px) {
    .common-top-banner.no-img {
      min-height: 176px; } }
  @media screen and (max-width: 767px) {
    .common-top-banner.no-img .top-banner-content {
      padding: 72px 20px 30px; } }
  @media screen and (max-width: 767px) {
    .common-top-banner.no-img:not(.hide-promo-banner):has(.promotion-banner) .top-banner-content {
      padding-top: 92px; } }
  .common-top-banner:not(.hide-promo-banner):has(.promotion-banner) ol.breadcrumbs {
    top: 42px; }
    @media screen and (min-width: 1280px) {
      .common-top-banner:not(.hide-promo-banner):has(.promotion-banner) ol.breadcrumbs {
        top: 2.91667vw; } }
    @media screen and (max-width: 767px) {
      .common-top-banner:not(.hide-promo-banner):has(.promotion-banner) ol.breadcrumbs {
        top: 40px; } }
  .common-top-banner:not(.hide-promo-banner):has(.promotion-banner) .top-banner-content {
    padding-bottom: 44px; }
    @media screen and (min-width: 1280px) {
      .common-top-banner:not(.hide-promo-banner):has(.promotion-banner) .top-banner-content {
        padding-bottom: 3.05556vw; } }
    @media screen and (max-width: 767px) {
      .common-top-banner:not(.hide-promo-banner):has(.promotion-banner) .top-banner-content {
        padding-bottom: 40px; } }
  .common-top-banner.category-banner::after {
    display: none; }
  .common-top-banner.brand-header::after {
    display: none; }
  .common-top-banner.brand-header:not(.hide-promo-banner):has(.promotion-banner) .top-banner-content {
    padding-bottom: 82px; }
    @media screen and (min-width: 1280px) {
      .common-top-banner.brand-header:not(.hide-promo-banner):has(.promotion-banner) .top-banner-content {
        padding-bottom: 5.69444vw; } }
    @media screen and (max-width: 1279px) {
      .common-top-banner.brand-header:not(.hide-promo-banner):has(.promotion-banner) .top-banner-content {
        padding-bottom: 60px; } }
    @media screen and (max-width: 767px) {
      .common-top-banner.brand-header:not(.hide-promo-banner):has(.promotion-banner) .top-banner-content {
        padding-bottom: 40px; } }
  .common-top-banner.brand-header .top-banner-image img {
    aspect-ratio: 1440/251; }
    @media screen and (max-width: 1279px) {
      .common-top-banner.brand-header .top-banner-image img {
        min-height: 200px; } }
    @media screen and (max-width: 767px) {
      .common-top-banner.brand-header .top-banner-image img {
        min-height: 176px; } }
  @media screen and (max-width: 767px) {
    .common-top-banner.brand-header .category-container-bottom-right {
      margin-bottom: 20px; } }
  .common-top-banner.brand-header .category-container-bottom-right img {
    object-fit: contain; }
  .common-top-banner.brand-header .top-banner-content {
    padding-bottom: 102px; }
    @media screen and (min-width: 1280px) {
      .common-top-banner.brand-header .top-banner-content {
        padding-bottom: 7.08333vw; } }
    @media screen and (max-width: 1279px) {
      .common-top-banner.brand-header .top-banner-content {
        padding-bottom: 80px; } }
    @media screen and (max-width: 767px) {
      .common-top-banner.brand-header .top-banner-content {
        padding-bottom: 40px; }
        .common-top-banner.brand-header .top-banner-content .page-heading {
          text-align: center; } }
  .common-top-banner .conent-wrapper {
    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%; }
    @media screen and (max-width: 767px) {
      .common-top-banner .conent-wrapper {
        display: block; } }
  @media screen and (max-width: 767px) {
    .common-top-banner.search-header .top-banner-content {
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .common-top-banner.search-header .top-banner-content .page-heading {
        text-align: center; } }
  .common-top-banner.search-header::after {
    display: none; }
  .common-top-banner.common-top-banner-center ol.breadcrumbs {
    text-align: center;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 1023px) {
      .common-top-banner.common-top-banner-center ol.breadcrumbs {
        width: calc(100% - 40px); } }
  .common-top-banner.common-top-banner-center .top-banner-image:after {
    background: rgba(0, 0, 0, 0.5); }
  .common-top-banner.common-top-banner-center .category-container-bottom {
    z-index: 1; }
  .common-top-banner.common-top-banner-center .page-heading {
    text-align: center; }
  .common-top-banner.common-top-banner-center .top-banner-content {
    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;
    text-align: center; }
  .common-top-banner.common-top-banner-center .banner-info {
    font-size: 14px;
    color: white;
    margin: 17px auto 0; }
    @media screen and (min-width: 1280px) {
      .common-top-banner.common-top-banner-center .banner-info {
        font-size: 0.97222vw;
        margin-top: 1.18056vw; } }
  .common-top-banner.common-top-banner-center.no-img .top-banner-content {
    position: static;
    min-height: 340px;
    padding-left: 120px;
    padding-right: 120px; }
    @media screen and (min-width: 1280px) {
      .common-top-banner.common-top-banner-center.no-img .top-banner-content {
        padding-left: 8.33333vw;
        padding-right: 8.33333vw;
        min-height: 23.61111vw; } }
    @media screen and (max-width: 1023px) {
      .common-top-banner.common-top-banner-center.no-img .top-banner-content {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 767px) {
      .common-top-banner.common-top-banner-center.no-img .top-banner-content {
        padding-left: 20px;
        padding-right: 20px;
        min-height: 176px; }
        .common-top-banner.common-top-banner-center.no-img .top-banner-content .page-heading {
          margin-bottom: 20px; } }
    .common-top-banner.common-top-banner-center.no-img .top-banner-content.firearms-orders-content {
      padding-bottom: 0; }
      @media screen and (max-width: 767px) {
        .common-top-banner.common-top-banner-center.no-img .top-banner-content.firearms-orders-content {
          padding-bottom: 60px; } }
  .common-top-banner.common-top-banner-center:not(.no-img) .top-banner-content {
    padding-bottom: 0; }
    @media screen and (max-width: 767px) {
      .common-top-banner.common-top-banner-center:not(.no-img) .top-banner-content {
        padding-bottom: 30px; } }
  .common-top-banner.no-overlay::after {
    display: none; }

.mw-690 {
  max-width: 690px; }
  @media screen and (min-width: 1280px) {
    .mw-690 {
      max-width: 47.91667vw; } }

.mw-470 {
  max-width: 470px; }
  @media screen and (min-width: 1280px) {
    .mw-470 {
      max-width: 32.63889vw; } }

.mobile-filter-box {
  margin: 20px 0;
  width: calc(50% - 10px); }
  @media screen and (min-width: 1024px) {
    .mobile-filter-box {
      display: none; } }
  @media screen and (max-width: 767px) {
    .mobile-filter-box {
      width: calc(50% - 5px); } }
  .mobile-filter-box .filter-by {
    font-size: 13px;
    line-height: 18px;
    padding: 14px 20px;
    color: white;
    background: #222222;
    position: relative;
    transition: all 0.4s linear;
    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 (min-width: 1024px) {
      .mobile-filter-box .filter-by {
        display: none; } }
    .mobile-filter-box .filter-by span {
      width: 19px;
      height: 18px;
      background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.35355 1.35353L4.35355 4.35353H3.64644L0.646439 1.35353L1.35355 0.646423L3.99999 3.29287L6.64644 0.646423L7.35355 1.35353Z' fill='white'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: 12px auto;
      background-position: center right; }
    .mobile-filter-box .filter-by.active span {
      transform: rotate(180deg);
      background-position: center left; }

ol.breadcrumbs {
  text-align: left;
  margin: 0;
  position: absolute;
  top: 12px;
  left: 30px;
  z-index: 2; }
  @media screen and (min-width: 1280px) {
    ol.breadcrumbs {
      top: 0.83333vw;
      left: 2.08333vw; } }
  @media screen and (max-width: 1023px) {
    ol.breadcrumbs {
      overflow-y: hidden;
      overflow-x: auto;
      white-space: nowrap; } }
  @media screen and (max-width: 767px) {
    ol.breadcrumbs {
      display: block;
      left: 20px;
      right: 20px;
      text-align: center; } }

.breadcrumb {
  font-size: 11px;
  line-height: 1.4;
  margin: 0; }
  @media screen and (min-width: 1280px) {
    .breadcrumb {
      font-size: 0.76389vw; } }
  .breadcrumb:not(:first-child)::before {
    background: #5F5F5F;
    background: rgba(255, 255, 255, 0.65);
    height: 1px;
    width: 16px;
    transform: none;
    margin: 0 12px 4px 15px;
    border: 0; }
    @media screen and (min-width: 1280px) {
      .breadcrumb:not(:first-child)::before {
        width: 1.11111vw;
        margin: 0 0.83333vw 0.27778vw 1.04167vw; } }
  .breadcrumb .breadcrumb-label {
    color: rgba(255, 255, 255, 0.47); }
    @media screen and (min-width: 1280px) {
      .breadcrumb .breadcrumb-label:hover {
        color: white; } }
  .breadcrumb.is-active .breadcrumb-label {
    cursor: default;
    color: white;
    font-weight: 400; }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #333333;
  margin-top: 14px; }
  @media screen and (min-width: 1280px) {
    .sidebarBlock + .sidebarBlock {
      margin-top: 0.97222vw; } }
  @media screen and (max-width: 1023px) {
    .sidebarBlock + .sidebarBlock {
      padding-top: 15px;
      margin-top: 12px; } }

.sidebarBlock-heading {
  color: white;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 13px; }
  @media screen and (min-width: 1280px) {
    .sidebarBlock-heading {
      font-size: 1.25vw;
      margin-bottom: 0.90278vw; } }

.sidebarBlock .navList {
  margin-bottom: 0; }
  .sidebarBlock .navList-item {
    margin-bottom: 7px; }
    @media screen and (min-width: 1280px) {
      .sidebarBlock .navList-item {
        margin-bottom: 0.48611vw; } }
    .sidebarBlock .navList-item:last-child {
      margin-bottom: 0; }
    .sidebarBlock .navList-item h2 {
      margin: 0; }
    .sidebarBlock .navList-item a {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      text-transform: capitalize; }
    .sidebarBlock .navList-item .product-count {
      font-size: 13px;
      line-height: 22px;
      margin-left: 20px;
      color: #888888; }
      @media screen and (min-width: 1280px) {
        .sidebarBlock .navList-item .product-count {
          font-size: 0.90278vw;
          line-height: 1.52778vw;
          margin-left: 1.38889vw; } }
    .sidebarBlock .navList-item .navList--inner {
      margin-top: 7px; }
      @media screen and (min-width: 1280px) {
        .sidebarBlock .navList-item .navList--inner {
          margin-top: 0.48611vw; } }
  .sidebarBlock .navList-action {
    color: white;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    padding: 0;
    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 (min-width: 1280px) {
      .sidebarBlock .navList-action {
        font-size: 0.90278vw;
        line-height: 1.25vw; } }
    .sidebarBlock .navList-action span {
      font-size: 13px;
      line-height: 36px;
      color: #888888; }
      @media screen and (min-width: 1280px) {
        .sidebarBlock .navList-action span {
          font-size: 0.90278vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 1279px) {
        .sidebarBlock .navList-action span {
          line-height: 15px; } }
    .sidebarBlock .navList-action:hover {
      text-decoration: none; }
      @media screen and (min-width: 1280px) {
        .sidebarBlock .navList-action:hover {
          color: #ffcb05; } }

.sidebarBlock .inlineList .facetLabel {
  font-size: 11px;
  font-weight: 400;
  color: white;
  line-height: 16px;
  background: #222222;
  border-radius: 0;
  padding: 6.5px 10px 5.5px; }
  @media screen and (min-width: 1280px) {
    .sidebarBlock .inlineList .facetLabel {
      font-size: 0.76389vw;
      line-height: 1.11111vw;
      padding: 0.45139vw 0.69444vw 0.38194vw; } }
  .sidebarBlock .inlineList .facetLabel .icon {
    width: 7px;
    height: 6px;
    margin-left: 4px;
    fill: rgba(255, 255, 255, 0.5); }
    @media screen and (min-width: 1280px) {
      .sidebarBlock .inlineList .facetLabel .icon {
        width: 0.48611vw;
        height: 0.41667vw;
        margin-left: 0.27778vw; } }
  .sidebarBlock .inlineList .facetLabel:hover {
    text-decoration: none; }
    @media screen and (min-width: 1280px) {
      .sidebarBlock .inlineList .facetLabel:hover svg {
        fill: white; } }

.category-navList .navList-item {
  margin-bottom: 2px; }
  @media screen and (min-width: 1280px) {
    .category-navList .navList-item {
      margin-bottom: 0.13889vw; } }

a.clearall-label {
  font-size: 11px;
  font-weight: 400; }
  @media screen and (min-width: 1280px) {
    a.clearall-label {
      font-size: 0.76389vw; } }
  a.clearall-label:hover {
    color: white; }

@media screen and (max-width: 1023px) {
  .accordion {
    border: 0; } }

.accordion-content .form-minMaxRow .form-input {
  padding: 10px;
  background: #222222;
  border-color: #222222;
  color: white; }
  @media screen and (min-width: 1280px) {
    .accordion-content .form-minMaxRow .form-input {
      padding: 0.69444vw; } }
  .accordion-content .form-minMaxRow .form-input:focus {
    background: #222222; }

.accordion-content .form-minMaxRow .button--small {
  border-color: white;
  padding: 10px 5px 9px; }
  @media screen and (min-width: 1280px) {
    .accordion-content .form-minMaxRow .button--small {
      padding: 0.69444vw 0.34722vw 0.625vw; } }
  @media screen and (max-width: 767px) {
    .accordion-content .form-minMaxRow .button--small {
      padding-top: 11px;
      padding-bottom: 11px; } }
  @media screen and (min-width: 1280px) {
    .accordion-content .form-minMaxRow .button--small:hover {
      border-color: #ffcb05; } }

@media screen and (max-width: 1023px) {
  .accordion.accordion--navList .accordion-navigation {
    border: 0;
    border-radius: 0;
    margin: 0 !important;
    padding: 0; } }

@media screen and (max-width: 1023px) {
  .facetedSearch {
    margin-bottom: 15px; } }

.facetedSearch-refineFilters {
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid #333333;
  font-size: 14px;
  line-height: 18px;
  color: white; }
  @media screen and (min-width: 1280px) {
    .facetedSearch-refineFilters {
      padding-bottom: 1.25vw;
      font-size: 0.97222vw;
      line-height: 1.25vw; } }
  @media screen and (max-width: 1023px) {
    .facetedSearch-refineFilters {
      padding-bottom: 12px; } }
  .facetedSearch-refineFilters p {
    font-size: 11px; }
    @media screen and (min-width: 1280px) {
      .facetedSearch-refineFilters p {
        font-size: 0.76389vw; } }

/* ------- For Brand Product Listing Page Sidebar----------------*/
.brandListing .sidebarBlock .navList-item {
  display: block;
  width: 100%; }

.brandListing .sidebarBlock .navList--inner {
  margin-left: 0; }

.template-category .page-sidebar,
.template-brand .page-sidebar,
.template-search .page-sidebar {
  width: 18.7%;
  padding-inline: 0;
  padding: 10px 30px 50px 0; }
  @media screen and (min-width: 1280px) {
    .template-category .page-sidebar,
    .template-brand .page-sidebar,
    .template-search .page-sidebar {
      padding: 0.69444vw 2.08333vw 1.73611vw 0; } }
  @media screen and (max-width: 1279px) {
    .template-category .page-sidebar,
    .template-brand .page-sidebar,
    .template-search .page-sidebar {
      width: 25%; } }
  @media screen and (max-width: 1023px) {
    .template-category .page-sidebar,
    .template-brand .page-sidebar,
    .template-search .page-sidebar {
      width: 100%;
      padding: 0;
      display: none; } }

.facetedSearch-toggle + .facetedSearch-navList.is-open,
.sidebarBlock + .facetedSearch-navList.is-open {
  margin-top: 21px; }
  @media screen and (min-width: 1280px) {
    .facetedSearch-toggle + .facetedSearch-navList.is-open,
    .sidebarBlock + .facetedSearch-navList.is-open {
      margin-top: 1.45833vw; } }
  @media screen and (max-width: 1023px) {
    .facetedSearch-toggle + .facetedSearch-navList.is-open,
    .sidebarBlock + .facetedSearch-navList.is-open {
      margin-top: 0; } }

@media screen and (max-width: 1023px) {
  .facetedSearch-toggle {
    max-width: 100%;
    background: #222222;
    border-radius: 0;
    border: 0;
    color: white;
    padding: 14px 20px;
    margin-bottom: 0;
    display: none; } }

@media screen and (max-width: 1023px) {
  .facetedSearch-toggle .facetedSearch-toggle-text {
    font-size: 14px;
    line-height: 18px; } }

.facetedSearch-toggle .facetedSearch-toggle-indicator {
  line-height: 16px; }
  .facetedSearch-toggle .facetedSearch-toggle-indicator svg {
    fill: white;
    width: 12px;
    height: 12px; }

@media screen and (max-width: 1023px) {
  .facetedSearch-toggle .toggleLink-text {
    font-size: 14px;
    line-height: 18px; } }

@media screen and (max-width: 1023px) {
  .facetedSearch-toggle.toggleLink.is-open .toggleLink-text {
    transform: inherit !important; } }

@media screen and (max-width: 1023px) {
  .toggleLink:hover {
    color: white; } }

.sidebarBlock .facetedSearch-content--rating .navList-item a {
  display: block; }
  .sidebarBlock .facetedSearch-content--rating .navList-item a span {
    float: right; }
    .sidebarBlock .facetedSearch-content--rating .navList-item a span.rating--small {
      float: none;
      vertical-align: middle; }
      .sidebarBlock .facetedSearch-content--rating .navList-item a span.rating--small .icon {
        width: 16px;
        height: 16px; }
        @media screen and (min-width: 1280px) {
          .sidebarBlock .facetedSearch-content--rating .navList-item a span.rating--small .icon {
            width: 1.11111vw;
            height: 1.11111vw; } }

.facetedSearch-clearLink {
  display: none; }

@media screen and (max-width: 1023px) {
  .facetedSearch-navList {
    display: block;
    margin: 0 !important; } }

.accordion--navList .accordion-title {
  font-size: 18px;
  line-height: 1;
  font-family: "Prohibition Round", Arial, Helvetica, sans-serif;
  color: white;
  padding: 0; }
  @media screen and (min-width: 1280px) {
    .accordion--navList .accordion-title {
      font-size: 1.25vw; } }

.accordion--navList .accordion-heading .accordion-indicator {
  fill: white;
  width: 12px;
  height: 7px; }
  @media screen and (min-width: 1280px) {
    .accordion--navList .accordion-heading .accordion-indicator {
      width: 0.83333vw;
      height: 0.48611vw; } }

@media screen and (min-width: 1280px) {
  .accordion--navList .accordion-heading:hover .accordion-title {
    color: #ffcb05; }
  .accordion--navList .accordion-heading:hover .accordion-indicator {
    fill: #ffcb05; } }

.accordion--navList .accordion-navigation {
  margin-bottom: 20px !important; }
  @media screen and (min-width: 1280px) {
    .accordion--navList .accordion-navigation {
      margin-bottom: 1.38889vw !important; } }

@media screen and (max-width: 1023px) {
  .accordion--navList .accordion-content {
    padding: 20px 0 10px; } }

.toggleLink.is-open .toggleLink-text--on {
  transform: rotate(180deg); }

@media screen and (max-width: 1023px) {
  .accordion {
    margin-bottom: 0; } }

@media screen and (max-width: 1023px) {
  .accordion-block {
    padding: 14px 0 !important; } }

.accordion-block + .accordion-block {
  padding-top: 22px;
  border-top: 1px solid #333333;
  margin-top: 22px; }
  @media screen and (min-width: 1280px) {
    .accordion-block + .accordion-block {
      padding-top: 1.52778vw;
      margin-top: 1.52778vw; } }
  @media screen and (max-width: 1023px) {
    .accordion-block + .accordion-block {
      margin-top: 0;
      padding-top: 0; } }

.navList-action--checkbox {
  margin-bottom: 0;
  padding-left: 25px !important; }
  @media screen and (min-width: 1280px) {
    .navList-action--checkbox {
      padding-left: 1.73611vw !important; } }
  .navList-action--checkbox::before {
    background: #333333;
    border-color: #333333;
    top: auto;
    margin: 0;
    border-radius: 0;
    height: 15px;
    width: 15px;
    border: 0; }
    @media screen and (min-width: 1280px) {
      .navList-action--checkbox::before {
        margin: 0;
        height: 1.04167vw;
        width: 1.04167vw; } }
  .navList-action--checkbox.is-selected::before {
    background: #ffcb05;
    border-color: #ffcb05; }
  .navList-action--checkbox.is-selected::after {
    transform: none; }
  .navList-action--checkbox::after {
    margin-top: 0;
    height: 7px;
    width: 8px;
    top: 4px;
    left: 3.5px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.46967 0.469666L7.53033 1.53033L3 6.06066L0.469666 3.53033L1.53033 2.46967L3 3.93934L6.46967 0.469666Z' fill='black'/%3E%3C/svg%3E%0A");
    transform: none; }
    @media screen and (min-width: 1280px) {
      .navList-action--checkbox::after {
        height: 0.48611vw;
        width: 0.55556vw;
        top: 0.27778vw;
        left: 0.24306vw; } }
    @media screen and (max-width: 1023px) {
      .navList-action--checkbox::after {
        left: 3px; } }

.navList-action-close {
  display: none; }

.pagination-list {
  position: relative;
  padding: 0 45px 50px;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    .pagination-list {
      padding: 0 3.125vw 3.47222vw; } }
  .pagination-list:empty {
    display: none; }
    .pagination-list:empty::before, .pagination-list:empty::after {
      display: none; }
  .pagination-list .pagination-item {
    border: 0;
    padding: 0;
    margin-inline: 5px; }
    @media screen and (min-width: 1280px) {
      .pagination-list .pagination-item {
        margin-inline: 0.34722vw; } }
    .pagination-list .pagination-item-mobile {
      margin: 0; }
    .pagination-list .pagination-item--current a,
    .pagination-list .pagination-item--current a:hover {
      color: black;
      background: #ffcb05;
      border-color: #ffcb05; }
    .pagination-list .pagination-item::before {
      display: none; }
    .pagination-list .pagination-item--next {
      right: 0; }
    .pagination-list .pagination-item--previous {
      left: 0; }
    .pagination-list .pagination-item--next, .pagination-list .pagination-item--previous {
      position: absolute;
      top: 0;
      margin-right: 0; }
      .pagination-list .pagination-item--next a .icon, .pagination-list .pagination-item--previous a .icon {
        padding: 0;
        margin: 0;
        width: 23px;
        height: 23px; }
        @media screen and (min-width: 1280px) {
          .pagination-list .pagination-item--next a .icon, .pagination-list .pagination-item--previous a .icon {
            width: 1.59722vw;
            height: 1.59722vw; } }
        .pagination-list .pagination-item--next a .icon svg, .pagination-list .pagination-item--previous a .icon svg {
          fill: white; }
      @media screen and (min-width: 1280px) {
        .pagination-list .pagination-item--next a:hover, .pagination-list .pagination-item--previous a:hover {
          background: #ffcb05;
          border-color: #ffcb05; } }
      .pagination-list .pagination-item--next a:hover .icon svg, .pagination-list .pagination-item--previous a:hover .icon svg {
        fill: black; }
        @media screen and (max-width: 1279px) {
          .pagination-list .pagination-item--next a:hover .icon svg, .pagination-list .pagination-item--previous a:hover .icon svg {
            fill: white; } }
  .pagination-list .pagination-link {
    display: grid;
    -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;
    border: 1px solid #333333;
    border-radius: 0;
    padding-inline: 18px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    max-width: 44px;
    aspect-ratio: 1; }
    @media screen and (min-width: 1280px) {
      .pagination-list .pagination-link {
        padding-inline: 1.25vw;
        font-size: 0.97222vw;
        line-height: 1.80556vw;
        max-width: 3.05556vw; } }
    .pagination-list .pagination-link:hover {
      color: white; }
      @media screen and (min-width: 1280px) {
        .pagination-list .pagination-link:hover {
          border-color: white; } }
    .pagination-list .pagination-link.mobile-page {
      border: 0;
      max-width: inherit;
      padding: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      font-weight: 400;
      line-height: 44px; }
      .pagination-list .pagination-link.mobile-page .mobile-pages-count {
        font-weight: 700;
        margin-left: 4px; }

.container-brands {
  background: black;
  padding-top: 30px;
  padding-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .container-brands {
      padding-top: 2.08333vw;
      padding-bottom: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .container-brands {
      padding-top: 20px;
      padding-bottom: 10px; } }

.brandGrid {
  margin: 0 -5px; }
  @media screen and (min-width: 1280px) {
    .brandGrid {
      margin: 0 -0.34722vw; } }
  @media screen and (max-width: 767px) {
    .brandGrid {
      margin: 0; } }
  .brandGrid .brand {
    width: 33.3333%;
    padding: 0 5px;
    margin-bottom: 0;
    margin-bottom: 10px; }
    @media screen and (min-width: 1280px) {
      .brandGrid .brand {
        padding: 0 0.34722vw; } }
    @media screen and (max-width: 1023px) {
      .brandGrid .brand {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .brandGrid .brand {
        width: 100%;
        padding: 0; } }
    .brandGrid .brand .card {
      background: #151515;
      margin-bottom: 0; }
      .brandGrid .brand .card-figure__link {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -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;
        padding: 37px 40px;
        text-align: center; }
        @media screen and (min-width: 1280px) {
          .brandGrid .brand .card-figure__link {
            padding: 2.56944vw 2.77778vw; } }
        @media screen and (max-width: 767px) {
          .brandGrid .brand .card-figure__link {
            padding: 30px; } }
        .brandGrid .brand .card-figure__link:hover {
          text-decoration: none; }
          @media screen and (min-width: 1280px) {
            .brandGrid .brand .card-figure__link:hover {
              background: #222222; }
              .brandGrid .brand .card-figure__link:hover .shop-now {
                color: #ffcb05; }
                .brandGrid .brand .card-figure__link:hover .shop-now::before {
                  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9999 4.5L10.9999 6.5L7.49994 6.5L7.49994 4.5L10.9999 4.5Z' fill='%23FFCB05'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-1.50996e-07 4.5L3.5 4.5L3.5 6.5L2.38419e-07 6.5L-1.50996e-07 4.5Z' fill='%23FFCB05'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 7.16667L6.5 11L4.5 11L4.5 7.16667L6.5 7.16667Z' fill='%23FFCB05'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 -1.50996e-07L6.5 3.83325L4.5 3.83325L4.5 2.38419e-07L6.5 -1.50996e-07Z' fill='%23FFCB05'/%3E%3C/svg%3E"); } }
      .brandGrid .brand .card-brand-title {
        font-size: 18px;
        color: white;
        margin-bottom: 45px; }
        @media screen and (min-width: 1280px) {
          .brandGrid .brand .card-brand-title {
            font-size: 1.25vw;
            margin-bottom: 3.125vw; } }
        @media screen and (max-width: 767px) {
          .brandGrid .brand .card-brand-title {
            margin-bottom: 35px; } }
      .brandGrid .brand .card-figure {
        padding: 0;
        background: none;
        margin-bottom: 45px;
        width: 100%; }
        @media screen and (min-width: 1280px) {
          .brandGrid .brand .card-figure {
            margin-bottom: 3.125vw; } }
        @media screen and (max-width: 767px) {
          .brandGrid .brand .card-figure {
            margin-bottom: 35px; } }
      .brandGrid .brand .card .figure-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: center;
        justify-content: center;
        width: 225px;
        height: 120px;
        margin: 0 auto; }
        @media screen and (min-width: 1280px) {
          .brandGrid .brand .card .figure-inner {
            width: 15.625vw;
            height: 8.33333vw; } }
      .brandGrid .brand .card-image {
        position: static; }
      .brandGrid .brand .card-brand-browselink {
        color: white; }
        .brandGrid .brand .card-brand-browselink span {
          font-size: 14px;
          line-height: 15px; }
          @media screen and (min-width: 1280px) {
            .brandGrid .brand .card-brand-browselink span {
              font-size: 0.97222vw;
              line-height: 1.04167vw; } }
        .brandGrid .brand .card-brand-browselink .icon {
          width: 11px;
          height: 11px;
          margin-right: 5px;
          margin-bottom: 4px;
          margin-top: -1px; }
          @media screen and (min-width: 1280px) {
            .brandGrid .brand .card-brand-browselink .icon {
              width: 0.76389vw;
              height: 0.76389vw;
              margin-right: 0.34722vw;
              margin-bottom: 0.27778vw;
              margin-top: -0.06944vw; } }
          .brandGrid .brand .card-brand-browselink .icon svg {
            width: 100%;
            fill: white; }

.page-sidebar + .page-content .productGrid {
  margin-bottom: 50px;
  background: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  overflow: hidden; }
  .page-sidebar + .page-content .productGrid::before {
    display: none; }
  @media screen and (min-width: 1280px) {
    .page-sidebar + .page-content .productGrid {
      margin-bottom: 3.47222vw; } }
  .page-sidebar + .page-content .productGrid .product {
    width: 25%; }
    @media screen and (max-width: 1279px) {
      .page-sidebar + .page-content .productGrid .product {
        width: 33.33%; } }
    @media screen and (max-width: 666px) {
      .page-sidebar + .page-content .productGrid .product {
        width: 50%; }
        .page-sidebar + .page-content .productGrid .product:nth-child(odd) {
          margin: 0 -1px -1px -1px; } }
    .page-sidebar + .page-content .productGrid .product::before {
      display: none; }
    .page-sidebar + .page-content .productGrid .product:first-child .card::after {
      border-left: 0; }
    .page-sidebar + .page-content .productGrid .product:nth-child(4n + 1) .card::after {
      border-left: 0; }

@media screen and (min-width: 1280px) {
  .productGrid .product:nth-child(1) .card:after,
  .productGrid .product:nth-child(2) .card:after,
  .productGrid .product:nth-child(3) .card:after,
  .productGrid .product:nth-child(4) .card:after {
    border-top: 0; } }

.productGrid {
  margin-right: -4px;
  margin-left: 0; }
  @media screen and (min-width: 1280px) {
    .productGrid {
      margin-right: -0.27778vw; } }
  .productGrid .product {
    width: 25%;
    padding-inline: 0;
    margin: 0 -1px -1px 0;
    z-index: 1; }
    .productGrid .product .card {
      margin-bottom: 0;
      z-index: 4; }
      .productGrid .product .card::after {
        content: "";
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: 1px solid #bdbdbd;
        opacity: 1;
        z-index: 10;
        pointer-events: none;
        transition: 0.45s ease-in-out; }
    .productGrid .product:hover {
      z-index: 2; }
      @media screen and (min-width: 1280px) {
        .productGrid .product:hover .card::after {
          border-color: #3C3C3C; } }

[data-content-region="top_banner_content"] {
  max-width: 580px; }
  @media screen and (min-width: 1280px) {
    [data-content-region="top_banner_content"] {
      max-width: 40.27778vw; } }

[data-content-region="about_us_content"] {
  text-align: center; }

.about-us-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px; }
  @media screen and (min-width: 1280px) {
    .about-us-content {
      max-width: 62.5vw; } }

.performance-section {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1280px) {
    .performance-section {
      padding-bottom: 5.27778vw; } }
  .performance-section::before {
    content: " ";
    position: absolute;
    top: 200px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: url("../img/aboutus-performance-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media screen and (min-width: 1280px) {
      .performance-section::before {
        top: 13.88889vw; } }
    @media screen and (max-width: 1279px) {
      .performance-section::before {
        top: 120px; } }
  .performance-section h2 {
    max-width: 900px;
    margin: 0 auto;
    color: white; }
    @media screen and (min-width: 1280px) {
      .performance-section h2 {
        max-width: 62.5vw; } }
    .performance-section h2 span {
      color: #ffcb05; }

.performance-images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -10px;
  margin-right: -10px; }
  @media screen and (min-width: 1280px) {
    .performance-images {
      margin-left: -0.69444vw;
      margin-right: -0.69444vw; } }
  @media screen and (max-width: 767px) {
    .performance-images {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-left: 0;
      margin-right: 0; } }
  .performance-images .image-col {
    width: 50%;
    padding: 0 10px; }
    @media screen and (min-width: 1280px) {
      .performance-images .image-col {
        padding: 0 0.69444vw; } }
    @media screen and (max-width: 767px) {
      .performance-images .image-col {
        width: 100%;
        padding: 0; } }
    @media screen and (max-width: 767px) {
      .performance-images .image-col:not(:last-child) {
        margin-bottom: 10px; } }
  .performance-images .image-col-inner {
    width: 100%;
    aspect-ratio: 59/40; }
    .performance-images .image-col-inner img {
      width: 100%;
      height: 100%;
      aspect-ratio: 59/40; }

.partners-section {
  background-color: black;
  padding-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .partners-section {
      padding-bottom: 0.69444vw; } }
  .partners-section p {
    color: white;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .partners-section p {
        max-width: 62.5vw; } }
  .partners-section .brand .card-figure__link {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .partners-section .brand .card-figure img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.navBar--sub.search-nav {
  margin: 20px 0 0;
  text-align: left; }
  @media screen and (min-width: 1280px) {
    .navBar--sub.search-nav {
      margin: 1.38889vw 0 0; } }
  .navBar--sub.search-nav .navBar-item:first-child {
    margin-left: 0; }
  .navBar--sub.search-nav .navBar-item:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1023px) {
    .navBar--sub.search-nav .navBar-item {
      float: left; } }
  .navBar--sub.search-nav .navBar-action,
  .navBar--sub.search-nav .navBar-action-color--active {
    color: white; }
    .navBar--sub.search-nav .navBar-action:hover,
    .navBar--sub.search-nav .navBar-action-color--active:hover {
      text-decoration: underline; }
      @media screen and (max-width: 1023px) {
        .navBar--sub.search-nav .navBar-action:hover,
        .navBar--sub.search-nav .navBar-action-color--active:hover {
          color: white; } }
  .navBar--sub.search-nav .navBar-action-color--active {
    color: #ffcb05;
    text-decoration: underline; }

.template-search .category-topbar {
  background: black; }

.template-search .page-sidebar.u-hidden + .page-content {
  width: 100%; }

.template-search .panel-body {
  padding: 30px;
  background: white;
  display: none; }
  @media screen and (min-width: 1280px) {
    .template-search .panel-body {
      padding: 2.08333vw; } }

.template-search .category-suggestion {
  width: 100%; }
  .template-search .category-suggestion::before {
    top: 50%;
    transform: translateY(-50%); }
  .template-search .category-suggestion-list {
    margin-left: 30px; }
    @media screen and (min-width: 1280px) {
      .template-search .category-suggestion-list {
        margin-left: 2.08333vw; } }
  .template-search .category-suggestion a {
    color: black;
    font-size: 16px; }
    @media screen and (min-width: 1280px) {
      .template-search .category-suggestion a {
        font-size: 1.11111vw; } }
    .template-search .category-suggestion a:hover {
      color: #444444;
      text-decoration: underline; }

.template-search .footer .container {
  background: #111111; }

.divider {
  display: inline-block;
  background: #222222;
  height: 1px;
  width: 16px;
  transform: none;
  margin: 0 10px 4px 15px;
  border: 0; }
  @media screen and (min-width: 1280px) {
    .divider {
      height: 0.06944vw;
      width: 1.11111vw;
      margin: 0 0.69444vw 0.27778vw 1.04167vw; } }

.search-suggestion ul {
  margin-left: 30px; }
  @media screen and (min-width: 1280px) {
    .search-suggestion ul {
      margin-left: 2.08333vw; } }
  .search-suggestion ul li {
    font-size: 16px; }
    @media screen and (min-width: 1280px) {
      .search-suggestion ul li {
        font-size: 1.11111vw; } }
    .search-suggestion ul li::before {
      top: 50%;
      transform: translateY(-50%); }

a.search-refine {
  color: black; }
  a.search-refine:hover {
    color: #444444;
    text-decoration: underline; }

#search-results-content {
  background: #eeeeee;
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    #search-results-content {
      margin-bottom: 2.08333vw; } }

.content-listing-bottom {
  padding: 30px; }
  @media screen and (min-width: 1280px) {
    .content-listing-bottom {
      padding: 2.08333vw; } }

.articleListing {
  padding: 30px; }
  @media screen and (min-width: 1280px) {
    .articleListing {
      padding: 2.08333vw; } }
  .articleListing a {
    color: black; }
    .articleListing a:hover {
      color: #444444;
      text-decoration: underline; }

.blog-heading {
  text-align: center;
  margin-bottom: 37px; }
  @media screen and (min-width: 1280px) {
    .blog-heading {
      margin-bottom: 2.56944vw; } }
  @media screen and (max-width: 767px) {
    .blog-heading {
      margin-bottom: 27px; } }

.blogs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -6px 38px; }
  @media screen and (min-width: 1280px) {
    .blogs-list {
      margin: 0 -0.41667vw 2.63889vw; } }
  @media screen and (max-width: 767px) {
    .blogs-list {
      margin-left: -5px;
      margin-right: -5px;
      margin-bottom: 40px; } }
  .blogs-list .blog {
    width: 33.33%;
    border: 0;
    padding: 0 6px;
    margin: 0 0 12px; }
    @media screen and (min-width: 1280px) {
      .blogs-list .blog {
        padding: 0 0.41667vw;
        margin-bottom: 0.83333vw; } }
    @media screen and (max-width: 1023px) {
      .blogs-list .blog {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .blogs-list .blog {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 10px; } }
  .blogs-list .blog-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%; }
    @media screen and (min-width: 1280px) {
      .blogs-list .blog-inner:hover .blog-image a::before {
        opacity: 1; } }
  .blogs-list .blog-image {
    aspect-ratio: 28/15;
    overflow: hidden; }
    .blogs-list .blog-image a {
      display: block;
      position: relative; }
      .blogs-list .blog-image a::before {
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        background: rgba(255, 255, 255, 0.08);
        opacity: 0;
        transition: all 0.3s ease;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px); }
    .blogs-list .blog-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      aspect-ratio: 28/15;
      transition: all 0.3s ease; }
  .blogs-list .blog-content {
    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: 25px 30px 24px;
    background: white; }
    @media screen and (min-width: 1280px) {
      .blogs-list .blog-content {
        padding: 1.73611vw 2.08333vw 1.66667vw; } }
    @media screen and (max-width: 767px) {
      .blogs-list .blog-content {
        padding: 22px 25px 20px; } }
  .blogs-list .blog-content-inner {
    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;
    border-bottom: 0.5px solid #dddddd;
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .blogs-list .blog-content-inner {
        margin-bottom: 1.38889vw; } }
    @media screen and (max-width: 767px) {
      .blogs-list .blog-content-inner {
        margin-bottom: 22px; } }
  .blogs-list .blog-title {
    font-size: 20px;
    margin: 0 0 19px; }
    @media screen and (min-width: 1280px) {
      .blogs-list .blog-title {
        font-size: 1.38889vw;
        margin-bottom: 1.31944vw; } }
    @media screen and (max-width: 767px) {
      .blogs-list .blog-title {
        font-size: 18px;
        margin-bottom: 15px; } }
    .blogs-list .blog-title a {
      color: black;
      text-underline-offset: 4px;
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-decoration-color: transparent; }
      @media screen and (min-width: 1280px) {
        .blogs-list .blog-title a {
          text-underline-offset: 0.27778vw; } }
      @media screen and (min-width: 1280px) {
        .blogs-list .blog-title a:hover {
          color: #444444;
          text-decoration-color: #444444; } }
  .blogs-list .blog-text {
    font-size: 13px;
    margin-bottom: 29px; }
    @media screen and (min-width: 1280px) {
      .blogs-list .blog-text {
        font-size: 0.90278vw;
        margin-bottom: 2.01389vw; } }
    @media screen and (max-width: 767px) {
      .blogs-list .blog-text {
        font-size: 12px; } }
  .blogs-list .read-more {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 17px;
    position: relative;
    color: black;
    width: fit-content; }
    @media screen and (min-width: 1280px) {
      .blogs-list .read-more {
        font-size: 0.97222vw;
        padding-left: 1.18056vw; } }
    @media screen and (max-width: 767px) {
      .blogs-list .read-more {
        font-size: 12px;
        padding-left: 15px; } }
    @media screen and (min-width: 1280px) {
      .blogs-list .read-more:hover {
        text-decoration: none;
        color: #555555; }
        .blogs-list .read-more:hover::before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9999 4.5L10.9999 6.5L7.49994 6.5L7.49994 4.5L10.9999 4.5Z' fill='%23555555'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-1.50996e-07 4.5L3.5 4.5L3.5 6.5L2.38419e-07 6.5L-1.50996e-07 4.5Z' fill='%23555555'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 7.16667L6.5 11L4.5 11L4.5 7.16667L6.5 7.16667Z' fill='%23555555'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 -1.50996e-07L6.5 3.83325L4.5 3.83325L4.5 2.38419e-07L6.5 -1.50996e-07Z' fill='%23555555'/%3E%3C/svg%3E"); } }
    .blogs-list .read-more::before {
      content: "";
      position: absolute;
      top: 4px;
      left: 0;
      width: 10px;
      height: 10px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9999 4.5L10.9999 6.5L7.49994 6.5L7.49994 4.5L10.9999 4.5Z' fill='%23000000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-1.50996e-07 4.5L3.5 4.5L3.5 6.5L2.38419e-07 6.5L-1.50996e-07 4.5Z' fill='%23000000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 7.16667L6.5 11L4.5 11L4.5 7.16667L6.5 7.16667Z' fill='%23000000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 -1.50996e-07L6.5 3.83325L4.5 3.83325L4.5 2.38419e-07L6.5 -1.50996e-07Z' fill='%23000000'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% auto;
      transition: none; }
      @media screen and (min-width: 1280px) {
        .blogs-list .read-more::before {
          top: 0.27778vw;
          width: 0.69444vw;
          height: 0.69444vw; } }
      @media screen and (max-width: 767px) {
        .blogs-list .read-more::before {
          top: 3px;
          width: 9px;
          height: 9px; } }
  .blogs-list + .pagination .pagination-list {
    padding-top: 0; }
  .blogs-list + .pagination .pagination-link {
    color: black;
    border-color: #cccccc; }
    @media screen and (min-width: 1280px) {
      .blogs-list + .pagination .pagination-link:hover {
        border-color: black; } }
  .blogs-list + .pagination .pagination-item--current .pagination-link {
    border-color: #ffcb05; }
  .blogs-list + .pagination .pagination-item--next,
  .blogs-list + .pagination .pagination-item--previous {
    top: 0; }
    .blogs-list + .pagination .pagination-item--next .pagination-link,
    .blogs-list + .pagination .pagination-item--previous .pagination-link {
      border-color: black; }
      @media screen and (min-width: 1280px) {
        .blogs-list + .pagination .pagination-item--next .pagination-link:hover,
        .blogs-list + .pagination .pagination-item--previous .pagination-link:hover {
          border-color: #ffcb05; } }
      @media screen and (max-width: 1279px) {
        .blogs-list + .pagination .pagination-item--next .pagination-link:hover svg,
        .blogs-list + .pagination .pagination-item--previous .pagination-link:hover svg {
          fill: black; } }
    .blogs-list + .pagination .pagination-item--next .icon svg,
    .blogs-list + .pagination .pagination-item--previous .icon svg {
      fill: black; }

.blog-category-tag {
  padding-top: 30px;
  background-color: black;
  min-height: 100px; }
  @media screen and (min-width: 1280px) {
    .blog-category-tag {
      padding-top: 2.08333vw;
      min-height: 6.94444vw; } }
  @media screen and (max-width: 1023px) {
    .blog-category-tag .container {
      padding: 0; } }
  .blog-category-tag .tag-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .blog-category-tag .tag-item {
    width: 20%;
    text-align: center;
    margin-bottom: 26px; }
    @media screen and (min-width: 1280px) {
      .blog-category-tag .tag-item {
        margin-bottom: 1.80556vw; } }
  .blog-category-tag .tag-link:hover {
    text-decoration: none; }
    @media screen and (min-width: 1280px) {
      .blog-category-tag .tag-link:hover .label {
        color: #ffcb05; } }
  .blog-category-tag .tag-link .label {
    font-size: 14px;
    font-weight: 500;
    color: white; }
    @media screen and (min-width: 1280px) {
      .blog-category-tag .tag-link .label {
        font-size: 0.97222vw; } }
  .blog-category-tag .tag-img {
    padding: 10px;
    margin-bottom: 7px;
    position: relative; }
    @media screen and (min-width: 1280px) {
      .blog-category-tag .tag-img {
        padding: 0.69444vw;
        margin-bottom: 0.48611vw; } }
    .blog-category-tag .tag-img::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: -1px;
      height: 100%;
      background: linear-gradient(to right, white 1px, transparent 1px) 0 0, linear-gradient(to right, white 1px, transparent 1px) 0 100%, linear-gradient(to left, white 1px, transparent 1px) 100% 0, linear-gradient(to left, white 1px, transparent 1px) 100% 100%, linear-gradient(to bottom, white 1px, transparent 1px) 0 0, linear-gradient(to bottom, white 1px, transparent 1px) 100% 0, linear-gradient(to top, white 1px, transparent 1px) 0 100%, linear-gradient(to top, white 1px, transparent 1px) 100% 100%;
      background-size: 10px 10px;
      background-repeat: no-repeat; }
      @media screen and (min-width: 1280px) {
        .blog-category-tag .tag-img::before {
          background-size: 0.69444vw 0.69444vw; } }
    .blog-category-tag .tag-img img {
      width: 100%;
      height: 100%;
      aspect-ratio: 22/13;
      object-fit: cover; }

/*--- [BLOG POST DEATIL PAGE] ---*/
.template-blog_post {
  background: white; }
  .template-blog_post .banner-content {
    max-width: 100%; }

.blog-post-figure {
  max-width: 1000px;
  width: 100%;
  margin-top: -75px; }
  @media screen and (min-width: 1280px) {
    .blog-post-figure {
      max-width: 69.44444vw;
      margin-top: -5.20833vw; } }
  @media screen and (max-width: 767px) {
    .blog-post-figure {
      margin-top: -30px; } }

.blog-thumbnail {
  max-width: 100%; }
  .blog-thumbnail img {
    aspect-ratio: 125/67;
    object-fit: cover; }

.blog-date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 27px; }
  @media screen and (min-width: 1280px) {
    .blog-date {
      font-size: 0.97222vw;
      margin-bottom: 1.875vw; } }
  @media screen and (max-width: 767px) {
    .blog-date {
      margin-bottom: 15px; } }

.blog-author {
  font-weight: 400;
  margin-bottom: 0; }
  .blog-author span {
    color: #888888; }

.blog-post {
  font-size: 16px; }
  @media screen and (min-width: 1280px) {
    .blog-post {
      font-size: 1.11111vw; } }
  @media screen and (max-width: 767px) {
    .blog-post {
      font-size: 13px; } }
  .blog-post video {
    width: 100%;
    height: auto; }
  .blog-post h2,
  .blog-post h3,
  .blog-post h4,
  .blog-post h5,
  .blog-post h6 {
    font-weight: 700;
    line-height: 1.4;
    text-transform: none;
    color: #333333;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .blog-post h2 {
    font-size: 26px;
    margin-bottom: 26px; }
    @media screen and (min-width: 1280px) {
      .blog-post h2 {
        font-size: 1.80556vw;
        margin-bottom: 1.80556vw; } }
    @media screen and (max-width: 767px) {
      .blog-post h2 {
        font-size: 20px;
        margin-bottom: 16px; } }
  .blog-post h3,
  .blog-post h4,
  .blog-post h5,
  .blog-post h6 {
    font-size: 18px;
    margin-bottom: 16px; }
    @media screen and (min-width: 1280px) {
      .blog-post h3,
      .blog-post h4,
      .blog-post h5,
      .blog-post h6 {
        font-size: 1.25vw;
        margin-bottom: 1.11111vw; } }
    @media screen and (max-width: 767px) {
      .blog-post h3,
      .blog-post h4,
      .blog-post h5,
      .blog-post h6 {
        font-size: 16px;
        margin-bottom: 12px; } }
  .blog-post ul,
  .blog-post ol {
    margin-bottom: 30px; }
    @media screen and (min-width: 1280px) {
      .blog-post ul,
      .blog-post ol {
        margin-bottom: 2.08333vw; } }
    @media screen and (max-width: 767px) {
      .blog-post ul,
      .blog-post ol {
        margin-bottom: 22px; } }
  .blog-post p {
    margin-bottom: 34px; }
    @media screen and (min-width: 1280px) {
      .blog-post p {
        margin-bottom: 2.36111vw; } }
    @media screen and (max-width: 767px) {
      .blog-post p {
        font-size: 13px;
        margin-bottom: 22px; } }
    .blog-post p:has(img:nth-of-type(2):last-of-type) {
      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: 767px) {
        .blog-post p:has(img:nth-of-type(2):last-of-type) {
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap; } }
      .blog-post p:has(img:nth-of-type(2):last-of-type) img {
        width: calc(50% - 10px);
        object-fit: cover; }
        @media screen and (min-width: 1280px) {
          .blog-post p:has(img:nth-of-type(2):last-of-type) img {
            width: calc(50% - 0.69444vw); } }
        @media screen and (max-width: 767px) {
          .blog-post p:has(img:nth-of-type(2):last-of-type) img {
            width: 100%; } }
        @media screen and (max-width: 767px) {
          .blog-post p:has(img:nth-of-type(2):last-of-type) img + img {
            margin-top: 34px; } }

.blog-post-body {
  max-width: 800px;
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .blog-post-body {
      max-width: 55.55556vw; } }

.blog .tags {
  text-align: left;
  margin: 0 20px -10px 0;
  max-width: calc(100% - 320px); }
  @media screen and (min-width: 1280px) {
    .blog .tags {
      max-width: calc(100% - 22.22222vw);
      margin: 0 1.38889vw -0.69444vw 0; } }
  @media screen and (max-width: 1023px) {
    .blog .tags {
      max-width: 100%;
      margin-bottom: 20px; } }

.tags-share {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 44px; }
  @media screen and (min-width: 1280px) {
    .tags-share {
      margin-top: 3.05556vw; } }
  @media screen and (max-width: 1023px) {
    .tags-share {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .tags-share ul li {
    padding-left: 0; }
    .tags-share ul li::before {
      display: none; }

.tag {
  margin-right: 10px;
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .tag {
      margin-right: 0.69444vw;
      margin-bottom: 0.69444vw; } }
  .tag a {
    font-size: 13px;
    font-weight: 500;
    padding: 11px 15px;
    color: white;
    background: #222222; }
    @media screen and (min-width: 1280px) {
      .tag a {
        font-size: 0.90278vw;
        padding: 0.76389vw 1.04167vw; } }
    .tag a:hover {
      color: white; }
      @media screen and (min-width: 1280px) {
        .tag a:hover {
          color: #333333;
          text-decoration: none;
          background: #ffcb05; } }

.bog-tags {
  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;
  height: 100%; }
  .bog-tags .blog-label {
    font-size: 14px;
    font-weight: 700;
    margin-right: 20px; }
    @media screen and (min-width: 1280px) {
      .bog-tags .blog-label {
        font-size: 0.97222vw;
        margin-right: 1.38889vw; } }
  .bog-tags .socialLinks {
    margin-bottom: 0; }
    .bog-tags .socialLinks .icon svg {
      fill: #333333; }

.login {
  max-width: 80%; }
  @media screen and (max-width: 1023px) {
    .login {
      max-width: 100%; } }

.login-row {
  max-width: 100%;
  padding: 50px;
  background: white; }
  @media screen and (min-width: 1280px) {
    .login-row {
      padding: 3.47222vw; } }
  @media screen and (max-width: 767px) {
    .login-row {
      padding: 30px; } }

.login-form {
  padding: 0 10px; }
  @media screen and (min-width: 1280px) {
    .login-form {
      padding: 0 0.69444vw; } }
  @media screen and (max-width: 1023px) {
    .login-form {
      padding: 0;
      margin-bottom: 30px; } }
  .login-form .form-actions {
    text-align: left; }
    .login-form .form-actions .button, .login-form .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .login-form .form-actions button,
    .login-form .form-actions a {
      vertical-align: middle; }

.new-customer {
  padding: 0 10px; }
  @media screen and (min-width: 1280px) {
    .new-customer {
      padding: 0 0.69444vw; } }
  @media screen and (max-width: 1023px) {
    .new-customer {
      padding: 0; } }
  .new-customer .panel-body {
    margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 20px; }
  @media screen and (min-width: 1280px) {
    .new-customer-fact-list {
      margin-left: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .new-customer-fact-list {
      margin-left: 12px; } }

.forgot-password {
  margin-bottom: 0; }

.panel-title {
  font-size: 20px; }
  @media screen and (min-width: 1280px) {
    .panel-title {
      font-size: 1.38889vw; } }

.panel-header {
  padding: 20px 20px 0; }
  @media screen and (min-width: 1280px) {
    .panel-header {
      padding: 1.38889vw 1.38889vw 0; } }

.panel-body {
  padding: 15px 20px 20px; }
  @media screen and (min-width: 1280px) {
    .panel-body {
      padding: 1.04167vw 1.38889vw 1.38889vw; } }

.account-container {
  padding: 50px;
  background-color: white; }
  @media screen and (min-width: 1280px) {
    .account-container {
      padding: 3.47222vw; } }
  @media screen and (max-width: 767px) {
    .account-container {
      padding: 30px; } }

.account--fixed,
.account--fixedSmall {
  width: 100%; }

.account--fixedLarge {
  width: 100%; }

.account {
  margin-bottom: 0; }

.account-body {
  margin: 0; }
  @media screen and (min-width: 1280px) {
    .account-body {
      margin: 0; } }

.template-createaccount .form-actions {
  text-align: left;
  margin: 0; }

@media screen and (max-width: 767px) {
  .template-createaccount .g-recaptcha > div {
    margin: 0 auto; } }

/*--- [Forgot Password] ---*/
.forgot-password-form .form-prefixPostfix {
  flex-direction: row;
  -webkit-flex-direction: row; }

.forgot-password-form .form-label {
  width: 100%; }

.forgot-password-form .button, .forgot-password-form #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .forgot-password-form button {
  margin: 0 0 0 10px; }
  @media screen and (min-width: 1280px) {
    .forgot-password-form .button, .forgot-password-form #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .forgot-password-form button {
      margin-left: 0.69444vw; } }
  @media screen and (max-width: 767px) {
    .forgot-password-form .button, .forgot-password-form #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .forgot-password-form button {
      width: 100%;
      margin-left: 0;
      margin-top: 10px; } }

.forgot-password-form .g-recaptcha {
  order: 4; }

/*--- [Order List] ---*/
@media screen and (max-width: 1023px) {
  .navBar--account {
    display: block; } }

@media screen and (max-width: 1023px) {
  .navBar--account .navBar-item {
    display: inline-block; } }

.account-heading {
  padding-bottom: 12px; }
  @media screen and (min-width: 1280px) {
    .account-heading {
      padding-bottom: 0.83333vw; } }

.account-listItem {
  padding: 22px 0;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    .account-listItem {
      padding: 1.52778vw 0; } }

.account-list {
  margin-bottom: 0; }

.account-product-title {
  font-size: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .account-product-title {
      font-size: 1.38889vw;
      margin-bottom: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .account-product-title {
      font-size: 16px;
      margin-bottom: 14px; } }
  .account-product-title a {
    color: #333333; }
    .account-product-title a:hover {
      color: #ffcb05; }
      @media screen and (max-width: 1023px) {
        .account-product-title a:hover {
          color: #333333; } }

@media screen and (max-width: 767px) {
  .account-product-description {
    margin-bottom: 16px; } }

.account-product-figure {
  width: 80px;
  margin-right: 20px;
  padding: 10px;
  border: 1px solid #bbbbbb; }
  @media screen and (min-width: 1280px) {
    .account-product-figure {
      width: 5.55556vw;
      margin-right: 1.38889vw;
      padding: 0.69444vw; } }
  .account-product-figure::after {
    display: none; }
  .account-product-figure img {
    aspect-ratio: 1/1;
    object-fit: contain; }

.account-product-detail-heading {
  font-size: 16px;
  margin-bottom: 6px; }
  @media screen and (min-width: 1280px) {
    .account-product-detail-heading {
      font-size: 1.11111vw;
      margin-bottom: 0.41667vw; } }
  @media screen and (max-width: 767px) {
    .account-product-detail-heading {
      font-size: 13px; } }

.account-orderStatus-label {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  padding: 3px 5px 2px;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  @media screen and (min-width: 1280px) {
    .account-orderStatus-label {
      font-size: 0.69444vw;
      padding: 0.13889vw 0.34722vw 0.13889vw; } }

/*--- [Order Detail] ---*/
.account-listShipping {
  padding: 16px 0 18px; }
  @media screen and (min-width: 1280px) {
    .account-listShipping {
      padding: 1.11111vw 0 1.25vw; } }

.account-product--alignMiddle {
  padding-left: 30px; }
  @media screen and (min-width: 1280px) {
    .account-product--alignMiddle {
      padding-left: 2.08333vw; } }
  @media screen and (max-width: 1023px) {
    .account-product--alignMiddle {
      padding-left: 20px; } }
  .account-product--alignMiddle .account-product-checkItem {
    left: -30px; }
    @media screen and (min-width: 1280px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.08333vw; } }
    @media screen and (max-width: 1023px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -20px; } }
  .account-product--alignMiddle .account-product-figure {
    vertical-align: middle;
    left: -20px; }
    @media screen and (min-width: 1280px) {
      .account-product--alignMiddle .account-product-figure {
        left: -1.38889vw; } }
  .account-product--alignMiddle .account-product-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin-bottom: 10px; }
    @media screen and (min-width: 1280px) {
      .account-product--alignMiddle .account-product-title {
        font-size: 0.90278vw;
        margin-bottom: 0.69444vw; } }
    @media screen and (max-width: 767px) {
      .account-product--alignMiddle .account-product-title {
        padding-right: 50px; } }
  .account-product--alignMiddle .definitionList {
    font-size: 12px; }
    @media screen and (min-width: 1280px) {
      .account-product--alignMiddle .definitionList {
        font-size: 0.83333vw; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 0;
    padding-bottom: 0; }

.account-product-price {
  font-size: 14px;
  font-weight: 600;
  color: black; }
  @media screen and (min-width: 1280px) {
    .account-product-price {
      font-size: 0.97222vw; } }

.account-orderTotal {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    .account-orderTotal {
      font-size: 1.11111vw;
      margin-top: 1.38889vw; } }

.account-orderTotal {
  font-weight: 700; }

.account-orderTotal-key,
.account-orderTotal-value {
  padding: 16px 0 14px; }
  @media screen and (min-width: 1280px) {
    .account-orderTotal-key,
    .account-orderTotal-value {
      padding: 1.11111vw 0 0.97222vw; } }

.account-orderTotal-value:last-child {
  font-size: 20px;
  padding-top: 13px; }
  @media screen and (min-width: 1280px) {
    .account-orderTotal-value:last-child {
      font-size: 1.38889vw;
      padding-top: 0.90278vw; } }

@media screen and (max-width: 1023px) {
  .account-sidebar {
    padding: 0;
    margin-top: 50px; } }

.account-sidebar-block {
  font-size: 16px; }
  @media screen and (min-width: 1280px) {
    .account-sidebar-block {
      font-size: 1.11111vw; } }
  .account-sidebar-block .account-heading {
    margin-bottom: 12px; }
    @media screen and (min-width: 1280px) {
      .account-sidebar-block .account-heading {
        margin-bottom: 0.83333vw; } }
  .account-sidebar-block .definitionList {
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .account-sidebar-block .definitionList {
        margin-bottom: 1.38889vw; } }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 40px; }
    @media screen and (min-width: 1280px) {
      .account-sidebar-block + .account-sidebar-block {
        margin-top: 2.77778vw; } }

.account-order-address li {
  margin-bottom: 0; }

/*--- [Message] ---*/
.template-account_inbox .account-list {
  margin-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    .template-account_inbox .account-list {
      margin-bottom: 2.77778vw; } }

.account-message {
  font-size: 16px; }
  @media screen and (min-width: 1280px) {
    .account-message {
      font-size: 1.11111vw; } }
  @media screen and (max-width: 767px) {
    .account-message {
      margin-bottom: 22px; } }
  @media screen and (max-width: 767px) {
    .account-message {
      font-size: 13px; } }
  .account-message .account-product-title {
    font-size: 16px;
    color: black;
    margin-bottom: 10px; }
    @media screen and (min-width: 1280px) {
      .account-message .account-product-title {
        font-size: 1.11111vw;
        margin-bottom: 0.69444vw; } }
    @media screen and (max-width: 767px) {
      .account-message .account-product-title {
        font-size: 13px; } }
  .account-message .is-read {
    color: #333333; }
  @media screen and (max-width: 1023px) {
    .account-message .account-orderStatus {
      bottom: 20px; } }

/*--- [Address] ---*/
.account-content {
  padding: 0; }

.addressList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: -6px; }
  @media screen and (min-width: 1280px) {
    .addressList {
      margin-bottom: -0.41667vw; } }

.address {
  padding: 0 6px;
  height: auto;
  margin-bottom: 12px; }
  @media screen and (min-width: 1280px) {
    .address {
      padding: 0 0.41667vw;
      margin-bottom: 0.83333vw; } }

.panel--address {
  height: 100%; }
  .panel--address .panel-body {
    height: 100%;
    padding: 20px 20px 60px;
    margin-bottom: 20px;
    border: 0;
    min-height: 200px;
    background: #eeeeee; }
    @media screen and (min-width: 1280px) {
      .panel--address .panel-body {
        padding: 1.38889vw 1.38889vw 4.16667vw;
        margin-bottom: 1.38889vw;
        min-height: 13.88889vw; } }
    @media screen and (max-width: 767px) {
      .panel--address .panel-body {
        padding-bottom: 6px; } }
  .panel--address .form-actions {
    bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .panel--address .form-actions {
        bottom: 1.38889vw; } }
    @media screen and (max-width: 767px) {
      .panel--address .form-actions .button, .panel--address .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .panel--address .form-actions button {
        width: auto; }
        .panel--address .form-actions .button + .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 #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .panel--address .form-actions .button + button, .panel--address .form-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .panel--address .form-actions button + button {
          margin-left: 6px; } }

.address-details--postal {
  font-size: 16px;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    .address-details--postal {
      font-size: 1.11111vw; } }
  .address-details--postal li {
    margin-bottom: 0; }

.address-title {
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .address-title {
      margin-bottom: 0.69444vw; } }

.address-label,
.address-description {
  font-size: 16px; }
  @media screen and (min-width: 1280px) {
    .address-label,
    .address-description {
      font-size: 1.11111vw; } }

.address-symbol {
  font-size: 32px; }
  @media screen and (min-width: 1280px) {
    .address-symbol {
      font-size: 2.22222vw; } }

.account .productGrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 0; }
  .account .productGrid .product {
    position: relative; }
    @media screen and (max-width: 1279px) {
      .account .productGrid .product {
        width: 33.33%; } }
    @media screen and (max-width: 666px) {
      .account .productGrid .product {
        width: 50%; } }
    @media screen and (min-width: 1280px) {
      .account .productGrid .product:hover:nth-child(-n + 4) .card::after {
        border-color: black; } }
    .account .productGrid .product:nth-child(-n + 4) .card::after {
      border-top: 1px solid #bbbbbb; }
  .account .productGrid .wishlistbtn {
    display: none; }
  .account .productGrid .form {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0; }
    .account .productGrid .form button {
      font-size: 0;
      line-height: 0;
      padding: 4px;
      width: 24px;
      height: 24px; }
      @media screen and (min-width: 1280px) {
        .account .productGrid .form button {
          width: 1.66667vw;
          height: 1.66667vw;
          padding: 0.27778vw; } }
      @media screen and (max-width: 767px) {
        .account .productGrid .form button {
          width: 22px;
          height: 22px; } }
      @media screen and (min-width: 1280px) {
        .account .productGrid .form button:hover svg {
          fill: black; } }
    .account .productGrid .form .icon {
      width: 100%;
      height: 100%; }
    .account .productGrid .form svg {
      fill: white; }

/*--- [Giftcerificate] ---*/
.form--oneField .form-input {
  width: auto; }
  @media screen and (max-width: 767px) {
    .form--oneField .form-input {
      width: 100%; } }

.form--oneField .button, .form--oneField #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form--oneField button {
  margin-left: 10px;
  order: 0; }
  @media screen and (min-width: 1280px) {
    .form--oneField .button, .form--oneField #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form--oneField button {
      margin-left: 0.69444vw; } }
  @media screen and (max-width: 767px) {
    .form--oneField .button, .form--oneField #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form--oneField button {
      width: 100%;
      margin-left: 0;
      margin-top: 10px;
      order: 1; } }

.template-giftcertificates .modal-content {
  height: auto; }
  @media screen and (max-width: 767px) {
    .template-giftcertificates .modal-content {
      padding-top: 25px; } }

.template-giftcertificates .modal-close {
  top: 10px; }
  @media screen and (min-width: 1280px) {
    .template-giftcertificates .modal-close {
      top: 0.69444vw; } }

/*--- [Error Pages] ---*/
.template-404 .page-content .form-field {
  margin-bottom: 0; }

.template-404 .page-content .button, .template-404 .page-content #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .template-404 .page-content button {
  margin-left: 10px; }
  @media screen and (min-width: 1280px) {
    .template-404 .page-content .button, .template-404 .page-content #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .template-404 .page-content button {
      margin-left: 0.69444vw; } }
  @media screen and (max-width: 767px) {
    .template-404 .page-content .button, .template-404 .page-content #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .template-404 .page-content button {
      width: 100%;
      margin-left: 0;
      margin-top: 10px; } }

.navBar--sub {
  margin-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .navBar--sub {
      margin-bottom: 3.47222vw; } }
  .navBar--sub .navBar-item {
    margin: 0 8px; }
    @media screen and (min-width: 1280px) {
      .navBar--sub .navBar-item {
        margin: 0 0.55556vw; } }
    @media screen and (max-width: 1023px) {
      .navBar--sub .navBar-item {
        margin-bottom: 10px;
        display: inline-block; } }
    .navBar--sub .navBar-item.is-active {
      color: #333333;
      border-bottom: 1px solid #ffcb05; }
      .navBar--sub .navBar-item.is-active > .navBar-action {
        color: #333333; }
  .navBar--sub .navBar-action {
    font-size: 16px;
    color: #333333; }
    @media screen and (min-width: 1280px) {
      .navBar--sub .navBar-action {
        font-size: 1.11111vw; } }
    @media screen and (max-width: 767px) {
      .navBar--sub .navBar-action {
        font-size: 13px; } }
    .navBar--sub .navBar-action:hover {
      text-decoration: none; }
      @media screen and (max-width: 1023px) {
        .navBar--sub .navBar-action:hover {
          color: #333333; } }

.wishlists-table {
  max-width: 100%; }

.wishlist-form {
  max-width: 100%; }
  .wishlist-form .form-field {
    padding: 0; }

.share-wishlist {
  max-width: 600px;
  margin-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .share-wishlist {
      max-width: 41.66667vw;
      margin-bottom: 3.47222vw; } }

.alertBox {
  font-size: 12px;
  border-radius: 0;
  padding: 10px 10px 9px;
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .alertBox {
      font-size: 0.83333vw;
      padding: 0.69444vw 0.69444vw 0.625vw;
      margin-bottom: 0.69444vw; } }

.alertBox:not(.alertBox--success):not(.alertBox--warning):not(.alertBox--error):not(.alertBox--info) {
  background: #dddddd; }

.alertBox--info {
  background: #969BA0; }

.alertBox-icon {
  font-size: 0;
  line-height: 0;
  padding-right: 8px;
  vertical-align: top; }
  @media screen and (min-width: 1280px) {
    .alertBox-icon {
      padding-right: 0.55556vw; } }
  .alertBox-icon .icon {
    width: 15px;
    height: 15px; }
    @media screen and (min-width: 1280px) {
      .alertBox-icon .icon {
        width: 1.04167vw;
        height: 1.04167vw; } }

/*--- [Contact Us] ---*/
#contact-us-page p {
  text-align: center; }

#contact-us-page .form {
  padding: 50px;
  background: white; }
  @media screen and (min-width: 1280px) {
    #contact-us-page .form {
      padding: 3.47222vw; } }
  @media screen and (max-width: 767px) {
    #contact-us-page .form {
      padding: 30px; } }

#contact-us-page .form-actions {
  text-align: left;
  margin-left: 0; }

@media screen and (max-width: 767px) {
  #contact-us-page .g-recaptcha > div {
    margin: 0 auto; } }

/*--- [Sitemap] ---*/
.template-sitemap .page-content {
  float: none; }

.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: 0; }
  .sitemap-list > li {
    width: 33.33%;
    padding: 0; }
    .sitemap-list > li::before {
      display: none; }
    @media screen and (max-width: 767px) {
      .sitemap-list > li {
        width: 100%; }
        .sitemap-list > li:not(:last-child) {
          margin-bottom: 40px; } }
    .sitemap-list > li ul {
      padding-right: 20px; }
      @media screen and (min-width: 1280px) {
        .sitemap-list > li ul {
          padding-right: 1.38889vw; } }
      @media screen and (max-width: 767px) {
        .sitemap-list > li ul {
          padding-right: 0; } }
  .sitemap-list ul {
    margin-bottom: 0 !important;
    margin-left: 18px; }
    @media screen and (min-width: 1280px) {
      .sitemap-list ul {
        margin-left: 1.25vw; } }
  .sitemap-list a {
    color: #333333; }
    @media screen and (min-width: 1280px) {
      .sitemap-list a:hover {
        color: #ffcb05; } }

.show-all-link::before {
  display: none; }

.show-all-link a {
  text-decoration: underline; }

/*--- [Accordion] ---*/
.wp-accordion-main {
  margin-bottom: 80px; }
  @media screen and (min-width: 1280px) {
    .wp-accordion-main {
      margin-bottom: 5.55556vw; } }
  @media screen and (max-width: 767px) {
    .wp-accordion-main {
      margin-bottom: 50px; } }

.wp-accordion {
  border-bottom: 1px solid black; }
  .wp-accordion.wp-active .wp-accordion-title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='2' viewBox='0 0 14 2' fill='%23000000'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 2L0 2L0 0L14 0V2Z' fill='%23333333'/%3E%3C/svg%3E"); }
  .wp-accordion:not(:first-child) .wp-accordion-content {
    display: none; }

.wp-accordion-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  line-height: 1.1;
  font-family: "Prohibition Round", Arial, Helvetica, sans-serif;
  position: relative;
  padding: 16px 25px 16px 0;
  cursor: pointer;
  transition: all 0.3s ease; }
  @media screen and (min-width: 1280px) {
    .wp-accordion-title {
      font-size: 1.25vw;
      padding: 1.11111vw 1.73611vw 1.11111vw 0; } }
  @media screen and (max-width: 767px) {
    .wp-accordion-title {
      font-size: 16px; } }
  @media screen and (min-width: 1280px) {
    .wp-accordion-title:hover {
      color: #ffcb05; } }
  @media screen and (max-width: 767px) {
    .wp-accordion-title {
      padding-top: 12px;
      padding-bottom: 12px; } }
  .wp-accordion-title::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 20px;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='%23333333'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 -1.0411e-06L8 14L6 14L6 -9.53674e-07L8 -1.0411e-06Z' fill='%23333333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 8L0 8L0 6L14 6V8Z' fill='%23333333'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    transform-origin: center;
    transition: none; }
    @media screen and (min-width: 1280px) {
      .wp-accordion-title::after {
        width: 0.83333vw;
        height: 0.83333vw;
        top: 1.38889vw; } }
    @media screen and (max-width: 767px) {
      .wp-accordion-title::after {
        top: 16px;
        width: 10px;
        height: 10px; } }
  .wp-accordion-title.wp-active::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='2' viewBox='0 0 14 2' fill='%23000000'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 2L0 2L0 0L14 0V2Z' fill='%23333333'/%3E%3C/svg%3E"); }
  .wp-accordion-title > div {
    margin-right: 4px; }
    @media screen and (min-width: 1280px) {
      .wp-accordion-title > div {
        margin-right: 0.27778vw; } }

.wp-accordion-content {
  margin-top: 6px;
  margin-bottom: 24px; }
  @media screen and (min-width: 1280px) {
    .wp-accordion-content {
      margin-top: 0.41667vw;
      margin-bottom: 1.66667vw; } }
  @media screen and (max-width: 767px) {
    .wp-accordion-content iframe {
      width: 100%; } }

/*--- [Find Dealers] ---*/
[data-sub-layout-container] [id^="sd-simple-text"] * {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  @media screen and (min-width: 1280px) {
    [data-sub-layout-container] [id^="sd-simple-text"] * {
      font-size: 1.11111vw; } }
  @media screen and (max-width: 767px) {
    [data-sub-layout-container] [id^="sd-simple-text"] * {
      font-size: 13px; } }

[data-sub-layout-container] [id^="sd-simple-text"] p {
  margin-bottom: 22px; }
  @media screen and (min-width: 1280px) {
    [data-sub-layout-container] [id^="sd-simple-text"] p {
      margin-bottom: 1.52778vw; } }
  @media screen and (max-width: 767px) {
    [data-sub-layout-container] [id^="sd-simple-text"] p {
      font-size: 13px; } }

[data-sub-layout-container] [id^="sd-simple-text"] a {
  color: #ffcb05; }
  @media screen and (min-width: 1280px) {
    [data-sub-layout-container] [id^="sd-simple-text"] a:hover {
      color: #333333;
      text-decoration: underline;
      text-decoration-color: currentColor; } }

[data-sub-layout-container]:has(p:last-child) + [data-sub-layout-container] [class^="sd-divider-wrapper"] {
  margin-top: 16px; }
  @media screen and (min-width: 1280px) {
    [data-sub-layout-container]:has(p:last-child) + [data-sub-layout-container] [class^="sd-divider-wrapper"] {
      margin-top: 1.11111vw; } }

[data-sub-layout-container]:last-child [id^="sd-image"] {
  margin-bottom: 0 !important; }

[class^="sd-divider-wrapper"] {
  margin: 40px 0; }
  @media screen and (min-width: 1280px) {
    [class^="sd-divider-wrapper"] {
      margin: 2.77778vw 0; } }
  [class^="sd-divider-wrapper"] hr {
    margin: 0; }

@media screen and (min-width: 1280px) {
  [class^="sd-spacer"][style="height: 80px;"] {
    height: 5.55556vw; } }

[id^="sd-image"] {
  margin-bottom: 22px !important; }
  @media screen and (min-width: 1280px) {
    [id^="sd-image"] {
      margin-bottom: 1.52778vw !important; } }

[data-layout-name^="Four Column"] {
  margin-left: -10px;
  margin-right: -10px; }
  @media screen and (min-width: 1280px) {
    [data-layout-name^="Four Column"] {
      margin-left: -0.69444vw;
      margin-right: -0.69444vw; } }
  [data-layout-name^="Four Column"] [data-sub-layout] {
    padding: 0 10px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      [data-layout-name^="Four Column"] [data-sub-layout] {
        padding: 0 0.69444vw;
        margin-bottom: 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      [data-layout-name^="Four Column"] [data-sub-layout] {
        max-width: 50%;
        flex-basis: 50%; } }
  [data-layout-name^="Four Column"] [id^="sd-image"] {
    margin-bottom: 0 !important; }

[data-layout-name^="Three Column"] {
  margin-left: -10px;
  margin-right: -10px; }
  @media screen and (min-width: 1280px) {
    [data-layout-name^="Three Column"] {
      margin-left: -0.69444vw;
      margin-right: -0.69444vw; } }
  [data-layout-name^="Three Column"] [data-sub-layout] {
    padding: 0 10px; }
    @media screen and (min-width: 1280px) {
      [data-layout-name^="Three Column"] [data-sub-layout] {
        padding: 0 0.69444vw; } }
    @media screen and (max-width: 767px) {
      [data-layout-name^="Three Column"] [data-sub-layout] {
        margin-bottom: 20px; } }
    [data-layout-name^="Three Column"] [data-sub-layout] * {
      margin: 0 !important; }
  [data-layout-name^="Three Column"] [id^="sd-image"] {
    margin-bottom: 0 !important; }

/*--- [Find Dealers] ---*/
.elfsight-widget [class^="directory-header__Container"] [class^="DropdownItem__ItemContainer"] {
  padding: 6px 16px; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget [class^="directory-header__Container"] [class^="DropdownItem__ItemContainer"] {
      padding: 0.41667vw 1.11111vw; } }
  .elfsight-widget [class^="directory-header__Container"] [class^="DropdownItem__ItemContainer"]:hover {
    background: #eeeeee; }
    @media screen and (max-width: 1279px) {
      .elfsight-widget [class^="directory-header__Container"] [class^="DropdownItem__ItemContainer"]:hover {
        background: none; } }
  .elfsight-widget [class^="directory-header__Container"] [class^="DropdownItem__ItemContainer"] [class^="Icon__IconContainer"] {
    width: 16px;
    height: 16px; }
    @media screen and (min-width: 1280px) {
      .elfsight-widget [class^="directory-header__Container"] [class^="DropdownItem__ItemContainer"] [class^="Icon__IconContainer"] {
        width: 1.11111vw;
        height: 1.11111vw; } }
  .elfsight-widget [class^="directory-header__Container"] [class^="DropdownItem__ItemContainer"] svg {
    width: 16px;
    height: 16px; }
    @media screen and (min-width: 1280px) {
      .elfsight-widget [class^="directory-header__Container"] [class^="DropdownItem__ItemContainer"] svg {
        width: 1.11111vw;
        height: 1.11111vw; } }
  .elfsight-widget [class^="directory-header__Container"] [class^="DropdownItem__ItemContainer"] [class^="typography__Container"] {
    content: "";
    font-size: 11px;
    color: #333333;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
    @media screen and (min-width: 1280px) {
      .elfsight-widget [class^="directory-header__Container"] [class^="DropdownItem__ItemContainer"] [class^="typography__Container"] {
        font-size: 0.76389vw; } }
    @media screen and (max-width: 767px) {
      .elfsight-widget [class^="directory-header__Container"] [class^="DropdownItem__ItemContainer"] [class^="typography__Container"] {
        font-size: 10px; } }

.elfsight-widget [class^="Dropdown__DropdownContainer"] {
  padding: 8px 0; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget [class^="Dropdown__DropdownContainer"] {
      padding: 0.55556vw 0; } }

/*--- [FAQ Owners Manuals] ---*/
.pdf-section [class^="Widget__Container"] {
  padding: 40px; }
  @media screen and (min-width: 1280px) {
    .pdf-section [class^="Widget__Container"] {
      padding: 2.77778vw; } }
  @media screen and (max-width: 767px) {
    .pdf-section [class^="Widget__Container"] {
      padding: 30px; } }

.pdf-section [class^="typography__Container"] {
  font-size: 16px;
  margin-bottom: 32px; }
  @media screen and (min-width: 1280px) {
    .pdf-section [class^="typography__Container"] {
      font-size: 1.11111vw;
      margin-bottom: 2.22222vw; } }
  @media screen and (max-width: 767px) {
    .pdf-section [class^="typography__Container"] {
      margin-bottom: 24px; } }

.pdf-section [class^="Item__Component"] {
  padding: 20px; }
  @media screen and (min-width: 1280px) {
    .pdf-section [class^="Item__Component"] {
      padding: 1.38889vw; } }
  .pdf-section [class^="Item__Component"] svg {
    width: 30px;
    height: 38px;
    fill: black; }
    @media screen and (min-width: 1280px) {
      .pdf-section [class^="Item__Component"] svg {
        width: 2.08333vw;
        height: 2.63889vw; } }
    @media screen and (max-width: 767px) {
      .pdf-section [class^="Item__Component"] svg {
        width: 26px;
        height: 34px; } }
  .pdf-section [class^="Item__Component"] [class^="typography__Container"] {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .pdf-section [class^="Item__Component"] [class^="typography__Container"] {
        font-size: 13px; } }
  .pdf-section [class^="Item__Component"] [class^="Item__Wrapper"] {
    margin-right: 14px; }
    @media screen and (min-width: 1280px) {
      .pdf-section [class^="Item__Component"] [class^="Item__Wrapper"] {
        margin-right: 0.97222vw; } }
    @media screen and (max-width: 767px) {
      .pdf-section [class^="Item__Component"] [class^="Item__Wrapper"] {
        margin-right: 10px; } }

/*--- [BUTTONS] ---*/
.webpage-button-wrapper,
.faqpage-button-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 767px) {
    .webpage-button-wrapper,
    .faqpage-button-wrapper {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  @media screen and (min-width: 768px) {
    .webpage-button-wrapper .wp-button:first-child:last-child,
    .faqpage-button-wrapper .wp-button:first-child:last-child {
      min-width: 33.33%;
      width: auto; } }

.wp-button {
  width: 33.33%;
  margin-left: -1px;
  padding: 10px;
  background: linear-gradient(to right, black 1px, transparent 1px) 0 0, linear-gradient(to right, black 1px, transparent 1px) 0 100%, linear-gradient(to left, black 1px, transparent 1px) 100% 0, linear-gradient(to left, black 1px, transparent 1px) 100% 100%, linear-gradient(to bottom, black 1px, transparent 1px) 0 0, linear-gradient(to bottom, black 1px, transparent 1px) 100% 0, linear-gradient(to top, black 1px, transparent 1px) 0 100%, linear-gradient(to top, black 1px, transparent 1px) 100% 100%;
  background-size: 10px 10px;
  background-repeat: no-repeat; }
  @media screen and (min-width: 1280px) {
    .wp-button {
      background-size: 0.69444vw 0.69444vw;
      padding: 0.69444vw;
      margin-left: -0.06944vw; } }
  @media screen and (max-width: 767px) {
    .wp-button {
      width: 100%;
      margin-left: 0;
      margin-top: -1px; } }
  .wp-button .button, .wp-button #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .wp-button button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .wp-button span {
    display: block;
    font-size: 20px;
    margin-bottom: 5px; }
    @media screen and (min-width: 1280px) {
      .wp-button span {
        font-size: 1.38889vw;
        margin-bottom: 0.34722vw; } }
    @media screen and (max-width: 767px) {
      .wp-button span {
        font-size: 18px; } }

.faq-section-id {
  position: relative;
  top: -90px; }
  @media screen and (min-width: 1280px) {
    .faq-section-id {
      top: -6.25vw; } }
  @media screen and (max-width: 767px) {
    .faq-section-id {
      top: -70px; } }

.online-order-info .custom-form {
  min-height: 300px; }
  @media screen and (min-width: 1280px) {
    .online-order-info .custom-form {
      min-height: 20.83333vw; } }

.comparTableCustom {
  overflow-x: auto; }

.compareTable {
  height: 100%; }

.compareTable-row th {
  width: 290px; }
  @media screen and (min-width: 1280px) {
    .compareTable-row th {
      width: 20.13889vw; } }
  @media screen and (max-width: 767px) {
    .compareTable-row th {
      width: 240px; } }
  @media screen and (max-width: 1023px) {
    .compareTable-row th:first-child {
      width: 0; } }

.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;
  padding: 8px;
  background-color: black;
  border-radius: 0;
  top: 1px;
  right: 1px;
  width: 24px;
  height: 24px;
  padding: 4px; }
  @media screen and (min-width: 1280px) {
    .compareTable-removeProduct {
      width: 1.66667vw;
      height: 1.66667vw;
      padding: 0.27778vw; } }
  @media screen and (min-width: 1280px) {
    .compareTable-removeProduct:hover {
      background-color: #ffcb05; }
      .compareTable-removeProduct:hover .icon {
        fill: black; } }
  .compareTable-removeProduct .icon {
    width: 100%;
    height: 100%;
    fill: white;
    margin: 0; }

.compareTable-product {
  padding-top: 24px;
  padding-bottom: 0; }
  @media screen and (min-width: 1280px) {
    .compareTable-product {
      padding-top: 1.66667vw; } }
  .compareTable-product .card .card-brand a {
    color: #969ba0; }
  .compareTable-product .card .card-body {
    padding-top: 15px;
    padding-bottom: 18px; }
    @media screen and (min-width: 1280px) {
      .compareTable-product .card .card-body {
        padding-top: 1.04167vw;
        padding-bottom: 1.25vw; } }
  .compareTable-product .card .price-section {
    font-size: 14px;
    font-weight: 600;
    color: black; }
    @media screen and (min-width: 1280px) {
      .compareTable-product .card .price-section {
        font-size: 0.97222vw; } }

.compareTable-action .button, .compareTable-action #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .compareTable-action button {
  margin-top: 20px; }
  @media screen and (min-width: 1280px) {
    .compareTable-action .button, .compareTable-action #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .compareTable-action button {
      margin-top: 1.38889vw; } }

.compareTable-heading {
  font-size: 18px;
  line-height: 1;
  padding: 25px 10px 20px; }
  @media screen and (min-width: 1280px) {
    .compareTable-heading {
      font-size: 1.25vw;
      padding: 1.73611vw 0.69444vw 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .compareTable-heading {
      font-size: 16px; } }

.compareTable-action {
  padding-bottom: 24px; }
  @media screen and (min-width: 1280px) {
    .compareTable-action {
      padding-bottom: 1.66667vw; } }

.compareTable-item {
  padding: 24px 10px 22px; }
  @media screen and (min-width: 1280px) {
    .compareTable-item {
      padding: 1.66667vw 0.69444vw 1.52778vw; } }
  @media screen and (max-width: 1023px) {
    .compareTable-item {
      padding-top: 40px; } }
  .compareTable-item .icon--ratingFull,
  .compareTable-item .icon--ratingEmpty {
    width: 12px;
    height: 12px; }
    @media screen and (min-width: 1280px) {
      .compareTable-item .icon--ratingFull,
      .compareTable-item .icon--ratingEmpty {
        width: 0.83333vw;
        height: 0.83333vw; } }

.firearms-orders-info .page-top-banner {
  margin-bottom: 0; }

.custom-form {
  position: relative;
  background: white;
  padding: 50px; }
  @media screen and (min-width: 1280px) {
    .custom-form {
      padding: 3.47222vw; } }
  @media screen and (max-width: 767px) {
    .custom-form {
      padding: 30px; } }
  .custom-form .dBkXiY {
    max-width: 100%; }

.fireams-order-form {
  margin-top: -30px;
  max-width: 780px;
  margin: -30px auto 36px; }
  @media screen and (min-width: 1280px) {
    .fireams-order-form {
      padding: 3.47222vw;
      margin: -2.08333vw auto 2.5vw;
      max-width: 54.16667vw; } }
  .fireams-order-form div[class^="WidgetTitle__Header"],
  .fireams-order-form div[class^="Heading__HeadingControl"],
  .fireams-order-form div[class^="WidgetTitle__Caption"] {
    text-align: center; }
  .fireams-order-form div[class^="Heading__HeadingControl"] {
    margin-left: auto;
    margin-right: auto; }
  .fireams-order-form div[class^="FieldsGrid__Grid"] {
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .fireams-order-form [class^="FieldsGrid__Row"] {
    width: 100%; }
    .fireams-order-form [class^="FieldsGrid__Row"]:has([class^="FormFieldLayout__Container"]:nth-child(2)) [class^="FormFieldLayout__Container"] {
      padding-right: 10px;
      padding-left: 10px; }
      @media screen and (min-width: 1280px) {
        .fireams-order-form [class^="FieldsGrid__Row"]:has([class^="FormFieldLayout__Container"]:nth-child(2)) [class^="FormFieldLayout__Container"] {
          padding-right: 0.69444vw;
          padding-left: 0.69444vw; } }
      .fireams-order-form [class^="FieldsGrid__Row"]:has([class^="FormFieldLayout__Container"]:nth-child(2)) [class^="FormFieldLayout__Container"]:first-child {
        padding-left: 0; }
      .fireams-order-form [class^="FieldsGrid__Row"]:has([class^="FormFieldLayout__Container"]:nth-child(2)) [class^="FormFieldLayout__Container"]:last-child {
        padding-right: 0; }
    .fireams-order-form [class^="FieldsGrid__Row"]:has([aria-label="Street *"]) {
      width: 50%;
      padding-right: 10px; }
      @media screen and (min-width: 1280px) {
        .fireams-order-form [class^="FieldsGrid__Row"]:has([aria-label="Street *"]) {
          padding-right: 0.69444vw; } }
      @media screen and (max-width: 767px) {
        .fireams-order-form [class^="FieldsGrid__Row"]:has([aria-label="Street *"]) {
          width: 100%;
          padding-right: 0; } }
      .fireams-order-form [class^="FieldsGrid__Row"]:has([aria-label="Street *"]) + [class^="FieldsGrid__Row"]:has([aria-label="Suite"]) {
        width: 50%;
        padding-left: 10px;
        float: left;
        height: 100%; }
        @media screen and (min-width: 1280px) {
          .fireams-order-form [class^="FieldsGrid__Row"]:has([aria-label="Street *"]) + [class^="FieldsGrid__Row"]:has([aria-label="Suite"]) {
            padding-left: 0.69444vw; } }
        @media screen and (max-width: 767px) {
          .fireams-order-form [class^="FieldsGrid__Row"]:has([aria-label="Street *"]) + [class^="FieldsGrid__Row"]:has([aria-label="Suite"]) {
            width: 100%;
            padding-left: 0; } }

div[class^="WidgetTitle__Header"],
div[class^="Heading__HeadingControl"] {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Prohibition Round", Arial, Helvetica, sans-serif;
  color: black;
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    div[class^="WidgetTitle__Header"],
    div[class^="Heading__HeadingControl"] {
      font-size: 1.38889vw;
      margin-bottom: 0.69444vw; } }

div[class^="WidgetTitle__Header"] {
  margin-bottom: 26px; }
  @media screen and (min-width: 1280px) {
    div[class^="WidgetTitle__Header"] {
      margin-bottom: 1.80556vw; } }

div[class^="Heading__HeadingControl"] {
  margin-top: 26px; }
  @media screen and (min-width: 1280px) {
    div[class^="Heading__HeadingControl"] {
      margin-top: 1.80556vw; } }

/*--- [Form] ---*/
.elfsight-widget [class^="elfsight-app"]:has(div) + .loadingOverlay {
  display: none !important; }

.elfsight-widget div[class^="FormFieldLayout__Container"] {
  margin-bottom: 18px; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget div[class^="FormFieldLayout__Container"] {
      margin-bottom: 1.11111vw; } }
  .elfsight-widget div[class^="FormFieldLayout__Container"]:first-child:last-child {
    width: 100%;
    padding: 0%;
    grid-area: span 3 / 1 / auto / 101; }
  .elfsight-widget div[class^="FormFieldLayout__Container"] [class^="FormFieldLayout__Hint"] {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
    color: #333333;
    margin-top: 6px;
    color: #969ba0; }
    @media screen and (min-width: 1280px) {
      .elfsight-widget div[class^="FormFieldLayout__Container"] [class^="FormFieldLayout__Hint"] {
        font-size: 0.69444vw;
        margin-top: 0.41667vw; } }
    .elfsight-widget div[class^="FormFieldLayout__Container"] [class^="FormFieldLayout__Hint"].gRsCoz {
      margin-top: -4px; }
      @media screen and (min-width: 1280px) {
        .elfsight-widget div[class^="FormFieldLayout__Container"] [class^="FormFieldLayout__Hint"].gRsCoz {
          margin-top: -0.27778vw; } }

.elfsight-widget div[class^="WidgetTitle__Caption"] {
  font-size: 16px;
  margin-top: 0; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget div[class^="WidgetTitle__Caption"] {
      font-size: 1.11111vw; } }
  @media screen and (max-width: 767px) {
    .elfsight-widget div[class^="WidgetTitle__Caption"] {
      font-size: 13px; } }
  .elfsight-widget div[class^="WidgetTitle__Caption"] div + ol {
    margin-top: 22px; }
    @media screen and (min-width: 1280px) {
      .elfsight-widget div[class^="WidgetTitle__Caption"] div + ol {
        margin-top: 1.52778vw; } }

.elfsight-widget .euqRLn {
  padding-right: 10px; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget .euqRLn {
      padding-right: 0.69444vw; } }

.elfsight-widget .knnLiq {
  padding-left: 10px; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget .knnLiq {
      padding-left: 0.69444vw; } }

.elfsight-widget label {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: black; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget label {
      font-size: 0.69444vw;
      margin-bottom: 0.41667vw; } }

.elfsight-widget div[class^="TextControlBase__TextControlBaseContainer"] {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  height: auto !important;
  padding: 15px 20px 14px !important;
  border-radius: 0 !important;
  background: #eeeeee !important;
  border-color: transparent !important; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget div[class^="TextControlBase__TextControlBaseContainer"] {
      font-size: 0.83333vw !important;
      padding: 1.04167vw 1.38889vw 0.97222vw !important; } }
  .elfsight-widget div[class^="TextControlBase__TextControlBaseContainer"] input {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1 !important; }
    @media screen and (min-width: 1280px) {
      .elfsight-widget div[class^="TextControlBase__TextControlBaseContainer"] input {
        font-size: 0.83333vw !important; } }
    .elfsight-widget div[class^="TextControlBase__TextControlBaseContainer"] input:-webkit-autofill, .elfsight-widget div[class^="TextControlBase__TextControlBaseContainer"] input:-webkit-autofill:hover, .elfsight-widget div[class^="TextControlBase__TextControlBaseContainer"] input:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 24px #eeeeee inset !important; }
      @media screen and (min-width: 1280px) {
        .elfsight-widget div[class^="TextControlBase__TextControlBaseContainer"] input:-webkit-autofill, .elfsight-widget div[class^="TextControlBase__TextControlBaseContainer"] input:-webkit-autofill:hover, .elfsight-widget div[class^="TextControlBase__TextControlBaseContainer"] input:-webkit-autofill:active {
          -webkit-box-shadow: 0 0 0 1.66667vw #eeeeee inset !important; } }
    .elfsight-widget div[class^="TextControlBase__TextControlBaseContainer"] input:-webkit-autofill:focus {
      content: "";
      box-shadow: none !important;
      -webkit-box-shadow: 0 0 0 24px white inset !important; }
      @media screen and (min-width: 1280px) {
        .elfsight-widget div[class^="TextControlBase__TextControlBaseContainer"] input:-webkit-autofill:focus {
          -webkit-box-shadow: 0 0 0 1.66667vw white inset !important; } }
  .elfsight-widget div[class^="TextControlBase__TextControlBaseContainer"]:has(input:focus) {
    border-color: black !important;
    background: white !important;
    box-shadow: none !important; }

.elfsight-widget div[class^="TextControlBase__TextControlBasePlaceholder"] {
  font-size: 12px !important;
  line-height: 1.17;
  color: #888888 !important; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget div[class^="TextControlBase__TextControlBasePlaceholder"] {
      font-size: 0.83333vw !important; } }

.elfsight-widget textarea {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1 !important; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget textarea {
      font-size: 0.83333vw !important;
      min-height: 2.63889vw !important; } }

.elfsight-widget [class^="File__DropArea"] {
  border-color: #bbbbbb !important;
  border-radius: 0;
  padding-top: 28px;
  padding-bottom: 28px; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget [class^="File__DropArea"] {
      padding-top: 1.94444vw;
      padding-bottom: 1.94444vw; } }
  .elfsight-widget [class^="File__DropArea"]:hover {
    background: #eeeeee; }
    @media screen and (max-width: 1279px) {
      .elfsight-widget [class^="File__DropArea"]:hover {
        background: none; } }

.elfsight-widget [class^="File__Text"] {
  font-size: 12px;
  color: black;
  text-decoration: none; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget [class^="File__Text"] {
      font-size: 0.83333vw; } }
  .elfsight-widget [class^="File__Text"]:first-of-type {
    text-decoration: underline; }

.elfsight-widget [class^="File__FileItem"] svg {
  width: 14px;
  height: 14px;
  fill: #333333; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget [class^="File__FileItem"] svg {
      width: 0.97222vw;
      height: 0.97222vw; } }

.elfsight-widget [class^="File__Name"] {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
  padding: 0 4px; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget [class^="File__Name"] {
      font-size: 0.69444vw;
      padding: 0 0.27778vw; } }
  .elfsight-widget [class^="File__Name"] svg {
    margin-right: 4px; }
    @media screen and (min-width: 1280px) {
      .elfsight-widget [class^="File__Name"] svg {
        margin-right: 0.27778vw; } }
    @media screen and (min-width: 1280px) {
      .elfsight-widget [class^="File__Name"] svg:hover {
        fill: #ffcb05; } }

.elfsight-widget div[class^="FormFieldLayout__Error"] {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 4px;
  color: #cc4749; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget div[class^="FormFieldLayout__Error"] {
      font-size: 0.83333vw;
      margin-top: 0.27778vw; } }

.elfsight-widget div[class^="FormLayout__ErrorText"] {
  font-size: 14px;
  color: #cc4749; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget div[class^="FormLayout__ErrorText"] {
      font-size: 0.97222vw; } }

.elfsight-widget div[class^="FieldsGrid__ButtonsGroup"] {
  margin-top: 14px;
  -webkit-justify-content: start;
  justify-content: start; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget div[class^="FieldsGrid__ButtonsGroup"] {
      margin-top: 0.97222vw; } }
  .elfsight-widget div[class^="FieldsGrid__ButtonsGroup"] button {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    text-transform: uppercase !important;
    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
    padding: 15px 30px 14px !important;
    border-radius: 0 !important;
    margin: 0 !important;
    transition: all 0.3s ease !important;
    height: auto !important;
    text-decoration: none;
    background-color: black;
    border: 1px solid black !important; }
    @media screen and (min-width: 1280px) {
      .elfsight-widget div[class^="FieldsGrid__ButtonsGroup"] button {
        font-size: 0.90278vw !important;
        padding: 1.04167vw 2.08333vw 0.97222vw !important; } }
    @media screen and (min-width: 1280px) {
      .elfsight-widget div[class^="FieldsGrid__ButtonsGroup"] button:hover {
        color: black !important;
        border-color: #ffcb05 !important;
        background: #ffcb05 !important; } }
    .elfsight-widget div[class^="FieldsGrid__ButtonsGroup"] button span {
      padding: 0 !important;
      background: inherit !important; }

.elfsight-widget div[class^="choice-option__Container"] {
  min-width: 15px;
  width: 15px;
  height: 15px;
  top: 0; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget div[class^="choice-option__Container"] {
      min-width: 1.04167vw;
      width: 1.04167vw;
      height: 1.04167vw; } }

.elfsight-widget input[type="checkbox"]:checked ~ div[class^="choice-option__Container"] [class*="choice-option__ChoiceControl"] {
  background: #ffcb05;
  padding: 0; }
  .elfsight-widget input[type="checkbox"]:checked ~ div[class^="choice-option__Container"] [class*="choice-option__ChoiceControl"]::after {
    opacity: 1; }

.elfsight-widget [class^="choice-option__Overlay"] {
  border-radius: 0;
  background: none !important; }

.elfsight-widget [class*="choice-option__ChoiceControl"] {
  border-radius: 0;
  border: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  background: #eeeeee; }
  .elfsight-widget [class*="choice-option__ChoiceControl"]:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 9px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.96973 0.969666L8.03039 2.03033L3.50006 6.56066L0.969727 4.03033L2.03039 2.96967L3.50006 4.43934L6.96973 0.969666Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    opacity: 0; }
    @media screen and (min-width: 1280px) {
      .elfsight-widget [class*="choice-option__ChoiceControl"]:after {
        left: 0.20833vw;
        top: 0.20833vw;
        width: 0.625vw;
        height: 0.55556vw; } }
  .elfsight-widget [class*="choice-option__ChoiceControl"] svg {
    opacity: 0; }

.elfsight-widget [class^="choice-option__ItemLabel"] {
  display: block;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 1.4 !important;
  text-transform: none;
  padding-left: 10px;
  margin-left: 0 !important; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget [class^="choice-option__ItemLabel"] {
      font-size: 0.83333vw !important;
      padding-left: 0.69444vw; } }

.elfsight-widget .cHDsud:not(:last-child) {
  margin-bottom: 8px; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget .cHDsud:not(:last-child) {
      margin-bottom: 0.55556vw; } }

.elfsight-widget [class*="choice-option__RadioControl"] {
  width: 100%;
  height: 100%;
  background: #eeeeee;
  border: 5px solid transparent;
  padding: 0; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget [class*="choice-option__RadioControl"] {
      border-width: 0.34722vw; } }
  .elfsight-widget [class*="choice-option__RadioControl"]::after {
    opacity: 0; }

.elfsight-widget input[type="radio"]:checked ~ div[class^="choice-option__Container"] [class*="choice-option__RadioControl"] {
  padding: 0;
  background: black;
  border: 5px solid #ffcb05; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget input[type="radio"]:checked ~ div[class^="choice-option__Container"] [class*="choice-option__RadioControl"] {
      border-width: 0.34722vw; } }

.elfsight-widget [class^="Footer__WidgetFooter"] {
  font-size: 16px;
  color: #333333;
  margin-top: 26px; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget [class^="Footer__WidgetFooter"] {
      font-size: 1.11111vw;
      margin-top: 1.80556vw; } }
  @media screen and (max-width: 767px) {
    .elfsight-widget [class^="Footer__WidgetFooter"] {
      font-size: 13px; } }
  .elfsight-widget [class^="Footer__WidgetFooter"] a {
    color: #ffcb05;
    text-decoration: none; }
    @media screen and (min-width: 1280px) {
      .elfsight-widget [class^="Footer__WidgetFooter"] a:hover {
        color: #333333;
        text-decoration: underline; } }

@media screen and (min-width: 1280px) {
  .elfsight-widget [class^="desktop-layout__Sidebar"] {
    min-width: 27.77778vw; } }

.elfsight-widget div[class^="directory-header__Container"] {
  padding: 16px 16px 18px; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget div[class^="directory-header__Container"] {
      padding: 1.11111vw 1.11111vw 1.25vw; } }
  .elfsight-widget div[class^="directory-header__Container"] [class^="typography__Container"] {
    font-size: 24px;
    font-weight: 400;
    font-family: "Prohibition Round", Arial, Helvetica, sans-serif;
    color: black; }
    @media screen and (min-width: 1280px) {
      .elfsight-widget div[class^="directory-header__Container"] [class^="typography__Container"] {
        font-size: 1.66667vw; } }

.elfsight-widget div[class*="directory-search__StyledTextControl"] {
  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: 4px 4px 4px 10px !important; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget div[class*="directory-search__StyledTextControl"] {
      padding: 0.27778vw 0.27778vw 0.27778vw 0.69444vw !important; } }
  .elfsight-widget div[class*="directory-search__StyledTextControl"] [class^="Icon__IconContainer"] {
    width: 14px;
    height: 14px; }
    @media screen and (min-width: 1280px) {
      .elfsight-widget div[class*="directory-search__StyledTextControl"] [class^="Icon__IconContainer"] {
        width: 0.97222vw;
        height: 0.97222vw; } }
  .elfsight-widget div[class*="directory-search__StyledTextControl"] svg {
    width: 14px;
    height: 14px; }
    @media screen and (min-width: 1280px) {
      .elfsight-widget div[class*="directory-search__StyledTextControl"] svg {
        width: 0.97222vw;
        height: 0.97222vw; } }
  .elfsight-widget div[class*="directory-search__StyledTextControl"] [class^="TextControlBase__TextControlBaseSlot"] {
    height: auto !important; }
  .elfsight-widget div[class*="directory-search__StyledTextControl"] [class^="ButtonBase__ButtonContainer"] {
    font-size: 11px !important;
    padding: 11px 12px 9px !important;
    margin: 0 !important;
    right: 0 !important; }
    @media screen and (min-width: 1280px) {
      .elfsight-widget div[class*="directory-search__StyledTextControl"] [class^="ButtonBase__ButtonContainer"] {
        font-size: 0.76389vw !important;
        padding: 0.76389vw 0.83333vw 0.625vw !important; } }

.elfsight-widget .cGhFXP {
  height: auto !important; }

.elfsight-widget [class^="ButtonBase__ButtonContainer"] {
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  text-transform: uppercase !important;
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
  padding: 15px 30px 14px !important;
  border-radius: 0 !important;
  transition: all 0.3s ease !important;
  height: auto !important;
  text-decoration: none;
  color: white !important;
  background-color: black !important;
  border: 1px solid black !important; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget [class^="ButtonBase__ButtonContainer"] {
      font-size: 0.90278vw !important;
      padding: 1.04167vw 2.08333vw 0.97222vw !important; } }
  @media screen and (min-width: 1280px) {
    .elfsight-widget [class^="ButtonBase__ButtonContainer"]:hover {
      color: black !important;
      border-color: #ffcb05 !important;
      background: #ffcb05 !important; } }
  .elfsight-widget [class^="ButtonBase__ButtonContainer"] span {
    padding: 0 !important;
    background: inherit !important; }

.elfsight-widget [class^="directory-locations-list__Container"] [class^="typography__Container"] {
  font-size: 14px;
  color: #333333;
  padding: 16px 16px 0; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget [class^="directory-locations-list__Container"] [class^="typography__Container"] {
      padding: 1.11111vw 1.11111vw 0; } }
  @media screen and (min-width: 1280px) {
    .elfsight-widget [class^="directory-locations-list__Container"] [class^="typography__Container"] {
      font-size: 0.97222vw; } }

.elfsight-widget [class^="location-preview-image-layout__Container"] {
  padding: 16px; }
  .elfsight-widget [class^="location-preview-image-layout__Container"]:hover {
    background: none; }
  @media screen and (min-width: 1280px) {
    .elfsight-widget [class^="location-preview-image-layout__Container"] {
      padding: 1.11111vw;
      min-height: 6.94444vw;
      gap: 0.83333vw; } }
  .elfsight-widget [class^="location-preview-image-layout__Container"] [class^="typography__Container"] {
    font-size: 16px;
    color: black;
    padding: 0; }
    @media screen and (min-width: 1280px) {
      .elfsight-widget [class^="location-preview-image-layout__Container"] [class^="typography__Container"] {
        font-size: 1.11111vw; } }
  .elfsight-widget [class^="location-preview-image-layout__Container"] [class^="address__StyledAddress"] {
    font-size: 14px;
    color: #333333; }
    @media screen and (min-width: 1280px) {
      .elfsight-widget [class^="location-preview-image-layout__Container"] [class^="address__StyledAddress"] {
        font-size: 0.97222vw; } }

@media screen and (max-width: 767px) {
  .elfsight-widget [class^="FloatingButton__FloatingButtonContainer-sc"] {
    bottom: -60px !important;
    margin-bottom: 0 !important; } }

@media screen and (max-width: 767px) {
  .elfsight-widget [class^="mobile-layout__Container"] {
    max-height: calc(100dvh - 80px); } }

.firearm-conent {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px; }
  @media screen and (min-width: 1280px) {
    .firearm-conent {
      font-size: 0.97222vw; } }
  @media screen and (min-width: 1280px) {
    .firearm-conent {
      max-width: 47.22222vw; } }

.info-list b {
  font-weight: 500; }

.info-list:has(.col) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 767px) {
    .info-list:has(.col) {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

.info-list .col {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .info-list .col {
      width: 100%; } }

.bg-white {
  background: white; }

.engaging-top-banner::after {
  display: none; }

.engaging-top-banner .top-banner-image img {
  aspect-ratio: 360 / 119;
  min-height: 300px; }
  @media screen and (min-width: 1280px) {
    .engaging-top-banner .top-banner-image img {
      min-height: 20.83333vw; } }
  @media screen and (max-width: 767px) {
    .engaging-top-banner .top-banner-image img {
      min-height: 176px; } }

.engaging-top-banner .top-banner-content {
  height: auto;
  top: 130px; }
  @media screen and (min-width: 1280px) {
    .engaging-top-banner .top-banner-content {
      top: 9.02778vw; } }

.email-section {
  padding: 74px 80px;
  background: #ffcb05;
  text-align: center;
  margin-top: -169px;
  position: relative; }
  @media screen and (min-width: 1280px) {
    .email-section {
      margin-top: -11.73611vw;
      padding: 5.13889vw 5.55556vw; } }
  @media screen and (max-width: 1279px) {
    .email-section {
      margin-top: -40px;
      padding-left: 45px;
      padding-right: 45px; } }
  @media screen and (max-width: 767px) {
    .email-section {
      padding: 34px 20px 36px;
      margin-top: -16px; } }
  .email-section::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translatex(-50%);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 10px solid #ffcb05; }
    @media screen and (min-width: 1280px) {
      .email-section::after {
        border-left-width: 0.76389vw;
        border-right-width: 0.76389vw;
        border-top-width: 0.69444vw; } }
    @media screen and (max-width: 767px) {
      .email-section::after {
        top: calc(100% - 1px); } }
  .email-section .section-heading {
    margin-bottom: 17px; }
    @media screen and (min-width: 1280px) {
      .email-section .section-heading {
        margin-bottom: 1.18056vw; } }
  .email-section .form {
    max-width: 800px;
    margin: 0 auto 23px; }
    @media screen and (min-width: 1280px) {
      .email-section .form {
        max-width: 55.55556vw;
        margin-bottom: 1.59722vw; } }
    @media screen and (max-width: 767px) {
      .email-section .form {
        margin-bottom: 17px; } }
    .email-section .form .form-field {
      margin-bottom: 0; }
    .email-section .form .form-prefixPostfix {
      background: white;
      padding: 4px 4px 4px 43px;
      position: relative;
      border: 1px solid #222222; }
      @media screen and (min-width: 1280px) {
        .email-section .form .form-prefixPostfix {
          padding: 0.27778vw 0.27778vw 0.27778vw 2.98611vw; } }
      @media screen and (max-width: 767px) {
        .email-section .form .form-prefixPostfix {
          padding-left: 40px; } }
      .email-section .form .form-prefixPostfix:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 23px;
        width: 20px;
        height: 16px;
        transform: translateY(-50%);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 1.5H4C2.61929 1.5 1.5 2.61929 1.5 4V12C1.5 13.3807 2.61929 14.5 4 14.5H16C17.3807 14.5 18.5 13.3807 18.5 12V4C18.5 2.61929 17.3807 1.5 16 1.5ZM4 0C1.79086 0 0 1.79086 0 4V12C0 14.2091 1.79086 16 4 16H16C18.2091 16 20 14.2091 20 12V4C20 1.79086 18.2091 0 16 0H4Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.83728 7.23235L1.16268 5.76807L9.99998 7.73191L18.8373 5.76807L19.1627 7.23235L9.99998 9.2685L0.83728 7.23235Z' fill='black'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
        @media screen and (min-width: 1280px) {
          .email-section .form .form-prefixPostfix:before {
            left: 1.59722vw;
            width: 1.38889vw;
            height: 1.11111vw; } }
        @media screen and (max-width: 767px) {
          .email-section .form .form-prefixPostfix:before {
            left: 20px; } }
      .email-section .form .form-prefixPostfix .form-input {
        font-size: 16px;
        border: 0;
        padding-left: 16px;
        background: white; }
        @media screen and (min-width: 1280px) {
          .email-section .form .form-prefixPostfix .form-input {
            font-size: 1.11111vw;
            padding-left: 1.11111vw; } }
        @media screen and (max-width: 767px) {
          .email-section .form .form-prefixPostfix .form-input {
            font-size: 12px;
            padding-left: 13px; } }
    .email-section .form ::-webkit-input-placeholder {
      color: #858585 !important; }
    .email-section .form ::-moz-placeholder {
      color: #858585 !important; }
    .email-section .form ::-ms-input-placeholder {
      color: #858585 !important; }
    .email-section .form ::-moz-placeholder {
      color: #858585 !important; }
    .email-section .form input:-webkit-autofill,
    .email-section .form input:-webkit-autofill:hover,
    .email-section .form input:-webkit-autofill:focus,
    .email-section .form input:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 25px white inset !important; }
      @media screen and (min-width: 1280px) {
        .email-section .form input:-webkit-autofill,
        .email-section .form input:-webkit-autofill:hover,
        .email-section .form input:-webkit-autofill:focus,
        .email-section .form input:-webkit-autofill:active {
          -webkit-box-shadow: 0 0 0 1.73611vw white inset !important; } }
    @media screen and (max-width: 767px) {
      .email-section .form .button, .email-section .form #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .email-section .form button {
        padding-left: 12px;
        padding-right: 12px; } }
  .email-section p {
    max-width: 620px;
    margin: 0 auto 22px;
    color: black; }
    @media screen and (min-width: 1280px) {
      .email-section p {
        max-width: 43.05556vw;
        margin-bottom: 1.52778vw; } }
    @media screen and (max-width: 767px) {
      .email-section p {
        margin-bottom: 15px; } }
  .email-section [data-content-region="section_content"] p {
    margin-bottom: 0; }

.engaging-products-section {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1000px;
  color: black; }
  @media screen and (min-width: 1280px) {
    .engaging-products-section {
      max-width: 69.44444vw; } }
  .engaging-products-section .section-heading {
    margin-bottom: 17px; }
    @media screen and (min-width: 1280px) {
      .engaging-products-section .section-heading {
        margin-bottom: 1.18056vw; } }
  .engaging-products-section .price {
    font-size: 18px;
    font-weight: 600;
    color: black;
    margin-bottom: 32px; }
    @media screen and (min-width: 1280px) {
      .engaging-products-section .price {
        font-size: 1.25vw;
        margin-bottom: 2.22222vw; } }
    @media screen and (max-width: 767px) {
      .engaging-products-section .price {
        font-size: 16px;
        margin-bottom: 26px; } }
  .engaging-products-section ul li {
    width: fit-content;
    margin-left: auto;
    margin-right: auto; }

.product-image-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px 44px; }
  @media screen and (min-width: 1280px) {
    .product-image-row {
      margin: 0 -0.69444vw 3.05556vw; } }
  @media screen and (max-width: 767px) {
    .product-image-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin: 0 0 28px; } }
  .product-image-row .col {
    width: 50%;
    padding: 0 10px; }
    @media screen and (min-width: 1280px) {
      .product-image-row .col {
        padding: 0 0.69444vw; } }
    @media screen and (max-width: 767px) {
      .product-image-row .col {
        width: 100%;
        padding: 0; }
        .product-image-row .col:not(:last-child) {
          margin-bottom: 20px; } }
  .product-image-row .product-image {
    width: 100%;
    padding: 20px;
    border: 1px solid #dddddd;
    background: white; }
    .product-image-row .product-image img {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
      object-fit: contain; }

.upcoming-shows-section {
  overflow: hidden; }
  .upcoming-shows-section .section-heading {
    margin-bottom: 17px;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .upcoming-shows-section .section-heading {
        margin-bottom: 1.18056vw; } }
  .upcoming-shows-section p {
    text-align: center;
    max-width: 666px;
    margin: 0 auto 34px;
    color: black; }
    @media screen and (min-width: 1280px) {
      .upcoming-shows-section p {
        margin-bottom: 2.36111vw; } }

@media screen and (max-width: 1023px) {
  .upcoming-shows-main .container {
    padding: 0; } }

.upcoming-shows-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -6px; }
  @media screen and (min-width: 1280px) {
    .upcoming-shows-row {
      margin: 0 -0.41667vw; } }
  .upcoming-shows-row.slick-initialized {
    width: auto; }
  .upcoming-shows-row .item {
    width: 33.33%;
    padding: 0 6px; }
    @media screen and (min-width: 1280px) {
      .upcoming-shows-row .item {
        padding: 0 0.41667vw; } }
    .upcoming-shows-row .item:not(:nth-last-child(-n + 3)) {
      margin-bottom: 12px; }
      @media screen and (min-width: 1280px) {
        .upcoming-shows-row .item:not(:nth-last-child(-n + 3)) {
          margin-bottom: 0.83333vw; } }
    @media screen and (max-width: 1023px) {
      .upcoming-shows-row .item {
        width: 50%; }
        .upcoming-shows-row .item:not(:nth-child(-n+2)) {
          display: none; } }
    @media screen and (max-width: 767px) {
      .upcoming-shows-row .item {
        width: 100%; }
        .upcoming-shows-row .item:not(:first-child) {
          display: none; } }
    .upcoming-shows-row .item.slick-slide {
      display: block; }
  .upcoming-shows-row .item-image {
    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;
    background: #213B20;
    aspect-ratio: 28/15; }
  .upcoming-shows-row .item-image-inner {
    width: 100%;
    height: 100%; }
    .upcoming-shows-row .item-image-inner img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .upcoming-shows-row .item-content {
    padding: 25px 30px 30px;
    background: white; }
    @media screen and (min-width: 1280px) {
      .upcoming-shows-row .item-content {
        padding: 1.73611vw 2.08333vw 2.08333vw; } }
    .upcoming-shows-row .item-content h6 {
      margin-bottom: 19px; }
      @media screen and (min-width: 1280px) {
        .upcoming-shows-row .item-content h6 {
          margin-bottom: 1.31944vw; } }
  .upcoming-shows-row .show-info-list {
    margin-bottom: 8px; }
    @media screen and (min-width: 1280px) {
      .upcoming-shows-row .show-info-list {
        margin-bottom: 0.55556vw; } }
  .upcoming-shows-row .show-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;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px; }
    @media screen and (min-width: 1280px) {
      .upcoming-shows-row .show-info {
        font-size: 0.97222vw;
        margin-bottom: 0.27778vw; } }
    .upcoming-shows-row .show-info:last-of-type, .upcoming-shows-row .show-info:last-child {
      margin-bottom: 22px; }
    .upcoming-shows-row .show-info .icon {
      width: 13px;
      height: 14px;
      margin-right: 8px;
      margin-top: -1px; }
      @media screen and (min-width: 1280px) {
        .upcoming-shows-row .show-info .icon {
          width: 0.90278vw;
          height: 0.97222vw;
          margin-right: 0.55556vw; } }
      .upcoming-shows-row .show-info .icon svg {
        fill: #333333; }
  .upcoming-shows-row .button-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 767px) {
      .upcoming-shows-row .button-row {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .upcoming-shows-row .button-row .button, .upcoming-shows-row .button-row #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .upcoming-shows-row .button-row button {
      font-size: 11px;
      padding: 13px 8px;
      flex: 1;
      white-space: nowrap; }
      @media screen and (min-width: 1280px) {
        .upcoming-shows-row .button-row .button, .upcoming-shows-row .button-row #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .upcoming-shows-row .button-row button {
          font-size: 0.76389vw;
          padding: 0.90278vw 0.55556vw; } }
      @media screen and (max-width: 767px) {
        .upcoming-shows-row .button-row .button, .upcoming-shows-row .button-row #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .upcoming-shows-row .button-row button {
          flex: inherit;
          width: 100%; } }
      .upcoming-shows-row .button-row .button:nth-child(2), .upcoming-shows-row .button-row #consent-manager .css-1wn42nw button:nth-child(2), #consent-manager .css-1wn42nw .upcoming-shows-row .button-row button:nth-child(2) {
        margin-left: 6px;
        background: #ffcb05;
        border-color: #ffcb05; }
        @media screen and (min-width: 1280px) {
          .upcoming-shows-row .button-row .button:nth-child(2), .upcoming-shows-row .button-row #consent-manager .css-1wn42nw button:nth-child(2), #consent-manager .css-1wn42nw .upcoming-shows-row .button-row button:nth-child(2) {
            margin-left: 0.41667vw; } }
        @media screen and (max-width: 767px) {
          .upcoming-shows-row .button-row .button:nth-child(2), .upcoming-shows-row .button-row #consent-manager .css-1wn42nw button:nth-child(2), #consent-manager .css-1wn42nw .upcoming-shows-row .button-row button:nth-child(2) {
            margin-left: 0;
            margin-top: 6px; } }
        .upcoming-shows-row .button-row .button:nth-child(2):hover, .upcoming-shows-row .button-row #consent-manager .css-1wn42nw button:nth-child(2):hover, #consent-manager .css-1wn42nw .upcoming-shows-row .button-row button:nth-child(2):hover {
          background: white;
          border-color: black; }
          @media screen and (max-width: 1279px) {
            .upcoming-shows-row .button-row .button:nth-child(2):hover, .upcoming-shows-row .button-row #consent-manager .css-1wn42nw button:nth-child(2):hover, #consent-manager .css-1wn42nw .upcoming-shows-row .button-row button:nth-child(2):hover {
              background-color: #ffcb05;
              border-color: #ffcb05; } }

.el-form div[data-sub-layout-container="372f0d89-a3a6-4f6d-a49e-7c3248a54974"] {
  min-height: 1000px; }
