@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.5.3/"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

html {
  font-size: 14px; }
  @media (min-width: 551px) {
    html {
      font-size: 14px; } }
  @media (min-width: 750px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1033px) {
    html {
      font-size: 14px; } }

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 48px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 28px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 22px; }

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

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

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

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: #333333;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 14px;
  line-height: 1.5; }

cite {
  color: #999999;
  display: block;
  font-size: 14px; }

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #333333;
    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.21429rem;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 14px;
      font-weight: 700;
      padding: 0.78571rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.78571rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: black;
  color: black;
  font-size: 16px;
  padding: 0px 12px;
  border-radius: 0.42857rem;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: black;
    color: white; }
  .button:active {
    background-color: transparent;
    border: 1px solid black;
    color: white; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 375px) {
    .button + .button {
      margin-left: 16px; } }

/*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: #a12b2b;
  border-color: #a12b2b;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #7e1f1f;
    border-color: #7e1f1f;
    color: white; }
  .button--primary:active {
    background-color: #7e1f1f;
    border: 1px solid #7e1f1f;
    color: white; }

.button[disabled] {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #474747;
  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: 14px; }

.button--small {
  font-size: 14px;
  padding: 0px 16px; }

.button--tiny {
  font-size: 14px; }

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

.button--icon {
  font-size: 14px;
  padding: 16px 16px; }
  .button--icon svg {
    fill: #a12b2b; }

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


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

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

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

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

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

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 14px;
  height: auto;
  padding: 0.78571rem;
  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: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.78571rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: black;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

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

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6.42857rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #a12b2b;
    box-shadow: 0 0 4px rgba(161, 43, 43, 0.4); }

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

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

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

.switch-label--icon.icon {
  height: 1.85714rem;
  width: 1.85714rem; }
  .switch-label--icon.icon svg {
    height: 1.85714rem;
    width: 1.85714rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

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

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

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

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 375px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 375px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 375px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #27c100; }

.form-field--success .form-input-indicator > svg {
  fill: #27c100; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  color: black;
  float: left;
  font-size: 22px;
  line-height: 22px;
  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: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: black;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 375px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

.navBar-action {
  color: black;
  font-size: 24px;
  padding: 0.78571rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

.navList-section + .navList-section {
  margin-top: 1.5rem; }

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

.navList-action {
  color: #333333;
  font-size: 24px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: black;
    font-size: 14px;
    margin-left: 0.35714rem; }
    .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.28571rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #333333; }

li.pagination-item--current a, li.pagination-item--current button {
  background: #FFFFFF;
  color: #333333;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

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

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0.78571rem;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.14286rem; }
  .alertBox-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #D5D5D5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #D5D5D5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #333333;
    padding: 1.85714rem;
    display: block;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 14px; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 375px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 375px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

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

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 24px;
  padding: 0.35714rem 0.78571rem; }

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

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

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

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.78571rem 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-body {
  padding: 0.78571rem 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; }

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-shadow: none;
  --f-button-transition: all .15s ease;
  --f-button-transform: none;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(0, 0, 0, .7);
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-opacity: 1;
  --f-button-svg-disabled-opacity: .5;
  --f-button-svg-transition: opacity .15s ease;
  --f-button-svg-transform: none; }

.f-button {
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  transform: var(--f-button-transform);
  transition: var(--f-button-transition);
  backdrop-filter: var(--f-button-backdrop-filter);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  pointer-events: all;
  cursor: pointer;
  overflow: hidden; }

@media (hover: hover) {
  .f-button:hover:not([aria-disabled]) {
    color: var(--f-button-hover-color, var(--f-button-color));
    background-color: var(--f-button-hover-bg, var(--f-button-bg)); } }

.f-button:active:not([aria-disabled]) {
  color: var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));
  background-color: var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg))); }

.f-button:focus {
  outline: none; }

.f-button:focus-visible {
  outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
  outline-offset: var(--f-button-outline-offset); }

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  transform: var(--f-button-svg-transform);
  fill: var(--f-button-svg-fill);
  filter: var(--f-button-svg-filter);
  opacity: var(--f-button-svg-opacity, 1);
  transition: var(--f-button-svg-transition);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none; }

.f-button[aria-disabled] {
  cursor: default; }

.f-button[aria-disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity); }

[data-panzoom-action=toggleFS] g:first-child {
  display: flex; }

[data-panzoom-action=toggleFS] g:last-child {
  display: none; }

.in-fullscreen [data-panzoom-action=toggleFS] g:first-child {
  display: none; }

.in-fullscreen [data-panzoom-action=toggleFS] g:last-child {
  display: flex; }

[data-autoplay-action=toggle] svg g:first-child {
  display: flex; }

[data-autoplay-action=toggle] svg g:last-child {
  display: none; }

.has-autoplay [data-autoplay-action=toggle] svg g:first-child {
  display: none; }

.has-autoplay [data-autoplay-action=toggle] svg g:last-child {
  display: flex; }

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none; }

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex; }

:root {
  --f-spinner-color-1: rgba(0, 0, 0, .1);
  --f-spinner-color-2: rgba(17, 24, 28, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px; }

.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
  translate: -50% -50%;
  border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
  border-top-color: var(--f-spinner-color-2);
  border-radius: var(--f-spinner-border-radius);
  animation: f-spinner .75s linear infinite,f-fadeIn .2s ease .2s both; }

@keyframes f-spinner {
  to {
    rotate: 360deg; } }

.f-panzoom, .f-zoomable {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column; }

.f-panzoom:before, .f-panzoom:after, .f-zoomable:before, .f-zoomable:after {
  display: block;
  content: ""; }

.f-panzoom:not(.has-controls):before, .f-zoomable:not(.has-controls):before {
  margin-bottom: auto; }

.f-panzoom:after, .f-zoomable:after {
  margin-top: auto; }

.f-panzoom.in-fullscreen, .f-zoomable.in-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: unset !important;
  z-index: 9999; }

.f-panzoom__wrapper {
  position: relative;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%; }

.f-panzoom__wrapper.will-zoom-out {
  cursor: zoom-out; }

.f-panzoom__wrapper.can-drag {
  cursor: move;
  cursor: grab; }

.f-panzoom__wrapper.will-zoom-in {
  cursor: zoom-in; }

.f-panzoom__wrapper.is-dragging {
  cursor: move;
  cursor: grabbing; }

.f-panzoom__wrapper.has-error {
  display: none; }

.f-panzoom__content {
  display: block;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%; }

.f-panzoom__content.is-lazyloading, .f-panzoom__content.has-lazyerror {
  visibility: hidden; }

img.f-panzoom__content {
  width: auto;
  height: auto;
  vertical-align: top;
  object-fit: contain;
  transition: none;
  user-select: none; }

.f-panzoom__wrapper > .f-panzoom__content {
  visibility: hidden; }

.f-panzoom__viewport {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.f-panzoom__viewport > .f-panzoom__content {
  width: 100%;
  height: 100%;
  object-fit: fill; }

picture.f-panzoom__content img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  transition: none;
  user-select: none; }

.f-panzoom__protected {
  position: absolute;
  inset: 0;
  z-index: 1;
  user-select: none; }

html.with-panzoom-in-fullscreen {
  overflow: hidden; }

.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2; }

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1; }

@keyframes f-fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes f-fadeOut {
  to {
    opacity: 0; } }

.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;
  z-index: 2; }

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, .2s) * .2) ease calc(var(--f-transition-duration, .2s) * .8) both f-crossfadeOut;
  z-index: 1; }

@keyframes f-crossfadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes f-crossfadeOut {
  to {
    opacity: 0; } }

.is-horizontal .f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX; }

.is-horizontal .f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX; }

.is-horizontal .f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX; }

.is-horizontal .f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX; }

@keyframes f-slideInPrevX {
  0% {
    transform: translate(calc(100% + var(--f-carousel-gap, 0))); }
  to {
    transform: translateZ(0); } }

@keyframes f-slideInNextX {
  0% {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0))); }
  to {
    transform: translateZ(0); } }

@keyframes f-slideOutNextX {
  to {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0))); } }

@keyframes f-slideOutPrevX {
  to {
    transform: translate(calc(100% + var(--f-carousel-gap, 0))); } }

.is-vertical .f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY; }

.is-vertical .f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY; }

.is-vertical .f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY; }

.is-vertical .f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY; }

@keyframes f-slideInPrevY {
  0% {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0))); }
  to {
    transform: translateZ(0); } }

@keyframes f-slideInNextY {
  0% {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0))); }
  to {
    transform: translateZ(0); } }

@keyframes f-slideOutNextY {
  to {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0))); } }

@keyframes f-slideOutPrevY {
  to {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0))); } }

.f-zoomInUp {
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomInUp; }

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomOutDown; }

@keyframes f-zoomInUp {
  0% {
    transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
    opacity: var(--f-zoomInUp-opacity, 0); }
  to {
    transform: scale(1) translateZ(0);
    opacity: 1; } }

@keyframes f-zoomOutDown {
  to {
    transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
    opacity: 0; } }

.f-throwOutUp {
  animation: var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp; }

.f-throwOutDown {
  animation: var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown; }

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
    opacity: 0; } }

@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
    opacity: 0; } }

.has-iframe .f-html, .has-pdf .f-html, .has-gmap .f-html {
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible; }

.has-pdf .f-html, .has-gmap .f-html {
  padding: 0; }

.f-html {
  position: relative;
  box-sizing: border-box;
  margin: var(--f-html-margin, 0);
  padding: var(--f-html-padding, 2rem);
  color: var(--f-html-color, currentColor);
  background: var(--f-html-bg); }

.is-loading > .f-html {
  opacity: 0; }

.f-html.is-error {
  text-align: center; }

.f-iframe {
  display: block;
  margin: 0;
  border: 0;
  height: 100%;
  width: 100%; }

.f-caption {
  align-self: center;
  flex-shrink: 0;
  margin: var(--f-caption-margin);
  padding: var(--f-caption-padding, 16px 8px);
  max-width: 100%;
  max-height: calc(80vh - 100px);
  overflow: auto;
  overflow-wrap: anywhere;
  line-height: var(--f-caption-line-height);
  color: var(--f-caption-color);
  background: var(--f-caption-bg);
  font: var(--f-caption-font); }

.has-html5video .f-html, .has-youtube .f-html, .has-vimeo .f-html {
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
  max-width: var(--f-video-width, 960px);
  max-height: var(--f-video-height, 540px);
  aspect-ratio: var(--f-video-aspect-ratio);
  background: var(--f-video-bg, rgba(0, 0, 0, 0.9)); }

.f-html5video {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent; }

.f-button.is-arrow {
  --f-button-width: var(--f-arrow-width, 46px);
  --f-button-height: var(--f-arrow-height, 46px);
  --f-button-svg-width: var(--f-arrow-svg-width, 24px);
  --f-button-svg-height: var(--f-arrow-svg-height, 24px);
  --f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);
  --f-button-border-radius: var(--f-arrow-border-radius, unset);
  --f-button-bg: var(--f-arrow-bg, transparent);
  --f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));
  --f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));
  --f-button-shadow: var(--f-arrow-shadow);
  --f-button-color: var(--f-arrow-color);
  --f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));
  --f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );
  overflow: visible; }

.f-button.is-arrow.is-prev, .f-button.is-arrow.is-next {
  position: absolute;
  transform: translate(0);
  z-index: 20; }

.is-horizontal .f-button.is-arrow.is-prev, .is-horizontal .f-button.is-arrow.is-next {
  inset: 50% auto auto;
  transform: translateY(-50%); }

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
  left: var(--f-arrow-pos, 0); }

.is-horizontal.is-ltr .f-button.is-arrow.is-next {
  right: var(--f-arrow-pos, 0); }

.is-horizontal.is-rtl .f-button.is-arrow.is-prev {
  right: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg); }

.is-horizontal.is-rtl .f-button.is-arrow.is-next {
  left: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg); }

.is-vertical.is-ltr .f-button.is-arrow.is-prev, .is-vertical.is-rtl .f-button.is-arrow.is-prev {
  top: var(--f-arrow-pos, 0);
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%); }

.is-vertical.is-ltr .f-button.is-arrow.is-next, .is-vertical.is-rtl .f-button.is-arrow.is-next {
  top: auto;
  right: auto;
  bottom: var(--f-arrow-pos, 0);
  left: 50%;
  transform: translate(-50%); }

.is-vertical .f-button.is-arrow.is-prev svg, .is-vertical .f-button.is-arrow.is-next svg {
  transform: rotate(90deg); }

.f-carousel__toolbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: var(--f-toolbar-margin, 0);
  padding: var(--f-toolbar-padding, 8px);
  line-height: var(--f-toolbar-line-height);
  background: var(--f-toolbar-bg, none);
  box-shadow: var(--f-toolbar-shadow, none);
  backdrop-filter: var(--f-toolbar-backdrop-filter);
  position: relative;
  z-index: 20;
  color: var(--f-toolbar-color, currentColor);
  font-size: var(--f-toolbar-font-size, 17px);
  font-weight: var(--f-toolbar-font-weight, inherit);
  font-family: var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);
  text-shadow: var(--f-toolbar-text-shadow);
  text-align: center;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
  pointer-events: none; }

.f-carousel__toolbar.is-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.f-carousel__toolbar .f-button:focus-visible {
  position: relative;
  z-index: 1; }

.f-carousel__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: var(--f-toolbar-gap, 0); }

.f-carousel__toolbar__column.is-left {
  display: flex;
  justify-self: flex-start;
  justify-content: flex-start; }

.f-carousel__toolbar__column.is-middle {
  display: flex;
  justify-content: center; }

.f-carousel__toolbar__column.is-right {
  display: flex;
  justify-self: flex-end;
  justify-content: flex-end;
  flex-flow: nowrap; }

.f-carousel__toolbar__column {
  pointer-events: none; }

.f-carousel__toolbar__column > * {
  pointer-events: all; }

.f-counter {
  position: relative;
  display: flex;
  flex-direction: row;
  cursor: default;
  user-select: none;
  margin: var(--f-counter-margin, 0);
  padding: var(--f-counter-padding, 4px);
  line-height: var(--f-counter-line-height);
  background: var(--f-counter-bg);
  border-radius: var(--f-counter-border-radius); }

.f-counter span {
  padding: 0 var(--f-counter-gap, 4px); }

:root {
  --f-thumbs-gap: 8px;
  --f-thumbs-margin: 0;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-bg: transparent;
  --f-thumbs-transition: max-height .3s ease, max-width .3s ease, padding .3s ease;
  --f-thumbs-z-index: 1;
  --f-thumbs-viewport-padding-x: 0px;
  --f-thumbs-viewport-padding-y: 0px;
  --f-thumb-width: 94px;
  --f-thumb-height: 76px;
  --f-thumb-clip-width: 46px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-opacity: 1;
  --f-thumb-transition: opacity .3s ease, transform .15s ease;
  --f-thumb-border: none;
  --f-thumb-border-radius: 4px;
  --f-thumb-shadow: none;
  --f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));
  --f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  --f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  --f-thumb-border-transition: all .1s ease;
  --f-thumb-img-width: 100%;
  --f-thumb-img-height: 100%;
  --f-thumb-img-fit: cover;
  --f-thumb-img-position: 50% 20%; }

.f-thumbs {
  --f-carousel-slide-width: var(--f-thumb-width);
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: var(--f-thumbs-gap);
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: var(--f-thumbs-margin);
  padding: var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);
  overflow: hidden;
  background: var(--f-thumbs-bg);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  transition: var(--f-thumbs-transition);
  z-index: var(--f-thumbs-z-index); }

.f-thumbs.is-horizontal {
  max-height: calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2); }

.f-thumbs.is-horizontal.is-hidden {
  max-height: 0;
  --f-thumbs-padding-y: 0; }

.f-thumbs.is-vertical {
  max-width: calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2); }

.f-thumbs.is-vertical.is-hidden {
  max-width: 0;
  --f-thumbs-padding-x: 0; }

.f-thumbs.is-scrollable.is-hidden {
  max-height: 0;
  --f-thumbs-padding-y: 0; }

.f-thumbs.is-ltr {
  direction: ltr; }

.f-thumbs.is-rtl {
  direction: rtl; }

.f-thumbs img {
  display: block;
  width: var(--f-thumb-img-width);
  height: var(--f-thumb-img-height);
  object-fit: var(--f-thumb-img-fit);
  object-position: var(--f-thumb-img-position);
  pointer-events: none;
  border-radius: inherit;
  color: transparent; }

.f-thumbs img[data-lazy-src] {
  visibility: hidden; }

.f-thumbs img.has-lazyerror {
  display: none; }

.f-thumbs__viewport {
  box-sizing: border-box;
  height: 100%;
  padding: var(--f-thumbs-viewport-padding-y) var(--f-thumbs-viewport-padding-x);
  overflow: visible;
  display: grid; }

.f-thumbs__slide {
  position: relative;
  box-sizing: border-box;
  grid-area: 1/1;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  overflow: visible; }

.f-thumbs__slide:hover button {
  opacity: var(--f-thumb-hover-opacity, 1);
  transform: var(--f-thumb-hover-transform, none); }

.f-thumbs__slide:hover button:after {
  border: var(--f-thumb-hover-border, none);
  box-shadow: var(--f-thumb-hover-shadow, var(--f-thumb-shadow)); }

.f-thumbs__slide button {
  all: unset;
  display: block;
  margin: auto;
  padding: 0;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  outline: none;
  transition: var(--f-thumb-transition);
  border-radius: var(--f-thumb-border-radius);
  opacity: var(--f-thumb-opacity);
  transform: var(--f-thumb-transform);
  background: var(--f-thumb-bg); }

.f-thumbs__slide button:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: var(--f-thumb-border-transition);
  border-radius: inherit;
  border: var(--f-thumb-border);
  box-shadow: var(--f-thumb-shadow); }

.f-thumbs__slide button:focus-within {
  opacity: var(--f-thumb-focus-opacity, 1);
  transform: var(--f-thumb-focus-transform, none); }

.f-thumbs__slide button:focus-within:after {
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow)); }

.f-thumbs__slide:active {
  opacity: var(--f-thumb-active-opacity, 1);
  transform: var(--f-thumb-active-transform, none); }

.f-thumbs__slide:active:after {
  border: var(--f-thumb-active-border, none);
  box-shadow: var(--f-thumb-active-shadow, var(--f-thumb-shadow)); }

.f-thumbs__slide.is-selected {
  z-index: 2; }

.f-thumbs__slide.is-selected button {
  opacity: var(--f-thumb-selected-opacity, 1);
  transform: var(--f-thumb-selected-transform, none); }

.f-thumbs__slide.is-selected button:after {
  border: var(--f-thumb-selected-border, none);
  box-shadow: var(--f-thumb-selected-shadow, var(--f-thumb-shadow)); }

.f-thumbs.is-modern {
  --f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: 0;
  --width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width))); }

.f-thumbs.is-modern .f-thumbs__viewport {
  width: calc(100% + var(--f-carousel-slide-width) * 2 + var(--f-thumbs-padding-x));
  margin-inline: calc((var(--f-carousel-slide-width) + var(--f-thumbs-padding-x)) * -1); }

.f-thumbs.is-modern .f-thumbs__slide {
  --clip-shift: calc((var(--width-diff) * .5) * var(--progress));
  --clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );
  padding: 0;
  overflow: visible;
  left: var(--shift, 0);
  will-change: left;
  transition: left var(--f-transition-duration) var(--f-transition-easing); }

.f-thumbs.is-modern .f-thumbs__slide button {
  display: block;
  margin-inline: 50%;
  width: var(--f-thumb-width);
  clip-path: var(--clip-path);
  border: none;
  box-shadow: none;
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease); }

.f-thumbs.is-modern .f-thumbs__slide button:after {
  display: none; }

.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible) {
  outline: none; }

.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: var(--clip-shift);
  bottom: 0;
  right: var(--clip-shift);
  transition: border var(--f-transition-duration) var(--f-transition-easing), box-shadow var(--f-transition-duration) var(--f-transition-easing);
  border-radius: inherit;
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, none); }

.f-thumbs.is-modern {
  --f-transition-duration: .25s;
  --f-transition-easing: ease-out; }

.f-thumbs.is-modern.is-syncing {
  --f-transition-duration: 0s; }

.f-thumbs.is-scrollable .f-thumbs__viewport {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--f-thumb-width), 1fr));
  grid-auto-rows: var(--f-thumb-height);
  gap: var(--f-thumbs-gap);
  overflow: auto;
  overscroll-behavior: contain;
  user-select: none; }

.f-thumbs.is-scrollable .f-thumbs__viewport .f-thumbs__slide {
  grid-area: auto;
  display: block;
  position: relative;
  max-width: 100%;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  cursor: pointer;
  outline: none; }

:root {
  --f-progressbar-height: 3px;
  --f-progressbar-color: var(--f-carousel-theme-color, #575ad6);
  --f-progressbar-opacity: 1;
  --f-progressbar-z-index: 30; }

.f-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--f-progressbar-z-index);
  height: var(--f-progressbar-height);
  transform: scaleX(0);
  transform-origin: 0;
  opacity: var(--f-progressbar-opacity);
  background: var(--f-progressbar-color);
  user-select: none;
  pointer-events: none;
  animation-name: f-progressbar;
  animation-play-state: running;
  animation-timing-function: linear; }

.f-progressbar:empty {
  display: block; }

button > .f-progressbar {
  --f-progressbar-height: 100%;
  --f-progressbar-opacity: .2; }

@keyframes f-progressbar {
  0% {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }

[data-fullscreen-action=toggle] svg g:first-child {
  display: flex; }

[data-fullscreen-action=toggle] svg g:last-child {
  display: none; }

:fullscreen [data-fullscreen-action=toggle] svg g:first-child {
  display: none; }

:fullscreen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex; }

.in-fullscreen-mode > .f-carousel {
  flex: 1;
  min-width: 0 !important;
  min-height: 0 !important; }

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto; }

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none; }

.fancybox__dialog {
  position: fixed;
  inset: 0;
  z-index: 1050;
  width: 100%;
  height: 100vh;
  max-height: unset;
  max-width: unset;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
  touch-action: none;
  overscroll-behavior: contain; }

.fancybox__dialog:focus {
  outline: none; }

.fancybox__dialog::backdrop {
  opacity: 0; }

@supports (height: 100dvh) {
  .fancybox__dialog {
    height: 100dvh; } }

.fancybox__dialog *:empty {
  display: block; }

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-backdrop-bg: rgba(24, 24, 27, .95);
  --f-toolbar-margin: 0;
  --f-toolbar-padding: 8px;
  --f-toolbar-gap: 0;
  --f-toolbar-color: #ddd;
  --f-toolbar-font-size: 16px;
  --f-toolbar-font-weight: 500;
  --f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  --f-toolbar-line-height: var(--f-button-height);
  --f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
  --f-toolbar-shadow: none;
  --f-toolbar-bg: none;
  --f-counter-margin: 0;
  --f-counter-padding: 0px 10px;
  --f-counter-gap: 4px;
  --f-counter-line-height: var(--f-button-height);
  --f-carousel-gap: 17px;
  --f-carousel-slide-width: 100%;
  --f-carousel-slide-height: 100%;
  --f-carousel-slide-padding: 0;
  --f-carousel-slide-bg: unset;
  --f-html-color: #222;
  --f-html-bg: #fff;
  --f-error-color: #fff;
  --f-error-bg: #333;
  --f-caption-margin: 0;
  --f-caption-padding: 16px 8px;
  --f-caption-color: var(--fancybox-color, #dbdbdb);
  --f-caption-bg: transparent;
  --f-caption-font: inherit;
  --f-caption-line-height: 1.375;
  --f-spinner-color-1: rgba(255, 255, 255, .2);
  --f-spinner-color-2: rgba(255, 255, 255, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
  --f-progressbar-color: rgba(255, 255, 255);
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: #ddd;
  --f-button-hover-color: #fff;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(255, 255, 255, .75);
  --f-button-outline-offset: 0px;
  --f-button-bg: rgba(54, 54, 54, .75);
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-shadow: none;
  --f-button-transition: all .2s ease;
  --f-button-transform: none;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.75;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: .5;
  --f-arrow-pos: 32px;
  --f-arrow-width: 50px;
  --f-arrow-height: 50px;
  --f-arrow-svg-width: 24px;
  --f-arrow-svg-height: 24px;
  --f-arrow-svg-stroke-width: 2.5;
  --f-arrow-border-radius: 50%;
  --f-arrow-bg: rgba(54, 54, 54, .65);
  --f-arrow-color: #ddd;
  --f-arrow-hover-color: #fff;
  --f-close-button-width: 30px;
  --f-close-button-height: 30px;
  --f-close-button-svg-width: 24px;
  --f-close-button-svg-height: 24px;
  --f-close-button-svg-stroke-width: 1.75;
  --f-close-border-radius: 4px;
  --f-close-button-color: #fff;
  --f-close-button-hover-color: #fff;
  --f-close-button-bg: transparent;
  --f-close-button-hover-bg: transparent;
  --f-close-button-active-bg: transparent;
  --f-thumbs-margin: 0px;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-bg: none;
  --f-thumb-transition: all .2s ease;
  --f-thumb-width: 94px;
  --f-thumb-height: 76px;
  --f-thumb-opacity: 1;
  --f-thumb-border: none;
  --f-thumb-shadow: none;
  --f-thumb-transform: none;
  --f-thumb-focus-opacity: 1;
  --f-thumb-focus-border: none;
  --f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);
  --f-thumb-focus-transform: none;
  --f-thumb-hover-opacity: 1;
  --f-thumb-hover-border: none;
  --f-thumb-hover-transform: none;
  --f-thumb-active-opacity: var(--f-thumb-hover-opacity);
  --f-thumb-active-border: var(--f-thumb-hover-border);
  --f-thumb-active-transform: var(--f-thumb-hover-transform);
  --f-thumb-selected-opacity: 1;
  --f-thumb-selected-border: none;
  --f-thumb-selected-shadow: inset 0 0 0 2px #fff;
  --f-thumb-selected-transform: none;
  --f-scrollbar-width: 7px;
  --f-scrollbar-track-bg: #444;
  --f-scrollbar-track-border-radius: 10px;
  --f-scrollbar-track-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
  --f-scrollbar-thumb-bg: #ddd;
  --f-scrollbar-thumb-border-radius: 10px; }

.fancybox__container[theme=light] {
  --fancybox-color: #222;
  --fancybox-backdrop-bg: rgba(255, 255, 255, .97);
  --f-toolbar-color: var(--fancybox-color, #222);
  --f-toolbar-text-shadow: none;
  --f-toolbar-font-weight: 400;
  --f-html-color: var(--fancybox-color, #222);
  --f-html-bg: #fff;
  --f-error-color: #555;
  --f-error-bg: #fff;
  --f-video-bg: #fff;
  --f-caption-color: #333;
  --f-spinner-color-1: rgba(0, 0, 0, .2);
  --f-spinner-color-2: rgba(0, 0, 0, .8);
  --f-spinner-border-width: 3.5px;
  --f-progressbar-color: rgba(111, 111, 116);
  --f-button-color: #333;
  --f-button-hover-color: #000;
  --f-button-outline-color: rgba(0, 0, 0, .85);
  --f-button-bg: rgba(255, 255, 255, .85);
  --f-button-svg-stroke-width: 1.3;
  --f-button-svg-filter: none;
  --f-arrow-bg: rgba(255, 255, 255, .85);
  --f-arrow-color: #333;
  --f-arrow-hover-color: #000;
  --f-arrow-svg-stroke-width: 1.3;
  --f-close-button-color: #555;
  --f-close-button-hover-color: #000;
  --f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);
  --f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;
  --f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000;
  --f-scrollbar-track-bg: #ddd;
  --f-scrollbar-thumb-bg: #444; }

.fancybox__container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.fancybox__container:focus {
  outline: none; }

.fancybox__container.has-vertical-thumbs {
  flex-direction: row-reverse; }

.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport {
  overflow-x: clip;
  overflow-y: visible; }

.fancybox__container > *:not(.fancybox__carousel), .fancybox__container .fancybox__carousel > *:not(.fancybox__grid):not(.fancybox__viewport), .fancybox__container .fancybox__column > *:not(.fancybox__viewport), .fancybox__container .fancybox__slide:not(.is-selected), .fancybox__container .fancybox__slide.is-selected > *:not(.f-html):not(.f-panzoom__wrapper):not(.f-spinner) {
  opacity: var(--f-drag-opacity, 1); }

.fancybox__container:not(.is-ready):not(.is-hiding) {
  visibility: hidden; }

.fancybox__container.is-revealing > *:not(.fancybox__carousel), .fancybox__container.is-revealing .fancybox__carousel > *:not(.fancybox__grid):not(.fancybox__viewport), .fancybox__container.is-revealing .fancybox__column > *:not(.fancybox__viewport), .fancybox__container.is-revealing .fancybox__slide:not(.is-selected), .fancybox__container.is-revealing .fancybox__slide.is-selected > *:not(.f-html):not(.f-panzoom__wrapper) {
  animation: var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn; }

.fancybox__container.is-hiding > *:not(.fancybox__carousel), .fancybox__container.is-hiding .fancybox__carousel > *:not(.fancybox__grid):not(.fancybox__viewport), .fancybox__container.is-hiding .fancybox__column > *:not(.fancybox__viewport), .fancybox__container.is-hiding .fancybox__slide.is-selected > *:not(.f-html):not(.f-panzoom__wrapper) {
  animation: var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut; }

.fancybox__container.is-hiding .fancybox__carousel .fancybox__slide:not(.is-selected) {
  opacity: 0; }

.fancybox__container.is-hiding {
  pointer-events: none; }

.fancybox__container.is-idle .f-carousel__toolbar {
  pointer-events: none;
  opacity: 0; }

.fancybox__container.is-idle .f-button.is-arrow {
  opacity: 0; }

.fancybox__container.is-idle.is-ready .f-carousel__toolbar {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut; }

.fancybox__container.is-idle.is-ready .f-button.is-arrow {
  animation: .15s ease-out both f-fadeOut; }

.fancybox__backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--fancybox-backdrop-bg);
  filter: var(--fancybox-backdrop-filter); }

.fancybox__carousel {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  position: relative;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip; }

.fancybox__carousel.is-vertical {
  --f-carousel-slide-height: 100%; }

.fancybox__carousel.is-ltr {
  direction: ltr; }

.fancybox__carousel.is-rtl {
  direction: rtl; }

.fancybox__carousel > .f-button.is-arrow:before {
  position: absolute;
  content: "";
  inset: -30px;
  z-index: 1; }

.fancybox__viewport {
  display: grid;
  flex: 1;
  min-height: 0;
  min-width: 0;
  position: relative;
  overflow: visible;
  transform: translate3d(0, var(--f-drag-offset, 0), 0); }

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab; }

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing; }

.fancybox__viewport [data-selectable], .fancybox__viewport [contenteditable] {
  cursor: auto; }

.fancybox__slide {
  box-sizing: border-box;
  position: relative;
  grid-area: 1/1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  margin: 0;
  padding: var(--f-carousel-slide-padding);
  background: var(--f-carousel-slide-bg);
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform; }

.fancybox__slide:before, .fancybox__slide:after {
  display: block;
  content: ""; }

.fancybox__slide:before {
  margin-bottom: auto; }

.fancybox__slide:after {
  margin-top: auto; }

.fancybox__slide.is-selected {
  z-index: 1; }

.fancybox__slide.f-zoomable {
  overflow: visible; }

.fancybox__slide.has-error {
  --f-html-color: var(--f-error-color, --f-html-color);
  --f-html-bg: var(--f-error-bg, --f-html-bg); }

.fancybox__slide.has-html {
  overflow: auto;
  padding: 8px; }

.fancybox__slide.has-iframe {
  overflow: hidden;
  padding: 8px 0; }

.fancybox__slide.has-close-btn {
  padding-top: 34px; }

.fancybox__slide.has-controls:before {
  margin: 0; }

.fancybox__slide .f-spinner {
  cursor: pointer; }

.fancybox__container.is-closing .f-caption, .fancybox__slide.is-loading .f-caption {
  visibility: hidden; }

.fancybox__container.is-closing .fancybox__carousel, .fancybox__container.is-closing .fancybox__viewport, .fancybox__container.is-closing .fancybox__slide.is-selected {
  overflow: visible; }

.f-button.is-close-button {
  --f-button-width: var(--f-close-button-width);
  --f-button-height: var(--f-close-button-height);
  --f-button-border-radius: var(--f-close-border-radius);
  --f-button-color: var(--f-close-button-color);
  --f-button-hover-color: var(--f-close-button-hover-color);
  --f-button-bg: var(--f-close-button-bg);
  --f-button-hover-bg: var(--f-close-button-hover-bg);
  --f-button-active-bg: var(--f-close-button-active-bg);
  --f-button-svg-width: var(--f-close-button-svg-width);
  --f-button-svg-height: var(--f-close-button-svg-height);
  --f-button-svg-stroke-width: var(--f-close-button-svg-stroke-width);
  position: absolute;
  top: calc((var(--f-button-height) + 2px) * -1);
  right: 0;
  z-index: 10; }

.is-loading .f-button.is-close-button {
  visibility: hidden; }

.fancybox__thumbs {
  flex: 0 1 100%; }

.fancybox__thumbs.is-scrollable {
  --f-thumbs-cols: 1;
  --f-thumbs-gap: 8px;
  --f-thumbs-transition: none;
  --f-thumbs-padding-x: 4px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-viewport-padding-x: 4px;
  --f-thumbs-viewport-padding-y: 0px;
  max-width: calc(var(--f-thumb-width) * var(--f-thumbs-cols) + var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-viewport-padding-x) * 2); }

.fancybox__thumbs.is-scrollable ::-webkit-scrollbar {
  width: var(--f-scrollbar-width); }

.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-track {
  background: var(--f-scrollbar-track-bg);
  border-radius: var(--f-scrollbar-track-border-radius);
  box-shadow: var(--f-scrollbar-track-shadow); }

.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-thumb {
  background: var(--f-scrollbar-thumb-bg);
  border-radius: var(--f-scrollbar-thumb-border-radius); }

.fancybox__thumbs.is-scrollable.is-hidden {
  max-width: 0;
  --f-thumbs-padding-x: 0;
  max-height: unset;
  --f-thumbs-padding-y: unset; }

.fancybox__thumbs.is-scrollable .f-thumbs__viewport {
  overflow-x: hidden !important;
  grid-template-columns: repeat(auto-fill, calc((100% - var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1)) / var(--f-thumbs-cols))) !important; }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important; }

scroll-shadow,
slick-component,
product-component,
product-ids-component,
product-list-component {
  display: block; }

.more-less-layout {
  display: block;
  text-align: right; }
  .more-less-layout__content {
    overflow: hidden;
    text-align: left; }
  .more-less-layout__button {
    display: inline-block;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #333333; }
    .more-less-layout__button.hidden {
      display: none; }
    .more-less-layout__button > span {
      --text-decoration-thickness: 1px;
      display: inline;
      transition: background-size ease-in-out 0.3s;
      background-color: transparent;
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 100%;
      background-repeat: no-repeat;
      background-size: 0 var(--text-decoration-thickness); }
  @media (min-width: 1033px) {
    .more-less-layout__button:hover > span {
      background-size: 100% var(--text-decoration-thickness); } }

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

.spacing {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom); }

@media (max-width: 1032px) {
  .spacing {
    padding-top: calc(var(--padding-top) * 0.75);
    padding-bottom: calc(var(--padding-bottom) * 0.75); }
  .spacing-tablet {
    padding-top: var(--padding-top-tablet);
    padding-bottom: var(--padding-bottom-tablet); } }

@media (max-width: 749px) {
  .spacing {
    padding-top: calc(var(--padding-top) * 0.5);
    padding-bottom: calc(var(--padding-bottom) * 0.5); }
  .spacing-mobile {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile); } }

@keyframes zoomInEffect {
  0% {
    transform: scale(1.2);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes zoomOutEffect {
  0% {
    transform: scale(0.8);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

video::-webkit-media-controls-enclosure {
  display: none !important; }

video::cue {
  display: none; }

.media {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 0; }
  .media > img.lazyload, .media > img.lazyloading {
    width: auto;
    height: auto;
    object-fit: contain;
    margin: auto; }
  .media > picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .media > picture > img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      max-width: 100%;
      object-fit: cover;
      object-position: center; }
  .media > img,
  .media > svg,
  .media > iframe,
  .media > video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center; }
  .media > video,
  .media > iframe {
    border: none; }
  .media--transparent {
    background-color: transparent; }
  .media--height {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%; }
  .media--square {
    padding-bottom: 100%; }
  .media--portrait {
    padding-bottom: 150%; }
  .media--landscape {
    padding-bottom: 75%; }
  .media--wide {
    padding-bottom: 56.25%; }
  .media--tall {
    padding-bottom: 177.78%; }
  .media--classic {
    padding-bottom: 125.765%; }
  .media--circle {
    padding-bottom: 100%;
    border-radius: 50%; }
  .media--zoom > picture > img {
    transition: transform 0.3s cubic-bezier(0, 0, 0.17, 0.61); }
  .media--zoom > img {
    transition: transform 0.3s cubic-bezier(0, 0, 0.17, 0.61); }
    .media--zoom > img + img {
      opacity: 0; }
  .media--fade > picture > img {
    transition: opacity 0.3s cubic-bezier(0, 0, 0.17, 0.61); }
  .media--fade > img {
    transition: opacity 0.3s cubic-bezier(0, 0, 0.17, 0.61); }
    .media--fade > img + img {
      opacity: 0; }
  .media--fit {
    max-width: var(--media-max-width, 100%); }
    .media--fit > picture {
      position: relative;
      inset: unset; }
      .media--fit > picture > img {
        position: relative;
        top: unset;
        left: unset;
        height: auto; }
    .media--fit > img,
    .media--fit > svg {
      position: relative;
      top: unset;
      left: unset;
      height: auto; }
  .media-fit-contain > img {
    object-fit: contain; }
  .media-fit-cover > img {
    object-fit: cover; }
  .media--fixed {
    clip-path: inset(0); }
    .media--fixed > img,
    .media--fixed > svg {
      position: fixed;
      height: 100vh; }
  .media:not([loaded]) > template {
    z-index: -1; }
  @media (min-width: 1033px) {
    .media--zoom:hover > img:first-child:not(:only-child), .media--fade:hover > img:first-child:not(:only-child) {
      opacity: 0; }
    .media--zoom:hover > picture > img, .media--fade:hover > picture > img,
    .card-product:hover .media > picture > img {
      opacity: 1; }
    .media--zoom:hover > img + img, .media--fade:hover > img + img,
    .card-product:hover .media > img + img {
      opacity: 1; }
    .media--zoom:hover > picture > img {
      transform: scale(1.05); }
    .media--zoom:hover > img:first-child:only-child {
      transform: scale(1.05); }
    .media--zoom:hover > img + img {
      transform: scale(1.05); } }

.grid {
  --grid-item-offset: min(var(--grid-base-small, 8px), 8px);
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--grid-item-offset);
  row-gap: var(--grid-item-offset); }
  .grid.grid--gapless {
    --grid-item-offset: 0px;
    column-gap: 0px;
    row-gap: 0px; }
  .grid.grid--gap {
    --grid-item-offset: clamp(var(--gap-mobile, var(--grid-base, 16px)), 2vw, var(--gap-desktop, var(--grid-base, 16px))); }
  @media screen and (max-width: 749px) {
    .grid.grid--reverse-small {
      flex-direction: row-reverse; } }
  @media screen and (max-width: 749px) {
    .grid.grid--reverse-small.grid--1-col-mobile {
      flex-direction: column-reverse; } }
  @media screen and (min-width: 750px) and (max-width: 1032px) {
    .grid.grid--reverse-medium {
      flex-direction: row-reverse; }
      .grid.grid--reverse-medium.grid--1-col-tablet {
        flex-direction: column-reverse; } }
  @media screen and (min-width: 1033px) {
    .grid.grid--reverse-large, .grid.grid--1-col.grid--reverse-large {
      flex-direction: row-reverse; } }
  .grid.grid--inline {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-color: auto;
    scrollbar-width: thin; }
    @media screen and (max-width: 1032px) {
      .grid.grid--inline {
        flex-wrap: nowrap !important; } }
    @media screen and (max-width: 749px) {
      .grid.grid--inline.grid--2-col .grid__item, .grid.grid--inline.grid--3-col .grid__item, .grid.grid--inline.grid--4-col .grid__item, .grid.grid--inline.grid--5-col .grid__item, .grid.grid--inline.grid--6-col .grid__item {
        width: calc(30rem - var(--grid-item-offset) / 2);
        max-width: calc(30rem - var(--grid-item-offset) / 2); } }
    @media screen and (max-width: 550px) {
      .grid.grid--inline.grid--2-col .grid__item, .grid.grid--inline.grid--3-col .grid__item, .grid.grid--inline.grid--4-col .grid__item, .grid.grid--inline.grid--5-col .grid__item, .grid.grid--inline.grid--6-col .grid__item {
        width: calc(26.5rem - var(--grid-item-offset) / 2);
        max-width: calc(26.5rem - var(--grid-item-offset) / 2); } }
  @media screen and (min-width: 750px) {
    .grid {
      --grid-item-offset: var(--grid-base, 16px); }
      .grid.grid--gapsmall {
        --grid-item-offset: var(--grid-base-small, 8px); }
      .grid.grid--gapmedium, .grid.grid--gaplarge, .grid.grid--gapwide {
        --grid-item-offset: var(--grid-base-medium, 12px); } }
  @media screen and (min-width: 1033px) {
    .grid.grid--gaplarge, .grid.grid--gapwide {
      --grid-item-offset: var(--grid-base-large, 24px); }
    .grid.grid--gap {
      --grid-item-offset: var(--gap-desktop, var(--grid-base, 16px)); } }
  @media screen and (min-width: 1366px) {
    .grid.grid--gapwide {
      --grid-item-offset: var(--grid-base-wide, 40px); } }

.grid__item,
.grid--1-col .grid__item {
  width: 100%;
  flex: 1 0 auto; }
  @media screen and (max-width: 1032px) {
    .grid__item,
    .grid--1-col .grid__item {
      margin-right: 0 !important; } }

.grid__item--last {
  order: 1; }

.grid--2-col .grid__item--full {
  width: 100% !important;
  max-width: 100% !important; }

@media screen and (min-width: 375px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-item-offset) / 2);
    max-width: calc(50% - var(--grid-item-offset) / 2); } }

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(100% / 2 - var(--grid-item-offset) * (2 - 1) / 2);
    max-width: calc(100% / 2 - var(--grid-item-offset) * (2 - 1) / 2); } }

.grid--3-col .grid__item--full {
  width: 100% !important;
  max-width: 100% !important; }

@media screen and (min-width: 375px) {
  .grid--3-col .grid__item {
    width: calc(50% - var(--grid-item-offset) / 2);
    max-width: calc(50% - var(--grid-item-offset) / 2); } }

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(100% / 3 - var(--grid-item-offset) * (3 - 1) / 3);
    max-width: calc(100% / 3 - var(--grid-item-offset) * (3 - 1) / 3); } }

.grid--4-col .grid__item--full {
  width: 100% !important;
  max-width: 100% !important; }

@media screen and (min-width: 375px) {
  .grid--4-col .grid__item {
    width: calc(50% - var(--grid-item-offset) / 2);
    max-width: calc(50% - var(--grid-item-offset) / 2); } }

@media screen and (min-width: 750px) {
  .grid--4-col .grid__item {
    width: calc(100% / 4 - var(--grid-item-offset) * (4 - 1) / 4);
    max-width: calc(100% / 4 - var(--grid-item-offset) * (4 - 1) / 4); } }

.grid--5-col .grid__item--full {
  width: 100% !important;
  max-width: 100% !important; }

@media screen and (min-width: 375px) {
  .grid--5-col .grid__item {
    width: calc(50% - var(--grid-item-offset) / 2);
    max-width: calc(50% - var(--grid-item-offset) / 2); } }

@media screen and (min-width: 750px) {
  .grid--5-col .grid__item {
    width: calc(100% / 5 - var(--grid-item-offset) * (5 - 1) / 5);
    max-width: calc(100% / 5 - var(--grid-item-offset) * (5 - 1) / 5); } }

.grid--6-col .grid__item--full {
  width: 100% !important;
  max-width: 100% !important; }

@media screen and (min-width: 375px) {
  .grid--6-col .grid__item {
    width: calc(50% - var(--grid-item-offset) / 2);
    max-width: calc(50% - var(--grid-item-offset) / 2); } }

@media screen and (min-width: 750px) {
  .grid--6-col .grid__item {
    width: calc(100% / 6 - var(--grid-item-offset) * (6 - 1) / 6);
    max-width: calc(100% / 6 - var(--grid-item-offset) * (6 - 1) / 6); } }

@media screen and (max-width: 749px) {
  .grid--3-col-mobile > .grid__item {
    width: calc(33.33% - var(--grid-item-offset) * 2 / 3) !important;
    max-width: calc(33.33% - var(--grid-item-offset) * 2 / 3) !important; } }

@media screen and (max-width: 749px) {
  .grid--2-col-mobile > .grid__item {
    width: calc(50% - var(--grid-item-offset) / 2) !important;
    max-width: calc(50% - var(--grid-item-offset) / 2) !important; } }

@media screen and (max-width: 749px) {
  .grid--1-col-mobile > .grid__item,
  .grid--2-col-mobile > .grid__item--full,
  .grid--2-col-mobile > .promotion-grid__item {
    width: 100% !important;
    max-width: 100% !important; } }

@media screen and (min-width: 750px) and (max-width: 1032px) {
  .grid--1-col-tablet > .grid__item {
    width: 100% !important;
    max-width: 100% !important; } }

@media screen and (min-width: 750px) and (max-width: 1032px) {
  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-item-offset) / 2);
    max-width: calc(50% - var(--grid-item-offset) / 2); } }

@media screen and (min-width: 1033px) {
  .grid--2-col.grid--custom-col .grid__item:first-child,
  .grid--2-col.grid--custom-col.grid--reverse-large .grid__item:last-child {
    width: calc(min(50%, var(--gap-offset, 50%)) - var(--grid-item-offset) / 2);
    max-width: calc(min(50%, var(--gap-offset, 50%)) - var(--grid-item-offset) / 2); }
  .grid--2-col.grid--custom-col .grid__item:last-child,
  .grid--2-col.grid--custom-col.grid--reverse-large .grid__item:first-child {
    width: calc(100% - min(50%, var(--gap-offset, 50%)) - var(--grid-item-offset) / 2);
    max-width: calc(100% - min(50%, var(--gap-offset, 50%)) - var(--grid-item-offset) / 2); } }

.gap-8px {
  grid-gap: 8px; }

.gap-12px {
  grid-gap: 12px; }

.gap-16px {
  grid-gap: 16px; }

.gap-24px {
  grid-gap: 24px; }

.row {
  --row-item-offset: var(--gap-mobile, 8px);
  font-size: 0;
  letter-spacing: 0;
  margin: 0 calc(-1 * var(--row-item-offset)/2); }
  .row .row-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 calc(var(--row-item-offset)/2); }
  @media screen and (min-width: 1033px) {
    .row {
      --row-item-offset: var(--gap-desktop, 32px); } }

.row--2-col .row-item--full {
  width: 100% !important; }

@media screen and (min-width: 375px) {
  .row--2-col .row-item {
    width: 50%; } }

@media screen and (min-width: 750px) {
  .row--2-col .row-item {
    width: 33%; } }

@media screen and (min-width: 1033px) {
  .row--2-col .row-item {
    width: calc(100% / 2); } }

.row--3-col .row-item--full {
  width: 100% !important; }

@media screen and (min-width: 375px) {
  .row--3-col .row-item {
    width: 50%; } }

@media screen and (min-width: 750px) {
  .row--3-col .row-item {
    width: 33%; } }

@media screen and (min-width: 1033px) {
  .row--3-col .row-item {
    width: calc(100% / 3); } }

.row--4-col .row-item--full {
  width: 100% !important; }

@media screen and (min-width: 375px) {
  .row--4-col .row-item {
    width: 50%; } }

@media screen and (min-width: 750px) {
  .row--4-col .row-item {
    width: 33%; } }

@media screen and (min-width: 1033px) {
  .row--4-col .row-item {
    width: calc(100% / 4); } }

.row--5-col .row-item--full {
  width: 100% !important; }

@media screen and (min-width: 375px) {
  .row--5-col .row-item {
    width: 50%; } }

@media screen and (min-width: 750px) {
  .row--5-col .row-item {
    width: 33%; } }

@media screen and (min-width: 1033px) {
  .row--5-col .row-item {
    width: calc(100% / 5); } }

.row--6-col .row-item--full {
  width: 100% !important; }

@media screen and (min-width: 375px) {
  .row--6-col .row-item {
    width: 50%; } }

@media screen and (min-width: 750px) {
  .row--6-col .row-item {
    width: 33%; } }

@media screen and (min-width: 1033px) {
  .row--6-col .row-item {
    width: calc(100% / 6); } }

.row--1-col-tablet .row-item--full {
  width: 100% !important; }

@media screen and (min-width: 750px) and (max-width: 1032px) {
  .row--1-col-tablet {
    width: calc(100% / 1) !important; } }

.row--2-col-tablet .row-item--full {
  width: 100% !important; }

@media screen and (min-width: 750px) and (max-width: 1032px) {
  .row--2-col-tablet {
    width: calc(100% / 2) !important; } }

.row--1-col-mobile .row-item--full {
  width: 100% !important; }

@media screen and (max-width: 749px) {
  .row--1-col-mobile {
    width: calc(100% / 1); } }

.row--2-col-mobile .row-item--full {
  width: 100% !important; }

@media screen and (max-width: 749px) {
  .row--2-col-mobile {
    width: calc(100% / 2); } }

.row--3-col-mobile .row-item--full {
  width: 100% !important; }

@media screen and (max-width: 749px) {
  .row--3-col-mobile {
    width: calc(100% / 3); } }

.row[data-slick],
.row[data-product-ids],
#product-list-container.row {
  width: auto !important; }
  .row[data-slick] .row-item,
  .row[data-product-ids] .row-item,
  #product-list-container.row .row-item {
    width: 100%;
    height: auto;
    white-space: normal; }
  .row[data-slick]:not(.slick-initialized),
  .row[data-product-ids]:not(.slick-initialized),
  #product-list-container.row:not(.slick-initialized) {
    white-space: nowrap !important;
    overflow: hidden !important;
    font-size: 0;
    letter-spacing: 0; }
    .row[data-slick]:not(.slick-initialized).row--2-col .row-item--full,
    .row[data-product-ids]:not(.slick-initialized).row--2-col .row-item--full,
    #product-list-container.row:not(.slick-initialized).row--2-col .row-item--full {
      width: 100% !important; }
    @media screen and (min-width: 375px) {
      .row[data-slick]:not(.slick-initialized).row--2-col .row-item,
      .row[data-product-ids]:not(.slick-initialized).row--2-col .row-item,
      #product-list-container.row:not(.slick-initialized).row--2-col .row-item {
        width: 50%; } }
    @media screen and (min-width: 750px) {
      .row[data-slick]:not(.slick-initialized).row--2-col .row-item,
      .row[data-product-ids]:not(.slick-initialized).row--2-col .row-item,
      #product-list-container.row:not(.slick-initialized).row--2-col .row-item {
        width: 33%; } }
    @media screen and (min-width: 1033px) {
      .row[data-slick]:not(.slick-initialized).row--2-col .row-item,
      .row[data-product-ids]:not(.slick-initialized).row--2-col .row-item,
      #product-list-container.row:not(.slick-initialized).row--2-col .row-item {
        width: calc(100% / 2); } }
    .row[data-slick]:not(.slick-initialized).row--3-col .row-item--full,
    .row[data-product-ids]:not(.slick-initialized).row--3-col .row-item--full,
    #product-list-container.row:not(.slick-initialized).row--3-col .row-item--full {
      width: 100% !important; }
    @media screen and (min-width: 375px) {
      .row[data-slick]:not(.slick-initialized).row--3-col .row-item,
      .row[data-product-ids]:not(.slick-initialized).row--3-col .row-item,
      #product-list-container.row:not(.slick-initialized).row--3-col .row-item {
        width: 50%; } }
    @media screen and (min-width: 750px) {
      .row[data-slick]:not(.slick-initialized).row--3-col .row-item,
      .row[data-product-ids]:not(.slick-initialized).row--3-col .row-item,
      #product-list-container.row:not(.slick-initialized).row--3-col .row-item {
        width: 33%; } }
    @media screen and (min-width: 1033px) {
      .row[data-slick]:not(.slick-initialized).row--3-col .row-item,
      .row[data-product-ids]:not(.slick-initialized).row--3-col .row-item,
      #product-list-container.row:not(.slick-initialized).row--3-col .row-item {
        width: calc(100% / 3); } }
    .row[data-slick]:not(.slick-initialized).row--4-col .row-item--full,
    .row[data-product-ids]:not(.slick-initialized).row--4-col .row-item--full,
    #product-list-container.row:not(.slick-initialized).row--4-col .row-item--full {
      width: 100% !important; }
    @media screen and (min-width: 375px) {
      .row[data-slick]:not(.slick-initialized).row--4-col .row-item,
      .row[data-product-ids]:not(.slick-initialized).row--4-col .row-item,
      #product-list-container.row:not(.slick-initialized).row--4-col .row-item {
        width: 50%; } }
    @media screen and (min-width: 750px) {
      .row[data-slick]:not(.slick-initialized).row--4-col .row-item,
      .row[data-product-ids]:not(.slick-initialized).row--4-col .row-item,
      #product-list-container.row:not(.slick-initialized).row--4-col .row-item {
        width: 33%; } }
    @media screen and (min-width: 1033px) {
      .row[data-slick]:not(.slick-initialized).row--4-col .row-item,
      .row[data-product-ids]:not(.slick-initialized).row--4-col .row-item,
      #product-list-container.row:not(.slick-initialized).row--4-col .row-item {
        width: calc(100% / 4); } }
    .row[data-slick]:not(.slick-initialized).row--5-col .row-item--full,
    .row[data-product-ids]:not(.slick-initialized).row--5-col .row-item--full,
    #product-list-container.row:not(.slick-initialized).row--5-col .row-item--full {
      width: 100% !important; }
    @media screen and (min-width: 375px) {
      .row[data-slick]:not(.slick-initialized).row--5-col .row-item,
      .row[data-product-ids]:not(.slick-initialized).row--5-col .row-item,
      #product-list-container.row:not(.slick-initialized).row--5-col .row-item {
        width: 50%; } }
    @media screen and (min-width: 750px) {
      .row[data-slick]:not(.slick-initialized).row--5-col .row-item,
      .row[data-product-ids]:not(.slick-initialized).row--5-col .row-item,
      #product-list-container.row:not(.slick-initialized).row--5-col .row-item {
        width: 33%; } }
    @media screen and (min-width: 1033px) {
      .row[data-slick]:not(.slick-initialized).row--5-col .row-item,
      .row[data-product-ids]:not(.slick-initialized).row--5-col .row-item,
      #product-list-container.row:not(.slick-initialized).row--5-col .row-item {
        width: calc(100% / 5); } }
    .row[data-slick]:not(.slick-initialized).row--6-col .row-item--full,
    .row[data-product-ids]:not(.slick-initialized).row--6-col .row-item--full,
    #product-list-container.row:not(.slick-initialized).row--6-col .row-item--full {
      width: 100% !important; }
    @media screen and (min-width: 375px) {
      .row[data-slick]:not(.slick-initialized).row--6-col .row-item,
      .row[data-product-ids]:not(.slick-initialized).row--6-col .row-item,
      #product-list-container.row:not(.slick-initialized).row--6-col .row-item {
        width: 50%; } }
    @media screen and (min-width: 750px) {
      .row[data-slick]:not(.slick-initialized).row--6-col .row-item,
      .row[data-product-ids]:not(.slick-initialized).row--6-col .row-item,
      #product-list-container.row:not(.slick-initialized).row--6-col .row-item {
        width: 33%; } }
    @media screen and (min-width: 1033px) {
      .row[data-slick]:not(.slick-initialized).row--6-col .row-item,
      .row[data-product-ids]:not(.slick-initialized).row--6-col .row-item,
      #product-list-container.row:not(.slick-initialized).row--6-col .row-item {
        width: calc(100% / 6); } }
    .row[data-slick]:not(.slick-initialized).row--1-col-tablet .row-item--full,
    .row[data-product-ids]:not(.slick-initialized).row--1-col-tablet .row-item--full,
    #product-list-container.row:not(.slick-initialized).row--1-col-tablet .row-item--full {
      width: 100% !important; }
    @media screen and (min-width: 750px) and (max-width: 1032px) {
      .row[data-slick]:not(.slick-initialized).row--1-col-tablet,
      .row[data-product-ids]:not(.slick-initialized).row--1-col-tablet,
      #product-list-container.row:not(.slick-initialized).row--1-col-tablet {
        width: calc(100% / 1) !important; } }
    .row[data-slick]:not(.slick-initialized).row--2-col-tablet .row-item--full,
    .row[data-product-ids]:not(.slick-initialized).row--2-col-tablet .row-item--full,
    #product-list-container.row:not(.slick-initialized).row--2-col-tablet .row-item--full {
      width: 100% !important; }
    @media screen and (min-width: 750px) and (max-width: 1032px) {
      .row[data-slick]:not(.slick-initialized).row--2-col-tablet,
      .row[data-product-ids]:not(.slick-initialized).row--2-col-tablet,
      #product-list-container.row:not(.slick-initialized).row--2-col-tablet {
        width: calc(100% / 2) !important; } }
    .row[data-slick]:not(.slick-initialized).row--1-col-mobile .row-item--full,
    .row[data-product-ids]:not(.slick-initialized).row--1-col-mobile .row-item--full,
    #product-list-container.row:not(.slick-initialized).row--1-col-mobile .row-item--full {
      width: 100% !important; }
    @media screen and (max-width: 749px) {
      .row[data-slick]:not(.slick-initialized).row--1-col-mobile,
      .row[data-product-ids]:not(.slick-initialized).row--1-col-mobile,
      #product-list-container.row:not(.slick-initialized).row--1-col-mobile {
        width: calc(100% / 1); } }
    .row[data-slick]:not(.slick-initialized).row--2-col-mobile .row-item--full,
    .row[data-product-ids]:not(.slick-initialized).row--2-col-mobile .row-item--full,
    #product-list-container.row:not(.slick-initialized).row--2-col-mobile .row-item--full {
      width: 100% !important; }
    @media screen and (max-width: 749px) {
      .row[data-slick]:not(.slick-initialized).row--2-col-mobile,
      .row[data-product-ids]:not(.slick-initialized).row--2-col-mobile,
      #product-list-container.row:not(.slick-initialized).row--2-col-mobile {
        width: calc(100% / 2); } }
    .row[data-slick]:not(.slick-initialized).row--3-col-mobile .row-item--full,
    .row[data-product-ids]:not(.slick-initialized).row--3-col-mobile .row-item--full,
    #product-list-container.row:not(.slick-initialized).row--3-col-mobile .row-item--full {
      width: 100% !important; }
    @media screen and (max-width: 749px) {
      .row[data-slick]:not(.slick-initialized).row--3-col-mobile,
      .row[data-product-ids]:not(.slick-initialized).row--3-col-mobile,
      #product-list-container.row:not(.slick-initialized).row--3-col-mobile {
        width: calc(100% / 3); } }
  .row[data-slick] .slick-prev,
  .row[data-product-ids] .slick-prev,
  #product-list-container.row .slick-prev {
    left: calc(-12px + var(--row-item-offset)/2); }
  .row[data-slick] .slick-next,
  .row[data-product-ids] .slick-next,
  #product-list-container.row .slick-next {
    right: calc(-12px + var(--row-item-offset)/2); }
  @media (min-width: 1033px) {
    .row[data-slick] .slick-prev,
    .row[data-product-ids] .slick-prev,
    #product-list-container.row .slick-prev {
      left: calc(-22px + var(--row-item-offset)/2); }
    .row[data-slick] .slick-next,
    .row[data-product-ids] .slick-next,
    #product-list-container.row .slick-next {
      right: calc(-22px + var(--row-item-offset)/2); } }
  @media (min-width: 1366px) {
    .row[data-slick] .slick-prev,
    .row[data-product-ids] .slick-prev,
    #product-list-container.row .slick-prev {
      left: calc(-24px + var(--row-item-offset)/2); }
    .row[data-slick] .slick-next,
    .row[data-product-ids] .slick-next,
    #product-list-container.row .slick-next {
      right: calc(-24px + var(--row-item-offset)/2); } }
  @media (min-width: 1366px) {
    .row[data-slick] .slick-prev,
    .row[data-product-ids] .slick-prev,
    #product-list-container.row .slick-prev {
      left: calc(-24px + var(--row-item-offset)/2); }
    .row[data-slick] .slick-next,
    .row[data-product-ids] .slick-next,
    #product-list-container.row .slick-next {
      right: calc(-24px + var(--row-item-offset)/2); } }
  @media (min-width: 1700px) {
    .row[data-slick] .slick-prev,
    .row[data-product-ids] .slick-prev,
    #product-list-container.row .slick-prev {
      left: calc(-60px + var(--row-item-offset)/2); }
    .row[data-slick] .slick-next,
    .row[data-product-ids] .slick-next,
    #product-list-container.row .slick-next {
      right: calc(-60px + var(--row-item-offset)/2); } }

.link {
  display: inline-block;
  border: none;
  box-shadow: none;
  position: relative;
  color: #333333;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  transition: text-decoration 0.3s ease; }
  .link--text {
    color: currentColor !important; }
  .link--active {
    color: #a12b2b !important; }
  .link:hover {
    color: #a12b2b; }
  .link--underline > span, .link--hover > span, .link--active > span {
    --text-decoration-thickness: 1px;
    display: inline;
    transition: background-size ease-in-out 0.3s;
    background-color: transparent;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 var(--text-decoration-thickness); }
  .link--underline > span, .link--active > span {
    background-size: 100% var(--text-decoration-thickness); }
  .link--icon {
    display: inline-flex;
    align-items: center; }
    .link--icon .svg-wrapper,
    .link--icon > .icon {
      width: 16px;
      height: 16px;
      margin-left: 4px; }
      .link--icon .svg-wrapper:first-child,
      .link--icon > .icon:first-child {
        margin-left: 0;
        margin-right: 4px; }
  .link--cover::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1; }
  .link:disabled, .link[aria-disabled='true'], .link.disabled {
    cursor: not-allowed !important;
    opacity: 0.5 !important;
    pointer-events: none !important; }

@media (min-width: 1033px) {
  .link--hover:hover > span {
    background-size: 100% var(--text-decoration-thickness); } }

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

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

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

@media screen and (max-width: 749px) {
  .left-small,
  .text-left-small {
    text-align: left; }
  .center-small,
  .text-center-small {
    text-align: center; }
  .right-small,
  .text-right-small {
    text-align: right; } }

.details-disclosures,
.details-disclosure {
  display: block; }

summary {
  cursor: pointer;
  list-style: none;
  position: relative; }

details > * {
  box-sizing: border-box; }

.tab__list {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-gap: 16px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .tab__list .tab__list-item {
    display: block;
    flex-shrink: 0; }
    .tab__list .tab__list-item-opener {
      -webkit-appearance: none;
      appearance: none;
      display: inline-block;
      border: none;
      padding: 0px;
      box-shadow: none;
      position: relative;
      color: #000000;
      background-color: transparent;
      cursor: pointer;
      text-decoration: none;
      transition-property: text-decoration;
      transition-timing-function: ease;
      transition-duration: 0.3s;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.5;
      letter-spacing: 0;
      text-transform: capitalize; }
      .tab__list .tab__list-item-opener > span {
        --text-decoration-thickness: 1px;
        transition: background-size ease-in-out 0.3s;
        background-color: transparent;
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-size: 0 var(--text-decoration-thickness);
        padding: 0 0 3px; }
        .tab__list .tab__list-item-opener > span > span {
          display: grid;
          justify-content: flex-start;
          text-align: left;
          grid-column: span 2; }
        .tab__list .tab__list-item-opener > span img {
          display: inline-block;
          width: 97px; }
          .tab__list .tab__list-item-opener > span img + span {
            grid-column: auto; }
        .tab__list .tab__list-item-opener > span small {
          font-size: 14px;
          font-weight: 400;
          line-height: 1.5;
          letter-spacing: 0; }
    .tab__list .tab__list-item.active .tab__list-item-opener > span {
      background-size: 100% var(--text-decoration-thickness); }
  @media (max-width: 749px) {
    .tab__list {
      flex-wrap: nowrap;
      justify-content: flex-start !important;
      overflow-x: scroll;
      white-space: normal;
      scroll-behavior: smooth;
      scroll-snap-type: y mandatory;
      scrollbar-color: auto;
      scrollbar-width: none;
      grid-gap: 8px; }
      .tab__list .tab__list-item-opener > span {
        padding-left: 0;
        padding-right: 0;
        grid-gap: 8px; }
        .tab__list .tab__list-item-opener > span img {
          width: 75px; } }
  @media (min-width: 1033px) {
    .tab__list {
      grid-gap: 24px; }
      .tab__list .tab__list-item-opener {
        font-size: 16px; } }

.tab__content {
  position: relative; }
  .tab__content .tab__content-item {
    display: none;
    position: relative; }
    .tab__content .tab__content-item.active {
      display: block; }

.card-product {
  background: white;
  margin-bottom: 0;
  overflow: hidden;
  padding: 10px;
  border-radius: 0; }
  .card-product:hover .media--zoom:hover > img + img,
  .card-product:hover .media--zoom:hover > img:first-child:only-child {
    transform: scale(1); }
  .card-product .card__media {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 1;
    font-size: 0;
    letter-spacing: 0;
    box-sizing: border-box;
    border-radius: 0; }
    .card-product .card__media:after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 0;
      pointer-events: none; }
    .card-product .card__media .media--zoom:hover > img + img,
    .card-product .card__media .media--zoom:hover > img:first-child:only-child {
      transform: scale(1); }
    .card-product .card__media .media--zoom > img {
      transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
    .card-product .card__media .media > img {
      object-fit: contain; }
  .card-product .card-figure {
    padding: 0;
    position: relative; }
  .card-product .card-body {
    text-align: left;
    padding-top: 16px; }
    .card-product .card-body .card-sku,
    .card-product .card-body .text-usually-arrives {
      font-size: 14px;
      font-weight: 500;
      color: #707070; }
    .card-product .card-body .card-sku {
      margin-top: 8px;
      margin-bottom: 0;
      overflow: hidden;
      position: relative;
      text-overflow: ellipsis;
      display: -webkit-box;
      white-space: inherit;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      word-break: break-all; }
      .card-product .card-body .card-sku .card-sku__value {
        margin-left: 6px; }
      .card-product .card-body .card-sku .card-model__label {
        text-transform: uppercase; }
    .card-product .card-body .text-usually-arrives {
      margin-top: 10px;
      overflow: hidden;
      position: relative;
      text-overflow: ellipsis;
      display: -webkit-box;
      white-space: inherit;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1; }
      .card-product .card-body .text-usually-arrives span {
        color: #707070 !important;
        text-decoration: unset !important; }
        .card-product .card-body .text-usually-arrives span strong {
          font-weight: 500; }
          .card-product .card-body .text-usually-arrives span strong span {
            text-decoration: unset !important;
            text-underline-offset: 3px; }
          .card-product .card-body .text-usually-arrives span strong a {
            color: #A12B2B !important; }
            .card-product .card-body .text-usually-arrives span strong a span {
              color: #A12B2B !important; }
      .card-product .card-body .text-usually-arrives br {
        display: none; }
  .card-product .card-footer {
    display: block;
    margin-top: 16px;
    min-height: 48px; }
    @media (max-width: 749px) {
      .card-product .card-footer {
        min-height: 32px; } }
  .card-product .card-title {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #333333;
    min-height: 59px; }
    .page--category .card-product .card-title,
    .page--search .card-product .card-title {
      margin-bottom: 0; }
    .card-product .card-title > a {
      color: currentColor !important;
      overflow: hidden;
      position: relative;
      text-overflow: ellipsis;
      display: -webkit-box;
      white-space: inherit;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
    .card-product .card-title + .card-text,
    .card-product .card-title + .card-price {
      margin-top: 16px; }
  .card-product .card-price {
    display: inline-flex;
    align-items: center;
    gap: 4px; }
    .card-product .card-price .card-price__request-quote {
      font-size: 16px !important;
      font-weight: 500 !important;
      color: #474747 !important;
      min-height: 33px;
      line-height: 33px;
      font-style: unset !important; }
    .card-product .card-price > .price-section {
      display: inline-flex;
      align-items: center; }
      .card-product .card-price > .price-section.rrp-price--withTax, .card-product .card-price > .price-section.rrp-price--withoutTax, .card-product .card-price > .price-section.non-sale-price--withoutTax {
        order: 1; }
        .card-product .card-price > .price-section.rrp-price--withTax:not([style="display: none;"]) + .non-sale-price--withTax,
        .card-product .card-price > .price-section.rrp-price--withTax:not([style="display: none;"]) + .non-sale-price--withoutTax, .card-product .card-price > .price-section.rrp-price--withoutTax:not([style="display: none;"]) + .non-sale-price--withTax,
        .card-product .card-price > .price-section.rrp-price--withoutTax:not([style="display: none;"]) + .non-sale-price--withoutTax, .card-product .card-price > .price-section.non-sale-price--withoutTax:not([style="display: none;"]) + .non-sale-price--withTax,
        .card-product .card-price > .price-section.non-sale-price--withoutTax:not([style="display: none;"]) + .non-sale-price--withoutTax {
          display: none; }
        .card-product .card-price > .price-section.rrp-price--withTax > span:not(.price), .card-product .card-price > .price-section.rrp-price--withoutTax > span:not(.price), .card-product .card-price > .price-section.non-sale-price--withoutTax > span:not(.price) {
          font-size: 18px;
          font-weight: 500;
          margin-right: 4px;
          position: relative;
          top: 2px; }
          @media screen and (max-width: 749px) {
            .card-product .card-price > .price-section.rrp-price--withTax > span:not(.price), .card-product .card-price > .price-section.rrp-price--withoutTax > span:not(.price), .card-product .card-price > .price-section.non-sale-price--withoutTax > span:not(.price) {
              font-size: 12px;
              top: 2px; } }
        .card-product .card-price > .price-section.rrp-price--withTax .price, .card-product .card-price > .price-section.rrp-price--withoutTax .price, .card-product .card-price > .price-section.non-sale-price--withoutTax .price {
          color: #686868;
          font-weight: 400;
          text-decoration: line-through; }
      .card-product .card-price > .price-section.rrp-price--withoutTax > span:not([data-product-rrp-price-without-tax]):not(.price--rrp) {
        display: none; }
      .card-product .card-price > .price-section.non-sale-price--withTax, .card-product .card-price > .price-section.non-sale-price--withoutTax {
        order: 2; }
      .card-product .card-price > .price-section.sale-price .price {
        color: #A12B2B; }
      .card-product .card-price > .price-section .price.price--sale {
        color: #A12B2B; }
    .card-product .card-price .rrp-price--withoutTax ~ .price--withoutTax:has(.price--non-sale) {
      display: none; }
    .card-product .card-price .price {
      display: block;
      font-family: "Oswald", Arial, Helvetica, sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.5;
      color: #A12B2B; }
      .card-product .card-price .price.price--non-sale {
        color: #707070;
        font-weight: 500;
        text-decoration: line-through; }
    .card-product .card-price .price--rrp,
    .card-product .card-price .price--non-sale,
    .card-product .card-price .price--discounted {
      font-family: "Lato", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 1.5;
      font-weight: 500;
      color: #707070;
      position: relative;
      top: 2px; }
    .card-product .card-price .price-text {
      font-size: 12px;
      font-weight: 700;
      line-height: 1.5;
      color: #A12B2B;
      margin-bottom: 0; }
    .card-product .card-price .price-label {
      font-weight: 700;
      line-height: 1; }
    .card-product .card-price .sale-price--withTax .price-label,
    .card-product .card-price .non-sale-price--withTax .price-label {
      display: none; }
  .card-product .card-text {
    margin-top: 8px;
    margin-bottom: 16px; }
    .card-product .card-text:empty {
      display: none; }
  .card-product .card-summary {
    display: none;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #555555; }
  .card-product .card-info {
    display: none; }
  .card-product .card-compare {
    display: block;
    pointer-events: all;
    position: absolute;
    inset: 8px;
    inset-inline-start: auto;
    inset-block-end: auto;
    transition: all 300ms ease;
    z-index: 1; }
    .card-product .card-compare__label {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: relative;
      border-radius: 100%;
      overflow: hidden;
      background: #000;
      color: #000;
      box-sizing: border-box;
      height: 2.14286rem;
      width: 2.14286rem; }
      .card-product .card-compare__label svg {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        color: currentColor;
        fill: currentColor;
        stroke: transparent; }
      .card-product .card-compare__label:has(:checked) {
        background: #004ECA;
        color: #004ECA; }
    .card-product .card-compare__checkbox {
      position: absolute;
      inset: 0;
      opacity: 0;
      padding: 0;
      margin: 0;
      cursor: pointer;
      width: 100%;
      height: 100%; }
  .card-product .card-figcaption {
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
    inset: 0;
    height: auto; }
    .card-product .card-figcaption::before {
      content: '';
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: 0.7; }
  .card-product .card-action {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .card-product .card-action__button {
      flex-shrink: 0;
      width: 100%; }
    .card-product .card-action .button {
      font-size: 13px;
      font-weight: 500;
      width: 100%;
      text-align: center;
      justify-content: center;
      align-items: center;
      min-height: 48px;
      text-transform: uppercase; }
      .card-product .card-action .button svg {
        position: relative;
        inset: unset;
        padding: 0;
        border-radius: 0;
        background: transparent;
        color: currentColor;
        width: 24px;
        height: 24px;
        stroke: transparent; }
      .card-product .card-action .button > span {
        overflow: hidden;
        position: relative;
        text-overflow: ellipsis;
        display: -webkit-box;
        white-space: inherit;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; }
      .card-product .card-action .button.button-out-of-stock {
        opacity: .5;
        pointer-events: none; }
  .card-product .card-wishlist {
    display: block;
    position: absolute;
    inset: 8px;
    inset-inline-end: auto;
    inset-block-end: auto;
    z-index: 1; }
    .card-product .card-wishlist__button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      color: #E6E6E6; }
    .card-product .card-wishlist svg {
      width: 100%;
      height: 100%;
      fill: none;
      stroke: none;
      color: currentColor; }
  @media (max-width: 1032px) {
    .card-product .card-price .card-price__request-quote {
      min-height: 27px;
      max-height: 27px;
      line-height: 1.2; } }
  @media (max-width: 749px) {
    .card-product .card-title + .card-price {
      margin-top: 8px; }
    .card-product .card-price .card-price__request-quote {
      font-size: 13px !important; }
    .card-product .card-footer {
      margin-top: 8px; }
    .card-product .card-action .button {
      min-height: 32px; }
    .page--category .card-product,
    .page--search .card-product {
      padding: 0; } }
  @media (min-width: 750px) {
    .card-product .card-summary {
      font-size: 12px; } }
  @media (min-width: 1033px) {
    .card-product {
      padding: 16px 16px 22px;
      border: 1px solid transparent; }
      .card-product:hover {
        border: 1px solid #EBEBEB; }
        .card-product:hover .media--zoom > img:first-child:not(:only-child),
        .card-product:hover .media--fade > img:first-child:not(:only-child) {
          opacity: 0; }
      .card-product .card-title {
        font-size: 16px;
        min-height: 72px;
        margin-bottom: 16px; }
        .page--category .card-product .card-title,
        .page--search .card-product .card-title {
          margin-bottom: 0; }
      .card-product .card-price {
        gap: 8px; }
        .card-product .card-price .price {
          font-size: 22px; }
        .card-product .card-price .price--rrp,
        .card-product .card-price .price--non-sale,
        .card-product .card-price .price--discounted {
          font-size: 18px; }
      .card-product .card-action .button {
        font-size: 16px; }
      .card-product .card-compare {
        inset-block-start: 16px;
        inset-inline-end: 16px; }
        .card-product .card-compare__label:hover {
          background: #004ECA;
          color: #004ECA; }
      .card-product .card-figcaption {
        display: flex; }
      .card-product .card-wishlist {
        inset-block-start: 16px;
        inset-inline-start: 16px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none; }
        .card-product .card-wishlist__button:hover {
          color: #EB5757; }
      .card-product:hover .card-wishlist {
        opacity: 1;
        visibility: visible;
        pointer-events: all; }
      .card-product:hover .card-figcaption {
        opacity: 1; } }

.card-product [data-button-type="add-cart"] {
  display: flex !important; }

.card-product--pending {
  pointer-events: none; }
  .card-product--pending .card-wrapper-bottom {
    position: relative; }
    .card-product--pending .card-wrapper-bottom::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(255, 255, 255, 0.7);
      z-index: 1;
      opacity: 1; }
    .card-product--pending .card-wrapper-bottom::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 24px;
      height: 24px;
      border: 2px solid #e0e0e0;
      border-top-color: #333333;
      border-radius: 50%;
      animation: card-btn-spinner 0.8s linear infinite;
      z-index: 2;
      opacity: 1; }

@keyframes card-btn-spinner {
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }

.section__product-by-category .card-product .card-action .button svg {
  display: none; }

.section__product-by-category .card-product .card-action .button > span {
  position: absolute; }

@media (min-width: 749px) {
  .page-type--search .productListing.productGrid .product .card-product .card-body,
  .page-type--category .productListing.productGrid .product .card-product .card-body {
    min-height: 196px; } }

@media (min-width: 1033px) {
  .page-type--search .productListing.productGrid .product .card-product .card-body,
  .page-type--category .productListing.productGrid .product .card-product .card-body {
    min-height: 218px; } }

.section__products-list-recently-viewed .card-product .card-body,
.product-related .card-product .card-body,
.related-products--cart-page .card-product .card-body,
.section__products-tab .card-product .card-body {
  min-height: 110px; }
  @media (min-width: 1033px) {
    .section__products-list-recently-viewed .card-product .card-body,
    .product-related .card-product .card-body,
    .related-products--cart-page .card-product .card-body,
    .section__products-tab .card-product .card-body {
      min-height: 137px; } }

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

@keyframes zoomInfiniteEffect {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(2.1); }
  100% {
    transform: scale(1); } }

@media screen and (min-width: 750px) {
  hotspot-dialog.dialog-drawer--large .dialog {
    max-width: 552px; } }

hotspot-dialog.hotspot-dialog--popover {
  position: fixed;
  inset: auto;
  z-index: 1100; }
  hotspot-dialog.hotspot-dialog--popover .dialog {
    position: fixed;
    margin: 0;
    right: auto !important;
    left: auto;
    top: auto;
    width: 310px;
    max-width: calc(100vw - 24px);
    border: none;
    border-radius: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden; }
  hotspot-dialog.hotspot-dialog--popover .dialog__header {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2; }
  hotspot-dialog.hotspot-dialog--popover .dialog__content {
    padding: 0; }
  @media (max-width: 749px) {
    hotspot-dialog.hotspot-dialog--popover .dialog {
      width: 310px; } }

body.hotspot-popup-active {
  overflow-y: hidden; }

.hotspot {
  padding: 16px 16px 22px; }
  .hotspot .productView {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    flex-direction: column;
    grid-gap: 16px; }
    .hotspot .productView .productView-item {
      width: 100% !important;
      padding: 0 !important; }
  .hotspot .productView-images__wrapper {
    display: block !important; }
    .hotspot .productView-images__wrapper .productView-images__item--main .slick-prev {
      left: 8px; }
    .hotspot .productView-images__wrapper .productView-images__item--main .slick-next {
      right: 8px; }
    .hotspot .productView-images__wrapper .productView-images__item--main .slick-dots {
      position: absolute;
      left: 50%;
      top: auto;
      bottom: 30px;
      transform: translateX(-50%);
      width: auto;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 40px;
      padding: 8px; }
      .hotspot .productView-images__wrapper .productView-images__item--main .slick-dots li {
        line-height: 0; }
        .hotspot .productView-images__wrapper .productView-images__item--main .slick-dots li button {
          height: 0.71429rem;
          width: 0.71429rem; }
          .hotspot .productView-images__wrapper .productView-images__item--main .slick-dots li button::before {
            background: #fff !important;
            opacity: 1; }
        .hotspot .productView-images__wrapper .productView-images__item--main .slick-dots li.slick-active button {
          width: 2.28571rem;
          height: 0.71429rem; }
  .hotspot .productView-details__wrapper .form-quantity,
  .hotspot .productView-details__wrapper .productView-variants {
    display: none !important; }
  .hotspot .productView-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1.5; }
  .hotspot .productView-options {
    margin-top: 0;
    margin-bottom: 0; }
  .hotspot #wishlist-dropdown.is-open {
    top: auto !important;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 8px; }
  .hotspot .productView-brand,
  .hotspot .productView-rating,
  .hotspot .productView-info {
    display: none; }
  .hotspot .productView-details__wrapper {
    padding: 0; }
  .hotspot .productView-images__wrapper {
    margin: 0; }
  .hotspot .productView-images__item--main {
    margin: 0; }
  .hotspot .productView-details .productView-price {
    margin-bottom: 0; }
    .hotspot .productView-details .productView-price > .price-section {
      display: inline-flex;
      align-items: center; }
      .hotspot .productView-details .productView-price > .price-section.price-section--saving {
        display: none; }
      .hotspot .productView-details .productView-price > .price-section.non-sale-price--withoutTax > span {
        margin-right: 4px;
        position: relative;
        top: 3px; }
      .hotspot .productView-details .productView-price > .price-section.rrp-price--withTax .hotspot .productView-details .productView-price > .price-section.non-sale-price--withoutTax {
        order: 1; }
        .hotspot .productView-details .productView-price > .price-section.rrp-price--withTax .hotspot .productView-details .productView-price > .price-section.non-sale-price--withoutTax:not([style="display: none;"]) + .non-sale-price--withTax,
        .hotspot .productView-details .productView-price > .price-section.rrp-price--withTax .hotspot .productView-details .productView-price > .price-section.non-sale-price--withoutTax:not([style="display: none;"]) + .rrp-price--withoutTax {
          display: none; }
        .hotspot .productView-details .productView-price > .price-section.rrp-price--withTax .hotspot .productView-details .productView-price > .price-section.non-sale-price--withoutTax > span:not(.price) {
          display: none; }
        .hotspot .productView-details .productView-price > .price-section.rrp-price--withTax .hotspot .productView-details .productView-price > .price-section.non-sale-price--withoutTax .price {
          color: #686868;
          font-weight: 400;
          text-decoration: line-through; }
      .hotspot .productView-details .productView-price > .price-section.rrp-price--withoutTax > span:not([data-product-rrp-price-without-tax]) {
        display: none; }
      @media (max-width: 749px) {
        .hotspot .productView-details .productView-price > .price-section .price--non-sale,
        .hotspot .productView-details .productView-price > .price-section .price--discounted {
          font-size: 14px !important; } }
    .hotspot .productView-details .productView-price .card-price__request-quote {
      font-size: 16px !important;
      font-weight: 500 !important;
      color: #474747 !important;
      min-height: 27px;
      line-height: 27px;
      font-style: unset !important; }
      @media (max-width: 749px) {
        .hotspot .productView-details .productView-price .card-price__request-quote {
          font-size: 13px !important;
          min-height: 21px;
          line-height: 21px; } }
  .hotspot .productView-actions {
    margin-top: 16px;
    padding: 0 !important; }
    .hotspot .productView-actions .form-action {
      display: block !important; }
      .hotspot .productView-actions .form-action .button {
        font-size: 16px;
        min-height: 48px; }
        @media (max-width: 749px) {
          .hotspot .productView-actions .form-action .button {
            font-size: 13px !important;
            min-height: 32px !important; } }
    .hotspot .productView-actions .b2b-add-to-list,
    .hotspot .productView-actions .b2b-add-to-quote {
      display: none; }
    .hotspot .productView-actions .add-to-cart-buttons .b2b-add-to-quote {
      color: white !important;
      background: #a12b2b !important;
      border-color: #a12b2b !important; }
      .hotspot .productView-actions .add-to-cart-buttons .b2b-add-to-quote:hover {
        background-color: #7e1f1f !important;
        border-color: #7e1f1f !important;
        color: white !important; }
  .hotspot .button-add-to-quote {
    display: none; }
  .hotspot .productView-actions .button {
    width: 100%; }
  .hotspot .hotspot-actions {
    margin-top: 16px; }
  .hotspot .hotspot-actions .button {
    width: 100%;
    text-transform: uppercase; }
  @media (max-width: 749px) {
    .hotspot {
      padding: 10px; }
      .hotspot .productView-price .price-section .price {
        font-size: 18px; }
      .hotspot .productView-product {
        margin-top: 8px; }
      .hotspot .productView-title {
        margin-bottom: 8px;
        font-size: 13px; }
      .hotspot .productView-actions {
        margin-top: 14px; }
      .hotspot .hotspot-actions {
        margin-top: 8px; }
        .hotspot .hotspot-actions .button {
          font-size: 13px;
          padding: 4px 14px 5px;
          min-height: 32px; }
      .hotspot .productView-actions .add-to-cart-buttons .button {
        font-size: 13px;
        padding: 4px 14px 5px;
        min-height: 32px; } }

.hotspot-opener {
  --horizontal: var(--horizontal-mobile);
  --vertical: var(--vertical-mobile);
  --point-size: 48px;
  display: block;
  position: absolute;
  top: var(--vertical, 0%);
  left: var(--horizontal, 0%);
  z-index: 1;
  line-height: 1;
  margin-left: calc(-1* var(--point-size) / 2);
  margin-top: calc(-1* var(--point-size) / 2); }
  .hotspot-opener__button {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: var(--point-size);
    height: var(--point-size);
    border-radius: 100%;
    cursor: pointer;
    background: transparent;
    border: 3px solid #fff;
    color: #000; }
    .hotspot-opener__button svg {
      pointer-events: none;
      flex-shrink: 0;
      color: #a12b2b;
      fill: currentColor;
      stroke: transparent;
      transition: transform 300ms ease;
      width: 16px;
      height: 16px;
      display: none; }
    .hotspot-opener__button::before {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      z-index: -1;
      border-radius: 50%;
      pointer-events: none;
      background: #fff;
      transition: 300ms ease;
      animation: zoomInfiniteEffect 2s ease infinite; }
    .hotspot-opener__button::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      pointer-events: none;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.3); }
    @media (max-width: 749px) {
      .hotspot-opener__button {
        width: 32px;
        height: 32px;
        border: 2px solid #fff; }
        .hotspot-opener__button::before {
          width: 6px;
          height: 6px; } }
  @media (min-width: 750px) {
    .hotspot-opener {
      --horizontal: var(--horizontal-desktop);
      --vertical: var(--vertical-desktop);
      --point-size: 48px; } }

@keyframes backdropFilter {
  from {
    backdrop-filter: brightness(1); }
  to {
    backdrop-filter: brightness(0.75); } }

@keyframes slideInLeft {
  from {
    transform: translateX(var(--custom-transform-from, 100%)); }
  to {
    transform: translateX(var(--custom-transform-to, 0)); } }

@keyframes slideOutLeft {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(100%); } }

@keyframes slideOutRight {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(var(--custom-transform-to, -100%)); } }

@keyframes slideInRight {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }

.dialog {
  border: none;
  border-radius: 10px;
  padding: 0;
  height: auto;
  max-height: 80vh;
  width: 100%;
  max-width: calc(100vw - 32px);
  box-sizing: border-box;
  overflow: hidden; }
  .dialog__header {
    padding: 24px;
    background-color: #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .dialog__header .dialog__close {
      background: transparent;
      color: #fff;
      inset: unset;
      position: relative;
      flex-shrink: 0;
      border-radius: 0;
      height: 2.71429rem;
      width: 2.71429rem; }
    .dialog__header:not(.dialog__heading) {
      background: transparent;
      padding: 0;
      position: static; }
      .dialog__header:not(.dialog__heading) .dialog__close {
        position: absolute;
        background: #fff;
        color: #000;
        border-radius: 0;
        border: 0;
        right: -8px;
        top: -8px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
        width: 24px;
        height: 24px; }
  .dialog__heading {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical; }
  .dialog__close {
    position: absolute;
    inset: 10px;
    inset-inline-start: auto;
    inset-block-end: auto;
    padding: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    color: #000;
    cursor: pointer;
    z-index: 1; }
    .dialog__close svg {
      pointer-events: none;
      width: 100%;
      height: 100%;
      padding: 7px; }
    .dialog__close::before {
      content: '';
      position: absolute;
      inset: -0.5rem; }
  .dialog__content {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    height: 100%; }
  .dialog::backdrop {
    transition: backdrop-filter 0.125s ease-in-out;
    -webkit-backdrop-filter: brightness(1);
    backdrop-filter: brightness(1);
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer; }
  .dialog[open]::backdrop {
    animation: backdropFilter 0.125s ease-in-out forwards;
    transition: opacity 0.125s ease-in-out; }
  @media screen and (max-width: 390px) {
    .dialog {
      border-radius: 0 !important; } }
  @media screen and (min-width: 750px) {
    .dialog {
      max-width: 600px; } }
  @media screen and (min-width: 1033px) {
    .dialog {
      max-width: 891px;
      max-height: 581px; } }

.dialog-drawer .dialog {
  height: 100vh;
  max-height: unset;
  width: 100%;
  max-width: 390px;
  border-radius: 0;
  transition: .5s ease;
  transition-property: left, right; }
  .dialog-drawer .dialog__content {
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    scrollbar-color: auto;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: auto; }
    .dialog-drawer .dialog__content::-webkit-scrollbar {
      display: none; }
  .dialog-drawer .dialog[open] {
    display: flex;
    flex-direction: column;
    animation: var(--dialog-drawer-opening-animation) 0.3s ease-in-out forwards; }

.dialog-drawer--left {
  --dialog-drawer-opening-animation: slideInRight;
  --dialog-drawer-closing-animation: slideOutRight; }
  .dialog-drawer--left .dialog {
    right: auto;
    left: -101%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .dialog-drawer--left .dialog[open] {
      left: 0; }

.dialog-drawer--right {
  --dialog-drawer-opening-animation: slideInLeft;
  --dialog-drawer-closing-animation: slideOutRight; }
  .dialog-drawer--right .dialog {
    left: auto;
    right: -101%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .dialog-drawer--right .dialog[open] {
      right: 0; }

@media screen and (min-width: 750px) {
  .dialog-drawer--large .dialog {
    max-width: 600px; } }

.dialog-drawer-product-sidebar .dialog__header {
  padding: 16px 24px 16px 24px; }
  .dialog-drawer-product-sidebar .dialog__header .dialog__close {
    top: 16px;
    right: 24px;
    box-shadow: none;
    width: 32px;
    height: 32px;
    color: #333333; }
    .dialog-drawer-product-sidebar .dialog__header .dialog__close svg {
      padding: 0; }

.dialog-drawer-product-sidebar .dialog__content {
  padding: 0 24px 24px; }
  .dialog-drawer-product-sidebar .dialog__content .product-sidebar {
    background: #F2F2F2; }
  .dialog-drawer-product-sidebar .dialog__content .product-description-sidebar {
    margin-bottom: 16px;
    display: block; }

@media (max-width: 749px) {
  .dialog-drawer-product-sidebar .dialog__heading {
    font-size: 18px; }
  .dialog-drawer-product-sidebar .dialog__header {
    padding: 16px 24px 16px 16px; }
    .dialog-drawer-product-sidebar .dialog__header .dialog__close {
      top: 15px;
      right: 16px;
      width: 24px;
      height: 24px; }
  .dialog-drawer-product-sidebar .dialog__content {
    padding: 0 16px 16px; }
    .dialog-drawer-product-sidebar .dialog__content .product-description-sidebar {
      margin-bottom: 8px; } }

.side-drawer {
  display: block;
  position: fixed;
  overflow: hidden;
  top: 0;
  bottom: 0;
  padding: 0;
  height: 100vh;
  z-index: 9999999999;
  max-width: 390px;
  border-radius: 0.71429rem;
  width: 100%;
  transition: all .5s ease;
  transition-property: left, right;
  box-shadow: rgba(50, 50, 50, 0.2) 0 0 2px 0;
  background: #ffffff;
  margin-top: 0 !important;
  padding-bottom: env(safe-area-inset-bottom); }
  @supports (height: 100dvh) {
    .side-drawer {
      height: 100dvh;
      max-height: 100dvh; } }
  .side-drawer__header {
    padding: 15px 8px;
    position: relative;
    text-align: center;
    background-color: #ffffff; }
    .side-drawer__header .title {
      font-family: "Oswald", Arial, Helvetica, sans-serif;
      font-size: 28px;
      font-weight: 600;
      line-height: 1.2;
      letter-spacing: 0;
      color: currentColor;
      text-transform: capitalize; }
  .side-drawer__close {
    position: absolute;
    top: 8px;
    right: 16px;
    width: 40px;
    height: 40px;
    z-index: 10;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: auto; }
    .side-drawer__close svg {
      color: currentColor;
      height: 2.28571rem;
      width: 2.28571rem; }
  .side-drawer__wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    padding-bottom: 70px; }
  .side-drawer--left {
    left: -101%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .side-drawer--right {
    right: -101%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .side-drawer.side-drawer--cart {
    display: inline-flex;
    flex-direction: column;
    border-radius: 0; }
    @media screen and (min-width: 750px) {
      .side-drawer.side-drawer--cart {
        max-width: 552px; } }
    .side-drawer.side-drawer--cart .side-drawer__header {
      padding: 15px 16px;
      text-align: left;
      border-bottom: 1px solid #C2C2C2;
      color: #000000; }
      @media screen and (min-width: 750px) {
        .side-drawer.side-drawer--cart .side-drawer__header {
          padding: 18.5px 24px; } }
      .side-drawer.side-drawer--cart .side-drawer__header .title {
        text-transform: uppercase;
        font-size: 20px; }
        @media screen and (min-width: 750px) {
          .side-drawer.side-drawer--cart .side-drawer__header .title {
            font-size: 28px; } }
      .side-drawer.side-drawer--cart .side-drawer__header .side-drawer__close {
        width: 40px;
        height: 40px;
        color: #000000; }
        @media screen and (min-width: 750px) {
          .side-drawer.side-drawer--cart .side-drawer__header .side-drawer__close {
            top: 16px;
            right: 24px; } }
        .side-drawer.side-drawer--cart .side-drawer__header .side-drawer__close svg {
          width: 40px;
          height: 40px; }
    .side-drawer.side-drawer--cart .side-drawer__wrapper {
      flex-grow: 1;
      height: auto;
      padding-bottom: 0px; }
  @media screen and (max-width: 749px) {
    .side-drawer {
      border-radius: 0;
      max-width: 100%; } }

body.open-cart .side-drawer--cart {
  right: 0; }

.related-products--cart-drawer {
  padding-top: 16px;
  padding-bottom: 0;
  display: block;
  margin-top: 8px;
  position: relative; }
  .related-products--cart-drawer .section__header {
    margin-bottom: 8px; }
    .related-products--cart-drawer .section__header .section__header-heading {
      font-size: 20px;
      font-weight: 600;
      padding: 4px 0; }
  .related-products--cart-drawer .section__main .productCarousel {
    --gap-mobile: 16px;
    --gap-desktop: 16px;
    margin: 0 -8px; }
    .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card {
      padding: 16px;
      border-radius: 10px;
      display: flex;
      gap: 20px; }
      .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card .badges-wrapper {
        display: none; }
      .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card .card-figure {
        flex: 0 0 128px; }
      .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card .card-wrapper-bottom {
        flex: 1; }
        .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card .card-wrapper-bottom .card-body {
          padding-top: 0; }
          .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card .card-wrapper-bottom .card-body .card-title {
            margin-bottom: 4px;
            min-height: 48px; }
            .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card .card-wrapper-bottom .card-body .card-title a {
              -webkit-line-clamp: 2; }
          .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card .card-wrapper-bottom .card-body .card-sku {
            margin-top: 4px;
            margin-bottom: 8px;
            color: #333;
            font-size: 12px; }
          .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card .card-wrapper-bottom .card-body .card-text,
          .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card .card-wrapper-bottom .card-body .text-usually-arrives {
            display: none; }
          .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card .card-wrapper-bottom .card-body .card-price .price {
            font-size: 18px; }
          .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card .card-wrapper-bottom .card-body .card-price .price--non-sale,
          .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card .card-wrapper-bottom .card-body .card-price .price--rrp,
          .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card .card-wrapper-bottom .card-body .card-price .price--discounted {
            font-size: 14px; }
          .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card .card-wrapper-bottom .card-body .card-price .card-price__request-quote {
            font-size: 14px !important;
            min-height: 27px;
            line-height: 27px; }
          .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card .card-wrapper-bottom .card-body .card-price > .price-section.rrp-price--withoutTax > span:not(.price) {
            font-size: 14px; }
        .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card .card-wrapper-bottom .card-footer {
          margin-top: 8px;
          min-height: unset; }
          .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card .card-wrapper-bottom .card-footer .card-action__button {
            text-align: left; }
          .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card .card-wrapper-bottom .card-footer .card-action .button {
            font-size: 14px;
            min-height: 38px;
            max-width: 124px;
            padding: 7px 6px 7px;
            line-height: 1; }
    .related-products--cart-drawer .section__main .productCarousel .slick-arrow {
      width: 32px;
      height: 32px;
      top: -24px;
      padding: 7px; }
      .related-products--cart-drawer .section__main .productCarousel .slick-arrow.slick-next {
        right: 8px; }
      .related-products--cart-drawer .section__main .productCarousel .slick-arrow.slick-prev {
        left: auto;
        right: 50px; }
  .related-products--cart-drawer .product-card-placeholders {
    margin: 0 !important; }
    .related-products--cart-drawer .product-card-placeholders::after, .related-products--cart-drawer .product-card-placeholders::before {
      content: none; }
  .related-products--cart-drawer .productCarousel.product-card-placeholders {
    position: relative; }
    .related-products--cart-drawer .productCarousel.product-card-placeholders::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 40px;
      height: 40px;
      border: 2px solid #e0e0e0;
      border-top-color: #333;
      border-radius: 50%;
      -webkit-animation: card-btn-spinner .8s linear infinite;
      animation: card-btn-spinner .8s linear infinite;
      z-index: 4;
      display: block; }
  .related-products--cart-drawer .card-product--placeholder {
    pointer-events: none;
    padding: 8px;
    display: flex;
    gap: 20px;
    background: #F2F2F2; }
    .related-products--cart-drawer .card-product--placeholder .card__media {
      flex: 0 0 128px; }
    .related-products--cart-drawer .card-product--placeholder .media {
      position: relative; }
    .related-products--cart-drawer .card-product--placeholder .product-card-placeholder__image,
    .related-products--cart-drawer .card-product--placeholder .product-card-placeholder__line {
      background: #F2F2F2; }
    .related-products--cart-drawer .card-product--placeholder .product-card-placeholder__image {
      position: absolute;
      inset: 0;
      border-radius: 0; }
    .related-products--cart-drawer .card-product--placeholder .product-card-placeholder__line {
      height: 48px;
      border-radius: 0; }
      .related-products--cart-drawer .card-product--placeholder .product-card-placeholder__line--title {
        height: 48px; }
      .related-products--cart-drawer .card-product--placeholder .product-card-placeholder__line--price {
        margin-top: 8px; }
      .related-products--cart-drawer .card-product--placeholder .product-card-placeholder__line--button {
        margin-top: 8px;
        width: 124px;
        height: 30px; }
    .related-products--cart-drawer .card-product--placeholder .card-body {
      min-height: 86px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0; }
    @media (max-width: 1024px) {
      .related-products--cart-drawer .card-product--placeholder .card-body {
        min-height: 147px; } }
    @media (max-width: 749px) {
      .related-products--cart-drawer .card-product--placeholder .product-card-placeholder__line--price + .product-card-placeholder__line--price {
        display: none; } }
  @media (max-width: 749px) {
    .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card .card-wrapper-bottom .card-body .card-title {
      min-height: 42px;
      font-size: 14px; }
    .related-products--cart-drawer .section__main .productCarousel .productCarousel-slide .card .card-wrapper-bottom .card-footer .card-action .button {
      min-height: 32px;
      padding: 6px 6px 6px; } }

.compare {
  display: none;
  pointer-events: none;
  position: fixed;
  top: auto;
  left: 0;
  bottom: 10px;
  width: 100vw;
  z-index: 100;
  background: #fff;
  border: 1px solid #000;
  transform: translateY(10px);
  transition: transform 300ms ease-out; }
  .compare__summary {
    position: relative;
    padding: 8px;
    padding-left: 16px;
    background: #000;
    color: #fff; }
  .compare__title {
    position: relative;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    color: currentColor;
    margin-top: 0;
    margin-bottom: 0; }
    .compare__title svg {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 1.71429rem;
      width: 1.71429rem; }
  .compare__content {
    padding: 16px;
    display: grid;
    grid-template-columns: 8fr auto;
    gap: 48px; }
    .compare__content .compare-component {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 1.71429rem; }
    .compare__content .compare__item {
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
      width: 175px;
      position: relative;
      flex-shrink: 0;
      padding: 16px; }
      .compare__content .compare__item .compare__item-remove {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 1.71429rem;
        width: 1.71429rem;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        padding: 0; }
        .compare__content .compare__item .compare__item-remove svg {
          fill: currentColor;
          width: 100%;
          height: 100%; }
      .compare__content .compare__item .compare__item-title {
        font-weight: 700;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
    .compare__content .compare__action {
      display: flex;
      align-items: center;
      flex-shrink: 0;
      justify-self: end; }
    .compare__content .compare__action-remove {
      font-size: 16px;
      font-weight: 400;
      color: #000;
      background-color: #F0F0F0;
      border-color: #F0F0F0;
      display: flex;
      gap: .5rem;
      align-items: center;
      padding-left: 1rem;
      padding-right: 1rem; }
      .compare__content .compare__action-remove svg {
        width: 16px;
        height: 16px; }
      .compare__content .compare__action-remove:hover {
        color: #fff;
        background-color: #000;
        border-color: #000; }
        .compare__content .compare__action-remove:hover svg {
          fill: #fff; }
    .compare__content [data-compare-nav] .countPill {
      display: none;
      position: relative;
      background: #fff;
      color: #000; }
  .compare.show {
    display: block;
    transform: translateY(0); }
  @media (min-width: 1033px) {
    .compare {
      pointer-events: auto;
      width: 1516px;
      left: calc((100% - 1548px) / 2 + 16px); }
      .page .page-sidebar + .page-content .compare {
        width: calc(1548px - 2 * 16px - 363px);
        left: auto;
        right: calc((100% - 1548px) / 2 + 16px); } }

/* 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: black;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

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

.slick-next,
.slick-prev {
  height: 3.42857rem;
  width: 3.42857rem;
  background: white !important;
  border: 1px solid white;
  color: black !important;
  padding: 10px;
  margin-top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08); }
  .slick-next svg,
  .slick-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    flex-shrink: 0;
    color: currentColor;
    fill: currentColor;
    stroke: transparent; }
  .slick-next::before,
  .slick-prev::before {
    content: '';
    position: absolute;
    inset: unset;
    font-size: 0;
    letter-spacing: 0;
    background: transparent !important;
    opacity: 1 !important;
    width: 46px;
    height: 46px;
    z-index: 1; }
  .slick-next:hover, .slick-next:focus, .slick-next:active,
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-prev:active {
    background: #ffffff !important;
    border-color: #ffffff;
    color: black !important;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08); }
  .slick-next.slick-disabled:hover, .slick-next.slick-disabled:focus, .slick-next.slick-disabled:active,
  .slick-prev.slick-disabled:hover,
  .slick-prev.slick-disabled:focus,
  .slick-prev.slick-disabled:active {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #D5D5D5 !important; }
  @media (max-width: 1032px) {
    .slick-next,
    .slick-prev {
      height: 2.28571rem;
      width: 2.28571rem;
      padding: 7px; } }

.slick-next {
  right: -12px; }
  @media (min-width: 1033px) {
    .slick-next {
      right: -22px; } }
  @media (min-width: 1366px) {
    .slick-next {
      right: -24px; } }

.slick-prev {
  left: -12px; }
  @media (min-width: 1033px) {
    .slick-prev {
      left: -22px; } }
  @media (min-width: 1366px) {
    .slick-prev {
      left: -24px; } }

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

.slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 4px;
  position: relative; }
  .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.07143rem;
      width: 1.07143rem;
      border-radius: 50%; }
    .slick-dots li button {
      height: 0.42857rem;
      width: 0.42857rem;
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      border: none;
      border-radius: 0px;
      pointer-events: none; }
      .slick-dots li button::before {
        display: block;
        width: 100%;
        height: 100%;
        color: currentColor !important;
        background: #333333;
        transition: background 100ms ease-out;
        opacity: 1; }
    .slick-dots li.slick-active button {
      width: 2.28571rem;
      height: 0.57143rem; }
      .slick-dots li.slick-active button::before {
        border-radius: 50px;
        background: #757575; }

.slick-disabled {
  cursor: not-allowed;
  background: #ffffff !important;
  border-color: #ffffff;
  color: #D5D5D5 !important; }

.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 !important;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip::before, .carousel-tooltip::after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 551px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip::before {
    content: none; }
  .carousel-tooltip::after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip::before, .slick-prev:focus .carousel-tooltip::after,
  .slick-next:focus .carousel-tooltip::before,
  .slick-next:focus .carousel-tooltip::after,
  .slick-dots button:focus .carousel-tooltip::before,
  .slick-dots button:focus .carousel-tooltip::after {
    display: block; }
  .slick-prev .carousel-tooltip::before,
  .slick-next .carousel-tooltip::before {
    top: -7px; }
  .slick-prev .carousel-tooltip::before {
    right: -2px; }
  .slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto; }
  .slick-next .carousel-tooltip::after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip::before, .slick-dots button .carousel-tooltip::after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip::before {
      top: -7px; }

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

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

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

body {
  font-size: 14px;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 2.28571rem;
  line-height: 1.2; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

.page-heading {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 16px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 1033px) {
    .page-heading {
      font-size: 48px;
      text-align: left;
      margin: 0 0 24px; } }

h1 {
  font-size: 48px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 28px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 22px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

p {
  margin-bottom: 16px; }
  p:focus-visible {
    outline: none; }

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

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

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

.form-input {
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  border: 1px solid #c2c2c2;
  background-color: white;
  border-radius: 360px;
  max-width: 100%;
  min-height: 48px;
  height: auto;
  line-height: 22px;
  padding: 0 16px;
  margin: 0; }
  .form-input::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: color 0.15s ease; }
  .form-input:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: color 0.15s ease; }
  .form-input::placeholder {
    color: #333333;
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: color 0.15s ease; }
  .form-input:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden; }
  .form-input:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden; }
  .form-input:focus::placeholder {
    opacity: 0;
    visibility: hidden; }

textarea,
textarea.form-input {
  border-radius: 4px; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before,
.form-field .form-checkbox + .form-label::before,
.form-field .form-radio + .form-label::before {
  top: 0;
  width: 22px;
  height: 22px;
  border-color: #333333; }

.form-checkbox + .form-label:hover::before,
.form-radio + .form-label:hover::before {
  border-color: #C2C2C2; }

.form-checkbox + .form-label:hover::before,
.form-radio + .form-label:hover::before,
.form-checkbox[disabled] + .form-label:hover::before,
.form-radio[disabled] + .form-label:hover::before {
  border-color: #C2C2C2;
  box-shadow: 0px 0px 8px 0px #0000001A; }

.form-checkbox[disabled] + .form-label:hover::before,
.form-radio[disabled] + .form-label:hover::before {
  border-color: #C2C2C2;
  cursor: not-allowed; }

.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before {
  border-color: #000000; }

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

.form-checkbox + .form-label::after {
  left: 4px;
  background-position: center center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE0IDEwIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTMgMUw0Ljc1IDlMMSA1LjM2MzY0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg=="); }

.form-radio + .form-label::after {
  left: 4px;
  border: none;
  background-color: #000000; }

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

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

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

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

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

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

.form-wishlist {
  position: absolute;
  top: 8px;
  right: 8px;
  width: auto;
  margin: 0;
  font-size: 0;
  letter-spacing: 0;
  z-index: 10; }
  .form-wishlist .dropdown-menu-button {
    appearance: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #E6E6E6;
    height: 2.28571rem;
    width: 2.28571rem; }
    .form-wishlist .dropdown-menu-button .icon {
      width: 100%;
      height: 100%;
      fill: none;
      stroke: transparent;
      color: currentColor; }
    .form-wishlist .dropdown-menu-button.is-open {
      color: #EB5757; }
  .form-wishlist .dropdown-menu {
    background: white;
    color: #333333;
    min-width: 250px;
    max-width: none;
    margin: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e5e5;
    text-align: left;
    white-space: normal; }
    .form-wishlist .dropdown-menu > li {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      width: 100%; }
    .form-wishlist .dropdown-menu .button {
      padding: 0 16px;
      width: 100%;
      border: none;
      border-radius: 0;
      background: transparent !important; }
      .form-wishlist .dropdown-menu .button > span {
        --text-decoration-thickness: 1px;
        display: inline;
        transition: background-size ease-in-out 0.3s;
        background-color: transparent;
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-size: 0 var(--text-decoration-thickness); }
    .form-wishlist .dropdown-menu.is-open {
      left: auto !important;
      right: 0; }
  @media (min-width: 1033px) {
    .form-wishlist {
      top: 12px;
      right: 12px; }
      .form-wishlist .dropdown-menu-button:hover {
        color: #EB5757; }
      .form-wishlist .dropdown-menu .button:hover > span {
        background-size: 100% var(--text-decoration-thickness); } }

.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: linear-gradient(180deg, rgba(30, 30, 30, 0.95) 0, rgba(18, 18, 18, 0.95) 100%);
  margin-top: 8px;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

.modal {
  top: 0 !important;
  left: auto;
  right: 0;
  margin: 0;
  width: 552px !important;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  outline: none;
  overflow: hidden;
  padding: 0;
  z-index: 9999999999;
  transform: translateX(101%);
  transition: all .3s ease;
  padding-bottom: env(safe-area-inset-bottom); }
  @supports (height: 100dvh) {
    .modal {
      height: 100dvh;
      max-height: 100dvh; } }
  .modal.open {
    transform: translateX(0);
    margin-top: 0 !important; }
  .modal .form-field {
    position: relative; }
  .modal .form-field--submit .button {
    text-transform: uppercase;
    padding: 8px 30px; }
    @media (max-width: 749px) {
      .modal .form-field--submit .button {
        width: 100%; } }
  .modal.modal--alert-fpt {
    left: 50%;
    margin: 0;
    max-height: unset;
    min-height: unset;
    height: unset;
    outline: none;
    overflow: hidden;
    padding: 0;
    top: 50% !important;
    transform: translate(-50%, -50%); }

.modal-background {
  background: rgba(0, 0, 0, 0.5); }

#modal-review-form {
  width: 686px !important; }

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

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

.modal-header-title {
  font-size: 30px;
  text-align: center; }
  @media (min-width: 750px) {
    .modal-header-title {
      font-size: 36px; } }

.modal-close {
  height: 24px;
  width: 24px;
  top: 10px;
  right: 24px;
  color: #333333;
  font-size: 32px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  .modal-close::after, .modal-close::before {
    content: none; }
  @media (min-width: 750px) {
    .modal-close {
      font-size: 0; } }
  .modal-close:hover {
    color: #333333; }
    .modal-close:hover .icon {
      color: #333333; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.71429rem); }

.modal-body:not(.designHelpModal) {
  max-height: 100vh !important;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 24px; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Lato", 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.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 16px; }
    .modal--alert .button-container .confirm {
      background-color: #a12b2b;
      border-color: #a12b2b;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #7e1f1f;
      border-color: #7e1f1f;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #7e1f1f;
      border-color: #7e1f1f;
      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); } }

.breadcrumbs {
  line-height: 1;
  white-space: nowrap;
  max-width: 100vw;
  overflow-x: scroll;
  scrollbar-width: none; }
  .breadcrumbs__wrapper {
    padding-top: 13px;
    padding-bottom: 13px; }
  .breadcrumbs__list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    list-style: none; }
  .breadcrumbs .breadcrumb {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    float: none;
    line-height: 1; }
    .breadcrumbs .breadcrumb > .breadcrumb-label {
      display: inline-block;
      border: none;
      box-shadow: none;
      position: relative;
      text-decoration: none;
      font-family: "Lato", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0;
      color: #333333;
      transition-property: text-decoration;
      transition-timing-function: ease;
      transition-duration: 0.3s; }
    .breadcrumbs .breadcrumb:not(:first-child)::before {
      content: "/" !important;
      display: inline;
      padding: 0 8px;
      margin: 0;
      position: static;
      top: unset;
      font-family: "Lato", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0;
      color: #707070; }
    .breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
      color: #707070;
      cursor: pointer;
      pointer-events: none; }
  @media (max-width: 749px) {
    .breadcrumbs__wrapper {
      padding-top: 7px;
      padding-bottom: 7px; }
    .breadcrumbs .breadcrumb:not(:first-child)::before {
      margin-top: 3px; } }
  @media (min-width: 1033px) {
    .breadcrumbs .breadcrumb > .breadcrumb-label {
      font-size: 14px; }
    .breadcrumbs .breadcrumb:not(:first-child)::before {
      font-size: 14px; } }

.page-type--product .breadcrumbs__wrapper {
  padding-top: 16px;
  padding-bottom: 16px; }

@media (max-width: 1032px) {
  .page-type--product .breadcrumbs__wrapper .container {
    padding: 0; }
  .page-type--product .breadcrumbs__wrapper .breadcrumbs__list {
    scroll-padding-left: 40px;
    scroll-padding-right: 40px;
    padding: 0 40px 0; } }

@media (max-width: 749px) {
  .page-type--product .breadcrumbs__wrapper {
    padding-top: 9px;
    padding-bottom: 10px; }
    .page-type--product .breadcrumbs__wrapper .breadcrumbs__list {
      scroll-padding-left: 16px;
      scroll-padding-right: 16px;
      padding: 0 16px 0; } }

.page-type--category .breadcrumbs__wrapper {
  overflow: hidden; }
  .page-type--category .breadcrumbs__wrapper .container {
    padding-right: 0; }
  @media (min-width: 1033px) {
    .page-type--category .breadcrumbs__wrapper {
      min-height: 52px; } }

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

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

.pagination-list {
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 0px;
  width: auto;
  justify-content: center; }
  @media (min-width: 1033px) {
    .pagination-list {
      grid-gap: 0px; } }

.pagination-item {
  display: inline-block !important;
  width: 40px;
  height: 40px;
  line-height: 1;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: currentColor !important;
  margin: 0 !important; }
  .pagination-item .pagination-link {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.2s ease;
    border-radius: 50%;
    text-align: center;
    padding: 8px;
    color: #333333;
    overflow: hidden;
    font-family: "Oswald", Arial, Helvetica, sans-serif; }
    .pagination-item .pagination-link:after {
      content: '';
      position: absolute;
      inset: 0;
      border: 1px solid rgba(0, 0, 0, 0);
      border-radius: 50%; }
  .pagination-item.pagination-item--disable, .pagination-item.pagination-item--current {
    cursor: not-allowed !important; }
    .pagination-item.pagination-item--disable .pagination-link, .pagination-item.pagination-item--current .pagination-link {
      opacity: .5 !important;
      pointer-events: none !important; }
  .pagination-item.pagination-item--current .pagination-link {
    opacity: 1 !important;
    background: #FFFFFF;
    border: 1px solid black; }
  .pagination-item.pagination-item--previous, .pagination-item.pagination-item--next {
    flex: 0 0 auto;
    width: auto;
    min-width: 80px;
    text-transform: uppercase; }
    @media screen and (max-width: 749px) {
      .pagination-item.pagination-item--previous, .pagination-item.pagination-item--next {
        min-width: unset;
        width: 40px; } }
    .pagination-item.pagination-item--previous .icon, .pagination-item.pagination-item--next .icon {
      height: 1.14286rem;
      width: 1.14286rem;
      fill: currentColor;
      color: currentColor;
      stroke: transparent; }
    .pagination-item.pagination-item--previous .pagination-link, .pagination-item.pagination-item--next .pagination-link {
      padding: 8px 16px;
      display: flex;
      gap: 4px; }
      @media screen and (max-width: 749px) {
        .pagination-item.pagination-item--previous .pagination-link, .pagination-item.pagination-item--next .pagination-link {
          padding: 8px; } }
      @media screen and (max-width: 749px) {
        .pagination-item.pagination-item--previous .pagination-link span, .pagination-item.pagination-item--next .pagination-link span {
          display: none; } }
  @media (min-width: 1033px) {
    .pagination-item .pagination-link:hover {
      color: #A12B2B; } }

.pagination--listing {
  margin-top: 24px; }
  @media (min-width: 750px) {
    .pagination--listing {
      margin-top: 24px; } }
  @media (min-width: 1033px) {
    .pagination--listing {
      margin-top: 32px; } }
  @media (min-width: 1366px) {
    .pagination--listing {
      margin-top: 32px; } }

.pagination.bottom {
  display: flex;
  justify-content: center;
  align-items: center; }
  .pagination.bottom .pagination-list {
    gap: 0; }

.button {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  border-width: 1.5px;
  text-transform: uppercase;
  transition: all 0.15s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  color: white;
  background: #a12b2b;
  border-color: #a12b2b;
  border-radius: 64px;
  padding: 0 16px; }
  .button:hover {
    color: white;
    background: #7e1f1f;
    border-color: #7e1f1f; }
  .button:active {
    color: white;
    background: #7e1f1f;
    border-color: #7e1f1f; }
  .button:focus {
    color: white;
    background: #7e1f1f;
    border-color: #7e1f1f; }
  .button--icon {
    padding-inline: 12px;
    padding-inline-end: 52px;
    padding-block: 0px; }
    .button--icon svg {
      position: absolute;
      inset: 6px;
      inset-inline-start: auto;
      inset-block-start: auto;
      inset-block-end: auto;
      padding: 13.5px;
      width: 36px;
      height: 36px;
      border-radius: 0.28571rem;
      overflow: hidden;
      fill: none !important;
      stroke: currentColor;
      color: #a12b2b;
      background: white; }
    .button--icon:hover svg {
      color: #7e1f1f;
      background: white; }
  .button--xsmall {
    min-height: 32px; }
    .button--xsmall.button--icon {
      padding-inline-end: 40px; }
      .button--xsmall.button--icon svg {
        padding: 2px;
        width: 24px;
        height: 24px; }
  .button--small {
    min-height: 40px; }
    .button--small.button--icon {
      padding-inline-end: 48px; }
      .button--small.button--icon svg {
        padding: 4px;
        width: 32px;
        height: 32px; }
  .button--medium {
    min-height: 48px; }
    .button--medium.button--icon {
      padding-inline-end: 44px; }
      .button--medium.button--icon svg {
        padding: 10px;
        width: 40px;
        height: 40px; }
  .button--large {
    min-height: 56px; }
    .button--large.button--icon {
      padding-inline-end: 52px; }
      .button--large.button--icon svg {
        padding: 12px;
        width: 48px;
        height: 48px; }
  .button--round {
    border-radius: 0.57143rem; }
  .button--pill {
    border-radius: 3.57143rem; }
  .button--square {
    border-radius: 0; }
  .button--primary.button--icon svg {
    color: #a12b2b;
    background: white; }
  .button--primary.button--icon:hover svg {
    color: #7e1f1f;
    background: white; }
  .button--secondary {
    color: black;
    background: transparent;
    border-color: black; }
    .button--secondary:hover {
      color: white;
      background: black;
      border-color: black; }
    .button--secondary:active {
      color: white;
      background: black;
      border-color: black; }
    .button--secondary:focus {
      color: white;
      background: black;
      border-color: black; }
    .button--secondary.button--icon svg {
      color: transparent;
      background: black; }
    .button--secondary.button--icon:hover svg {
      color: transparent;
      background: white; }
  .button + .button {
    margin-left: 0; }
    @media (max-width: 749px) {
      .button + .button[data-wishlist-delete] {
        margin-top: 8px; } }
    @media (min-width: 750px) {
      .button + .button {
        margin-left: 0.78571rem; } }
  @media (max-width: 749px) {
    .button--xsmall {
      font-size: 12px;
      min-height: 24px;
      padding-inline: 9px; }
      .button--xsmall.button--icon {
        padding-inline-end: 25px; }
        .button--xsmall.button--icon svg {
          inset: 3px;
          inset-inline-start: auto;
          margin-top: -1px;
          padding: 3px;
          width: 18px;
          height: 18px; } }
  @media (min-width: 750px) {
    .button {
      padding: 0 32px; } }

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

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

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

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 750px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1033px) {
    .tab-title {
      padding: 0.78571rem 1.28571rem; } }

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

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

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

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

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

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }
  .accordion .navList--icon {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 8px; }
    .accordion .navList--icon::before, .accordion .navList--icon::after {
      content: none; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }
  .accordion-content .form-fieldset:before, .accordion-content .form-fieldset:after {
    content: " ";
    display: table; }
  .accordion-content .form-fieldset:after {
    clear: both; }

.accordion-title {
  color: black;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.07143rem;
  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: 750px) {
  .accordion--navList {
    border: 0; } }

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

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

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

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

.accordion--navList .accordion-navigation.is-open .accordion-indicator {
  transform: rotateX(0deg); }

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

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

.accordion--navList .accordion-indicator {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.71429rem;
  width: 1.71429rem;
  transform: rotateX(180deg); }
  .accordion--navList .accordion-indicator .icon {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: transparent;
    color: currentColor;
    transition: transform 0.3s ease; }

.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%);
  display: none; }
  @media (min-width: 750px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #a12b2b; }

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

.inlineList--labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-left: 0;
  margin-bottom: 0; }
  .inlineList--labels::before, .inlineList--labels::after {
    content: none !important; }
  .inlineList--labels > li {
    margin-left: 0; }

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

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

.alertBox--info {
  background-color: #a12b2b;
  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(255, 0, 0, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

.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(39, 193, 0, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat; }

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

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

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

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

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

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

.form .form-actions .input {
  background: transparent;
  text-transform: uppercase;
  border: none; }

input[type="search"] {
  box-sizing: inherit; }

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

.form-label {
  color: #333333;
  font-size: 16px;
  cursor: unset; }

textarea,
textarea.form-input {
  border-radius: 20px;
  padding: 12px 16px; }

.form-select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgNy41TDEwIDEyLjVMMTUgNy41IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-position: right 10px top 10px; }

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 22px;
  height: 2.28571rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 22px; }

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

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

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

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

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

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

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

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

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

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.35714rem; }
  @media (min-width: 1033px) {
    .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: 1033px) {
  .form-prefixPostfix--centeredColumn .form-prefixPostfix-button--postfix {
    margin: 1em 0 0.78571rem; } }

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

.form-increment {
  position: relative;
  overflow: hidden;
  width: 112px;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  padding: 12px;
  display: flex;
  align-items: center;
  background: white;
  z-index: 0; }
  .form-increment .button {
    position: relative;
    border: none;
    background: transparent;
    color: #333333;
    border-radius: 0;
    font-size: 0;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    min-height: unset;
    color: #000; }
    .form-increment .button .icon {
      width: 24px;
      height: 24px;
      fill: none;
      stroke: transparent;
      color: currentColor; }
    .form-increment .button::before {
      content: '';
      position: absolute;
      inset: -5px; }
  .form-increment .form-input--incrementTotal {
    -moz-appearance: textfield;
    flex: 1;
    border: none;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    min-height: auto;
    padding: 0;
    text-align: center;
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 0;
    background: transparent;
    color: #000; }
    .form-increment .form-input--incrementTotal::-webkit-outer-spin-button, .form-increment .form-input--incrementTotal::-webkit-inner-spin-button {
      -webkit-appearance: none;
      display: none; }
    @media screen and (max-width: 767px) {
      .form-increment .form-input--incrementTotal {
        font-size: 16px; } }
  .form-increment::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid #000;
    border-radius: 360px;
    z-index: -1; }

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

.form-option-variant {
  display: inline-block;
  font-size: 14px;
  min-width: 2.71429rem;
  padding: 1px 0.35714rem;
  pointer-events: none;
  text-align: center; }

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

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

.form-input--small {
  font-size: 22px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

.form-minMaxRow {
  display: flex;
  align-items: center;
  grid-gap: 8px; }
  .form-minMaxRow .icon-price-line {
    display: flex; }
  .form-minMaxRow .form-field {
    flex-shrink: 1;
    margin-bottom: 0px; }
    .form-minMaxRow .form-field--button {
      width: 94px;
      flex-shrink: 0; }
      .form-minMaxRow .form-field--button .button {
        width: 100%;
        min-height: 40px; }
    .form-minMaxRow .form-field .button {
      text-transform: uppercase;
      max-width: 106px;
      min-width: 108px;
      font-size: 14px;
      min-height: 38px; }
  .form-minMaxRow .form-input {
    background: #fff;
    border-color: #C2C2C2;
    border-radius: 360px;
    font-size: 16px;
    font-weight: 400;
    min-height: 38px;
    color: #333333; }
    .form-minMaxRow .form-input::placeholder {
      color: #C2C2C2; }
  .form-minMaxRow + .form-inlineMessage {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px; }
    .form-minMaxRow + .form-inlineMessage:empty {
      display: none; }

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

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

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

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

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

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

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

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 750px) {
    .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.28571rem; }
  .card-title > a {
    color: #333333;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #757575; }

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

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

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

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #a12b2b; }
    .card--alternate:hover .card-body {
      background-color: #a12b2b; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }
  @media screen and (min-width: 1033px) {
    .navList.container,
    .navBar.container {
      max-width: 928px;
      padding: 0; } }

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

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 24px;
  margin-bottom: 8px; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #333333;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(0, 0, 0, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox > span {
    margin-left: 5px;
    color: #909090; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.57143rem;
    border-radius: 0.14286rem;
    border-color: currentColor;
    border-width: 1.5px; }
  .navList-action--checkbox::after {
    margin-top: -7px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDNMNC41IDguNUwyIDYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-size: 12px; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: #f2f2f2; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }
  .navList-action--checkbox.is-selected::before {
    background-color: #000; }

.navList-action--radio {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 24px;
  margin-bottom: 8px; }
  .navList-action--radio::before, .navList-action--radio::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--radio::before {
    background-color: white;
    border: solid #333333;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--radio::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--radio::before {
    border-radius: 4px; }
  .navList-action--radio::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(0, 0, 0, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--radio > span {
    margin-left: 5px;
    color: #909090; }
  .navList-action--radio::before, .navList-action--radio::after {
    top: 50%; }
  .navList-action--radio::before {
    margin-top: -0.57143rem;
    border-radius: 7.14286rem;
    border-color: currentColor; }
  .navList-action--radio::after {
    width: 10px;
    height: 10px;
    background: currentColor;
    border-radius: 7.14286rem;
    position: absolute;
    top: 7px;
    left: 3px; }
  .navList-action--radio.is-disabled {
    cursor: default; }
    .navList-action--radio.is-disabled::before {
      background-color: #f2f2f2; }
  .navList-action--radio.is-checked::after, .navList-action--radio.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action--icon {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  padding: 0;
  text-align: center;
  background: #E6E6E6;
  height: 2.28571rem;
  width: 2.28571rem; }
  .navList-action--icon svg {
    height: 1rem;
    width: 1rem;
    color: #B0B0B0; }
  .navList-action--icon::before {
    content: '';
    position: absolute;
    inset: -8px; }
  .navList-action--icon.is-selected svg {
    color: currentColor; }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.28571rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.92857rem;
    width: 0.92857rem;
    fill: #333333; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 24px;
  text-align: center;
  display: none !important; }
  .navBar--sub .navBar-section {
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem; }
    .navBar--sub .navBar-section:before, .navBar--sub .navBar-section:after {
      display: none; }
    @media screen and (min-width: 1033px) {
      .navBar--sub .navBar-section {
        justify-content: space-between; } }
  .navBar--sub .navBar-item {
    float: none;
    color: black;
    font-size: 12px;
    font-weight: 600; }
    @media screen and (min-width: 1033px) {
      .navBar--sub .navBar-item {
        font-size: 14px; } }
    @media (min-width: 750px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    .navBar--sub .navBar-item.is-active {
      color: #a12b2b; }
      @media (min-width: 750px) {
        .navBar--sub .navBar-item.is-active {
          border-bottom: 1px solid #a12b2b; } }
      .navBar--sub .navBar-item.is-active > .navBar-action {
        color: #a12b2b; }
    @media (min-width: 750px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid black;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: black;
    font-size: 12px;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #a12b2b; }
  @media screen and (min-width: 1033px) {
    .navBar--sub {
      margin-bottom: 56px; }
      .navBar--sub .navBar-action {
        font-size: 14px; } }

.navList-action--radio {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 24px;
  margin-bottom: 8px; }
  .navList-action--radio::before, .navList-action--radio::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--radio::before {
    background-color: white;
    border: solid #333333;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--radio::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--radio::before {
    border-radius: 4px; }
  .navList-action--radio::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(0, 0, 0, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--radio > span {
    margin-left: 5px;
    color: #909090; }
  .navList-action--radio::before, .navList-action--radio::after {
    top: 50%; }
  .navList-action--radio::before {
    margin-top: -0.57143rem;
    border-radius: 7.14286rem;
    border-color: currentColor; }
  .navList-action--radio::after {
    width: 10px;
    height: 10px;
    background: currentColor;
    border-radius: 7.14286rem;
    position: absolute;
    top: 7px;
    left: 3px; }
  .navList-action--radio.is-disabled {
    cursor: default; }
    .navList-action--radio.is-disabled::before {
      background-color: #f2f2f2; }
  .navList-action--radio.is-checked::before, .navList-action--radio.is-selected::before {
    background: #004eca;
    border-color: #004eca; }
  .navList-action--radio.is-checked::after, .navList-action--radio.is-selected::after {
    opacity: 1;
    background: #fff;
    transform: scale(0.8); }

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

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

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

.actionBar-section .form-field {
  background-color: white;
  margin: 0; }
  .actionBar-section .form-field:hover {
    border-color: #c2c2c2; }

.actionBar-section .form-label {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 0;
  margin-right: 8px; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.21429rem;
  width: auto; }

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

.actionBar-section .form-select {
  color: #333333;
  border: 1px solid #C2C2C2;
  padding: 10px 16px 10px 16px;
  height: 48px;
  min-width: 216px;
  font-size: 16px;
  line-height: 1.2;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgNy41TDEwIDEyLjVMMTUgNy41IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-position: right 10px top 14px;
  background-size: 20px; }

.has-ribbon {
  position: relative; }

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

.navUser::before, .navUser::after {
  content: none !important; }

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

.navUser:after {
  clear: both; }

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

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

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

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

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

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

@media (min-width: 1279px) {
  .navUser {
    padding-left: 1.5rem;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    z-index: 50; } }

.navUser .dropdown-menu {
  background-color: white;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  position: absolute; }
  .navUser .dropdown-menu.is-open::before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: 0.78571rem;
    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.92857rem;
    position: absolute; }

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

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #a12b2b; }
  .navUser-action .icon {
    width: 32px !important;
    height: 32px !important; }
    .navUser-action .icon.navUser-arrow {
      width: 16px !important;
      height: 16px !important;
      margin-left: 2px; }
  .navUser-action svg {
    fill: transparent;
    color: #333333;
    transition: all 0.15s ease; }
  .navUser-item--cart .navUser-action {
    padding-right: 0; }
  .navUser-item--wishlist .navUser-action svg {
    stroke: #333333; }
  .navUser-item--wishlist .navUser-action:hover, .navUser-item--wishlist .navUser-action.is-open {
    color: #a12b2b; }
    .navUser-item--wishlist .navUser-action:hover svg, .navUser-item--wishlist .navUser-action.is-open svg {
      stroke: #a12b2b; }

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 21.42857rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 10rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 10.14286rem !important; }

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

.navUser-item {
  display: none; }
  @media (min-width: 1279px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #a12b2b; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.35714rem;
      top: auto !important; }
      @media (min-width: 1279px) {
        .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.42857rem; }
        @media (min-width: 1279px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.57143rem; }
        @media (min-width: 1279px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

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

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

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

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

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

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

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

.countPill {
  background-color: #a12b2b;
  border-radius: 50%;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  vertical-align: middle; }

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

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

.navUser-item-details {
  position: relative;
  display: inline-block;
  z-index: 1; }
  .navUser-item-details .share-summary::-webkit-details-marker {
    display: none; }
  .navUser-item-details .navUser-item-details__content {
    display: none; }
  .navUser-item-details[open] .navUser-item-details__content {
    display: block;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 224px;
    max-width: 90vw;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 12px;
    z-index: 9999;
    transform-origin: top right; }
    .navUser-item-details[open] .navUser-item-details__content::before {
      content: "";
      background-color: #fff;
      width: 10px;
      height: 10px;
      position: absolute;
      top: -5px;
      right: 13px;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media (min-width: 1280px) {
        .navUser-item-details[open] .navUser-item-details__content::before {
          right: 24px; } }
  .navUser-item-details .navBar {
    margin-bottom: 0; }
    .navUser-item-details .navBar .navBar-section {
      display: flex;
      flex-direction: column; }

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

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

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 1279px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 85.71429rem;
        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 .navPages-top-mb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 5px 12px 12px;
    margin-bottom: 8px;
    max-height: 52px;
    border-bottom: 1px solid #EBEBEB; }
    .navPages .navPages-top-mb .header-logo img {
      max-width: 98px; }
    .navPages .navPages-top-mb .mobile-closeNav {
      font-size: 0; }
      .navPages .navPages-top-mb .mobile-closeNav svg {
        color: #000000; }
  @media (max-width: 1279px) {
    .navPages {
      background-color: #fff; } }
  @media (min-width: 1279px) {
    .navPages .navPages-top-mb {
      display: none; } }
  @media (min-width: 1279px) {
    .navPages {
      margin: 0 auto;
      max-width: 85.71429rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center;
      max-width: 1548px;
      padding: 0 40px; }
      .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: 1279px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1279px) {
      .navPages-item, .navPages-action {
        display: block; } }
  @media (min-width: 1600px) {
    .navPages {
      max-width: 1688px;
      padding: 0 60px; } }
  @media (min-width: 1279px) and (max-width: 1700px) {
    .navPages .navPages-list.navPages-list-depth-max {
      display: flex;
      justify-content: space-between; } }

.navPages-list {
  margin: 0; }
  .navPages-list + .navPages-list {
    border-top: 1px solid #EBEBEB;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 40px; }
  .navPages-list .navPages-item.navPages-item-page:nth-last-child(2) .navPages-action {
    margin-right: 0; }
  .navPages-list .navPages-item.navPages-item-more .navPages-action-moreIcon {
    display: inline-block;
    margin-left: 0;
    width: 18px !important;
    height: 18px !important;
    position: relative;
    top: 0px; }
  @media (max-width: 1699px) {
    .navPages-list .navPages-item:nth-child(9), .navPages-list .navPages-item:nth-child(10), .navPages-list .navPages-item:nth-child(11) {
      display: none; } }
  @media (min-width: 1279px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  @media (min-width: 1700px) {
    .navPages-list .navPages-item.navPages-item-more {
      display: none; } }

@media (min-width: 1279px) {
  .navPages-list-depth-max > .navPages-item {
    position: relative; }
    .navPages-list-depth-max > .navPages-item:last-child .navPages-action {
      margin-right: 0; }
    .navPages-list-depth-max > .navPages-item .navPages-action.activePage span, .navPages-list-depth-max > .navPages-item .navPages-action.is-open span {
      background-size: 100% var(--text-decoration-thickness); }
    .navPages-list-depth-max > .navPages-item .navPages-action span {
      padding-bottom: 2px; } }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 1279px) {
    .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: 1279px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 1279px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open {
    position: relative; } }

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

@media (max-width: 1349px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open::after {
    content: none !important; } }

@media (min-width: 1279px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open::before, .navPages-action-depth-max.has-subMenu.is-root.is-open::after {
    content: "";
    height: 0;
    left: 42%;
    pointer-events: none;
    position: absolute;
    top: 85%;
    transform: translateX(-50%);
    width: 0;
    z-index: 4; }
  .navPages-action-depth-max.has-subMenu.is-root.is-open::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff; }
  .navPages-action-depth-max.has-subMenu.is-root.is-open::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f2f2f2;
    top: calc(100% - 11px); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 1279px) {
    .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 {
    height: 1.14286rem;
    width: 1.14286rem;
    border: 0;
    border-radius: 0;
    float: none;
    margin-top: 0;
    padding: 0;
    transform: none; }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 16px;
    width: 16px; }
    @media (min-width: 1279px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%;
        fill: transparent; } }

.navPages-action {
  color: #333333;
  display: block;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 4px;
  text-decoration: none;
  text-transform: capitalize; }
  @media (min-width: 1033px) {
    .navPages-action {
      display: inline-block;
      padding: 16px 0;
      margin-right: 6px; }
      .navPages-action.is-open {
        color: #a12b2b; } }
  @media (min-width: 1100px) {
    .navPages-action {
      font-size: 13px; } }
  @media (min-width: 1349px) {
    .navPages-action {
      margin-right: 14px;
      font-size: 13px; } }
  @media (min-width: 1500px) {
    .navPages-action {
      margin-right: 16px;
      font-size: 14px; } }
  @media (min-width: 1700px) {
    .navPages-action {
      margin-right: 16px; } }
  @media (min-width: 1279px) and (max-width: 1346px) {
    .navPages-action {
      padding: 6px 0; } }
  .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: #a12b2b;
    stroke: #a12b2b; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #a12b2b; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: transparent;
      stroke: #a12b2b; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    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: 1.14286rem;
  width: 1.14286rem;
  margin-left: 0.78571rem;
  transform: none;
  display: none; }
  .navPages-action-moreIcon svg {
    fill: transparent;
    transition: none; }
  @media (min-width: 1279px) {
    .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.78571rem;
    width: 0.78571rem;
    margin: 0 1.5rem; }
    @media (min-width: 1279px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        margin: 0 0 0 0.78571rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 1279px) {
    .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: 1279px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1279px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      padding: 1.5rem 1.5rem 2.28571rem !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: 1279px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

@media (min-width: 1279px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border: 0;
    border-top: 0;
    box-shadow: unset;
    height: auto;
    left: 0;
    margin: 0;
    top: 100%;
    width: max-content;
    z-index: 1; } }

@media (min-width: 1279px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal.navPage-subMenu-horizontal--align-right {
    left: auto;
    right: 0; } }

.navPage-subMenu-horizontal {
  background: #fff; }
  @media (min-width: 1279px) {
    .navPage-subMenu-horizontal.is-open {
      display: block;
      height: auto;
      left: 0;
      margin-left: 0;
      padding: 0 !important;
      top: calc(100% + 12px);
      width: 303px; } }
  @media (min-width: 1279px) {
    .navPage-subMenu-horizontal .navPages-action-moreIcon {
      display: inline-block;
      transform: none;
      transition: none; } }
  @media (min-width: 1279px) {
    .navPage-subMenu-horizontal {
      border: 1px solid #e4e4e4;
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
      min-height: 35.71429rem; } }
  @media (min-width: 1279px) {
    .navPage-subMenu-horizontal > .navPage-subMenu-list > .navPage-subMenu-item-parent,
    .navPage-subMenu-horizontal > .navPage-subMenu-list > .navPage-subMenu-item-child {
      display: block;
      padding: 0 !important;
      width: 100%; } }
  @media (min-width: 1279px) {
    .navPage-subMenu-horizontal > .navPage-subMenu-list > .navPage-subMenu-item-child {
      margin-bottom: 8px; } }
  @media (min-width: 1279px) {
    .navPage-subMenu-horizontal > .navPage-subMenu-list {
      display: block;
      margin: 0;
      padding: 0 0 16px; }
      .navPage-subMenu-horizontal > .navPage-subMenu-list .navPage-subMenu-mobileHeader {
        display: none; } }
  @media (min-width: 1279px) {
    .navPage-subMenu-horizontal .navPage-subMenu-item-parent > .navPage-subMenu-heading {
      font-family: "Oswald", Arial, Helvetica, sans-serif;
      color: #000000;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.2;
      margin: 0;
      padding: 16px;
      text-transform: uppercase;
      display: block; } }
  @media (min-width: 1279px) {
    .navPage-subMenu-horizontal .navPage-subMenu-item-child > .navPages-action-depth-max {
      align-items: center;
      border: 0;
      color: #333333;
      display: flex;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.5;
      justify-content: space-between;
      padding: 9.5px 10px 9.5px 16px;
      text-transform: none; } }
  @media (min-width: 1279px) {
    .navPage-subMenu-horizontal .navPage-subMenu-item-child > .navPages-action-depth-max.has-subMenu.is-open,
    .navPage-subMenu-horizontal .navPage-subMenu-item-child > .navPages-action-depth-max.has-subMenu:hover,
    .navPage-subMenu-horizontal .navPage-subMenu-item-child > .navPage-subMenu-action:hover {
      background: #F2F2F2;
      color: #A12B2B; } }
  @media (min-width: 1279px) {
    .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action:hover {
      background: transparent; } }
  @media (min-width: 1279px) {
    .navPage-subMenu-horizontal .navPage-subMenu-action:not(.navPages-action-depth-max) {
      border: 0;
      color: #333333;
      display: block;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.5;
      padding: 9.5px 16px;
      text-transform: none; } }
  @media (min-width: 1279px) {
    .navPage-subMenu-horizontal .navPage-subMenu-item-viewAll {
      margin-top: 0;
      padding: 0 !important; }
      .navPage-subMenu-horizontal .navPage-subMenu-item-viewAll .navPage-subMenu-action {
        font-weight: 700;
        text-transform: uppercase;
        margin: 0; }
        .navPage-subMenu-horizontal .navPage-subMenu-item-viewAll .navPage-subMenu-action:hover {
          background: #F2F2F2;
          color: #A12B2B; } }
  @media (min-width: 1279px) {
    .navPage-subMenu-horizontal .navPage-subMenu-viewAllLink {
      color: #A12B2B;
      font-size: 1.14286rem;
      font-weight: 700;
      padding: 0.78571rem 1.5rem 1.5rem;
      text-transform: uppercase; } }

@media (min-width: 1279px) {
  .navPage-subMenu-item-child > .navPages-action-depth-max.has-subMenu + .navPage-subMenu-horizontal.is-open {
    border: 0;
    box-shadow: unset;
    border-left: 1px solid #EBEBEB;
    left: 100%;
    margin-left: 0;
    top: 0;
    width: max-content;
    height: auto;
    min-height: 100%; } }

@media (min-width: 1279px) {
  .navPage-subMenu-item-child > .navPages-action-depth-max.has-subMenu + .navPage-subMenu-horizontal.navPage-subMenu-horizontal--reverse.is-open {
    border-left: 0;
    border-right: 1px solid #EBEBEB;
    left: auto;
    right: 100%; } }

@media (max-width: 1279px) {
  #menu .navPages-list.navPages-list-depth-max .navPages-item.navPages-item-more {
    display: none; }
  #menu .navPages-list.navPages-list-depth-max .navPages-item.navPages-item-page, #menu .navPages-list.navPages-list-depth-max .navPages-item:nth-child(9) {
    display: block; } }

@media (min-width: 1279px) and (max-width: 1699px) {
  .navPages-item-more {
    position: relative; }
  .navPages-item-more > .navPage-subMenu-horizontal.is-open {
    left: auto;
    right: 0;
    top: 100%;
    width: max-content;
    min-height: 178px;
    background-color: #f2f2f2; }
  .navPages-item-more > .navPage-subMenu-horizontal > .navPage-subMenu-list {
    display: block;
    margin: 0;
    padding: 16px 0 16px; }
  .navPages-item-more > .navPage-subMenu-horizontal > .navPage-subMenu-list > .navPage-subMenu-item {
    display: block;
    margin: 0;
    padding: 0 !important;
    width: 100%;
    margin-bottom: 8px; }
  .navPages-item-more > .navPage-subMenu-horizontal > .navPage-subMenu-list > .navPage-subMenu-item .navPages-action::before, .navPages-item-more > .navPage-subMenu-horizontal > .navPage-subMenu-list > .navPage-subMenu-item .navPages-action::after {
    content: none !important; }
  .navPages-item-more .navPage-subMenu-horizontal.navPage-subMenu-horizontal--reverse .navPage-subMenu-list .navPage-subMenu-action:hover {
    background: #F2F2F2; }
  .navPages-item-more .navPage-subMenu-horizontal.navPage-subMenu-horizontal--reverse .navPage-subMenu-list .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action:hover {
    background: transparent; }
  .navPages-item-more .navPage-subMenu-item > .navPage-subMenu-action {
    margin-bottom: 0; }
  .navPages-item-more .navPage-subMenu-item > .navPages-action-depth-max.has-subMenu + .navPage-subMenu-horizontal.is-open,
  .navPages-item-more .navPage-subMenu-item-child > .navPages-action-depth-max.has-subMenu + .navPage-subMenu-horizontal.is-open {
    border: 0;
    border-right: 1px solid #EBEBEB;
    box-shadow: unset;
    display: block;
    left: auto;
    margin: 0;
    min-height: 100%;
    padding: 0 !important;
    right: 100%;
    top: 0;
    width: 303px; }
  .navPages-item-more .navPage-subMenu-item > .navPages-action-depth-max.has-subMenu + .navPage-subMenu-horizontal.navPage-subMenu-horizontal--reverse.is-open,
  .navPages-item-more .navPage-subMenu-item-child > .navPages-action-depth-max.has-subMenu + .navPage-subMenu-horizontal.navPage-subMenu-horizontal--reverse.is-open {
    border-left: 0;
    border-right: 1px solid #EBEBEB;
    left: auto;
    right: 100%; }
  .navPages-item-more .navPages-action-depth-max.has-subMenu.is-root.is-open::before {
    border: 0; }
  .navPages-item-more > .navPage-subMenu-horizontal > .navPage-subMenu-list.navPage-subMenu-list-more-lv1 > .navPage-subMenu-item > .navPages-action {
    font-weight: 700; }
  .navPages-item-more > .navPage-subMenu-horizontal > .navPage-subMenu-list.navPage-subMenu-list-more-lv1 > .navPage-subMenu-item > .navPages-action.activePage {
    color: #a12b2b; } }

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

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

@media (min-width: 1700px) {
  .navPages-list.navPages-list-depth-max {
    display: flex;
    justify-content: space-between; } }

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

@media (max-width: 1279px) {
  .navPages {
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    overflow-x: hidden;
    padding: 0;
    position: relative; }
  .navPages-list.navPages-list-depth-max {
    flex: 1 1 auto;
    height: auto;
    margin: 0;
    min-height: 0;
    overflow: hidden;
    overflow-x: hidden;
    padding: 0;
    position: static;
    overflow-y: auto;
    padding-bottom: 24px; }
    .navPages-list.navPages-list-depth-max.subMenu-is-open::before {
      background: rgba(211, 211, 211, 0.5);
      content: "";
      inset: 0;
      pointer-events: none;
      position: absolute;
      z-index: 10; }
    .navPages-list.navPages-list-depth-max .navPages-item + .navPages-item {
      margin-top: 16px; }
  .navPages-list.navPages-list--user {
    border-top: 1px solid #EBEBEB;
    padding-top: 12px;
    padding-bottom: 0; }
  .navPages-list-depth-max .navPages-item,
  .navPages-list-depth-max .navPage-subMenu-item-child,
  .navPages-list-depth-max .navPage-subMenu-item-viewAll {
    padding: 0; }
  .navPages-list-depth-max .navPages-action {
    align-items: center;
    color: #333333;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    margin: 0;
    padding: 9px 10px 10px 16px;
    text-transform: none; }
  .navPages-list-depth-max .navPages-action span {
    background-size: 0 var(--text-decoration-thickness); }
  .navPages-list-depth-max .navPages-action-moreIcon {
    display: inline-flex;
    margin: 0;
    transform: none; }
  .navPages-list-depth-max .navPage-subMenu-horizontal {
    background: #fff;
    border: 0;
    box-shadow: none;
    display: block;
    box-sizing: border-box;
    height: 100vh;
    left: 0;
    right: 0;
    margin: 0;
    max-width: 100%;
    min-height: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 70px !important;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s ease;
    width: 100%;
    z-index: 50;
    opacity: 0;
    visibility: hidden; }
  .navPages-list-depth-max .navPage-subMenu-horizontal.is-open {
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    z-index: 20;
    opacity: 1;
    visibility: visible; }
  .navPages-list-depth-max .navPage-subMenu-horizontal.has-open-child-submenu {
    isolation: isolate;
    overflow: hidden; }
    .navPages-list-depth-max .navPage-subMenu-horizontal.has-open-child-submenu::before {
      background: rgba(211, 211, 211, 0.5);
      content: "";
      inset: 0;
      pointer-events: none;
      position: absolute;
      z-index: 3; }
    .navPages-list-depth-max .navPage-subMenu-horizontal.has-open-child-submenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-horizontal.is-open {
      z-index: 4; }
  .navPages-list-depth-max .navPage-subMenu-item-child > .navPages-action-depth-max.has-subMenu + .navPage-subMenu-horizontal.is-open {
    border-left: 0;
    left: 0;
    top: 0;
    width: 100%; }
  .navPages-list-depth-max .navPage-subMenu-list {
    display: block;
    margin: 0;
    padding: 0; }
  .navPages-list-depth-max .navPage-subMenu-mobileHeader {
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    gap: 8px;
    min-height: 52px;
    padding: 0;
    margin-bottom: 8px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2; }
  .navPages-list-depth-max .navPage-subMenu-back {
    align-items: center;
    background: transparent;
    border: 0;
    color: #333333;
    cursor: pointer;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    margin-right: 8px;
    padding: 0;
    width: 36px; }
  .navPages-list-depth-max .navPage-subMenu-back .icon {
    height: 16px;
    width: 16px; }
  .navPages-list-depth-max .navPage-subMenu-back svg {
    fill: #333333;
    stroke: #333333; }
  .navPages-list-depth-max .navPage-subMenu-mobileTitle {
    color: #000000;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .navPages-list-depth-max .navPage-subMenu-close {
    align-items: center;
    background: transparent;
    border: 0;
    color: #222;
    cursor: pointer;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    padding: 0;
    width: 36px; }
  .navPages-list-depth-max .navPage-subMenu-close .icon {
    height: 16px;
    width: 16px; }
  .navPages-list-depth-max .navPage-subMenu-close svg {
    fill: #333333;
    stroke: #333333; }
  .navPages-list-depth-max .navPage-subMenu-item-parent {
    display: none; }
  .navPages-list-depth-max .navPage-subMenu-action:not(.navPages-action-depth-max),
  .navPages-list-depth-max .navPage-subMenu-item-child > .navPages-action-depth-max,
  .navPages-list-depth-max .navPage-subMenu-viewAllLink {
    border: 0;
    color: #333333;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    padding: 9px 10px 10px 16px;
    text-transform: none; }
  .navPages-list-depth-max .navPage-subMenu-viewAllLink {
    font-weight: 700 !important;
    text-transform: uppercase !important; }
  .navPages-list-depth-max .navPage-subMenu-item-child > .navPages-action-depth-max.has-subMenu.is-open,
  .navPages-list-depth-max .navPage-subMenu-item-child > .navPages-action-depth-max.has-subMenu:hover {
    background: transparent;
    color: #333333; }
  .navPages-list-depth-max .navPage-subMenu-item-viewAll {
    margin-top: 0; }
  .navPages-list-depth-max.subMenu-is-open ~ .navPages-list--user {
    display: none; }
  .navPages-list.navPages-list-depth-max .navPage-subMenu-list .navPage-subMenu-item-child + .navPage-subMenu-item-child,
  .navPages-list.navPages-list-depth-max .navPage-subMenu-list .navPage-subMenu-item-viewAll {
    margin-top: 16px; } }

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

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

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

.navPages-list--user .navPages-action {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 16px 16px; }
  .navPages-list--user .navPages-action .navPages-action-moreIcon {
    height: 32px;
    width: 32px;
    margin: 0;
    display: block;
    transform: none; }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.78571rem 1.5rem; }

@media (max-width: 1279px) {
  .navPages-list--user .navPages-action {
    justify-content: flex-start !important; }
  .navPages-list--user .navPages-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 58px; }
    .navPages-list--user .navPages-item .navPages-action-wishlist {
      position: relative; }
      .navPages-list--user .navPages-item .navPages-action-wishlist::before {
        content: "";
        position: absolute;
        left: -29px;
        top: 0;
        width: 1px;
        height: 42px;
        background-color: #EBEBEB; }
      .navPages-list--user .navPages-item .navPages-action-wishlist .icon {
        padding: 1px; } }

.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: 14px; }
  .tag a {
    color: black;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #a12b2b; }

.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.42857rem;
    width: 1.42857rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #333333; }
    .socialLinks .icon svg {
      fill: #333333;
      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.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440;
      border-style: solid;
      border-width: 0.71429rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.57143rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.28571rem 0.42857rem;
      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.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: black; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 750px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 750px) {
    .heroCarousel.slick-initialized {
      max-height: 42.85714rem; } }
  @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: 750px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 750px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 750px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

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

.heroCarousel-content {
  background-color: white;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      padding: 2.25rem;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 50rem;
      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: 750px) {
    .heroCarousel-title {
      font-size: 50px; } }

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

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

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

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

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

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

.writeReview-productImage-container {
  position: relative;
  margin-bottom: 16px; }
  .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; }
  .writeReview-productImage-container::after {
    padding-bottom: 100%; }

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

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

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

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

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

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

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

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

.productCarousel {
  --gap-mobile: 8px;
  --gap-desktop: 32px;
  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 screen and (max-width: 749px) {
    .productCarousel-slide {
      padding-left: 4px;
      padding-right: 4px; } }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 750px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1033px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    @media screen and (max-width: 749px) {
      .productCarousel-slide .card {
        padding: 10px; } }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word;
      text-align: left; }

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

.quickView:after {
  clear: both; }

.product-tabs__details-content-reviews {
  padding-top: 32px; }

.productReviews {
  margin: 0; }
  .productReviews .pagination-item .pagination-link {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #000; }
    @media (min-width: 1033px) {
      .productReviews .pagination-item .pagination-link:hover {
        color: #A12B2B; } }
  .productReviews .pagination-item.pagination-item--current .pagination-link {
    color: #000;
    font-weight: 600; }
  .productReviews .pagination-item.pagination-item--next .pagination-link, .productReviews .pagination-item.pagination-item--previous .pagination-link {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    color: #333; }
    @media (min-width: 1033px) {
      .productReviews .pagination-item.pagination-item--next .pagination-link:hover, .productReviews .pagination-item.pagination-item--previous .pagination-link:hover {
        color: #A12B2B; } }

.productReviews-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px; }

.productReviews-title {
  margin: 0;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  color: #333333; }

.productReviews-write {
  white-space: nowrap;
  text-transform: uppercase; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin: 0;
  padding: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }

.productReview {
  width: auto;
  display: block;
  float: none;
  font-size: 14px; }
  .productReview article {
    height: 100%; }
  @media (min-width: 750px) {
    .productReview {
      width: auto; } }
  @media (min-width: 1033px) {
    .productReview {
      width: auto; } }

.productReview-name {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 700; }

.productReview-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  margin-bottom: 16px; }

.productReview-title {
  margin: 0 0 8px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  text-transform: none; }

.productReview-author {
  color: #333333;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: right; }

.productReview-rating {
  display: inline-flex;
  align-items: center;
  margin: 0;
  flex-shrink: 0; }

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

.productReview-body {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  max-height: 126px; }
  .productReview-body::-webkit-scrollbar {
    width: 6px; }
  .productReview-body::-webkit-scrollbar-track {
    background: transparent; }
  .productReview-body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    backdrop-filter: blur(4px); }

.productReview .more-less-layout {
  text-align: left; }
  .productReview .more-less-layout.expanded .productReview-body {
    overflow-y: auto !important; }

.productReview .more-less-layout__button {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700; }
  .productReview .more-less-layout__button > span {
    background-size: 100% var(--text-decoration-thickness); }

.productReviews .pagination {
  margin-top: 32px;
  display: flex;
  justify-content: center; }

@media (max-width: 1200px) {
  .productReviews-list {
    gap: 16px; } }

@media (max-width: 1032px) {
  .product-tabs__details-content-reviews {
    padding-top: 20px; }
  .productReviews-head {
    margin-bottom: 16px; }
  .productReview-name {
    margin: 0 0 10px; }
  .productReview-meta {
    margin-bottom: 10px; } }

@media (max-width: 749px) {
  .productReviews-head {
    flex-wrap: wrap;
    margin-bottom: 26px; }
  .productReviews-title {
    font-size: 18px; }
  .productReview-name {
    margin-bottom: 8px; }
  .productReview-meta {
    gap: 8px; }
  .productReview-author {
    font-size: 13px;
    position: relative;
    top: 1px; }
  .productReview-title {
    font-size: 14px; }
  .productReview-body {
    font-size: 13px; }
  .productReview .more-less-layout__button {
    font-size: 14px; }
  .productReviews-write {
    font-size: 14px;
    max-height: 38px;
    min-height: 38px;
    padding: 8px 24px 9px;
    min-width: 149px; } }

@media (min-width: 1033px) {
  .productReviews-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.productView-images__wrapper {
  display: block;
  font-size: 0;
  letter-spacing: 0; }
  .productView-images__wrapper .productView-images__item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%; }
    .productView-images__wrapper .productView-images__item--main {
      overflow: hidden; }
      .productView-images__wrapper .productView-images__item--main .slick-slider.slick-dotted {
        margin-bottom: 0px; }
      .productView-images__wrapper .productView-images__item--main .slick-dots {
        padding: 16px 0;
        bottom: unset;
        gap: 10px; }
        .productView-images__wrapper .productView-images__item--main .slick-dots li button::before {
          background: #D6D6D6; }
        .productView-images__wrapper .productView-images__item--main .slick-dots li.slick-active button::before {
          background: #333333; }
        .productView-images__wrapper .productView-images__item--main .slick-dots li button {
          height: 12px;
          width: 12px; }
    .productView-images__wrapper .productView-images__item--thumbnail {
      display: none;
      margin-top: 16px; }
    .productView-images__wrapper .productView-images__item .slick-track::before, .productView-images__wrapper .productView-images__item .slick-track::after {
      content: none; }
    .productView-images__wrapper .productView-images__item .slick-slide {
      border: none; }
  .productView-images__wrapper .productView-for {
    display: block;
    position: relative;
    margin: 0;
    font-size: 0;
    letter-spacing: 0;
    padding: 0 62px; }
  @media (min-width: 1033px) {
    .productView-images__wrapper {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      grid-gap: 0.57143rem; }
      .productView-images__wrapper .productView-for {
        padding-left: 0;
        padding-right: 0; }
      .productView-images__wrapper .productView-images__item {
        display: block; }
        .productView-images__wrapper .productView-images__item--main {
          flex-grow: 1;
          overflow: hidden;
          width: 100%; }
        .productView-images__wrapper .productView-images__item--thumbnail {
          order: -1;
          flex-shrink: 0;
          width: 120px;
          margin-top: 0; }
          .productView-images__wrapper .productView-images__item--thumbnail .slick-list {
            margin-top: -4px;
            margin-bottom: -4px; }
          .productView-images__wrapper .productView-images__item--thumbnail .slick-slide {
            padding-top: 4px;
            padding-bottom: 4px; }
          .productView-images__wrapper .productView-images__item--thumbnail .slick-arrow svg {
            transform: rotate(90deg); }
          .productView-images__wrapper .productView-images__item--thumbnail .slick-arrow.slick-prev {
            left: 50%;
            top: 4px;
            margin-left: -22px; }
          .productView-images__wrapper .productView-images__item--thumbnail .slick-arrow.slick-next {
            right: auto;
            top: calc(100% - 4px);
            left: 50%;
            margin-left: -22px; } }
  @media (min-width: 1366px) {
    .productView-images__wrapper .productView-images__item--thumbnail {
      width: 140px; }
      .productView-images__wrapper .productView-images__item--thumbnail .slick-arrow.slick-prev {
        margin-left: -24px; }
      .productView-images__wrapper .productView-images__item--thumbnail .slick-arrow.slick-next {
        margin-left: -24px; } }
  @media (min-width: 1600px) {
    .productView-images__wrapper .productView-images__item--thumbnail {
      width: 166px; } }

.productView-image {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.productView-img-container {
  display: block;
  position: relative;
  margin: auto;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  aspect-ratio: 1 / 1; }
  .productView-img-container .media {
    height: 100%; }
    .productView-img-container .media > img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .productView-img-container:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0.42857rem;
    border: 1px solid transparent;
    pointer-events: none; }

.productView-thumbnail {
  display: block;
  width: 100%;
  padding: 0 4px;
  cursor: pointer;
  box-sizing: border-box; }
  .productView-thumbnail .productView-thumbnail-link {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: transparent;
    pointer-events: none; }
    .productView-thumbnail .productView-thumbnail-link .media {
      border-radius: 0.57143rem; }
    .productView-thumbnail .productView-thumbnail-link:after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 0.42857rem;
      border: 1px solid transparent;
      pointer-events: none; }
  .slick-current .productView-thumbnail .productView-thumbnail-link:after {
    border-color: #B0B0B0; }
  @media (min-width: 1033px) {
    .productView-thumbnail {
      padding-left: 0;
      padding-right: 0; } }

.page-type--product .productView-galleryGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.14286rem; }

.page-type--product .productView-galleryGrid.slick-initialized {
  display: block; }

@media (max-width: 1031px) {
  .page-type--product .productView-images__item--main .productView-galleryGrid:not(.productView-galleryGrid--single-image):not(.productView-galleryGrid--no-image) {
    padding-bottom: 44px; }
  .page-type--product .productView-images__item--main .productView-galleryGrid.slick-initialized {
    position: relative; }
    .page-type--product .productView-images__item--main .productView-galleryGrid.slick-initialized .slick-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0 0 16px; }
  .page-type--product .productView-galleryGrid {
    display: block; }
  .page-type--product .productView-galleryGrid:not(.slick-initialized) > .productView-image:not(:first-child) {
    display: none; } }

.page-type--product .productView-galleryGrid--no-image {
  grid-template-columns: 1fr; }

.page-type--product .productView-galleryGrid--single-image {
  grid-template-columns: 1fr; }

.page-type--product .productView-galleryLink {
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden; }

.page-type--product .productView-zoomIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #fff;
  color: #333333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease; }
  .page-type--product .productView-zoomIcon svg {
    width: 16px;
    height: 16px; }

.page-type--product .productView-galleryLink:not(.productView-galleryLink--video) .productView-image--default {
  transition: transform .35s ease; }

@media (hover: hover) {
  .page-type--product .productView-galleryLink:not(.productView-galleryLink--video):hover .productView-image--default {
    transform: scale(1.06); }
  .page-type--product .productView-galleryLink:not(.productView-galleryLink--video):hover .productView-zoomIcon {
    opacity: 1;
    transform: translateY(0); } }

.page-type--product .productView-galleryLink--video {
  cursor: pointer;
  position: relative; }
  .page-type--product .productView-galleryLink--video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.page-type--product .productView-videoPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; }
  .page-type--product .productView-videoPlay svg {
    width: 100%;
    height: 100%;
    fill: transparent; }

.page-type--product .productView-galleryAction {
  margin-top: 16px;
  text-align: center; }

.page-type--product .productView-galleryButton {
  text-transform: uppercase; }

.page-type--product .productView-image:nth-child(n+7) {
  display: none; }

@media (max-width: 1032px) {
  .page-type--product .productView-galleryAction {
    display: none; } }

@media (max-width: 749px) {
  .page-type--product .productView-videoPlay {
    width: 60px;
    height: 60px; } }

@media (min-width: 1033px) {
  .page-type--product .productView-galleryGrid {
    gap: 16px; } }

@media (min-width: 750px) {
  .page-type--product .container {
    padding: 0 40px; } }

@media (min-width: 1600px) {
  .page-type--product .container {
    padding: 0 60px; } }

.productView-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 16px 0; }
  .productView-title > a {
    text-decoration: none;
    color: currentColor; }
  @media (max-width: 749px) {
    .productView-title {
      font-size: 20px;
      margin: 0 0 10px; } }

.productView-wrapper-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px; }
  .productView-wrapper-title .form-wishlist {
    position: unset;
    display: block !important; }
    .productView-wrapper-title .form-wishlist .dropdown-menu-button {
      width: 32px;
      height: 32px;
      min-height: auto;
      background: transparent;
      border-color: transparent; }
      .productView-wrapper-title .form-wishlist .dropdown-menu-button:hover .icon {
        color: #7e1f1f; }
      .productView-wrapper-title .form-wishlist .dropdown-menu-button .icon {
        color: #D5D5D5;
        margin: 0; }
    .productView-wrapper-title .form-wishlist #wishlist-dropdown.is-open {
      max-width: 200px !important;
      min-width: 200px;
      margin-top: 0; }
    .productView-wrapper-title .form-wishlist #wishlist-dropdown li + li {
      border-top: 1px solid #ccc; }
    .productView-wrapper-title .form-wishlist #wishlist-dropdown .button {
      font-family: "Lato", Arial, Helvetica, sans-serif;
      letter-spacing: 0;
      min-height: 40px;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.2;
      text-transform: capitalize; }
      .productView-wrapper-title .form-wishlist #wishlist-dropdown .button:hover {
        color: #a12b2b; }

.productView-brand {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  display: none; }
  .productView-brand a {
    display: inline-block;
    color: #004ECA;
    text-decoration: none; }
    .productView-brand a > span {
      --text-decoration-thickness: 1px;
      display: inline;
      transition: background-size ease-in-out 0.3s;
      background-color: transparent;
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 100%;
      background-repeat: no-repeat;
      background-size: 0 var(--text-decoration-thickness); }
  @media (min-width: 1033px) {
    .productView-brand a:hover {
      color: #004ECA; }
      .productView-brand a:hover > span {
        background-size: 100% var(--text-decoration-thickness); } }

.productView-price {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 8px;
  flex-direction: row-reverse;
  justify-content: flex-end; }
  .productView-price > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #A12B2B;
    margin-bottom: 0px; }
  .productView-price .price-section {
    line-height: 1; }
    .productView-price .price-section > .price-label,
    .productView-price .price-section > .price-now-label {
      display: none !important; }
    .productView-price .price-section .price {
      font-family: "Oswald", Arial, Helvetica, sans-serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0;
      color: #A12B2B; }
    .productView-price .price-section .price--sale {
      color: #A12B2B; }
    .productView-price .price-section .price--rrp,
    .productView-price .price-section .price--non-sale,
    .productView-price .price-section .price--discounted {
      font-family: "Lato", Arial, Helvetica, sans-serif;
      font-size: 18px;
      line-height: 1.5;
      font-weight: 500;
      color: #707070;
      position: relative;
      top: 2px; }
    .productView-price .price-section.rrp-price--withTax {
      display: none !important; }
    .productView-price .price-section.rrp-price--withoutTax > span:not([data-product-rrp-price-without-tax]) {
      display: none; }
    .productView-price .price-section.non-sale-price--withoutTax > span:not([data-product-non-sale-price-without-tax]) {
      margin-right: 3px; }
    .productView-price .price-section.sale-price .price {
      color: #A12B2B; }
    .productView-price .price-section--saving {
      background: #A12B2B;
      color: #ffffff;
      line-height: 1.5;
      padding: 2px 8px;
      border-radius: 50px;
      position: relative;
      top: 1px;
      order: -1; }
      .productView-price .price-section--saving .price {
        font-family: "Lato", Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: currentColor;
        font-weight: 400;
        margin-right: 2px;
        text-transform: capitalize; }
      .productView-price .price-section--saving .price--saving {
        font-family: "Oswald", Arial, Helvetica, sans-serif;
        font-weight: 700; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  @media (max-width: 749px) {
    .productView-price {
      gap: 4px;
      margin-bottom: 10px; }
      .productView-price .price-section .price--rrp,
      .productView-price .price-section .price--non-sale,
      .productView-price .price-section .price--discounted {
        font-size: 14px !important; }
      .productView-details .productView-price .price-section .price--rrp,
      .productView-details .productView-price .price-section .price--non-sale,
      .productView-details .productView-price .price-section .price--discounted {
        font-size: 18px !important;
        font-weight: 500; } }

.productView-availability {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  position: relative; }
  .productView-availability__label {
    color: #333333;
    margin-right: 4px;
    white-space: nowrap;
    padding-top: 2px; }
  .productView-availability__value {
    flex: 1;
    color: #2BA14D;
    font-weight: 600;
    margin-top: 2px; }
    .productView-availability__value.out_of_stock {
      color: #A12B2B; }
    .productView-availability__value br,
    .productView-availability__value p:empty {
      display: none; }
    .productView-availability__value p {
      margin: 0; }
    .productView-availability__value span {
      font-weight: 400;
      color: #333333 !important; }
      .productView-availability__value span:first-child {
        color: #A12B2B !important; }
      .productView-availability__value span a {
        color: #a12b2b; }
      .productView-availability__value span strong {
        font-weight: 600; }
        .productView-availability__value span strong span {
          text-underline-offset: 2px; }
        .productView-availability__value span strong a:hover span {
          color: #A12B2B !important; }
    .productView-availability__value em {
      font-style: unset; }
      .productView-availability__value em span {
        color: #2BA14D !important; }
  .productView-availability__tooltipWrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-left: 4px; }
  .productView-availability__tooltipTrigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    cursor: pointer; }
    @media (min-width: 750px) {
      .productView-availability__tooltipTrigger {
        position: relative;
        top: -2px; } }
    .productView-availability__tooltipTrigger .icon {
      width: 16px;
      height: 16px;
      display: inline-flex; }
    .productView-availability__tooltipTrigger svg {
      width: 16px;
      height: 16px; }
  .productView-availability__tooltip {
    position: absolute;
    left: -104px;
    bottom: calc(100% + 12px);
    width: 271px;
    padding: 10px;
    border-radius: 8px;
    background: #F2F2F2;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    color: #000;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: -.05px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 50; }
    .productView-availability__tooltip::before, .productView-availability__tooltip::after {
      content: "";
      height: 0;
      left: 41%;
      pointer-events: none;
      position: absolute;
      bottom: -7px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0;
      z-index: 4; }
    .productView-availability__tooltip::before {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 8px solid #F2F2F2; }
    .productView-availability__tooltip::after {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid transparent;
      bottom: -8px; }
    .productView-availability__tooltip a {
      color: #A12B2B;
      font-weight: 700;
      text-decoration: unset; }
  .productView-availability__tooltipWrap:hover .productView-availability__tooltip,
  .productView-availability__tooltipWrap:focus-within .productView-availability__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  @media (max-width: 749px) {
    .productView-availability {
      font-size: 14px;
      margin-bottom: 12px; }
      .productView-availability__tooltipWrap {
        position: absolute;
        right: 0;
        margin-top: 3px; }
      .productView-availability__label {
        font-weight: 500; }
      .productView-availability__tooltip {
        left: auto;
        right: -10px; }
        .productView-availability__tooltip::before, .productView-availability__tooltip::after {
          left: auto;
          right: 9px; } }
  @media (min-width: 750px) and (max-width: 1600px) {
    .productView-availability__tooltip {
      left: auto;
      right: -20px; }
      .productView-availability__tooltip::before, .productView-availability__tooltip::after {
        left: auto;
        right: 19px; } }

.productView-availability-text {
  margin-top: -12px; }
  .productView-availability-text span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.02px; }
    .productView-availability-text span a {
      color: #A12B2B;
      text-underline-offset: 3px; }

.productView-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0; }
  .productView-rating__item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    line-height: 1; }
    .productView-rating__item > span[role="img"] {
      line-height: 1;
      font-size: 0;
      display: inline-flex;
      align-items: center;
      gap: 4px;
      cursor: pointer; }
      .productView-rating__item > span[role="img"] .icon {
        width: 24px;
        height: 24px; }
    .productView-rating__item.sku-label {
      text-transform: uppercase;
      padding-right: 8px;
      border-right: 1px solid currentColor; }
  .productView-rating .productView-reviewLink {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #333333 !important; }
    .productView-rating .productView-reviewLink > span {
      --text-decoration-thickness: 1px;
      display: inline;
      transition: background-size ease-in-out 0.3s;
      background-color: transparent;
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 100%;
      background-repeat: no-repeat;
      background-size: 100% var(--text-decoration-thickness);
      padding-bottom: 2px; }
  @media (max-width: 749px) {
    .productView-rating {
      margin-bottom: 10px; } }
  @media (min-width: 1033px) {
    .productView-rating .productView-reviewLink:hover > span {
      background-size: 100% var(--text-decoration-thickness); } }

.productView-messages {
  display: block;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0; }
  .productView-messages .more-less-layout {
    text-align: left; }
  .productView-messages .more-less-layout__button {
    font-size: 16px;
    font-weight: 700; }
    .productView-messages .more-less-layout__button > span {
      background-size: 100% var(--text-decoration-thickness); }
  .productView-messages p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px; }
    .productView-messages p:not(:last-child) {
      margin-bottom: 16px; }
  .productView-messages ul,
  .productView-messages li {
    list-style: none; }

.productView-details .productView-messages .more-less-layout__content p:not(:last-child) {
  margin-bottom: 0; }

.productView-details .productView-messages .more-less-layout__content br {
  display: none; }

.productView-info {
  margin-bottom: 16px; }
  .productView-info__item {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px; }
  .productView-info .productView-info-name,
  .productView-info .productView-info-value {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: uppercase; }
  @media (max-width: 749px) {
    .productView-info {
      margin-bottom: 10px; }
      .productView-info .productView-info-name,
      .productView-info .productView-info-value {
        font-size: 13px; } }

.productView-options {
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  .productView-options .button-contact {
    width: 100%;
    text-transform: uppercase; }
  .productView-options .form {
    display: block;
    position: relative;
    width: auto;
    margin: 0;
    padding: 0; }
  .productView-options .form-field {
    font-size: 0;
    letter-spacing: 0;
    margin-bottom: 0;
    min-width: fit-content; }
    .productView-options .form-field .form-label {
      color: #000;
      margin-bottom: 8px;
      font-family: "Lato", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 700;
      text-transform: capitalize; }
      .productView-options .form-field .form-label small {
        color: #A12B2B;
        margin-left: 1px; }
      .productView-options .form-field .form-label [data-option-value] {
        color: #333333; }
      .productView-options .form-field .form-label:last-child {
        margin-bottom: 0; }
    .productView-options .form-field--checkbox {
      width: 100%;
      border-radius: 4px;
      border: 1px solid #c2c2c2;
      border-color: white;
      padding: 16px; }
      .productView-options .form-field--checkbox .form-label .title {
        display: block;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 4px; }
    .productView-options .form-field:not(:last-child) {
      margin-bottom: 16px; }
  .productView-options .form-select {
    max-width: 100%;
    height: 48px;
    line-height: 1.5;
    padding: 10px 16px;
    font-size: 16px;
    border: 1.5px solid #000;
    color: #000;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgNy41TDEwIDEyLjVMMTUgNy41IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    background-position: right 10px top 13px;
    background-size: 20px; }
  .productView-options .productView-actions {
    padding-right: 0;
    padding-bottom: 0; }
    .productView-options .productView-actions .form-increment {
      width: 150px;
      min-height: 40px;
      padding: 8px 12px;
      overflow: visible; }
      .productView-options .productView-actions .form-increment .form-input--incrementTotal {
        color: #000;
        font-size: 16px; }
    .productView-options .productView-actions .form-action .button-contact {
      font-size: 16px;
      min-height: 40px; }
    .productView-options .productView-actions .add-to-cart-buttons .button {
      min-height: 40px; }
  .productView-options .productView-variants + .button-contact {
    font-size: 16px; }
  .productView-options .form-wishlist {
    width: auto;
    display: inline-block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0; }
    .productView-options .form-wishlist .button-wishlist {
      color: #000;
      background: 0 0;
      border: 2.4px solid #000;
      padding-left: 10px;
      padding-right: 10px;
      border-radius: 0.57143rem;
      gap: 10px;
      height: 3.42857rem;
      width: 3.42857rem; }
      .productView-options .form-wishlist .button-wishlist svg {
        fill: transparent;
        stroke: currentColor;
        height: 1.71429rem;
        width: 1.71429rem;
        margin-left: 0; }
      .productView-options .form-wishlist .button-wishlist:hover {
        color: #fff;
        background: #004eca;
        border-color: #004eca; }
  @media (max-width: 749px) {
    .productView-options {
      margin-top: 10px;
      margin-bottom: 10px; }
      .productView-options .productView-actions {
        flex-direction: column;
        grid-gap: 10px;
        padding-bottom: 0; }
        .productView-options .productView-actions .form-quantity {
          width: 100%; }
        .productView-options .productView-actions .form-increment {
          min-height: 46px;
          max-height: 46px;
          width: 100%; }
        .productView-options .productView-actions .form-action {
          width: 100%; }
          .productView-options .productView-actions .form-action .button-contact {
            font-size: 16px;
            min-height: 46px; }
        .productView-options .productView-actions .add-to-cart-buttons .button {
          font-size: 16px;
          min-height: 46px; }
      .productView-options .productView-variants + .button-contact {
        font-size: 16px;
        min-height: 46px; } }
  @media (min-width: 1600px) {
    .productView-options .form-field--checkbox {
      padding-left: 24px;
      padding-right: 24px; } }

.productView-variants {
  display: block;
  margin-bottom: 0; }
  .productView-variants:before, .productView-variants:after {
    content: " ";
    display: table; }
  .productView-variants:after {
    clear: both; }
  .productView-variants .form-field {
    margin-bottom: 16px; }

.productView-actions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  grid-gap: 16px; }
  .productView-actions .form-action {
    display: block !important;
    flex: 1; }
    @media (min-width: 750px) {
      .productView-actions .form-action .button-add-to-quote {
        font-size: 16px;
        min-height: 40px; } }
  .productView-actions .add-to-cart-buttons .button {
    width: 100%;
    text-transform: uppercase;
    font-size: 16px; }
  .productView-actions .add-to-cart-buttons .b2b-add-to-quote {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 !important;
    padding: 11px;
    min-height: 56px;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    border-radius: 64px;
    line-height: 1.5;
    background: #fff !important;
    border: 1.5px solid #000000 !important;
    color: #000000 !important; }
    .productView-actions .add-to-cart-buttons .b2b-add-to-quote:hover {
      background: #000000 !important;
      border: 1.5px solid #000000 !important;
      color: #ffffff !important; }
  .productView-actions .add-to-cart-buttons .b2b-add-to-list {
    display: none; }
  .productView-actions .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
    line-height: 0;
    margin-top: 6px; }
    .productView-actions .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
    .productView-actions .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
      width: 100%; }
  .productView-actions .add-to-cart-wallet-buttons button.show-more-button {
    color: black;
    display: block;
    margin-top: 0.35714rem;
    padding: 0.35714rem 0;
    text-align: center;
    text-decoration: underline;
    vertical-align: middle;
    width: 100%; }

.button-add-to-quote {
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 16px; }
  @media (max-width: 749px) {
    .button-add-to-quote {
      font-size: 16px;
      min-height: 46px;
      margin-top: 10px; } }

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

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

.productView-icons__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(2, 1fr); }

.productView-icons__item {
  border-radius: 0.57143rem;
  background: #F8F8F8;
  color: #333333;
  padding: 8px 16px; }
  .productView-icons__item .content {
    display: flex;
    align-items: center;
    grid-gap: 8px; }
    .productView-icons__item .content svg,
    .productView-icons__item .content img {
      display: block;
      flex-shrink: 0;
      height: 1.71429rem;
      width: 1.71429rem; }
    .productView-icons__item .content .text {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1.5; }

.productView-description {
  padding-top: 40px;
  padding-bottom: 40px; }
  .productView-description .collapsible-content {
    position: relative;
    width: 100%; }
  .productView-description .accordion {
    display: block;
    border-radius: 0px;
    border-width: 0 0 1px 0;
    border-color: currentColor;
    margin-bottom: 0px; }
    .productView-description .accordion details {
      box-sizing: content-box;
      text-align: left; }
    .productView-description .accordion:not(:last-child) {
      margin-bottom: 16px; }
    .productView-description .accordion::before, .productView-description .accordion::after {
      content: none; }
    .productView-description .accordion__summary {
      --icon-size: 24px;
      padding-bottom: 16px; }
      .productView-description .accordion__summary > div {
        padding-right: var(--icon-size);
        display: flex;
        align-items: center;
        position: relative; }
    .productView-description .accordion__title {
      font-family: "Oswald", Arial, Helvetica, sans-serif;
      font-size: 22px;
      font-weight: 500;
      line-height: 1.2;
      letter-spacing: 0;
      margin-top: 0;
      margin-bottom: 0; }
    .productView-description .accordion__icon {
      --horizontal-size: 20px;
      --vertical-size: 2px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: var(--icon-size);
      height: var(--icon-size); }
      .productView-description .accordion__icon:before, .productView-description .accordion__icon:after {
        content: "";
        color: currentColor;
        background: currentColor;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 2px;
        overflow: hidden;
        transform: translate3D(-50%, -50%, 0) rotate(0);
        transition: all 0.3s ease; }
      .productView-description .accordion__icon:before {
        width: var(--horizontal-size);
        height: var(--vertical-size); }
      .productView-description .accordion__icon:after {
        width: var(--vertical-size);
        height: var(--horizontal-size); }
    .productView-description .accordion__content {
      border-top: 1px solid currentColor;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0;
      padding-top: 16px;
      padding-bottom: 16px; }
      .productView-description .accordion__content h4 {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        margin-top: 0;
        margin-bottom: 0; }
      .productView-description .accordion__content p {
        margin-top: 0;
        margin-bottom: 0; }
        .productView-description .accordion__content p:not(:last-child) {
          margin-bottom: 16px; }
    .productView-description .accordion details[open] .accordion__icon:before {
      transform: translate3D(-50%, -50%, 0) rotate(180deg); }
    .productView-description .accordion details[open] .accordion__icon:after {
      transform: translate3D(-50%, -50%, 0) rotate(90deg); }
  @media (min-width: 1033px) {
    .productView-description {
      padding-top: 80px;
      padding-bottom: 80px; }
      .productView-description .accordion:not(:last-child) {
        margin-bottom: 24px; }
      .productView-description .accordion__summary {
        --icon-size: 32px; }
      .productView-description .accordion__title {
        font-size: 24px; } }

.product-tabs {
  margin-bottom: 34px; }
  .product-tabs.not-bundle {
    margin-top: 24px; }
  .product-tabs__details {
    margin-bottom: 0; }
    .product-tabs__details summary {
      border-bottom: 1px solid #C2C2C2;
      padding-top: 16px;
      padding-bottom: 16px;
      position: relative; }
      .product-tabs__details summary h3 {
        font-size: 24px;
        font-weight: 500;
        color: #333333;
        margin: 0;
        text-transform: uppercase;
        padding: 5.5px 0 5.5px; }
      .product-tabs__details summary:before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 2px;
        background-color: #333333;
        position: absolute;
        top: 35px;
        right: 8px;
        transform: translateY(-50%); }
      .product-tabs__details summary:after {
        content: '';
        display: inline-block;
        width: 2px;
        height: 24px;
        background-color: #333333;
        position: absolute;
        top: 35px;
        right: 19px;
        transform: translateY(-50%);
        transition: all .3s ease; }
      @media (max-width: 749px) {
        .product-tabs__details summary {
          padding-top: 10px;
          padding-bottom: 10px; }
          .product-tabs__details summary h3 {
            font-size: 18px;
            padding: 1px 0 1px; }
          .product-tabs__details summary:before {
            width: 14px;
            height: 2px;
            top: 22px;
            right: 4px; }
          .product-tabs__details summary:after {
            width: 2px;
            height: 14px;
            top: 22px;
            right: 10px; } }
    .product-tabs__details[open] summary::after {
      transform: translateY(-50%) rotate(90deg); }
    .product-tabs__details-content {
      padding-top: 16px;
      font-size: 16px; }
      .product-tabs__details-content p {
        margin: 0 0 16px; }
        .product-tabs__details-content p span {
          text-decoration: unset !important; }
        .product-tabs__details-content p a {
          text-underline-offset: 3px;
          color: #a12b2b; }
          .product-tabs__details-content p a strong {
            font-weight: 400; }
        .product-tabs__details-content p:last-child {
          margin: 0; }
      .product-tabs__details-content ul {
        margin-bottom: 16px; }
        .product-tabs__details-content ul li br {
          display: none !important; }
  @media (min-width: 1033px) {
    .product-tabs {
      margin-bottom: 48px; }
      .product-tabs.not-bundle {
        margin-top: 48px !important; } }

.product-guarantee {
  padding: 0; }
  .product-guarantee__wrapper {
    display: flex;
    gap: 32px;
    margin-bottom: 0;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    padding: 16px 0; }
  .product-guarantee__item {
    padding: 0;
    background-color: #fff;
    width: calc(33.333333% + 32px);
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px; }
    .product-guarantee__item:first-child {
      padding-left: 0;
      margin-left: 0;
      width: calc(33.333333% + 36px); }
      .product-guarantee__item:first-child:before {
        content: none; }
    .product-guarantee__item:before {
      content: '';
      width: 1px;
      height: 52px;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: -16px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #EBEBEB;
      vertical-align: middle; }
    .product-guarantee__item svg {
      width: 36px;
      height: 36px;
      flex-shrink: 0; }
    .product-guarantee__item span {
      font-size: 12px;
      font-weight: 600;
      display: inline-block;
      position: relative;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: 0.25px; }
  .product-guarantee__contact {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #EBEBEB; }
  .product-guarantee__expert-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(160deg, #313846 0%, #1e2330 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
    .product-guarantee__expert-avatar svg {
      height: 2.42857rem;
      width: 2.42857rem;
      fill: #fff; }
  .product-guarantee__expert-content {
    min-width: 0; }
  .product-guarantee__expert-title {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #A12B2B;
    margin: 0; }
  .product-guarantee__expert-text {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #333333; }
  .product-guarantee__expert-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px; }
  .product-guarantee__expert-phone {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    color: #A12B2B;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none; }
  .product-guarantee__expert-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none; }
    .product-guarantee__expert-link span {
      text-decoration: underline;
      text-underline-offset: 4px; }
    .product-guarantee__expert-link svg {
      width: 16px;
      height: 16px;
      fill: currentColor;
      flex-shrink: 0;
      position: relative;
      top: 1px; }
    .product-guarantee__expert-link:hover {
      color: #A12B2B; }
  @media screen and (max-width: 1500px) {
    .product-guarantee .product-guarantee__item:first-child {
      width: calc(33.333333% + 50px); } }
  @media screen and (max-width: 1032px) {
    .product-guarantee .product-guarantee__item {
      flex-direction: column; }
      .product-guarantee .product-guarantee__item span {
        text-align: center;
        line-height: 1.5; } }
  @media screen and (max-width: 749px) {
    .product-guarantee + .productView-messages {
      margin-bottom: 16px; }
    .product-guarantee__wrapper {
      gap: 30px;
      padding: 8px 0; }
    .product-guarantee .product-guarantee__item {
      padding: 0;
      gap: 6px; }
      .product-guarantee .product-guarantee__item:before {
        height: 68px; }
      .product-guarantee .product-guarantee__item span {
        line-height: 1; }
    .product-guarantee .product-guarantee__expert-avatar {
      width: 90px;
      height: 90px; }
    .product-guarantee .product-guarantee__expert-title {
      font-size: 16px; }
    .product-guarantee .product-guarantee__expert-text {
      font-size: 13px; }
    .product-guarantee .product-guarantee__expert-phone {
      font-size: 16px; }
    .product-guarantee .product-guarantee__expert-actions {
      gap: 10px; } }

.product-related {
  background-color: #fff;
  padding: 40px 0; }
  .product-related h3 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 32px; }
  .product-related .card-body .card-sku,
  .product-related .card-body .card-text,
  .product-related .card-body .text-usually-arrives {
    display: none; }
  .product-related .productCarousel {
    justify-content: center; }
  @media screen and (max-width: 749px) {
    .product-related {
      padding: 24px 0; }
      .product-related h3 {
        font-size: 28px;
        margin: 0 0 16px; }
      .product-related .row[data-slick] .slick-prev {
        left: 0; }
      .product-related .row[data-slick] .slick-next {
        right: 0; } }
  @media (min-width: 1033px) {
    .product-related {
      padding: 48px 0; } }

.section__products-list-recently-viewed {
  padding: 40px 0; }
  .section__products-list-recently-viewed .card-product .card-title {
    margin-bottom: 8px; }
  .section__products-list-recently-viewed .card-product .card-title + .card-price {
    margin: 0; }
  .section__products-list-recently-viewed #product-list-container {
    justify-content: center; }
  @media (max-width: 749px) {
    .section__products-list-recently-viewed .card-product {
      padding: 10px; } }
  @media (min-width: 1033px) {
    .section__products-list-recently-viewed {
      padding: 48px 0; }
      .section__products-list-recently-viewed .card-product .card-title {
        margin-bottom: 16px; } }

.productView-shipping {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px; }
  .productView-shipping svg {
    height: 1.71429rem;
    width: 1.71429rem; }
  .productView-shipping span {
    font-size: 12px;
    font-style: italic; }

.product-sticky-add {
  position: fixed;
  right: 100px;
  bottom: 30px;
  width: 100%;
  max-width: 300px;
  z-index: 1001;
  transition: all .4s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(101% + 30px)); }
  .product-sticky-add.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .product-sticky-add__content {
    padding: 16px;
    background-color: #fff;
    border-radius: 0.57143rem;
    box-shadow: 0px 16px 24px 0px #00000029; }
  .product-sticky-add__card {
    display: flex;
    gap: 1.14286rem;
    margin-bottom: 16px;
    overflow: hidden; }
    .product-sticky-add__card h3 {
      font-family: "Lato", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 700;
      margin: 0;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  .product-sticky-add__image {
    width: 80px;
    flex-shrink: 0; }
    .product-sticky-add__image .media {
      padding-bottom: 100%; }
  .product-sticky-add__button {
    width: 100%;
    gap: 0.71429rem; }
    .product-sticky-add__button svg {
      height: 1.71429rem;
      width: 1.71429rem;
      fill: currentColor; }
  @media screen and (max-width: 749px) {
    .product-sticky-add {
      max-width: 100%;
      left: 0;
      right: 0;
      bottom: 0; } }

.product-sidebar {
  padding: 16px; }
  .product-sidebar__media {
    margin-bottom: 16px;
    --image-ratio: 52.53623188%; }
    .product-sidebar__media .media {
      --image-ratio: 52.53623188%;
      padding-bottom: var(--image-ratio, 50%); }
    .product-sidebar__media img {
      border-radius: 1.71429rem; }
  .product-sidebar__info {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px; }
    .product-sidebar__info-item {
      background: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 16px 16px;
      border-radius: 0;
      gap: 8px;
      text-align: center;
      font-size: 16px; }
      .product-sidebar__info-item .title {
        font-size: 22px;
        font-family: "Oswald", Arial, Helvetica, sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1.2;
        letter-spacing: 0.25px; }
      .product-sidebar__info-item .time {
        line-height: 1.2; }
      .product-sidebar__info-item svg {
        width: 24px;
        height: 24px;
        color: #A12B2B; }
      .product-sidebar__info-item a {
        font-size: 14px;
        font-weight: 500;
        color: #333333;
        text-transform: uppercase;
        text-decoration: underline;
        text-underline-offset: 3px; }
        .product-sidebar__info-item a.number {
          text-decoration: unset; }
        .product-sidebar__info-item a:hover {
          color: #A12B2B; }
      .product-sidebar__info-item .address {
        width: 100%;
        font-size: 14px; }
  @media screen and (max-width: 749px) {
    .product-sidebar__info {
      gap: 8px; }
      .product-sidebar__info-item {
        padding: 8px;
        font-size: 14px; }
        .product-sidebar__info-item .title {
          font-size: 18px; }
        .product-sidebar__info-item .address {
          font-size: 12px; }
        .product-sidebar__info-item a {
          font-size: 14px;
          word-break: break-word; } }
  @media screen and (min-width: 750px) {
    .product-sidebar {
      padding: 24px; }
      .product-sidebar__media {
        margin-bottom: 24px; }
      .product-sidebar__info {
        grid-template-columns: repeat(2, 1fr); } }

.product-sidebar__form [class*="WidgetTitle__Header"] {
  display: none; }

.product-sidebar__form [class*="WidgetTitle__Caption"] {
  text-align: left; }
  .product-sidebar__form [class*="WidgetTitle__Caption"] div,
  .product-sidebar__form [class*="WidgetTitle__Caption"] span {
    text-wrap: auto;
    color: #000; }

.product-sidebar__form [class*="TextControlBase__TextControlBaseContainer"]:has(textarea) textarea {
  min-height: calc(100px - 24px) !important; }

html.with-fancybox body.hide-scrollbar {
  margin-right: 0; }

.fancybox__dialog .fancybox__backdrop {
  background: rgba(0, 0, 0, 0.6); }

.fancybox__dialog .f-carousel__toolbar__column.is-left {
  opacity: 0; }

.fancybox__dialog .f-caption,
.fancybox__dialog .fancybox__thumbs {
  display: none; }

.fancybox__dialog .fancybox__viewport {
  padding: 30px 0; }

.fancybox__dialog .f-button.is-arrow {
  width: 48px;
  height: 48px;
  background-color: #fff; }
  .fancybox__dialog .f-button.is-arrow svg {
    padding: 3px;
    fill: transparent;
    color: #000; }

@media (min-width: 1700px) {
  .fancybox__dialog .fancybox__viewport {
    padding: 100px 0; }
  .fancybox__dialog .f-button.is-arrow.is-prev {
    left: 80px !important; }
  .fancybox__dialog .f-button.is-arrow.is-next {
    right: 80px !important; } }

.product-tabs .product-tabs__wrap {
  display: flex;
  flex-direction: column; }

.product-tabs .product-tabs__details-description .product-tabs__details-content,
.product-tabs .product-tabs__details-features .product-tabs__details-content {
  font-size: 16px; }
  .product-tabs .product-tabs__details-description .product-tabs__details-content p,
  .product-tabs .product-tabs__details-features .product-tabs__details-content p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left !important;
    margin: 0 0 16px; }
    .product-tabs .product-tabs__details-description .product-tabs__details-content p span,
    .product-tabs .product-tabs__details-features .product-tabs__details-content p span {
      color: #333333 !important;
      font-size: 16px !important; }
  .product-tabs .product-tabs__details-description .product-tabs__details-content h1, .product-tabs .product-tabs__details-description .product-tabs__details-content h2, .product-tabs .product-tabs__details-description .product-tabs__details-content h3, .product-tabs .product-tabs__details-description .product-tabs__details-content h4, .product-tabs .product-tabs__details-description .product-tabs__details-content h5,
  .product-tabs .product-tabs__details-description .product-tabs__details-content .descriptionH1,
  .product-tabs .product-tabs__details-description .product-tabs__details-content .descriptionH2,
  .product-tabs .product-tabs__details-features .product-tabs__details-content h1,
  .product-tabs .product-tabs__details-features .product-tabs__details-content h2,
  .product-tabs .product-tabs__details-features .product-tabs__details-content h3,
  .product-tabs .product-tabs__details-features .product-tabs__details-content h4,
  .product-tabs .product-tabs__details-features .product-tabs__details-content h5,
  .product-tabs .product-tabs__details-features .product-tabs__details-content .descriptionH1,
  .product-tabs .product-tabs__details-features .product-tabs__details-content .descriptionH2 {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-align: left !important;
    margin: 0 0 16px 0;
    text-transform: uppercase;
    color: #333333;
    display: block; }
    .product-tabs .product-tabs__details-description .product-tabs__details-content h1 span, .product-tabs .product-tabs__details-description .product-tabs__details-content h2 span, .product-tabs .product-tabs__details-description .product-tabs__details-content h3 span, .product-tabs .product-tabs__details-description .product-tabs__details-content h4 span, .product-tabs .product-tabs__details-description .product-tabs__details-content h5 span,
    .product-tabs .product-tabs__details-description .product-tabs__details-content .descriptionH1 span,
    .product-tabs .product-tabs__details-description .product-tabs__details-content .descriptionH2 span,
    .product-tabs .product-tabs__details-features .product-tabs__details-content h1 span,
    .product-tabs .product-tabs__details-features .product-tabs__details-content h2 span,
    .product-tabs .product-tabs__details-features .product-tabs__details-content h3 span,
    .product-tabs .product-tabs__details-features .product-tabs__details-content h4 span,
    .product-tabs .product-tabs__details-features .product-tabs__details-content h5 span,
    .product-tabs .product-tabs__details-features .product-tabs__details-content .descriptionH1 span,
    .product-tabs .product-tabs__details-features .product-tabs__details-content .descriptionH2 span {
      font-size: 24px !important; }
    .product-tabs .product-tabs__details-description .product-tabs__details-content h1 strong, .product-tabs .product-tabs__details-description .product-tabs__details-content h2 strong, .product-tabs .product-tabs__details-description .product-tabs__details-content h3 strong, .product-tabs .product-tabs__details-description .product-tabs__details-content h4 strong, .product-tabs .product-tabs__details-description .product-tabs__details-content h5 strong,
    .product-tabs .product-tabs__details-description .product-tabs__details-content .descriptionH1 strong,
    .product-tabs .product-tabs__details-description .product-tabs__details-content .descriptionH2 strong,
    .product-tabs .product-tabs__details-features .product-tabs__details-content h1 strong,
    .product-tabs .product-tabs__details-features .product-tabs__details-content h2 strong,
    .product-tabs .product-tabs__details-features .product-tabs__details-content h3 strong,
    .product-tabs .product-tabs__details-features .product-tabs__details-content h4 strong,
    .product-tabs .product-tabs__details-features .product-tabs__details-content h5 strong,
    .product-tabs .product-tabs__details-features .product-tabs__details-content .descriptionH1 strong,
    .product-tabs .product-tabs__details-features .product-tabs__details-content .descriptionH2 strong {
      font-weight: 500; }
  .product-tabs .product-tabs__details-description .product-tabs__details-content .descriptionH1,
  .product-tabs .product-tabs__details-features .product-tabs__details-content .descriptionH1 {
    font-size: 24px !important; }
  .product-tabs .product-tabs__details-description .product-tabs__details-content .descriptionH2,
  .product-tabs .product-tabs__details-features .product-tabs__details-content .descriptionH2 {
    font-size: 20px !important; }
  .product-tabs .product-tabs__details-description .product-tabs__details-content h3,
  .product-tabs .product-tabs__details-features .product-tabs__details-content h3 {
    font-size: 20px; }
    .product-tabs .product-tabs__details-description .product-tabs__details-content h3 span,
    .product-tabs .product-tabs__details-features .product-tabs__details-content h3 span {
      font-size: 20px !important; }
  .product-tabs .product-tabs__details-description .product-tabs__details-content h4, .product-tabs .product-tabs__details-description .product-tabs__details-content h5,
  .product-tabs .product-tabs__details-description .product-tabs__details-content .descriptionH3,
  .product-tabs .product-tabs__details-description .product-tabs__details-content .descriptionH4,
  .product-tabs .product-tabs__details-features .product-tabs__details-content h4,
  .product-tabs .product-tabs__details-features .product-tabs__details-content h5,
  .product-tabs .product-tabs__details-features .product-tabs__details-content .descriptionH3,
  .product-tabs .product-tabs__details-features .product-tabs__details-content .descriptionH4 {
    font-size: 16px; }
    .product-tabs .product-tabs__details-description .product-tabs__details-content h4 span, .product-tabs .product-tabs__details-description .product-tabs__details-content h5 span,
    .product-tabs .product-tabs__details-description .product-tabs__details-content .descriptionH3 span,
    .product-tabs .product-tabs__details-description .product-tabs__details-content .descriptionH4 span,
    .product-tabs .product-tabs__details-features .product-tabs__details-content h4 span,
    .product-tabs .product-tabs__details-features .product-tabs__details-content h5 span,
    .product-tabs .product-tabs__details-features .product-tabs__details-content .descriptionH3 span,
    .product-tabs .product-tabs__details-features .product-tabs__details-content .descriptionH4 span {
      font-size: 16px !important; }
  .product-tabs .product-tabs__details-description .product-tabs__details-content ul li strong,
  .product-tabs .product-tabs__details-features .product-tabs__details-content ul li strong {
    font-size: 16px !important; }
  @media (max-width: 749px) {
    .product-tabs .product-tabs__details-description .product-tabs__details-content p iframe,
    .product-tabs .product-tabs__details-features .product-tabs__details-content p iframe {
      width: 100%; } }

.product-tabs__details--specification .product-tabs__details-content--specification {
  background: #F2F2F2;
  padding: 32px;
  margin-top: 16px; }
  .product-tabs__details--specification .product-tabs__details-content--specification table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border: 1px solid #C2C2C2; }
  .product-tabs__details--specification .product-tabs__details-content--specification tr {
    position: relative; }
    .product-tabs__details--specification .product-tabs__details-content--specification tr::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 16px;
      right: 16px;
      height: 1px;
      background: #EBEBEB; }
    .product-tabs__details--specification .product-tabs__details-content--specification tr:first-child th, .product-tabs__details--specification .product-tabs__details-content--specification tr:first-child td {
      padding-top: 16px; }
    .product-tabs__details--specification .product-tabs__details-content--specification tr:last-child::after {
      content: none; }
    .product-tabs__details--specification .product-tabs__details-content--specification tr:last-child th, .product-tabs__details--specification .product-tabs__details-content--specification tr:last-child td {
      padding-bottom: 16px; }
  .product-tabs__details--specification .product-tabs__details-content--specification th,
  .product-tabs__details--specification .product-tabs__details-content--specification td {
    vertical-align: top;
    text-align: left;
    padding: 8px 16px;
    font-size: 16px;
    color: #333; }
  .product-tabs__details--specification .product-tabs__details-content--specification th {
    width: 26%;
    font-weight: 700 !important; }
  .product-tabs__details--specification .product-tabs__details-content--specification td {
    width: 74%;
    font-weight: 400; }
  .product-tabs__details--specification .product-tabs__details-content--specification p {
    margin: 0; }
  .product-tabs__details--specification .product-tabs__details-content--specification p + p {
    margin-top: 4px; }

.product-tabs .product-tabs__details--in_the_box {
  order: 1; }

@media (max-width: 749px) {
  .product-tabs .container {
    padding: 0 26px; } }

@media (max-width: 750px) {
  .product-tabs__details--specification .product-tabs__details-content--specification {
    padding: 16px; }
    .product-tabs__details--specification .product-tabs__details-content--specification th {
      padding: 8px 8px 8px 16px;
      font-size: 16px; }
    .product-tabs__details--specification .product-tabs__details-content--specification td {
      padding: 8px 0;
      font-size: 16px; } }

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

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

.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

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

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

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 750px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #333333;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 71.42857rem; }

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

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

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

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

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

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #D5D5D5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 16px;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 750px) {
    .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: 700;
  padding: 0;
  text-align: right; }

@media (max-width: 1032px) {
  #facetedSearch {
    min-height: calc(100vh - 204px); } }

.facetedSearch-navList {
  display: block;
  position: relative; }
  .facetedSearch-navList .accordion--navList {
    border: none;
    border-radius: 0;
    margin-bottom: 0; }
  .facetedSearch-navList .accordion-block {
    margin-top: 0;
    margin-bottom: 24px;
    padding-bottom: 24px;
    color: #000;
    border-bottom: 1px solid #E6E6E6; }
    .facetedSearch-navList .accordion-block:last-child {
      border-bottom: 0; }
    .facetedSearch-navList .accordion-block .toggleLink:hover, .facetedSearch-navList .accordion-block .toggleLink:focus, .facetedSearch-navList .accordion-block .toggleLink:active, .facetedSearch-navList .accordion-block .toggleLink:focus-visible {
      color: #000; }
    .facetedSearch-navList .accordion-block .toggleLink[data-expanded="true"] .toggleLink-text::after {
      transform: translateY(-50%) rotate(90deg); }
    .facetedSearch-navList .accordion-block .toggleLink-text {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.2;
      text-transform: uppercase;
      position: relative;
      margin-top: 16px; }
      .facetedSearch-navList .accordion-block .toggleLink-text:hover {
        color: #000; }
      .facetedSearch-navList .accordion-block .toggleLink-text::before {
        content: '';
        display: inline-block;
        width: 14px;
        height: 2px;
        background-color: #333333;
        position: absolute;
        top: 10px;
        right: -26px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .facetedSearch-navList .accordion-block .toggleLink-text::after {
        content: '';
        display: inline-block;
        width: 2px;
        height: 14px;
        background-color: #333333;
        position: absolute;
        top: 10px;
        right: -20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
    .facetedSearch-navList .accordion-block .navList-item a:hover, .facetedSearch-navList .accordion-block .navList-item a:focus, .facetedSearch-navList .accordion-block .navList-item a:active, .facetedSearch-navList .accordion-block .navList-item a:focus-visible {
      color: #333333; }
    .facetedSearch-navList .accordion-block .navList-item .navList-action-close {
      display: none; }
    .facetedSearch-navList .accordion-block .navList-item .navList-action--checkbox > span {
      font-size: 14px;
      color: #A12B2B;
      margin-left: 3px; }
  .facetedSearch-navList .accordion-heading {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: uppercase; }
  .facetedSearch-navList .accordion-navigation {
    margin-bottom: 0 !important;
    padding: 0;
    padding-bottom: 0;
    border: none;
    color: currentColor; }
  .facetedSearch-navList .accordion-title {
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: uppercase;
    color: currentColor; }
    @media (min-width: 1033px) and (max-width: 1200px) {
      .facetedSearch-navList .accordion-title {
        font-size: 14px; } }
  .facetedSearch-navList .accordion-content {
    padding: 0;
    padding-top: 8px; }
    .facetedSearch-navList .accordion-content form.actionBar {
      margin-top: 0;
      margin-bottom: 0; }
    .facetedSearch-navList .accordion-content#facetedSearch-content--price {
      padding-top: 16px; }
    .facetedSearch-navList .accordion-content .navList {
      max-height: 290px;
      overflow-y: auto; }
      .facetedSearch-navList .accordion-content .navList::-webkit-scrollbar {
        width: 6px; }
      .facetedSearch-navList .accordion-content .navList::-webkit-scrollbar-track {
        background: transparent; }
      .facetedSearch-navList .accordion-content .navList::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.4);
        border-radius: 10px;
        backdrop-filter: blur(4px); }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }
  @media (max-width: 1032px) {
    .facetedSearch-navList .accordion--navList {
      padding-bottom: 30px; } }

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

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

@media (max-width: 1032px) {
  .facetedSearch-subcategories .accordion--navList {
    padding-bottom: 0; } }

.facetedSearch-refineFilters {
  display: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1.5px solid #E6E6E6; }
  .facetedSearch-refineFilters .sidebarBlock-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px; }
  .facetedSearch-refineFilters.has-results {
    display: block; }
  @media (max-width: 1032px) {
    .facetedSearch-refineFilters {
      margin-bottom: 24px;
      padding-bottom: 24px; }
      .facetedSearch-refineFilters .sidebarBlock .remove-clear-all {
        display: none; } }

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

.reset-filters {
  display: none; }

.facetedSearch-moreLink {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #333333 !important;
  text-decoration: none; }

#facetedSearch-filterItems {
  margin-bottom: 8px; }
  #facetedSearch-filterItems .form-input {
    background: transparent;
    border-color: #D5D5D5;
    border-radius: 0.42857rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTguMDMxIDE2LjYxN0wyMi4zMTQgMjAuODk5TDIwLjg5OSAyMi4zMTRMMTYuNjE3IDE4LjAzMUMxNS4wMjM3IDE5LjMwODIgMTMuMDQyIDIwLjAwMjkgMTEgMjBDNi4wMzIgMjAgMiAxNS45NjggMiAxMUMyIDYuMDMyIDYuMDMyIDIgMTEgMkMxNS45NjggMiAyMCA2LjAzMiAyMCAxMUMyMC4wMDI5IDEzLjA0MiAxOS4zMDgyIDE1LjAyMzcgMTguMDMxIDE2LjYxN1pNMTYuMDI1IDE1Ljg3NUMxNy4yOTQxIDE0LjU2OTkgMTguMDAyOSAxMi44MjA0IDE4IDExQzE4IDcuMTMyIDE0Ljg2NyA0IDExIDRDNy4xMzIgNCA0IDcuMTMyIDQgMTFDNCAxNC44NjcgNy4xMzIgMTggMTEgMThDMTIuODIwNCAxOC4wMDI5IDE0LjU2OTkgMTcuMjk0MSAxNS44NzUgMTYuMDI1TDE2LjAyNSAxNS44NzVaIiBmaWxsPSJibGFjayIvPjwvc3ZnPg==");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: right 12px center; }
    #facetedSearch-filterItems .form-input::placeholder {
      color: #000; }

#facetedSearch-content--rating .rating--small {
  margin-right: 8px; }
  #facetedSearch-content--rating .rating--small .icon {
    height: 1.42857rem;
    width: 1.42857rem; }

#facetedSearch-content--rating .navList-action {
  font-size: 14px; }

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

.banner {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #F2F2F2;
  border-radius: 360px;
  padding: 5px 9px 6px;
  text-decoration: none; }
  .facetLabel .icon {
    height: 1.14286rem;
    width: 1.14286rem;
    display: inline-block;
    fill: black;
    color: black;
    position: relative;
    top: -1px;
    margin-right: 4px; }
  .facetLabel:hover {
    color: #333333; }

.remove-clear-all {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px; }

body {
  overflow-x: hidden; }

.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 {
  width: 100%;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eaeaea; }

.cart-header {
  width: 100%;
  display: none; }
  @media screen and (min-width: 768px) {
    .cart-header {
      display: grid;
      grid-template-columns: auto repeat(8, minmax(0, 1fr)) auto;
      gap: 16px; } }

.cart-header-item {
  font-weight: 400;
  text-align: center; }

.cart-item-price {
  grid-column-start: 4; }

.cart-item {
  width: 100%;
  display: grid;
  position: relative;
  align-items: center; }
  @media (min-width: 551px) {
    .cart-item {
      padding-top: 1rem; } }
  @media screen and (min-width: 768px) {
    .cart-item {
      grid-template-columns: auto repeat(8, minmax(0, 1fr)) auto;
      gap: 16px; } }
  @media (min-width: 1033px) {
    .cart-item {
      padding: 8px 16px; } }
  @media (min-width: 1366px) {
    .cart-item {
      padding: 16px 32px; } }

.cart-item-block {
  text-align: left; }
  .cart-item-block.cart-item-title {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .cart-item-block .definitionList {
    margin: 0; }
  @media (min-width: 551px) {
    .cart-item-block {
      text-align: center; } }

.cart-item .cart-item-figure {
  cursor: pointer; }

.cart-item-figure {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start; }
  .cart-item-figure.cart-header-item {
    width: 106px;
    max-width: 100%; }
    @media (min-width: 1366px) {
      .cart-item-figure.cart-header-item {
        width: 128px; } }

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

.cart-item-image {
  width: 128px;
  height: 128px;
  max-width: 100%;
  object-fit: contain; }
  @media (min-width: 750px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  text-align: left; }
  .cart-item-title .cart-item-name {
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 150%; }
    @media (min-width: 1033px) {
      .cart-item-title .cart-item-name {
        font-size: 16px; } }
    .cart-item-title .cart-item-name .cart-item-name__label {
      text-decoration: none;
      text-overflow: ellipsis;
      display: -webkit-box;
      white-space: inherit;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
      @media screen and (max-width: 767px) {
        .cart-item-title .cart-item-name .cart-item-name__label {
          font-size: 14px; } }
  .cart-item-title .sku {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .cart-header .cart-header-item,
  .cart-header .cart-item-block,
  .cart-item .cart-header-item,
  .cart-item .cart-item-block {
    grid-column: span 2 / span 2; }
  .cart-header .cart-item-figure,
  .cart-item .cart-item-figure {
    grid-column: auto; } }
  @media screen and (min-width: 768px) and (max-width: 1280px) {
    .cart-header .cart-item-figure,
    .cart-item .cart-item-figure {
      padding-left: 32px; } }

@media screen and (min-width: 768px) {
  .cart-header .cart-item-title,
  .cart-item .cart-item-title {
    grid-column: span 4 / span 4; }
  .cart-header .cart-item-close,
  .cart-item .cart-item-close {
    grid-column: span 1 / span 1; } }

@media screen and (min-width: 1366px) {
  .cart-header,
  .cart-item {
    grid-template-columns: auto repeat(16, minmax(0, 1fr)) auto; }
    .cart-header .cart-header-item,
    .cart-header .cart-item-block,
    .cart-item .cart-header-item,
    .cart-item .cart-item-block {
      grid-column: span 3 / span 3; }
    .cart-header .cart-item-figure,
    .cart-item .cart-item-figure {
      grid-column: auto; }
    .cart-header .cart-item-title,
    .cart-item .cart-item-title {
      grid-column: span 8 / span 8; }
    .cart-header .cart-item-close,
    .cart-item .cart-item-close {
      grid-column: span 2 / span 2; } }

.cart-item-block .cart-item-label {
  display: none; }

.cart-item-close {
  display: flex;
  justify-content: flex-end; }
  .cart-item-close.cart-header-item {
    min-width: 24px; }

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

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

.cart-item-quantity .form-increment {
  display: inline-flex;
  vertical-align: middle;
  font-family: "Oswald", Arial, Helvetica, sans-serif; }
  @media (min-width: 750px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

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

.cart-item-brand {
  color: black;
  margin-bottom: 0.21429rem; }

.cart-item-name {
  display: inline-block;
  font-size: 24px;
  margin: 0; }
  .cart-item-name__label {
    display: inline-block; }

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

.cart-remove {
  display: flex;
  align-items: center;
  transition: unset;
  width: 48px;
  height: 48px;
  padding: 12px 14.25px;
  background-color: #F2F2F2;
  border-radius: 50%;
  transition: all .3s ease; }
  .cart-remove svg {
    width: 100%;
    height: 100%; }
  .cart-remove:hover {
    background-color: #7e1f1f;
    color: white; }
    .cart-remove:hover svg {
      fill: white; }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 750px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1033px) {
    .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: 750px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.85714rem;
    padding: 16px;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem center;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left;
    text-transform: capitalize;
    color: #FF0000;
    font-size: 12px;
    line-height: 16px;
    margin: 3px 0 0 0;
    padding-left: 16px; }
  .cart-total .form-inlineMessage:before {
    display: none; }

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

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

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

.cart-total-grandTotal {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 28px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  @media (min-width: 750px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.28571rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 70%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 28%;
    min-height: 48px;
    text-transform: uppercase;
    font-size: 16px; }

.estimator-form {
  margin-bottom: 0;
  text-transform: uppercase; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize; }
  .estimator-form-label .form-label {
    line-height: 2.28571rem;
    margin-bottom: 0;
    color: #333333;
    font-size: 14px; }

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

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0;
    padding-right: 2rem;
    -webkit-text-size-adjust: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    border: 1px solid #c2c2c2;
    background-color: white;
    border-radius: 360px;
    max-width: 100%;
    min-height: 48px;
    height: auto;
    line-height: 22px;
    padding: 0 16px;
    margin: 0; }
    .estimator-form-input .form-input::-webkit-input-placeholder,
    .estimator-form-input .form-select::-webkit-input-placeholder {
      color: #333333;
      opacity: 1;
      visibility: visible;
      position: relative;
      transition: color 0.15s ease; }
    .estimator-form-input .form-input:-ms-input-placeholder,
    .estimator-form-input .form-select:-ms-input-placeholder {
      color: #333333;
      opacity: 1;
      visibility: visible;
      position: relative;
      transition: color 0.15s ease; }
    .estimator-form-input .form-input::placeholder,
    .estimator-form-input .form-select::placeholder {
      color: #333333;
      opacity: 1;
      visibility: visible;
      position: relative;
      transition: color 0.15s ease; }
    .estimator-form-input .form-input:focus::-webkit-input-placeholder,
    .estimator-form-input .form-select:focus::-webkit-input-placeholder {
      opacity: 0;
      visibility: hidden; }
    .estimator-form-input .form-input:focus:-ms-input-placeholder,
    .estimator-form-input .form-select:focus:-ms-input-placeholder {
      opacity: 0;
      visibility: hidden; }
    .estimator-form-input .form-input:focus::placeholder,
    .estimator-form-input .form-select:focus::placeholder {
      opacity: 0;
      visibility: hidden; }
  .estimator-form-input .form-select {
    padding-right: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0;
    text-transform: uppercase; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }
  .cart-actions .b2b-cart-to-quote {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000 !important;
    background: #fff !important;
    border-color: #000 !important; }

.cart-actions-wrap .b2b-cart-to-quote {
  display: none !important; }

.cart-actions-wrap .or-use-label {
  text-align: center !important; }

@media screen and (max-width: 551px) {
  .cart-actions-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 21;
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    box-shadow: 0px -4px 4px 0px #0000000D;
    border-top: 1px solid #e5e5e5;
    padding: 8px; }
    .cart-actions-wrap .cart-content-padding-right {
      padding-right: 0; }
      .cart-actions-wrap .cart-content-padding-right .button {
        margin-top: 0 !important; }
        .cart-actions-wrap .cart-content-padding-right .button span {
          line-height: 1; } }

.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: 85.71429rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

.previewCartItem-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.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: 375px) {
    .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.21429rem; }

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

.previewCartAction-checkout {
  padding-right: 0.35714rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

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

.page--cart .page-heading {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 40px; }
  @media screen and (max-width: 767px) {
    .page--cart .page-heading {
      margin-bottom: 8px;
      font-size: 26px;
      text-align: left; } }

.cart-content.cart-content-custom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  gap: 32px;
  padding: 0; }
  .cart-content.cart-content-custom .cart-content-left {
    flex: 1; }
    .cart-content.cart-content-custom .cart-content-left .cart {
      border: 1px solid #E6E6E6;
      background: #fff;
      border-radius: 10px; }
      .cart-content.cart-content-custom .cart-content-left .cart .cart-header {
        padding: 13px 32px;
        background: #F2F2F2;
        color: #000;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
        .cart-content.cart-content-custom .cart-content-left .cart .cart-header .cart-header-item {
          font-family: "Oswald", Arial, Helvetica, sans-serif;
          font-weight: 600;
          font-size: 20px;
          text-transform: uppercase; }
        @media screen and (min-width: 768px) and (max-width: 1280px) {
          .cart-content.cart-content-custom .cart-content-left .cart .cart-header {
            padding-right: 0;
            padding-left: 0; } }
      .cart-content.cart-content-custom .cart-content-left .cart .cart-item {
        border: 0; }
        .cart-content.cart-content-custom .cart-content-left .cart .cart-item .cart-item-value {
          font-size: 18px;
          font-family: "Oswald", Arial, Helvetica, sans-serif;
          color: #000; }
        .cart-content.cart-content-custom .cart-content-left .cart .cart-item .cart-item-value.price--discounted {
          margin-right: 8px;
          color: #707070; }
  .cart-content.cart-content-custom .cart-content-right {
    width: 456px; }
    @media screen and (min-width: 1281px) {
      .cart-content.cart-content-custom .cart-content-right {
        padding-right: 24px; } }
    .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper {
      background: rgba(242, 242, 242, 0.5);
      border-radius: 10px; }
      .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper:before, .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper:after {
        content: " ";
        display: table; }
      .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper:after {
        clear: both; }
      .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals-title {
        font-weight: 600;
        font-size: 20px;
        padding: 16px;
        text-align: left;
        margin: 0;
        background-color: #F2F2F2;
        border-radius: 10px 10px 0 0;
        text-transform: uppercase; }
        @media screen and (min-width: 750px) {
          .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals-title {
            font-size: 28px;
            padding: 11px; } }
      .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals {
        width: 100%;
        margin: 0;
        padding: 8px 0; }
        @media screen and (min-width: 750px) {
          .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals {
            padding: 12px 0 16px; } }
        .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .cart-total {
          padding: 8px 16px;
          line-height: 25px; }
          .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .cart-total + .cart-total {
            border-top: 0; }
          @media screen and (min-width: 750px) {
            .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .cart-total {
              padding: 8px 16px; } }
        .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .cart-total-label {
          font-weight: 400;
          font-size: 16px;
          padding: 0;
          line-height: 150%;
          color: #000000; }
          @media (min-width: 1033px) {
            .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .cart-total-label {
              font-size: 16px; } }
          .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .cart-total-label strong {
            font-weight: 400; }
        .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .cart-total-value {
          font-size: 16px;
          padding: 0;
          color: #000; }
          .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .cart-total-value.cart-total-grandTotal {
            font-size: 22px;
            font-weight: 600;
            line-height: 120%; }
          @media (min-width: 1033px) {
            .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .cart-total-value {
              font-size: 16px; }
              .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .cart-total-value.cart-total-grandTotal {
                font-size: 32px; } }
        .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .cart-total:has(.cart-total-grandTotal) {
          margin-top: 33px;
          position: relative;
          padding: 0 16px; }
          .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .cart-total:has(.cart-total-grandTotal) .cart-total-label strong {
            font-weight: 700;
            font-size: 18px; }
            @media screen and (max-width: 767px) {
              .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .cart-total:has(.cart-total-grandTotal) .cart-total-label strong {
                font-size: 16px; } }
          .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .cart-total:has(.cart-total-grandTotal)::before {
            content: '';
            border-top: 1px solid #ebebeb;
            width: calc(100% - 32px);
            top: -16px;
            position: absolute; }
        .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .shipping-estimator dl {
          margin-top: 1rem;
          display: inline-block; }
        .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .shipping-estimator .shipping-quotes ul {
          margin-left: 0; }
        .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .shipping-estimator .shipping-quotes dl {
          display: block;
          margin-top: 0; }
        .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .shipping-estimator .shipping-quotes .estimator-form-input--price {
          width: 20%; }
        .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .coupon-form {
          margin-top: 1rem;
          display: inline-block;
          width: 100%; }
        .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .coupon-code-add,
        .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .coupon-code-cancel,
        .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .shipping-estimate-show,
        .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .gift-certificate-add,
        .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .gift-certificate-cancel {
          text-underline-offset: 0.2rem;
          color: #474747; }
          .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .coupon-code-add:hover,
          .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .coupon-code-cancel:hover,
          .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .shipping-estimate-show:hover,
          .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .gift-certificate-add:hover,
          .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .gift-certificate-cancel:hover {
            color: #a12b2b; }
        .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals #add-certificate form {
          display: inline-block;
          width: 100%;
          margin-top: 1rem; }
    .cart-content.cart-content-custom .cart-content-right #paypal-bt-cart-messaging-banner {
      display: none; }
    .cart-content.cart-content-custom .cart-content-right .cart-actions {
      justify-content: center; }
      .cart-content.cart-content-custom .cart-content-right .cart-actions .button {
        margin-top: 16px;
        width: 100%;
        font-weight: 500;
        font-size: 20px;
        text-align: center;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 1280px) {
          .cart-content.cart-content-custom .cart-content-right .cart-actions .button {
            font-size: 16px;
            min-height: 46px;
            margin-left: auto;
            margin-right: auto; }
            .cart-content.cart-content-custom .cart-content-right .cart-actions .button.b2b-cart-to-quote {
              border-radius: 36px;
              font-family: "Oswald", Arial, Helvetica, sans-serif;
              margin-inline: 0; }
            .cart-content.cart-content-custom .cart-content-right .cart-actions .button.b2b-cart-to-quote:active {
              color: white !important;
              background: #7e1f1f !important;
              border-color: #7e1f1f !important; }
            .cart-content.cart-content-custom .cart-content-right .cart-actions .button svg {
              width: 32px;
              height: 32px;
              padding: 7px; } }
      .cart-content.cart-content-custom .cart-content-right .cart-actions .button.back-link {
        font-size: 16px;
        padding: 0 16px;
        color: #000;
        background: #fff;
        border-color: #000; }
        .cart-content.cart-content-custom .cart-content-right .cart-actions .button.back-link:active {
          color: white;
          background: #7e1f1f;
          border-color: #7e1f1f; }
        @media screen and (min-width: 551px) {
          .cart-content.cart-content-custom .cart-content-right .cart-actions .button.back-link {
            display: none; } }
      @media screen and (min-width: 1281px) {
        .cart-content.cart-content-custom .cart-content-right .cart-actions .button.b2b-cart-to-quote {
          min-height: unset;
          border: none;
          background-color: transparent;
          text-decoration: underline;
          text-underline-offset: 3px !important;
          font-family: "Lato", Arial, Helvetica, sans-serif;
          font-size: 16px;
          color: #333333 !important;
          font-weight: 600;
          margin-inline: 0; }
          .cart-content.cart-content-custom .cart-content-right .cart-actions .button.b2b-cart-to-quote:hover {
            color: #A12B2B !important; } }
      @media (max-width: 749px) {
        .cart-content.cart-content-custom .cart-content-right .cart-actions.cart-content-padding-right {
          padding-right: 0; } }
    .cart-content.cart-content-custom .cart-content-right .shipping-notice {
      text-align: center;
      display: block;
      font-size: 12px;
      color: #757575;
      margin-top: 24px; }
    .cart-content.cart-content-custom .cart-content-right .cart-additionalCheckoutButtons {
      width: 100%;
      margin-top: 8px;
      padding: 0; }
      .cart-content.cart-content-custom .cart-content-right .cart-additionalCheckoutButtons .express-checkout-container {
        text-align: center; }
      .cart-content.cart-content-custom .cart-content-right .cart-additionalCheckoutButtons h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 22.4px;
        text-align: center;
        margin: 0;
        background: #f8f7f3;
        display: inline-block;
        position: relative;
        top: 12px;
        padding: 0 16px; }
      .cart-content.cart-content-custom .cart-content-right .cart-additionalCheckoutButtons .express-or {
        display: none; }
      .cart-content.cart-content-custom .cart-content-right .cart-additionalCheckoutButtons .express-checkout-buttons {
        border: 1px solid #C4C4C4;
        border-radius: 16px;
        padding: 24px 24px 16px; }
        .cart-content.cart-content-custom .cart-content-right .cart-additionalCheckoutButtons .express-checkout-buttons .or-use-label {
          display: none; }
        .cart-content.cart-content-custom .cart-content-right .cart-additionalCheckoutButtons .express-checkout-buttons .CheckoutButton {
          margin-bottom: 8px; }
    .cart-content.cart-content-custom .cart-content-right .shipping-notice.hidden-pc {
      display: none; }
  @media screen and (max-width: 1600px) {
    .cart-content.cart-content-custom .cart-content-left {
      width: calc(100% - 380px); }
    .cart-content.cart-content-custom .cart-content-right {
      width: 380px; } }
  @media screen and (max-width: 1280px) {
    .cart-content.cart-content-custom {
      flex-direction: column; }
      .cart-content.cart-content-custom .cart-content-left {
        width: 100%; }
        .cart-content.cart-content-custom .cart-content-left .cart {
          border: 0;
          border-radius: 0; }
      .cart-content.cart-content-custom .cart-content-right {
        width: 100%; } }
  @media screen and (max-width: 991px) {
    .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .cart-total:last-child .cart-total-label {
      text-align: left; }
    .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .cart-total-label {
      text-align: left; }
    .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .cart-total-value {
      width: 50%;
      text-align: right; } }
  @media screen and (max-width: 767px) {
    .cart-content.cart-content-custom {
      gap: 24px; }
      .cart-content.cart-content-custom .cart-content-left {
        width: 100%; }
        .cart-content.cart-content-custom .cart-content-left .cart .cart-item {
          grid-template-areas: "image title" "image price" "image info";
          grid-template-columns: auto 1fr;
          gap: 8px 20px;
          padding: 16px 16px; }
          .cart-content.cart-content-custom .cart-content-left .cart .cart-item .cart-item-block {
            text-align: left; }
          .cart-content.cart-content-custom .cart-content-left .cart .cart-item .cart-item-figure {
            grid-area: image;
            width: 128px; }
          .cart-content.cart-content-custom .cart-content-left .cart .cart-item .cart-item-title {
            grid-area: title; }
            .cart-content.cart-content-custom .cart-content-left .cart .cart-item .cart-item-title .cart-item-name {
              font-size: 16px;
              line-height: 22.4px; }
          .cart-content.cart-content-custom .cart-content-left .cart .cart-item .cart-item-quantity {
            grid-area: info; }
          .cart-content.cart-content-custom .cart-content-left .cart .cart-item .cart-item-total {
            grid-area: price; }
          .cart-content.cart-content-custom .cart-content-left .cart .cart-item .cart-item-close {
            grid-area: info;
            margin-left: 122px;
            justify-content: flex-start; }
          .cart-content.cart-content-custom .cart-content-left .cart .cart-item:nth-child(2) {
            border-top: 0; }
          .cart-content.cart-content-custom .cart-content-left .cart .cart-item .cart-item-value {
            font-size: 18px;
            line-height: 120%; }
          .cart-content.cart-content-custom .cart-content-left .cart .cart-item:not(:first-child) {
            margin-top: 8px; }
      .cart-content.cart-content-custom .cart-content-right .shipping-notice {
        display: none; }
      .cart-content.cart-content-custom .cart-content-right .cart-additionalCheckoutButtons {
        margin-top: 0; }
        .cart-content.cart-content-custom .cart-content-right .cart-additionalCheckoutButtons .express-checkout-buttons {
          border: 0;
          padding: 0;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-around;
          flex-direction: row-reverse;
          gap: 13px;
          font-size: 0;
          letter-spacing: 0; }
          .cart-content.cart-content-custom .cart-content-right .cart-additionalCheckoutButtons .express-checkout-buttons .CheckoutButton {
            width: calc(50% - 6.5px);
            margin-bottom: 0; }
            .cart-content.cart-content-custom .cart-content-right .cart-additionalCheckoutButtons .express-checkout-buttons .CheckoutButton.BraintreePaypalCreditCheckout, .cart-content.cart-content-custom .cart-content-right .cart-additionalCheckoutButtons .express-checkout-buttons .CheckoutButton.BraintreeVenmoCheckout {
              display: none; }
        .cart-content.cart-content-custom .cart-content-right .cart-additionalCheckoutButtons h3 {
          font-size: 12px;
          line-height: 14.22px;
          font-weight: 700;
          position: inherit;
          margin-bottom: 18px; }
        .cart-content.cart-content-custom .cart-content-right .cart-additionalCheckoutButtons .express-or {
          display: block;
          font-size: 12px;
          line-height: 14.22px;
          margin-top: 16px;
          margin-bottom: 16px; }
      .cart-content.cart-content-custom .cart-content-right .cart-content-action {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
        background: #f8f7f3;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.08);
        border-top: 1px solid #E5E5E5;
        padding: 8px 8px 2px; }
      .cart-content.cart-content-custom .cart-content-right .shipping-notice.hidden-pc {
        display: block; } }
  @media (min-width: 1033px) {
    .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .cart-total-label.cart-total-grandTotal-label {
      width: 100px; }
    .cart-content.cart-content-custom .cart-content-right .cart-total-wrapper .cart-totals .cart-total-value.cart-total-grandTotal {
      width: calc(100% - 100px); } }

.page--cart .back-link {
  margin-top: 24px;
  font-weight: 600;
  font-size: 16px;
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  text-underline-offset: 5px; }
  .page--cart .back-link svg {
    margin-right: 2px; }
  @media screen and (max-width: 767px) {
    .page--cart .back-link {
      display: none; } }

.page.page--cart {
  margin: 0;
  overflow-x: hidden; }
  .page.page--cart .page-content {
    float: none;
    padding: 32px 0 0; }
    @media screen and (max-width: 767px) {
      .page.page--cart .page-content {
        padding: 16px 0 0; } }

.cards-page-cart {
  --grid-item-offset: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px; }
  @media (min-width: 750px) {
    .cards-page-cart {
      margin-bottom: 80px; } }
  .cards-page-cart .card {
    background: #FAF2E2;
    border-radius: 16px;
    padding: 20px 40px;
    width: 100%;
    max-width: 100%;
    margin: 0; }
    @media (min-width: 750px) {
      .cards-page-cart .card {
        border-radius: 24px;
        padding: 24px 40px;
        width: calc(100% / 2 - var(--grid-item-offset)*(2 - 1) / 2);
        max-width: calc(100% / 2 - var(--grid-item-offset)*(2 - 1) / 2); } }
  .cards-page-cart h2 {
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 16px; }
  .cards-page-cart p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 16px; }
  .cards-page-cart .inline-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%; }
    .cards-page-cart .inline-link.phone {
      text-decoration: none;
      display: inline-flex;
      gap: 4px; }
      .cards-page-cart .inline-link.phone .icon {
        width: 24px;
        height: 24px; }
      .cards-page-cart .inline-link.phone .icon:before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2Ljg4IDIxSDE2LjgxQzEwLjE4IDIwIDMuOTk5OTggMTMuODQgMi45OTk5OCA3LjIxQzIuOTg1NzYgNy4xMzQ3IDIuOTkwMTggNy4wNTcwNyAzLjAxMjg0IDYuOTgzODZDMy4wMzU1IDYuOTEwNjYgMy4wNzU3MSA2Ljg0NDEgMy4xMjk5OCA2Ljc5TDYuNzE5OTggMy4xM0M2Ljc3MjczIDMuMDgyOTYgNi44MzQ1MyAzLjA0NzE3IDYuOTAxNTggMy4wMjQ4MkM2Ljk2ODY0IDMuMDAyNDcgNy4wMzk1NSAyLjk5NDAyIDcuMTA5OTcgM0M3LjE4MTIzIDMuMDAzODIgNy4yNTA2NyAzLjAyMzgyIDcuMzEzMDUgMy4wNTg0N0M3LjM3NTQyIDMuMDkzMTIgNy40MjkwOSAzLjE0MTUyIDcuNDY5OTggMy4yTDEwLjY3IDcuNDRDMTAuNzQzNSA3LjUzNzIgMTAuNzc5IDcuNjU3OTIgMTAuNzY5OCA3Ljc3OTQ2QzEwLjc2MDYgNy45MDEgMTAuNzA3MyA4LjAxNDk5IDEwLjYyIDguMUw4Ljg4OTk4IDkuNzhDOS4xOTYwMiAxMS4wODQ4IDkuODU5NjkgMTIuMjc4NSAxMC44MDY1IDEzLjIyNzFDMTEuNzUzMyAxNC4xNzU2IDEyLjk0NTcgMTQuODQxNSAxNC4yNSAxNS4xNUwxNS44OSAxMy4zOUMxNS45NzI5IDEzLjI5NjQgMTYuMDg4NSAxMy4yMzggMTYuMjEzMSAxMy4yMjY5QzE2LjMzNzYgMTMuMjE1NyAxNi40NjE3IDEzLjI1MjYgMTYuNTYgMTMuMzNMMjAuOCAxNi41QzIwLjg1ODEgMTYuNTQzMiAyMC45MDYyIDE2LjU5ODUgMjAuOTQwOCAxNi42NjIyQzIwLjk3NTQgMTYuNzI1OCAyMC45OTU4IDE2Ljc5NjIgMjEuMDAwNiAxNi44Njg0QzIxLjAwNTQgMTYuOTQwNyAyMC45OTQzIDE3LjAxMzIgMjAuOTY4MyAxNy4wODA4QzIwLjk0MjMgMTcuMTQ4NCAyMC45MDE5IDE3LjIwOTUgMjAuODUgMTcuMjZMMTcuMjMgMjAuODhDMTcuMTMyOSAyMC45NjMzIDE3LjAwNzcgMjEuMDA2MiAxNi44OCAyMVpNMy45OTk5OCA3LjMxQzQuNjU4MyAxMC40MzA2IDYuMjEwNiAxMy4yOTIxIDguNDY3NTIgMTUuNTQ1NEMxMC43MjQ0IDE3Ljc5ODggMTMuNTg4NCAxOS4zNDY2IDE2LjcxIDIwTDE5LjcxIDE3TDE2LjI4IDE0LjQyTDE0LjggMTZDMTQuNzQ0NyAxNi4wNTk5IDE0LjY3NiAxNi4xMDU2IDE0LjU5OTQgMTYuMTMzNUMxNC41MjI5IDE2LjE2MTMgMTQuNDQwOCAxNi4xNzA0IDE0LjM2IDE2LjE2QzEyLjc1MDkgMTUuODQ2NyAxMS4yNzIzIDE1LjA1OTUgMTAuMTE0IDEzLjg5OTRDOC45NTU3NCAxMi43Mzk0IDguMTcwNzggMTEuMjU5NiA3Ljg1OTk3IDkuNjVDNy44NDcwNiA5LjU3MjM1IDcuODUzMDMgOS40OTI3MyA3Ljg3NzQgOS40MTc4OEM3LjkwMTc3IDkuMzQzMDMgNy45NDM4MiA5LjI3NTE2IDcuOTk5OTggOS4yMkw5LjYwOTk3IDcuNjZMNi45OTk5OCA0LjI0TDMuOTk5OTggNy4zMVoiIGZpbGw9IiMyMTFFMjIiLz4KPC9zdmc+Cg==); }
      .cards-page-cart .inline-link.phone span:not(.icon) {
        text-decoration: underline; }

.cart__cross-sell {
  padding-left: 24px;
  padding-right: 24px; }
  .cart__cross-sell .previewCartItem {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center; }
  .cart__cross-sell .previewCartItem-image {
    width: 33.33%; }
  .cart__cross-sell .previewCartItem-content {
    width: calc(100% - 33.33%); }
  .cart__cross-sell .cart__cross-sell-title {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 16px; }
  .cart__cross-sell .previewCartItem-name {
    margin-bottom: 8px; }
  .cart__cross-sell .product-grid__item {
    border: 1px solid #D5D5D5;
    border-radius: 8px;
    background: #fff; }
  .cart__cross-sell .button {
    margin-top: 16px;
    width: 100%; }

.cart-empty .page-heading {
  display: none; }

div.dropdown-cart-custom .dropdown-cart {
  z-index: 101; }

.cart-item-preOrderMessage {
  margin-bottom: 8px; }

.modal--CartEditProductFieldsForm .modal-header-title {
  font-size: 20px;
  text-align: left;
  text-transform: uppercase; }
  @media (min-width: 750px) {
    .modal--CartEditProductFieldsForm .modal-header-title {
      font-size: 28px; } }

.modal--CartEditProductFieldsForm .modal-close {
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .modal--CartEditProductFieldsForm .modal-close svg {
    width: 40px;
    height: 40px; }
  .modal--CartEditProductFieldsForm .modal-close:hover {
    background-color: #000;
    border-radius: 6px; }
    .modal--CartEditProductFieldsForm .modal-close:hover svg {
      color: #fff;
      fill: #fff; }

.modal--CartEditProductFieldsForm .modal-header {
  padding-left: 24px;
  padding-right: 70px; }

@media screen and (max-width: 550px) {
  .modal--CartEditProductFieldsForm .form-actions {
    margin-top: 20px; } }

.CartEditProduct-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 24px; }

#CartEditProductFieldsForm .form-select,
#CartEditProductFieldsForm .form-input {
  max-width: 100%; }

#CartEditProductFieldsForm .form-select {
  height: 48px;
  line-height: 1.5;
  padding: 10px 24px 10px 16px;
  font-size: 16px;
  border: 1.5px solid #000;
  color: #000;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgNy41TDEwIDEyLjVMMTUgNy41IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-position: right 10px top 13px;
  background-size: 20px; }

#CartEditProductFieldsForm .form-field {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 0;
  min-width: fit-content; }
  #CartEditProductFieldsForm .form-field .form-label {
    color: #000;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px; }
    #CartEditProductFieldsForm .form-field .form-label [data-option-value] {
      color: #333333; }
    #CartEditProductFieldsForm .form-field .form-label:last-child {
      margin-bottom: 0; }
    #CartEditProductFieldsForm .form-field .form-label small {
      color: #FF0000;
      position: static;
      vertical-align: middle;
      padding-left: 0;
      margin-left: 0; }
  #CartEditProductFieldsForm .form-field .form-option-variant {
    font-size: 14px; }
  #CartEditProductFieldsForm .form-field--checkbox {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #c2c2c2;
    border-color: white;
    padding: 16px; }
    #CartEditProductFieldsForm .form-field--checkbox .form-label .title {
      display: block;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 4px; }
  #CartEditProductFieldsForm .form-field:not(:last-child) {
    margin-bottom: 16px; }
    @media (min-width: 750px) {
      #CartEditProductFieldsForm .form-field:not(:last-child) {
        margin-bottom: 24px; } }

#CartEditProductFieldsForm .form-actions .button {
  width: 100%; }

@media (min-width: 1600px) {
  #CartEditProductFieldsForm .form-field--checkbox {
    padding-left: 24px;
    padding-right: 24px; } }

.related-products--cart-page {
  background-color: #F2F2F2;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block; }
  .related-products--cart-page .productCarousel:before,
  .related-products--cart-page .productCarousel:after {
    display: none; }
  .related-products--cart-page .productCarousel.product-card-placeholders {
    position: relative; }
    .related-products--cart-page .productCarousel.product-card-placeholders::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 50px;
      height: 50px;
      border: 2px solid #e0e0e0;
      border-top-color: #333;
      border-radius: 50%;
      -webkit-animation: card-btn-spinner .8s linear infinite;
      animation: card-btn-spinner .8s linear infinite;
      z-index: 4;
      display: block; }
  .related-products--cart-page .productCarousel {
    width: 100%; }
  .related-products--cart-page .row[data-slick] {
    width: 100% !important; }
    .related-products--cart-page .row[data-slick] .slick-list {
      width: 100%; }
  .related-products--cart-page .row {
    display: flex; }
    .related-products--cart-page .row .card-body .card-sku,
    .related-products--cart-page .row .card-body .card-text,
    .related-products--cart-page .row .card-body .text-usually-arrives {
      display: none; }
  .related-products--cart-page .row:not(.slick-initialized) {
    display: flex; }
  .related-products--cart-page .card-product--placeholder {
    pointer-events: none;
    padding: 8px;
    background: #F2F2F2; }
    .related-products--cart-page .card-product--placeholder .media {
      position: relative; }
    .related-products--cart-page .card-product--placeholder .product-card-placeholder__image,
    .related-products--cart-page .card-product--placeholder .product-card-placeholder__line {
      background: #F2F2F2; }
    .related-products--cart-page .card-product--placeholder .product-card-placeholder__image {
      position: absolute;
      inset: 0;
      border-radius: 0; }
    .related-products--cart-page .card-product--placeholder .product-card-placeholder__line {
      height: 48px;
      border-radius: 0; }
      .related-products--cart-page .card-product--placeholder .product-card-placeholder__line--title {
        height: 72px; }
      .related-products--cart-page .card-product--placeholder .product-card-placeholder__line--price {
        margin-top: 8px; }
    .related-products--cart-page .card-product--placeholder .card-body {
      min-height: 201px; }
    @media (max-width: 1024px) {
      .related-products--cart-page .card-product--placeholder .card-body {
        min-height: 147px; } }
    @media (max-width: 749px) {
      .related-products--cart-page .card-product--placeholder .product-card-placeholder__line--price + .product-card-placeholder__line--price {
        display: none; } }
  @media screen and (max-width: 1032px) {
    .related-products--cart-page {
      padding-top: 40px;
      padding-bottom: 40px; }
      .related-products--cart-page .productCarousel {
        margin: 0 -4px; }
        .related-products--cart-page .productCarousel.product-card-placeholders {
          margin: 0; }
      .related-products--cart-page .product-card-placeholders .grid__item {
        width: calc(100% / 3 - var(--grid-item-offset)*(3 - 1) / 3);
        max-width: calc(100% / 3 - var(--grid-item-offset)*(3 - 1) / 3); }
      .related-products--cart-page .product-card-placeholders .grid__item:nth-child(n+4) {
        display: none; } }
  @media screen and (max-width: 749px) {
    .related-products--cart-page .row[data-slick] .slick-prev {
      left: -4px; }
    .related-products--cart-page .row[data-slick] .slick-next {
      right: -4px; }
    .related-products--cart-page .product-card-placeholders .grid__item {
      width: calc(100% / 2 - var(--grid-item-offset)*(2 - 1) / 2);
      max-width: calc(100% / 2 - var(--grid-item-offset)*(2 - 1) / 2); }
    .related-products--cart-page .product-card-placeholders .grid__item:nth-child(n+3) {
      display: none; } }

@keyframes product-tab-placeholder-shimmer {
  0% {
    background-position: 0% 50%; }
  100% {
    background-position: 200% 50%; } }

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

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

.panel--address {
  font-size: 14px;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left;
    gap: 8px !important; }
    .panel--address .form-actions .button {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

.address-title {
  margin: 0 0 16px;
  text-transform: none;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400; }

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

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

.address-label,
.address-description {
  display: inline-block;
  font-size: 14px;
  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: #a12b2b; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }
  .address-addNew .address-symbol svg {
    width: 48px;
    height: 48px; }

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

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem;
  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: 750px) {
    .videoGallery-item {
      width: 50%; } }

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

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

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

.video-description {
  font-size: 14px;
  margin-bottom: 0; }

.previewCart {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #F2F2F2; }
  .previewCart__header {
    position: relative;
    padding: 16px 16px 8px;
    background: transparent;
    display: inline-flex;
    text-align: left; }
    .previewCart__header svg {
      margin-right: 8px;
      width: 24px;
      height: 24px; }
    .previewCart__header .text {
      display: inline-flex;
      align-items: center;
      font-size: 16px;
      font-weight: 400;
      color: #333333;
      line-height: 1.5;
      color: #000000; }
      @media screen and (min-width: 750px) {
        .previewCart__header .text {
          font-size: 18px; } }
    .previewCart__header .cart-quantity {
      background: transparent;
      position: relative;
      top: unset;
      left: unset;
      right: unset;
      bottom: unset;
      width: auto;
      height: auto;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      color: currentColor;
      display: inline-block;
      vertical-align: top;
      margin-right: 2px; }
  .previewCart__body {
    display: block;
    position: relative;
    flex-grow: 1;
    padding: 0px 16px 16px;
    overflow-y: auto;
    scrollbar-gutter: stable; }
    .previewCart__body::-webkit-scrollbar {
      width: 6px; }
    .previewCart__body::-webkit-scrollbar-track {
      background: transparent; }
    .previewCart__body::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.4);
      border-radius: 10px;
      backdrop-filter: blur(4px); }
  .previewCart__footer {
    position: sticky;
    top: auto;
    left: 0;
    bottom: 0;
    padding: 16px;
    background: #FFFFFF;
    border-top: 1px solid #C2C2C2; }
  .previewCart .previewCartList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .previewCart .previewCartItem {
    display: block;
    max-width: 100%;
    line-height: unset;
    padding: 16px;
    font-size: 0;
    margin: 0;
    letter-spacing: 0;
    border: none;
    border-radius: 0.71429rem;
    background: #fff; }
  .previewCart .previewCartItem-image {
    display: inline-block;
    vertical-align: top;
    width: 128px;
    padding: 0;
    position: relative;
    text-align: center; }
    .previewCart .previewCartItem-image::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 100%;
      width: 100%; }
    .previewCart .previewCartItem-image img {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      max-height: unset; }
  .previewCart .previewCartItem-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 128px);
    padding: 0 0 0 20px;
    position: relative; }
  .previewCart .previewCartItem-name {
    overflow-wrap: break-word;
    margin: 0;
    position: relative; }
    .previewCart .previewCartItem-name > a {
      font-family: "Oswald", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.5;
      color: #333333;
      margin: 0 0 4px 0;
      text-transform: uppercase;
      overflow: hidden;
      position: relative;
      text-overflow: ellipsis;
      display: -webkit-box;
      white-space: inherit;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
      @media screen and (min-width: 750px) {
        .previewCart .previewCartItem-name > a {
          font-size: 16px; } }
  .previewCart .previewCartSKU {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 8px; }
  .previewCart .previewCartItem-options {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 30px 0 0;
    width: auto; }
  .previewCart .previewCartItem-price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: currentColor;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-bottom: 8px; }
    .previewCart .previewCartItem-price p {
      font-size: 14px;
      font-weight: 700;
      color: currentColor;
      line-height: 1.5;
      margin: 0;
      text-transform: capitalize; }
  .previewCart .previewCartItem-qty {
    display: inline-flex;
    margin: 0;
    padding: 0;
    position: relative;
    gap: 0.71429rem; }
    .previewCart .previewCartItem-qty .form-increment {
      width: 112px;
      padding: 12px; }
      .previewCart .previewCartItem-qty .form-increment .button {
        height: 1.71429rem;
        width: 1.71429rem;
        padding: 2px; }
        .previewCart .previewCartItem-qty .form-increment .button svg {
          width: 100%;
          height: 100%; }
  .previewCart .previewCartItem-remove {
    display: flex;
    align-items: center;
    transition: unset;
    width: 48px;
    height: 48px;
    padding: 12px 14.25px;
    background-color: #F2F2F2;
    border-radius: 50%;
    transition: all .3s ease; }
    .previewCart .previewCartItem-remove svg {
      width: 100%;
      height: 100%; }
    .previewCart .previewCartItem-remove:hover {
      background-color: #7e1f1f;
      color: white; }
      .previewCart .previewCartItem-remove:hover svg {
        fill: white; }
  .previewCart .previewCartTotalsPrice {
    list-style: none;
    margin: 0 0 16px;
    padding: 0; }
  .previewCart .previewCartTotals {
    display: block;
    font-size: 0;
    padding: 0 8px;
    letter-spacing: 0; }
    .previewCart .previewCartTotals:before, .previewCart .previewCartTotals:after {
      content: " ";
      display: table; }
    .previewCart .previewCartTotals:after {
      clear: both; }
    .previewCart .previewCartTotals .previewCartTotals-label {
      padding: 0;
      display: inline-block;
      vertical-align: top;
      width: 120px;
      text-align: left;
      color: black;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      text-transform: capitalize; }
      @media screen and (min-width: 750px) {
        .previewCart .previewCartTotals .previewCartTotals-label {
          font-size: 18px; } }
    .previewCart .previewCartTotals .previewCartTotals-value {
      padding: 0;
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 120px);
      text-align: right;
      color: #333333;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.5;
      text-transform: uppercase; }
      @media screen and (min-width: 750px) {
        .previewCart .previewCartTotals .previewCartTotals-value {
          font-size: 16px; } }
    .previewCart .previewCartTotals.subTotal {
      margin-top: 8px; }
      .previewCart .previewCartTotals.subTotal .previewCartTotals-label,
      .previewCart .previewCartTotals.subTotal .previewCartTotals-value {
        font-family: "Lato", Arial, Helvetica, sans-serif;
        font-weight: 700; }
      .previewCart .previewCartTotals.subTotal .previewCartTotals-label {
        line-height: 33px; }
        @media screen and (min-width: 750px) {
          .previewCart .previewCartTotals.subTotal .previewCartTotals-label {
            line-height: 48px; } }
      .previewCart .previewCartTotals.subTotal .previewCartTotals-value {
        font-family: "Oswald", Arial, Helvetica, sans-serif;
        font-size: 22px;
        font-weight: 600;
        text-decoration: none;
        color: #000; }
        @media screen and (min-width: 750px) {
          .previewCart .previewCartTotals.subTotal .previewCartTotals-value {
            font-size: 32px; } }
    .previewCart .previewCartTotals.grandTotal .previewCartTotals-label,
    .previewCart .previewCartTotals.grandTotal .previewCartTotals-value {
      font-family: "Lato", Arial, Helvetica, sans-serif;
      font-weight: 700; }
  .previewCart .previewCartAction {
    border: 0;
    display: flex;
    flex-direction: column;
    font-size: 0;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    width: auto;
    gap: 8px; }
    .previewCart .previewCartAction::before, .previewCart .previewCartAction::after {
      content: none; }
    .previewCart .previewCartAction .previewCartAction-checkout,
    .previewCart .previewCartAction .previewCartAction-viewCart {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding: 0;
      margin: 0; }
      .previewCart .previewCartAction .previewCartAction-checkout .button,
      .previewCart .previewCartAction .previewCartAction-viewCart .button {
        width: 100%;
        min-height: 46px;
        font-size: 16px;
        text-transform: uppercase; }
    @media (min-width: 750px) {
      .previewCart .previewCartAction {
        flex-direction: row;
        gap: 16px; } }

.previewCart-emptyBody {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  padding: 3rem;
  border: 1px solid transparent; }

.previewCartView {
  display: block;
  width: 100%;
  text-align: center; }
  .previewCartView .productView-image {
    display: inline-block;
    vertical-align: top;
    width: 100px; }
  .previewCartView .productView-details {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
    text-align: left; }
  .previewCartView .productView-brand {
    line-height: 28px;
    font-size: 12px;
    font-weight: 400;
    color: black;
    margin-bottom: 3px; }
  .previewCartView .productView-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px; }
  .previewCartView .productView-price {
    font-size: 14px;
    color: #333333;
    margin: 0 0 5px 0; }
  .previewCartView .productView-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0; }
    .previewCartView .productView-info + .productView-info {
      margin-top: 4px; }
  .previewCartView .productView-info-name,
  .previewCartView .productView-info-value {
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    margin: 0; }
  .previewCartView .productView-info-name {
    color: black; }
  .previewCartView .productView-info-value {
    color: #333333;
    margin: 0 0 0 5px; }
  @media (min-width: 551px) {
    .previewCartView {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0 15px 0 0; }
      .previewCartView .productView-info {
        justify-content: flex-start; } }
  @media (min-width: 750px) {
    .previewCartView {
      width: calc(100% - 280px);
      padding-right: 50px; }
      .previewCartView .productView-image {
        width: 170px; }
      .previewCartView .productView-details {
        width: calc(100% - 170px);
        padding-left: 30px; } }

.previewCartCheckout {
  display: block;
  width: 100%;
  text-align: center;
  margin: 15px 0 0 0; }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%;
    height: 50px;
    line-height: 50px; }
    .previewCartCheckout .button + .button {
      margin-top: 20px; }
  .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons p {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: black;
    margin: 0 0 8px 0; }
  .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 1rem; }
    .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
      margin-top: 13px; }
    .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
      margin-bottom: 1.5rem; }
  .previewCartCheckout .previewCartCheckout-subtotal {
    display: block;
    margin: 37px 0 0 0;
    border: 1px solid #c5c5cf;
    border-radius: 3px; }
    .previewCartCheckout .previewCartCheckout-subtotal .previewCartCheckout-price {
      display: block;
      font-size: 24px;
      font-weight: 700;
      line-height: 30px;
      text-align: center;
      position: relative;
      top: -10px;
      margin: 0 0 7px 0;
      color: black; }
    .previewCartCheckout .previewCartCheckout-subtotal span {
      display: inline-block;
      vertical-align: top;
      background: #ffffff;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.625;
      position: relative;
      top: -15px;
      padding: 0 20px;
      color: #333333; }
    .previewCartCheckout .previewCartCheckout-subtotal p {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.625;
      color: #333333;
      margin: 0; }
  .previewCartCheckout [data-cart-quantity] {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
    color: #333333;
    margin: 15px 0 20px 0; }
  @media (min-width: 551px) {
    .previewCartCheckout {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0 0 0 15px; } }
  @media (min-width: 750px) {
    .previewCartCheckout {
      padding-left: 0;
      width: 280px; } }

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

.login {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .login.page {
    margin: 24px auto 40px !important; }
  .login .page-heading {
    margin-bottom: 24px;
    font-weight: 400;
    text-align: center; }
  .login .login-row {
    width: 100%; }
    .login .login-row .login-form {
      margin: 0; }
      .login .login-row .login-form .form-actions {
        display: flex;
        flex-direction: column; }
        .login .login-row .login-form .form-actions .form-action-links {
          display: flex;
          justify-content: space-between;
          margin-bottom: 24px; }
          .login .login-row .login-form .form-actions .form-action-links a {
            font-size: 12px;
            color: #a12b2b;
            font-weight: 600;
            text-decoration: none;
            margin: 0;
            width: fit-content; }
        .login .login-row .login-form .form-actions .form-action-buttons {
          width: 100%;
          margin-bottom: 0; }
          .login .login-row .login-form .form-actions .form-action-buttons .button {
            width: 100%; }
            @media screen and (max-width: 1032px) {
              .login .login-row .login-form .form-actions .form-action-buttons .button.button--icon svg {
                color: white;
                background: white; } }
        @media screen and (min-width: 1033px) {
          .login .login-row .login-form .form-actions .form-action-links a {
            font-size: 14px; }
            .login .login-row .login-form .form-actions .form-action-links a:hover {
              color: #333; } }
  .login .new-customer {
    display: none; }
  @media screen and (min-width: 1033px) {
    .login {
      margin: 56px auto 80px;
      max-width: 640px !important; }
      .login .page-heading {
        margin-bottom: 56px; } }

.page-type--search .breadcrumbs__wrapper {
  padding-top: 16px;
  padding-bottom: 16px; }

.page-type--search .page-sidebar + .page-content {
  padding-right: 0;
  padding-left: 0; }

.page-type--search .page-width.no-container .page-content {
  padding: 0; }

.page-type--search #search-results-heading {
  display: none; }
  .page-type--search #search-results-heading.search-results-heading--empty {
    display: block; }
  .page-type--search #search-results-heading .page-heading {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #E6E6E6;
    margin: 0;
    padding-bottom: 16px;
    text-align: left; }
    .page-type--search #search-results-heading .page-heading span {
      font-weight: 500; }
    @media (max-width: 1032px) {
      .page-type--search #search-results-heading .page-heading {
        font-size: 26px;
        margin-bottom: 16px; } }

.page-type--search .page.page--search {
  padding: 0; }
  .page-type--search .page.page--search #product-listing-container {
    padding-bottom: 32px; }
    .page-type--search .page.page--search #product-listing-container #search-results-heading {
      display: none; }
    .page-type--search .page.page--search #product-listing-container .actionBar-section {
      float: right; }
  .page-type--search .page.page--search .pagination--listing {
    margin-top: 16px; }

.page-type--search .section__icon-with-text-2 {
  padding: 40px 0; }

@media (max-width: 1032px) {
  .page-type--search .page.page--search #product-listing-container #search-results-heading {
    display: block; }
    .page-type--search .page.page--search #product-listing-container #search-results-heading + .actionBar {
      display: none; } }

@media (max-width: 749px) {
  .page-type--search .breadcrumbs__wrapper {
    padding-top: 10px;
    padding-bottom: 10px; }
  .page-type--search .page.page--search #search-results-heading.search-results-heading--empty {
    margin-top: 24px; }
  .page-type--search .page.page--search .page-toolbar {
    border: 0; }
  .page-type--search .page.page--search .card-product .card-title {
    font-size: 13px; }
  .page-type--search .page.page--search .pagination--listing {
    margin-top: 24px; }
  .page-type--search .productGrid .card-product.card-product--pending {
    min-height: 222px; } }

@media (min-width: 1033px) {
  .page-type--search #search-results-heading {
    display: block; } }

.search-suggestion {
  margin-bottom: 32px;
  text-align: left;
  font-size: 16px;
  font-weight: 600; }
  .search-suggestion strong {
    margin-left: 10px;
    text-transform: uppercase;
    color: #A12B2B; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }
  @media (max-width: 749px) {
    .search-suggestion {
      font-size: 14px;
      margin-bottom: 24px; } }

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

.search-refine {
  margin-left: 10px;
  text-transform: uppercase;
  text-underline-offset: 3px; }

.quickSearchMessage {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 32px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-nav {
  position: relative; }

.search-results-heading--empty .page-heading {
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e5e5; }

.search-no-results {
  text-align: center;
  max-width: 928px;
  margin: 0 auto;
  padding: 16px 0 60px; }
  .search-no-results__intro {
    margin: 0 auto 32px;
    max-width: 760px;
    color: #000;
    font-size: 16px; }
    .search-no-results__intro p {
      margin: 0 0 2px; }
      .search-no-results__intro p:last-child {
        margin: 0; }
  .search-no-results__suggested {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 28px;
    font-size: 30px;
    line-height: 1.2;
    white-space: nowrap; }
    @media (max-width: 749px) {
      .search-no-results__suggested {
        flex-wrap: wrap;
        white-space: normal; } }
  .search-no-results__suggested-label {
    color: #222;
    font-weight: 400; }
  .search-no-results__suggested-query {
    color: #b53131;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none; }
  .search-no-results__refine {
    text-transform: uppercase;
    font-weight: 500;
    color: #4a4a4a;
    text-decoration: underline;
    text-underline-offset: 2px; }
  .search-no-results__popular-title {
    margin: 0 0 32px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600; }
  .search-no-results__popular-list {
    list-style: none;
    margin: 0 auto 32px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px; }
    .search-no-results__popular-list a {
      display: inline-block;
      border-radius: 999px;
      background: #F2F2F2;
      padding: 7px 9px 9px;
      font-size: 14px;
      text-decoration: unset; }
  .search-no-results__tips {
    margin: 0 auto;
    border: 1px solid #000;
    text-align: left; }
    .search-no-results__tips ul {
      margin: 0;
      padding: 24px 24px 24px 48px; }
    .search-no-results__tips li {
      font-size: 16px;
      margin-bottom: 8px; }
      .search-no-results__tips li:last-child {
        margin-bottom: 0; }
  .search-no-results__tips-title {
    margin: 0;
    padding: 16px 24px;
    color: #fff;
    background: #000;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5; }
  .search-no-results__regions {
    margin-top: 0; }
  @media (max-width: 1032px) {
    .search-no-results {
      padding: 16px 50px 60px; } }
  @media (max-width: 749px) {
    .search-no-results {
      padding: 16px 16px 32px; }
      .search-no-results__intro {
        font-size: 14px;
        margin: 0 auto 24px; }
      .search-no-results__popular-title {
        font-size: 20px;
        padding: 0 10px;
        margin: 0 0 16px; }
      .search-no-results__suggested {
        font-size: 24px; }
      .search-no-results__popular-list {
        margin: 0 auto 16px; }
        .search-no-results__popular-list a {
          font-size: 13px;
          padding: 8px 9px 8px; }
      .search-no-results__tips ul {
        padding: 24px 16px 24px 36px; }
      .search-no-results__tips li {
        font-size: 14px; } }

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

.account-heading {
  border-bottom: 1px solid #E6E6E6;
  margin: 0;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 24px; }
  @media screen and (min-width: 1033px) {
    .account-heading {
      font-size: 32px;
      padding-bottom: 24px; } }

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

.account-listItem {
  border-bottom: 1px solid #E6E6E6;
  padding: 16px 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  @media screen and (min-width: 1033px) {
    .account-listItem {
      padding: 24px 0; } }
  .account-listItem:has(.account-message) {
    border: none; }

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

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

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

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

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

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

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

.account-product-figure {
  margin: 0 8px 0 0;
  position: relative;
  width: 144px; }
  @media screen and (min-width: 1033px) {
    .account-product-figure {
      margin: 0 16px 0 0; } }

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

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

.account-product-title {
  margin: 0 0 8px;
  text-transform: inherit;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", Arial, Helvetica, sans-serif; }
  .account-product-title span {
    font-weight: 700; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

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

.account-product-price {
  float: right;
  font-size: 14px;
  padding-left: 20px; }

.account-product-description {
  font-size: 14px;
  margin-bottom: 8px; }
  .account-product-description span {
    font-weight: 700; }
  .account-product-description + .definitionList {
    margin-bottom: 16px; }
  @media screen and (min-width: 1033px) {
    .account-product-description {
      margin-bottom: 16px; } }

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

@media screen and (min-width: 750px) {
  .account-product-details {
    display: flex;
    padding-top: 16px;
    border-top: 1px solid #D5D5D5; }
    .account-product-details.fit-content {
      width: fit-content; } }

.account-product-detail {
  margin-bottom: 8px; }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }
  .account-product-detail .account-product-detail-heading {
    color: #555555;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 8px;
    text-transform: capitalize; }
    @media screen and (min-width: 1033px) {
      .account-product-detail .account-product-detail-heading {
        font-size: 16px; } }
  .account-product-detail .account-product-detail-value {
    font-size: 12px; }
    @media screen and (min-width: 1033px) {
      .account-product-detail .account-product-detail-value {
        font-size: 14px; } }
  @media screen and (min-width: 750px) {
    .account-product-detail {
      margin-bottom: 0; }
      .account-product-detail:not(:last-child) {
        border-right: 1px solid #D5D5D5; }
      .account-product-detail:first-child {
        padding-right: 40px; }
      .account-product-detail:last-child {
        padding-left: 40px; }
      .account-product-detail:not(:first-child):not(:last-child) {
        padding: 0 40px; } }

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

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

.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: 1033px) {
      .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; }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }

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

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

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

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  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: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #F0F0F0;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0.35714rem;
  padding: 8px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700; }

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

.account .productGrid .product form .button {
  color: #a12b2b !important;
  border: 1px solid #a12b2b !important; }

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

.account .form-actions {
  margin-top: 24px;
  display: flex;
  gap: 8px;
  flex-direction: column; }
  .account .form-actions .button {
    width: 100%;
    margin: 0; }
  .account .form-actions .button--clear, .account .form-actions .button--delete {
    background: transparent;
    border: 1px solid #FF0000;
    color: #FF0000;
    background: #fff; }
  .account .form-actions:before, .account .form-actions:after {
    content: none; }
  @media screen and (min-width: 750px) {
    .account .form-actions {
      display: flex;
      gap: 16px;
      margin-top: 24px;
      flex-direction: row; } }

.account .navBar--account {
  padding: 0; }

.account .form-checkbox + .form-label::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMTY1MjIgMTEuODA1OUwwIDYuNjQwN0wxLjQ3NTQ4IDUuMTY1MjJMNS4yODgzNSA4Ljk3MzkxTDUuMTY1MjIgOC44NTM5MUwxNC4wMTkxIDBMMTUuNDk0NiAxLjQ3NTQ4TDYuNjQwNyAxMC4zMzA0TDUuMTY2MjYgMTEuODA0OUw1LjE2NTIyIDExLjgwNTlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K); }

.account-message {
  color: white;
  padding-bottom: 12px; }
  .account-message .is-read {
    color: white; }
    .account-message .is-read + .is-read {
      font-size: 14px; }
  .account-message p {
    margin-bottom: 0; }
  @media screen and (min-width: 551px) {
    .account-message {
      padding-bottom: 0; } }
  .account-message .account-orderStatus span {
    font-size: 14px; }

.account-content .form-title {
  margin: 24px 0 16px 0;
  font-size: 24px;
  font-weight: 400;
  padding: 0 0 16px;
  border-bottom: 1px solid #E6E6E6; }

@media screen and (min-width: 1033px) {
  .account-content .form-title {
    margin: 32px 0 24px 0;
    font-size: 32px;
    padding: 0 0 24px; } }

.account-sidebar-block {
  font-size: 16px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }
  .account-sidebar-block .button {
    padding-inline: 24px; }

.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: #a12b2b;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  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.21429rem;
  text-transform: inherit; }

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

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

.body > .main:has(.account) {
  margin: 24px auto 40px; }
  .body > .main:has(.account) .page-heading {
    font-weight: 400;
    text-align: center;
    margin-bottom: 24px; }
  @media screen and (min-width: 1033px) {
    .body > .main:has(.account) {
      margin: 56px auto 80px; }
      .body > .main:has(.account) .page-heading {
        margin-bottom: 56px; } }

.account .productGrid {
  display: flex;
  margin: 16px 0 0; }
  .account .productGrid:before, .account .productGrid:after {
    display: none; }
  .account .productGrid .product {
    display: flex;
    flex-direction: column;
    padding: 0; }
    .account .productGrid .product .card-img-underscore {
      display: none; }
    .account .productGrid .product .card-wrapper {
      flex: 1; }
      .account .productGrid .product .card-wrapper .card {
        padding: 0;
        margin-bottom: 8px;
        flex: 1;
        display: flex;
        flex-direction: column;
        height: 100%;
        border: 0; }
        .account .productGrid .product .card-wrapper .card .card-sku-brand-section .card-text {
          margin: 0 0 8px;
          font-size: 12px;
          text-align: center; }
        .account .productGrid .product .card-wrapper .card .price-section {
          text-align: center; }
        .account .productGrid .product .card-wrapper .card .card-body {
          flex: 1;
          display: flex;
          flex-direction: column; }
        .account .productGrid .product .card-wrapper .card .card-footer {
          display: flex;
          flex-direction: column; }
          .account .productGrid .product .card-wrapper .card .card-footer .card-action {
            opacity: 1;
            visibility: visible;
            transform: none;
            height: 100%;
            min-height: initial; }
            .account .productGrid .product .card-wrapper .card .card-footer .card-action .card-action__button {
              height: 100%;
              display: flex;
              flex-direction: column; }
              .account .productGrid .product .card-wrapper .card .card-footer .card-action .card-action__button .button {
                margin-top: auto;
                margin-bottom: 8px; }
            .account .productGrid .product .card-wrapper .card .card-footer .card-action .button__view-details {
              display: none; }
        .account .productGrid .product .card-wrapper .card .text-usually-arrives,
        .account .productGrid .product .card-wrapper .card .card-sku,
        .account .productGrid .product .card-wrapper .card .card-text {
          display: none !important; }
    .account .productGrid .product form .button {
      width: 100%;
      text-transform: uppercase;
      background: white;
      color: #FF0000;
      border: 1px solid #FF0000;
      font-family: "Lato", Arial, Helvetica, sans-serif;
      font-weight: 600;
      font-size: 14px;
      line-height: -0.5px; }
      @media screen and (min-width: 1033px) {
        .account .productGrid .product form .button {
          font-size: 14px; } }
  @media screen and (min-width: 1033px) {
    .account .productGrid {
      margin: 24px 0 0; } }

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

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

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

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

.icon--ratingEmpty svg {
  fill: #d6d6d6;
  color: #d6d6d6; }

.icon--ratingFull svg {
  fill: #a12b2b;
  color: #a12b2b; }

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

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

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

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.21429rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1033px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 22px;
    font-weight: 600; }
    @media (min-width: 1033px) {
      .methodHeader-title {
        font-size: 14px; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 22px;
    font-weight: 600; }
    @media (min-width: 1033px) {
      .methodHeader-brand {
        font-size: 14px; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.78571rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1033px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 24px;
    text-transform: capitalize; }

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

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 13.28571rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

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

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

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

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

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

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

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

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

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

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

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

@media (max-width: 1032px) {
  .page-type--category .page-banner {
    display: none; } }

@media (max-width: 749px) {
  .page-type--category .breadcrumbs__wrapper {
    min-height: 44px; }
  .page-type--category .productGrid .card-product.card-product--pending {
    min-height: 222px; } }

@media (min-width: 1033px) {
  .page-type--category .section__brands-grid.section__page-brands .row {
    --row-item-offset: 16px; } }

.promotion-by-category [data-content-region=promotion_by_category--global] .widget-promotion-by-category {
  display: none !important; }

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

.section-category-description {
  background: #F2F2F2;
  padding: 40px 0; }
  .section-category-description .wrapper__content {
    max-width: 1408px;
    margin: 0 auto; }
    .section-category-description .wrapper__content h2 {
      font-size: 32px;
      margin: 0 0 16px;
      text-transform: uppercase; }
    .section-category-description .wrapper__content h3 {
      font-family: "Lato", Arial, Helvetica, sans-serif;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0;
      margin: 0 0 8px; }
    .section-category-description .wrapper__content p {
      font-size: 14px;
      margin-bottom: 16px; }
      .section-category-description .wrapper__content p:last-child {
        margin-bottom: 0; }
    .section-category-description .wrapper__content ul {
      margin-left: 26px;
      margin-bottom: 16px; }
    .section-category-description .wrapper__content .pa-block {
      padding-left: 32px;
      border-left: 2px solid #333333;
      margin-top: 32px; }
      .section-category-description .wrapper__content .pa-block + .pa-block {
        margin-top: 16px; }
  @media (max-width: 749px) {
    .section-category-description .wrapper__content h2 {
      font-size: 22px;
      margin: 0 0 14px; }
    .section-category-description .wrapper__content p {
      font-size: 13px;
      margin-bottom: 14px; }
    .section-category-description .wrapper__content ul {
      margin-left: 22px;
      margin-bottom: 14px; }
      .section-category-description .wrapper__content ul li {
        font-size: 13px; }
    .section-category-description .wrapper__content .pa-block {
      padding-left: 16px;
      margin-top: 22px; }
      .section-category-description .wrapper__content .pa-block + .pa-block {
        margin-top: 10px; } }
  @media (min-width: 1033px) {
    .section-category-description {
      padding: 60px 0; } }

.category-listing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 32px; }
  .category-listing-header .actionBar {
    margin: 0 0 0 auto; }

.category-product-count {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333333; }

@media (max-width: 1032px) {
  .category-listing-header {
    display: none; } }

@media (max-width: 749px) {
  .category-listing-header {
    flex-wrap: wrap;
    margin-bottom: 16px; }
    .category-listing-header .actionBar {
      width: 100%;
      margin: 0 0 0 auto; }
  .category-product-count {
    font-size: 14px; } }

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

body.open-navination .header,
body.open-search-popup .header {
  position: relative;
  z-index: 9999999999; }

.header {
  background-color: #f2f2f2;
  height: auto;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1279px) {
    .header {
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1279px) {
      .header.is-open {
        height: auto; } }
  @media (max-width: 1279px) {
    .header.is-open .navPages-container {
      left: 0; }
    .header .navPages-container {
      position: fixed;
      top: 0;
      left: -101%;
      right: auto;
      z-index: 9999999999;
      width: 390px;
      height: 100vh;
      max-height: 100vh;
      background: #fff;
      border: 0;
      overflow: hidden;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
      @supports (height: 100dvh) {
        .header .navPages-container {
          height: 100dvh;
          max-height: 100dvh; } }
      .header .navPages-container .navPages {
        height: 100%;
        padding-bottom: calc(16px + env(safe-area-inset-bottom)); } }
  @media (max-width: 749px) {
    .header .navPages-container {
      width: 100%; } }

.header-topbar {
  background-color: #333333;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 0;
  position: relative; }
  .open-search-popup .header-topbar {
    z-index: 103; }
  .header-topbar a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600; }
    .header-topbar a span {
      padding-bottom: 2px; }
    .header-topbar a:hover {
      color: #fff; }

.header-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  gap: 16px; }

.header-topbar__left {
  color: #fff;
  font-size: 14px;
  font-weight: 500; }

.header-topbar__right {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  .header-topbar__right li {
    display: flex;
    align-items: center;
    white-space: nowrap; }
    .header-topbar__right li + li {
      margin-left: 16px;
      padding-left: 16px;
      border-left: 1px solid #888888; }
    .header-topbar__right li a {
      font-size: 14px;
      font-weight: 500; }

.header__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  gap: 1rem; }
  .header__navigation .mobileMenu-toggle,
  .header__navigation .navUser {
    flex-shrink: 0; }
    .header__navigation .mobileMenu-toggle:hover, .header__navigation .mobileMenu-toggle:focus, .header__navigation .mobileMenu-toggle:active, .header__navigation .mobileMenu-toggle:focus-visible,
    .header__navigation .navUser:hover,
    .header__navigation .navUser:focus,
    .header__navigation .navUser:active,
    .header__navigation .navUser:focus-visible {
      color: #333333; }
  @media (min-width: 750px) {
    .header__navigation {
      gap: 2rem; } }
  @media (min-width: 1279px) {
    .header__navigation {
      display: grid;
      align-items: center;
      grid-template-areas: "heading icons";
      grid-template-columns: 1fr 1fr; }
      .header__navigation .header-logo {
        grid-area: heading; }
      .header__navigation .navUser {
        grid-area: icons;
        justify-self: end; }
      .header__navigation:has(.header-logo--center) {
        grid-template-areas: "left heading icons";
        grid-template-columns: 1fr auto 1fr; }
      .header__navigation:has(.header-logo--right) {
        grid-template-areas: "icons heading"; }
        .header__navigation:has(.header-logo--right) .header-logo {
          justify-self: end; }
        .header__navigation:has(.header-logo--right) .navUser {
          justify-self: start;
          padding-left: 0; } }

.header-logo {
  font-size: 0;
  height: auto;
  max-width: 11.35714rem;
  max-height: 3.92857rem;
  margin: 0;
  text-align: center; }
  @media (min-width: 750px) {
    .header-logo {
      width: 100%;
      max-width: 12.92857rem;
      height: auto;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 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: 750px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  .header-logo--right .header-logo-image {
    left: unset; }

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

.header-logo-image-container {
  position: relative;
  width: 100%; }
  .header-logo-image-container:after {
    content: "";
    display: block; }
  @media (min-width: 750px) {
    .header-logo-image-container {
      min-height: "px"; } }

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

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

.mobileMenu-toggle {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0.28571rem 0;
  z-index: 50;
  gap: 4px;
  text-decoration: none; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    color: #222;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    display: none; }
  .mobileMenu-toggle svg {
    fill: #222;
    display: inline-block;
    width: 24px;
    height: 24px; }
  @media (min-width: 1279px) {
    .mobileMenu-toggle {
      display: none; } }

.header {
  border-bottom: 1px solid #ececec;
  height: auto; }

.header__navigation {
  padding: 16px 0; }

.header-search {
  display: none; }

.header-search__form {
  position: relative; }

.header-search__input {
  background: #fff;
  border: 1px solid #fff;
  color: #888888;
  border-radius: 999px;
  box-shadow: none;
  font-size: 14px;
  height: 48px;
  margin: 0;
  padding: 12px 48px 13px 16px;
  width: 100%;
  cursor: pointer; }
  .header-search__input::placeholder {
    color: #888888; }
  .header-search__input:focus-visible {
    outline: unset; }

.header-search__button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #222;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  pointer-events: none; }
  .header-search__button .icon {
    height: 1.5rem;
    width: 1.5rem;
    fill: currentColor; }

#quickSearch.dropdown--quickSearch {
  background: #F2F2F2;
  display: block;
  inset: 0 auto auto 0;
  left: 0 !important;
  max-height: 100vh;
  opacity: 0;
  overflow-y: auto;
  padding: 32px 0 40px;
  pointer-events: none;
  position: fixed;
  right: 0 !important;
  top: 0;
  transform: translateY(-16px);
  transition: opacity 220ms ease, transform 220ms ease;
  visibility: hidden;
  width: 100% !important;
  z-index: 500; }
  @media (min-width: 750px) {
    #quickSearch.dropdown--quickSearch {
      padding: 32px 0 32px; } }
  #quickSearch.dropdown--quickSearch .container {
    max-width: 1456px;
    width: 100%;
    position: relative; }
    @media (min-width: 750px) {
      #quickSearch.dropdown--quickSearch .container {
        width: calc(100% - 80px); } }
  #quickSearch.dropdown--quickSearch .form {
    margin: 0;
    max-width: none;
    width: 100%; }
  #quickSearch.dropdown--quickSearch .quickSearchField {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    display: flex;
    gap: 12px;
    margin: 0;
    padding: 0; }
    #quickSearch.dropdown--quickSearch .quickSearchField::before {
      content: none; }
  #quickSearch.dropdown--quickSearch .quickSearchField-icon {
    fill: transparent;
    flex-shrink: 0;
    height: 22px;
    width: 22px; }
  #quickSearch.dropdown--quickSearch .form-input {
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    height: 48px;
    margin: 0;
    padding: 10px 16px;
    width: calc(100% - 48px); }
    #quickSearch.dropdown--quickSearch .form-input:focus {
      border: 0;
      box-shadow: none;
      outline: 0; }
    #quickSearch.dropdown--quickSearch .form-input::placeholder {
      color: #888888; }
  #quickSearch.dropdown--quickSearch .modal-close {
    flex-shrink: 0;
    position: absolute;
    right: -5px;
    width: 32px;
    height: 32px; }
    #quickSearch.dropdown--quickSearch .modal-close svg {
      width: 100%;
      height: 100%; }
    #quickSearch.dropdown--quickSearch .modal-close::before, #quickSearch.dropdown--quickSearch .modal-close::after {
      content: none; }
  #quickSearch.dropdown--quickSearch .quickSearchResults {
    margin-top: 32px; }
  #quickSearch.dropdown--quickSearch .quickSearchResults-top {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 32px; }
  #quickSearch.dropdown--quickSearch .quickSearchResults-viewAll {
    border-bottom: 1px solid currentColor;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase; }
  #quickSearch.dropdown--quickSearch .quickSearchResults-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0; }
  #quickSearch.dropdown--quickSearch .quickSearchResults-grid .product {
    list-style: none;
    width: 100%; }
  #quickSearch.dropdown--quickSearch .quickSearchResults-grid .card {
    border: 0;
    padding: 16px 16px 22px; }
  #quickSearch.dropdown--quickSearch .quickSearchResults-grid .card-title {
    margin-top: 16px; }
  #quickSearch.dropdown--quickSearch .quickSearchResults-grid .card-body {
    padding: 0;
    background: transparent; }
  #quickSearch.dropdown--quickSearch .quickSearchResults-grid .card-sku,
  #quickSearch.dropdown--quickSearch .quickSearchResults-grid .card-text,
  #quickSearch.dropdown--quickSearch .quickSearchResults-grid .card-summary,
  #quickSearch.dropdown--quickSearch .quickSearchResults-grid .card-price,
  #quickSearch.dropdown--quickSearch .quickSearchResults-grid .text-usually-arrives,
  #quickSearch.dropdown--quickSearch .quickSearchResults-grid .card-info {
    display: none; }
  #quickSearch.dropdown--quickSearch .quickSearchResults-grid .card-action {
    margin-top: 0; }
  @media (max-width: 1600px) {
    #quickSearch.dropdown--quickSearch .modal-close {
      right: -24px; } }
  @media (max-width: 1200px) {
    #quickSearch.dropdown--quickSearch .quickSearchResults-grid {
      gap: 16px; } }
  @media (max-width: 749px) {
    #quickSearch.dropdown--quickSearch {
      padding: 16px 0 16px; }
      #quickSearch.dropdown--quickSearch .quickSearchResults {
        margin-top: 0; }
      #quickSearch.dropdown--quickSearch .form {
        position: relative;
        padding-right: 40px; }
      #quickSearch.dropdown--quickSearch .form-input {
        text-overflow: ellipsis;
        font-size: 16px; }
      #quickSearch.dropdown--quickSearch .modal-close {
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        line-height: 1;
        font-size: 0;
        padding: 4px; }
      #quickSearch.dropdown--quickSearch .quickSearchResults-top {
        justify-content: flex-start;
        margin-top: 16px;
        margin-bottom: 16px; }
      #quickSearch.dropdown--quickSearch .quickSearchResults-viewAll {
        font-size: 14px; }
      #quickSearch.dropdown--quickSearch .quickSearchMessage {
        font-size: 22px;
        margin: 16px 0 0; }
      #quickSearch.dropdown--quickSearch .quickSearchResults-grid {
        column-gap: 8px;
        row-gap: 16px;
        padding-bottom: 90px; }
        #quickSearch.dropdown--quickSearch .quickSearchResults-grid .card-wrapper-bottom {
          width: auto; }
        #quickSearch.dropdown--quickSearch .quickSearchResults-grid .card {
          display: block;
          padding: 10px; }
        #quickSearch.dropdown--quickSearch .quickSearchResults-grid .card-figure {
          width: 100%; }
        #quickSearch.dropdown--quickSearch .quickSearchResults-grid .card-title {
          min-height: 59px; } }
  @media (min-width: 640px) {
    #quickSearch.dropdown--quickSearch .quickSearchResults-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (min-width: 1024px) {
    #quickSearch.dropdown--quickSearch .quickSearchResults-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr)); } }

#quickSearch.dropdown--quickSearch.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible; }

body.open-search-popup {
  overflow: hidden; }

.navUser {
  align-items: center;
  display: flex;
  gap: 16px; }

.navUser-contact {
  display: none; }

.navUser-section--alt {
  align-items: center;
  display: flex;
  gap: 24px; }
  .navUser-section--alt::before, .navUser-section--alt::after {
    content: none !important; }

.navUser-action {
  align-items: center;
  color: #2d2d2d;
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  gap: 0;
  text-transform: none; }
  .navUser-action .icon {
    height: 1.28571rem;
    width: 1.28571rem; }

.navUser-arrow {
  height: 12px !important;
  width: 12px !important;
  fill: #6f6f6f; }

.navUser-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5; }

.navUser-item {
  max-height: 32px; }
  .navUser-item.navUser-item--account {
    position: relative;
    top: 1px; }
    .navUser-item.navUser-item--account .icon {
      position: relative;
      top: -1px; }
      .navUser-item.navUser-item--account .icon.navUser-arrow {
        margin-left: -2px; }
    .navUser-item.navUser-item--account .navUser-label {
      margin-left: 8px; }
  .navUser-item.navUser-item--wishlist .icon {
    padding: 2px; }
  .navUser-item.navUser-item--wishlist .navUser-action {
    gap: 8px; }
  .navUser-item.navUser-item--quote .navUser-action {
    gap: 0px; }
    .navUser-item.navUser-item--quote .navUser-action .icon {
      order: 1; }
    .navUser-item.navUser-item--quote .navUser-action .navUser-label {
      order: 3;
      margin-left: 8px; }
    .navUser-item.navUser-item--quote .navUser-action .countPill--quote {
      order: 2;
      margin-right: 4px; }
  .navUser-item.navUser-item--search {
    display: none; }
  .navUser-item.navUser-convert-b2b {
    display: none !important; }
  @media (max-width: 1032px) {
    .navUser-item.navUser-item--quote .navUser-action {
      gap: 0px; }
    .navUser-item.navUser-item--quote .countPill {
      font-size: 12px;
      font-weight: 500;
      height: 24px;
      line-height: 24px;
      min-width: 24px; } }

.navUser-item--cart .countPill {
  background-color: #A12B2B;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  width: auto;
  min-width: 20px;
  padding: 0 4px; }

.navUser-item--cart .navUser-label {
  margin-left: 12px; }

.navUser-item--cart .navUser-action {
  display: inline-flex !important; }

@media (max-width: 1032px) {
  .navUser-item--cart .countPill {
    font-size: 12px;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
    min-width: 24px; } }

.navUser-cta {
  align-items: center;
  display: none;
  gap: 8px;
  padding: 10px 16px;
  text-decoration: none; }
  .navUser-cta .icon {
    height: 1.71429rem;
    width: 1.71429rem;
    fill: #fff; }

.navUser-item-details summary {
  list-style: none; }

.navUser-item-details summary::-webkit-details-marker {
  display: none; }

.navPages-container {
  border-top: 1px solid #C2C2C2; }

@media (max-width: 1280px) {
  .navUser-section--alt .navUser-label,
  .navUser-section--alt .icon.navUser-arrow {
    display: none; } }

@media (max-width: 1279px) {
  .header-search {
    display: none; }
  .navUser-item.navUser-item--quote {
    display: inline-block; }
  .navUser-item.navUser-item--search {
    display: inline-block; }
    .navUser-item.navUser-item--search .header-search__input {
      padding: 0;
      font-size: 0;
      background: transparent;
      border: 0;
      position: absolute;
      font-size: 30px;
      color: transparent; }
      .navUser-item.navUser-item--search .header-search__input::placeholder {
        color: transparent; }
  .header-topbar__inner {
    justify-content: center; }
    .header-topbar__inner .header-topbar__right {
      display: none; }
    .header-topbar__inner .header-topbar__left {
      text-align: center;
      font-size: 12px; }
  .navUser-section--alt {
    gap: 16px; } }

@media (max-width: 749px) {
  .navUser-section--alt {
    gap: 8px; }
  .header__navigation .mobileMenu-toggle {
    width: 24px; }
  .header__navigation .header-logo {
    width: 134px;
    flex-shrink: 0;
    max-width: 134px;
    max-height: 38px; }
    .header__navigation .header-logo .header-logo__link {
      width: 100%; }
      .header__navigation .header-logo .header-logo__link::before, .header__navigation .header-logo .header-logo__link::after {
        content: none; }
      .header__navigation .header-logo .header-logo__link img {
        max-height: unset; }
  .header__navigation .navUser {
    width: calc(100% - 190px);
    justify-content: flex-end; }
  .header-topbar__inner .header-topbar__left a {
    display: block; } }

@media (min-width: 750px) {
  .header__navigation .mobileMenu-toggle {
    width: 164px; } }

@media (min-width: 1279px) and (max-width: 1346px) {
  .navPages-container {
    padding: 10px 0; } }

@media (min-width: 1279px) {
  .header__navigation {
    display: flex;
    gap: 16px;
    padding: 16px 0 16px; }
  .header-logo {
    grid-area: auto;
    height: auto;
    max-width: 182px;
    justify-self: start; }
    .header-logo__link {
      width: 100%; }
  .header-search {
    display: block;
    max-width: 430px;
    width: 100%;
    justify-self: stretch; }
  .header-search__input:hover {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); }
  .navUser {
    grid-area: auto;
    padding-left: 0;
    justify-self: end; }
  .navUser-contact {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .navUser-section--alt {
    gap: 10px; }
  .navUser-contact__phone {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    color: #A12B2B;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none; }
  .navUser-contact__sub {
    color: #474747;
    font-size: 14px; }
  .navUser-item {
    display: block; }
  .navUser-cta {
    display: inline-flex; }
  .mobile-closeNav {
    display: none; } }

@media (min-width: 1600px) {
  .header-search {
    max-width: 442px; }
  .navUser-contact {
    margin-right: 16px; }
  .navUser-section--alt {
    gap: 24px; }
  .navUser-cta {
    padding: 10px 31px; } }

.top-menu {
  background: linear-gradient(180deg, #FDFDFD 0%, #E8E8E8 100%);
  padding: .5rem 0; }
  .top-menu ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    gap: 1.5rem; }
    .top-menu ul a {
      font-size: 12px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 4px; }
    .top-menu ul .icon {
      height: 1.71429rem;
      width: 1.71429rem; }
    .top-menu ul .icon-phone {
      height: 1.14286rem;
      width: 1.14286rem; }
  .top-menu .top-menu__left ul {
    gap: .5rem; }
  .top-menu a {
    text-decoration: none; }
  .top-menu__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem; }
  .top-menu__left {
    flex-shrink: 0;
    min-width: 225px; }
  .top-menu__center {
    width: calc(100% - 498px); }
    .top-menu__center .top-menu__carousel {
      overflow: hidden; }
      .top-menu__center .top-menu__carousel li {
        flex: 0 0 100%; }
        .top-menu__center .top-menu__carousel li a {
          justify-content: center; }
      .top-menu__center .top-menu__carousel:not(.slick-initialized) li {
        opacity: 0; }
  .top-menu__right {
    flex-shrink: 0;
    min-width: 225px; }
  @media screen and (max-width: 1024px) {
    .top-menu__left {
      display: none; }
    .top-menu__center {
      width: 100%; }
    .top-menu__right {
      display: none; } }

#design-help-modal {
  transition: unset; }
  #design-help-modal .modal-close {
    color: #333333; }
    #design-help-modal .modal-close::before, #design-help-modal .modal-close::after {
      content: none; }
    #design-help-modal .modal-close svg {
      width: 32px;
      height: 32px; }
  #design-help-modal.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%); }
  #design-help-modal.modal-talk {
    max-height: unset;
    height: auto; }
  @media (max-width: 1032px) {
    #design-help-modal.modal {
      height: auto; } }
  @media (min-width: 750px) {
    #design-help-modal {
      max-width: 898px !important; } }
  @media (min-width: 1033px) {
    #design-help-modal.modal--large {
      width: 1280px !important; }
    #design-help-modal.modal-talk {
      width: 560px !important; } }

.designHelpModal {
  scrollbar-width: none;
  background: #fff;
  padding: 24px;
  overflow: auto; }
  @media (min-width: 750px) {
    .designHelpModal {
      padding: 30px; } }

body {
  display: block;
  position: relative;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  body .background-overlay {
    display: none; }
    body .background-overlay::before {
      content: '';
      position: absolute;
      inset: 0;
      cursor: pointer;
      transition: all .3s ease;
      background: rgba(0, 0, 0, 0.5);
      width: 100vw;
      z-index: 101; }
  body.open-sidebar, body.hotspot-popup-active {
    overflow: hidden; }
    body.open-sidebar .background-overlay, body.hotspot-popup-active .background-overlay {
      display: block; }
  body.open-navination .background-overlay, body.has-activeNavPages .background-overlay, body.open-search-popup .background-overlay {
    display: block; }
  body.open-cart {
    overflow: hidden; }
    body.open-cart .background-overlay {
      display: block; }
  body.page-type--newsletter_subscribe .page-content {
    padding: 80px 0; }
    body.page-type--newsletter_subscribe .page-content .page-heading:focus-visible {
      outline: unset;
      box-shadow: unset; }

html:has(.has-activeNavPages) {
  overflow: hidden; }

#consent-manager {
  z-index: 9999999999 !important; }

#bundle-container {
  position: relative;
  z-index: 9999999999 !important; }

.page-banner .banner {
  --gap-desktop: 0px;
  --gap-mobile: 0px;
  position: relative;
  margin: 0px;
  max-width: 100%;
  row-gap: 0px; }
  .page-banner .banner__media {
    position: relative; }
    .page-banner .banner__media-wrapper {
      display: block;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
      border: var(--media-border-width, 0px) solid;
      border-radius: 0;
      height: 100%; }
      .page-banner .banner__media-wrapper:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 0;
        pointer-events: none; }
  .page-banner .banner__content {
    position: relative;
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
    min-height: 200px; }
    @media (max-width: 749px) {
      .page-banner .banner__content {
        min-height: 160px; } }
  .page-banner .banner__box {
    position: relative;
    white-space: normal;
    display: flex;
    height: 100%; }
    .page-banner .banner__box--textboxes {
      --box-background-color: #F2F2F2;
      --box-text-color: #333333;
      --box-border-style: none;
      --box-border-color: #000000;
      --box-border-thickness: 0px;
      padding: 24px 16px;
      background: var(--box-background-color);
      color: var(--box-text-color);
      overflow: hidden;
      box-sizing: border-box;
      border-width: var(--box-border-thickness, 0px);
      border-style: var(--box-border-style);
      border-color: var(--box-border-color);
      border-radius: var(--box-radius, 0); }
      .page-banner .banner__box--textboxes:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: var(--box-radius);
        pointer-events: none; }
    .page-banner .banner__box--top {
      align-items: flex-start; }
    .page-banner .banner__box--middle {
      align-items: center; }
    .page-banner .banner__box--bottom {
      align-items: flex-end; }
    .page-banner .banner__box--left {
      justify-content: flex-start; }
    .page-banner .banner__box--center {
      justify-content: center; }
    .page-banner .banner__box--right {
      justify-content: flex-end; }
  .page-banner .banner__heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    color: currentColor; }
    .page-banner .banner__heading + .banner__description {
      margin-top: 8px; }
    .page-banner .banner__heading + .banner__buttons {
      margin-top: 16px; }
  .page-banner .banner__description {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0; }
    .page-banner .banner__description h2,
    .page-banner .banner__description h3,
    .page-banner .banner__description h4,
    .page-banner .banner__description h5 {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1.5;
      margin-top: 0;
      margin-bottom: 8px; }
      .page-banner .banner__description h2 b,
      .page-banner .banner__description h3 b,
      .page-banner .banner__description h4 b,
      .page-banner .banner__description h5 b {
        font-weight: 500; }
    .page-banner .banner__description h2 {
      font-size: 24px;
      margin-bottom: 18px; }
    .page-banner .banner__description br {
      display: none; }
    .page-banner .banner__description p {
      font-weight: 500;
      margin-top: 0;
      margin-bottom: 18px;
      font-size: 14px;
      padding: 0 !important; }
      .page-banner .banner__description p:last-child {
        margin-bottom: 0; }
      .page-banner .banner__description p span {
        font-size: 14px !important; }
      .page-banner .banner__description p a {
        text-decoration: unset;
        color: #a12b2b;
        font-weight: 700; }
      .page-banner .banner__description p .primaryBrandColor {
        color: #A12B2B; }
    .page-banner .banner__description ol {
      margin-bottom: 0; }
    .page-banner .banner__description li a {
      text-decoration: unset;
      color: #a12b2b;
      font-weight: 700; }
    .page-banner .banner__description + .banner__buttons {
      margin-top: 16px; }
  .page-banner .banner .category-description-toggle {
    text-align: left; }
    .page-banner .banner .category-description-toggle:not(.expanded) .more-less-layout__content {
      overflow-y: hidden !important; }
    .page-banner .banner .category-description-toggle .more-less-layout__content {
      overflow-wrap: anywhere;
      max-height: 310px;
      overflow-y: auto !important; }
      .page-banner .banner .category-description-toggle .more-less-layout__content::-webkit-scrollbar {
        width: 6px; }
      .page-banner .banner .category-description-toggle .more-less-layout__content::-webkit-scrollbar-track {
        background: transparent; }
      .page-banner .banner .category-description-toggle .more-less-layout__content::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.4);
        border-radius: 10px;
        backdrop-filter: blur(4px); }
      @media (max-width: 1860px) {
        .page-banner .banner .category-description-toggle .more-less-layout__content {
          max-height: 168px; } }
      @media (max-width: 1660px) {
        .page-banner .banner .category-description-toggle .more-less-layout__content {
          max-height: 240px; } }
      @media (max-width: 1560px) {
        .page-banner .banner .category-description-toggle .more-less-layout__content {
          max-height: 216px; } }
      @media (max-width: 1460px) {
        .page-banner .banner .category-description-toggle .more-less-layout__content {
          max-height: 180px; } }
      @media (max-width: 1300px) {
        .page-banner .banner .category-description-toggle .more-less-layout__content {
          max-height: 150px; } }
      @media (max-width: 1180px) {
        .page-banner .banner .category-description-toggle .more-less-layout__content {
          max-height: 110px; } }
    .page-banner .banner .category-description-toggle .more-less-layout__button {
      margin-top: 16px;
      display: inline-flex;
      align-items: center;
      gap: 2px;
      font-family: "Oswald", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 500; }
      .page-banner .banner .category-description-toggle .more-less-layout__button.hidden {
        display: none; }
      .page-banner .banner .category-description-toggle .more-less-layout__button span {
        background-size: 0 var(--text-decoration-thickness); }
      @media (max-width: 749px) {
        .page-banner .banner .category-description-toggle .more-less-layout__button {
          font-size: 14px; } }
    .page-banner .banner .category-description-toggle .more-less-layout__button .icon {
      position: relative; }
    .page-banner .banner .category-description-toggle .more-less-layout__button .icon::before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 2px;
      background-color: #333333;
      position: absolute;
      top: 7px;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 749px) {
        .page-banner .banner .category-description-toggle .more-less-layout__button .icon::before {
          top: 8px; } }
    .page-banner .banner .category-description-toggle .more-less-layout__button .icon::after {
      content: '';
      display: inline-block;
      width: 2px;
      height: 10px;
      background-color: #333333;
      position: absolute;
      top: 7px;
      right: 4px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      @media (max-width: 749px) {
        .page-banner .banner .category-description-toggle .more-less-layout__button .icon::after {
          top: 8px; } }
    .page-banner .banner .category-description-toggle.expanded .more-less-layout__button .icon::after {
      -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg); }
  .page-banner .banner::before, .page-banner .banner::after {
    content: none; }

.page-banner .page-width.not-image .banner__box-wrapper {
  max-width: 1568px; }

@media (min-width: 750px) {
  .page-banner .banner__box {
    padding: 24px; }
  .page-banner .banner__heading {
    font-size: 36px; }
  .page-banner .banner__description {
    font-size: 14px; } }

@media (min-width: 1033px) {
  .page-banner .banner__box {
    padding: clamp(24px, 3.5vw, 40px); }
    .page-banner .banner__box-wrapper {
      display: inline-block;
      max-width: 100%; }
  .page-banner .banner__heading {
    font-size: 40px; }
    .page-banner .banner__heading + .banner__description {
      margin-top: 16px; }
  .page-banner .banner.banner--right {
    flex-direction: row-reverse; } }

@media (min-width: 1366px) {
  .page-banner .banner__box {
    padding: clamp(24px, 3.5vw, 40px); }
  .page-banner .banner__heading {
    font-size: 40px; }
  .page-banner .banner.banner--right {
    flex-direction: row-reverse; } }

.page-banner.page-banner-custom {
  background-color: #F5F5F5;
  color: #000; }
  @media screen and (max-width: 1032px) {
    .page-banner.page-banner-custom {
      display: block; } }
  .page-banner.page-banner-custom .banner__content {
    min-height: unset;
    padding-top: 32px;
    padding-bottom: 32px; }
    @media screen and (max-width: 749px) {
      .page-banner.page-banner-custom .banner__content {
        padding-top: 16px;
        padding-bottom: 16px; } }
    @media screen and (max-width: 749px) {
      .page-banner.page-banner-custom .banner__content .banner__heading {
        font-size: 26px;
        padding-top: 0;
        padding-bottom: 8px; } }
    @media screen and (max-width: 749px) {
      .page-banner.page-banner-custom .banner__content .banner__description {
        font-size: 13px; } }
  .page-banner.page-banner-custom .category-description-toggle.expanded .more-less-layout__content {
    max-height: unset !important; }
  @media screen and (max-width: 749px) {
    .page-banner.page-banner-custom .more-less-layout__button {
      margin-top: 8px; } }

.page-banner .page-width.not-image .banner .category-description-toggle .more-less-layout__content {
  max-height: unset; }

.banner__heading-cate {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
  line-height: 1.2; }
  @media (max-width: 749px) {
    .banner__heading-cate {
      font-size: 26px;
      padding-top: 8px;
      padding-bottom: 16px;
      margin: 0; } }

.page {
  display: block;
  position: relative;
  padding: 0;
  margin: 0 auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }
  .page.page--about-my-acoustic-soundproofing-treatment .page-heading, .page.page--about-my-sound-masking-system .page-heading, .page.page--about-my-public-address-sound-system .page-heading, .page.page--about-my-stadium-sound-system .page-heading, .page.page--about-my-conference-room-sound-system .page-heading, .page.page--about-my-church-sound-system .page-heading, .page.page--about-my-restaurant-sound-system .page-heading, .page.page--about-my-gymnasium-sound-system .page-heading {
    display: none; }
  @media (min-width: 1033px) {
    .page.page--about-my-acoustic-soundproofing-treatment, .page.page--about-my-sound-masking-system, .page.page--about-my-public-address-sound-system, .page.page--about-my-stadium-sound-system, .page.page--about-my-conference-room-sound-system, .page.page--about-my-church-sound-system, .page.page--about-my-restaurant-sound-system, .page.page--about-my-gymnasium-sound-system {
      padding: 0 0 40px; } }
  .page.page--tax-forms .page-heading {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important; }
  .page.page--tax-forms .page-content.page-content-default .table-wrapper::-webkit-scrollbar {
    width: 5px; }
  .page.page--tax-forms .page-content.page-content-default .table-wrapper::-webkit-scrollbar-track {
    background: transparent; }
  .page.page--tax-forms .page-content.page-content-default .table-wrapper::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px; }
  .page.page--tax-forms .page-content.page-content-default .table-wrapper::-webkit-scrollbar-thumb:hover {
    background: #333; }
  .page.page--tax-forms .page-content.page-content-default .table-wrapper::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
    min-height: 170px; }
  .page.page--tax-forms .page-content.page-content-default table {
    max-width: 100% !important; }
    .page.page--tax-forms .page-content.page-content-default table tr {
      display: table-row !important; }
      .page.page--tax-forms .page-content.page-content-default table tr th {
        background-color: #fff;
        text-align: left; }
      .page.page--tax-forms .page-content.page-content-default table tr td {
        padding: 10px 14px !important; }
  .page.page--tax-forms .page-content.page-content-default .section__tax-forms .section__header {
    margin-top: 16px; }
    .page.page--tax-forms .page-content.page-content-default .section__tax-forms .section__header a {
      color: #a12b2b; }
  .page.page--tax-forms .page-content.page-content-default .section__tax-forms .section__footer-content {
    padding: 40px 0; }
    .page.page--tax-forms .page-content.page-content-default .section__tax-forms .section__footer-content a {
      color: #a12b2b; }
  .page.page--tax-forms .page-content.page-content-default .section__tax-forms .form-search {
    width: 100%;
    position: relative;
    padding-bottom: 16px; }
    .page.page--tax-forms .page-content.page-content-default .section__tax-forms .form-search input {
      padding-right: 50px; }
    .page.page--tax-forms .page-content.page-content-default .section__tax-forms .form-search .icon-search {
      width: 48px;
      height: 48px;
      position: absolute;
      z-index: 1;
      right: 0;
      top: 0; }
  @media (min-width: 1033px) {
    .page.page--frequently-asked-audio-installation-questions {
      padding: 10px 0 30px; } }
  .page.page--our-customers {
    padding-bottom: 40px; }
    @media (min-width: 1033px) {
      .page.page--our-customers {
        padding-bottom: 60px; } }
  .page.page--listing {
    padding-top: 16px; }
  .page.page--category {
    padding-bottom: 12px; }
  .page.page--cart {
    padding-bottom: 40px; }
  .page .page-sidebar {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    display: block;
    position: fixed;
    inset: 0;
    inset-inline-start: -101%;
    width: 100%;
    height: 100%;
    max-width: 390px;
    padding: 0;
    margin: 0;
    z-index: 9999999999;
    background: white;
    transition: 300ms ease;
    transition-property: inset-inline-start; }
    .page .page-sidebar__header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      grid-gap: 8px;
      padding: 16px 16px 20px;
      background: #fff;
      color: #333333; }
    .page .page-sidebar__heading {
      font-size: 28px;
      font-weight: 600;
      line-height: 1.2;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 0;
      color: currentColor; }
    .page .page-sidebar > nav {
      display: block;
      width: 100%;
      height: 100%;
      background: white;
      overflow-y: auto;
      padding: 0 16px 80px 16px; }
      .page .page-sidebar > nav .actionBar {
        margin: 0 0 24px;
        padding: 0 0 16px;
        border-bottom: 1px solid #E6E6E6; }
        .page .page-sidebar > nav .actionBar .form-field {
          display: flex;
          align-items: center; }
        .page .page-sidebar > nav .actionBar .form-label {
          margin-right: 16px;
          width: 46px;
          flex-shrink: 0; }
        .page .page-sidebar > nav .actionBar .form-select {
          padding: 6px 16px 7px 16px;
          line-height: 1.5;
          background-position: right 10px top 10px;
          height: 40px;
          width: 100%;
          min-width: unset;
          max-width: unset; }
    .page .page-sidebar .page-sidebar-sticky-filter {
      position: sticky;
      bottom: -11px;
      margin: 24px -16px -100px;
      padding: 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.05);
      background: #fff;
      z-index: 2; }
      .page .page-sidebar .page-sidebar-sticky-filter__clear {
        font-size: 14px;
        font-weight: 500;
        color: #333333;
        text-transform: uppercase;
        text-decoration: underline;
        text-underline-offset: 3px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .page .page-sidebar .page-sidebar-sticky-filter__show {
        min-height: 48px;
        padding: 8px 35px;
        border-radius: 64px;
        border: 1.5px solid #000;
        background: #fff;
        color: #000;
        gap: 4px;
        text-transform: uppercase;
        white-space: nowrap; }
      .page .page-sidebar .page-sidebar-sticky-filter__count {
        font: inherit; }
    .page .page-sidebar.is-open {
      inset-inline-start: 0;
      z-index: 9999999999; }
    @media (max-width: 749px) {
      .page .page-sidebar {
        max-width: 700px; } }
    @media (min-width: 551px) {
      .page .page-sidebar {
        max-width: 400px;
        box-shadow: rgba(50, 50, 50, 0.2) 0 0 10px 0; } }
    @media (min-width: 1033px) {
      .page .page-sidebar {
        position: unset;
        inset: unset;
        top: 20px;
        width: 230px;
        z-index: 1;
        padding: 0;
        box-shadow: unset;
        max-width: unset;
        background: transparent;
        height: auto; }
        .page .page-sidebar__header {
          display: none; }
        .page .page-sidebar::before {
          content: none; }
        .page .page-sidebar > nav {
          padding: 0;
          overflow: visible;
          background: transparent; }
          .page .page-sidebar > nav .actionBar {
            display: none; }
        .page .page-sidebar .page-sidebar-sticky-filter {
          display: none; }
        .page .page-sidebar + .page-content {
          width: calc(100% - 230px);
          padding-left: clamp(16px, 3.5vw, 20px); } }
    @media (min-width: 1200px) {
      .page .page-sidebar {
        width: 300px; }
        .page .page-sidebar + .page-content {
          width: calc(100% - 300px);
          padding-left: clamp(16px, 3.5vw, 28px);
          padding-right: 0; } }
    @media (min-width: 1500px) {
      .page .page-sidebar {
        width: 352px; }
        .page .page-sidebar + .page-content {
          width: calc(100% - 352px);
          padding-left: clamp(16px, 3.5vw, 48px); } }
  .page .page-content {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    position: relative; }
    @media (min-width: 1033px) {
      .page .page-content--centered {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 66.66667%;
        float: left;
        margin-left: auto;
        margin-right: auto;
        float: none;
        padding: 0; } }
    .page .page-content.page-content-default {
      padding-bottom: 40px;
      float: none;
      padding-left: 16px;
      padding-right: 16px; }
      .page .page-content.page-content-default .wrapper-installation-help h2 {
        margin-top: 16px !important;
        margin-bottom: 36px !important;
        max-width: 1180px;
        margin: 0 auto; }
        .page .page-content.page-content-default .wrapper-installation-help h2.h2-first {
          margin-top: 32px !important; }
      .page .page-content.page-content-default table {
        max-width: 1180px;
        margin: 0 auto; }
        .page .page-content.page-content-default table tr {
          display: flex;
          justify-content: space-between;
          padding: 0 !important; }
          .page .page-content.page-content-default table tr td {
            text-align: left;
            width: 50%;
            padding-left: 0 !important; }
            .page .page-content.page-content-default table tr td p {
              padding-left: 0 !important; }
    .page .page-content h1, .page .page-content h2, .page .page-content h3, .page .page-content h4, .page .page-content h5 {
      margin-top: 0;
      text-transform: uppercase; }
    @media (max-width: 1032px) {
      .page .page-content#product-listing-container {
        padding: 0; } }
    @media (max-width: 991px) {
      .page .page-content.page-content-default table {
        padding: 0 !important; }
        .page .page-content.page-content-default table tbody {
          padding: 0 !important; }
        .page .page-content.page-content-default table tr {
          padding: 0 !important;
          display: flex; }
          .page .page-content.page-content-default table tr td {
            padding: 0 !important; }
            .page .page-content.page-content-default table tr td p {
              padding: 0 !important;
              padding-left: 10px !important; } }
    @media (max-width: 749px) {
      .page .page-content h1 {
        font-size: 32px; }
      .page .page-content h2:not(.search-no-results__popular-title):not(.section__header-heading) {
        font-size: 28px; }
      .page .page-content h3:not(.card-title):not(.search-no-results__tips-title):not(.card__heading) {
        font-size: 24px; }
      .page .page-content h4, .page .page-content h5 {
        font-size: 20px; } }
    @media (min-width: 750px) {
      .page .page-content.page-content-default {
        padding: 0 40px; } }
    @media (min-width: 1600px) {
      .page .page-content.page-content-default {
        padding: 0 60px; } }
  .page .page-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 8px; }
    .page .page-toolbar .category-product-count {
      margin-right: auto; }
  .page .page-sidebar-close {
    display: block;
    flex-shrink: 0;
    color: currentColor; }
    .page .page-sidebar-close__button {
      -webkit-appearance: none;
      appearance: none;
      position: relative;
      padding: 0;
      border: none;
      background: transparent;
      width: 32px;
      height: 32px;
      cursor: pointer;
      color: currentColor;
      line-height: 1; }
      .page .page-sidebar-close__button::before {
        content: '';
        position: absolute;
        inset: -5px; }
    .page .page-sidebar-close svg {
      width: 100%;
      height: 100%;
      fill: none;
      stroke: transparent;
      color: currentColor; }
  .page .page-sidebar-opener {
    display: block; }
    .page .page-sidebar-opener__button {
      min-width: 110px;
      text-transform: uppercase;
      color: #333333;
      background-color: #F2F2F2;
      border-color: #F2F2F2;
      min-height: 40px; }
      .page .page-sidebar-opener__button span {
        margin-left: 6px;
        margin-top: -1px; }
  .page.page--category:has(shop-by-brands) {
    padding-top: 40px;
    padding-bottom: 40px; }
  @media (max-width: 1032px) {
    .page.page--listing {
      padding-top: 0;
      overflow: hidden; }
    .page .page-toolbar {
      position: sticky;
      top: 0;
      background: #fff;
      z-index: 11;
      border-top: 1px solid #EBEBEB;
      border-bottom: 1px solid #EBEBEB;
      padding: 8px 16px;
      margin-bottom: 16px;
      margin-left: -16px;
      margin-right: -16px; } }
  @media (min-width: 1033px) {
    .page.page--category {
      padding-bottom: 32px; }
    .page.page--listing {
      padding-top: 32px; }
    .page .page-toolbar {
      display: none; }
    .page.page--category:has(shop-by-brands) {
      padding-top: 60px;
      padding-bottom: 60px; } }

.fr-banner {
  display: flex;
  position: relative; }
  .fr-banner::before {
    content: '';
    display: block;
    padding-bottom: var(--image-ratio, 50%); }

.fr-banner__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }
  .fr-banner__media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }

.fr-banner__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem; }
  @media screen and (min-width: 768px) {
    .fr-banner__content {
      padding: 2rem; } }

.page.page--404 .page-content {
  padding: 0; }

.page.page--404 .section__icon-with-text-2 {
  padding: 0; }

.page.page--404 .page--404__content {
  text-align: center;
  padding: 60px 0; }
  .page.page--404 .page--404__content h3 {
    margin-top: 0;
    font-size: 32px !important;
    margin-bottom: 16px;
    text-transform: uppercase; }
  .page.page--404 .page--404__content p {
    font-size: 16px;
    margin-bottom: 0; }
  .page.page--404 .page--404__content h1, .page.page--404 .page--404__content .h1 {
    font-size: 200px !important;
    text-align: center; }
  .page.page--404 .page--404__content ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 32px; }
    .page.page--404 .page--404__content ul li a {
      font-size: 16px;
      text-transform: uppercase;
      text-underline-offset: 4px; }
  @media screen and (max-width: 749px) {
    .page.page--404 .page--404__content {
      padding: 40px 0; }
      .page.page--404 .page--404__content h3 {
        font-size: 22px !important;
        margin-bottom: 10px; }
      .page.page--404 .page--404__content p {
        font-size: 14px; }
      .page.page--404 .page--404__content h1, .page.page--404 .page--404__content .h1 {
        font-size: 100px !important;
        text-align: center; }
      .page.page--404 .page--404__content ul {
        flex-direction: column;
        gap: 16px; } }

#bundle-container .MuiSnackbar-root.MuiSnackbar-anchorOriginBottomRight {
  display: none !important; }

.product--elfsight-form {
  overflow: hidden; }
  .product--elfsight-form .es-background-container {
    border-radius: 0 !important; }
  .product--elfsight-form [class*=Content__FormContainer]:has([class*=SubmitMessage__Container]) {
    grid-template-columns: auto; }
  .product--elfsight-form .eapps-widget-show-toolbar,
  .product--elfsight-form [class*="EmbedRoot__Root"],
  .product--elfsight-form [class*="Content__WidgetContainer"],
  .product--elfsight-form [class*="WidgetBackground__Container"],
  .product--elfsight-form [class*="WidgetBackground__Wrapper"] {
    height: 100%; }
  .product--elfsight-form [class*="Content__FormContainer"] {
    position: relative;
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center; }
  .product--elfsight-form [class*="Header__LogoImage"] {
    grid-area: 1 / 1 / 2 / 2;
    margin-bottom: 24px; }
  .product--elfsight-form [class*="WidgetTitle__Container"] {
    grid-area: 1 / 2 / 2 / 3;
    margin-left: 16px;
    margin-bottom: 24px; }
  .product--elfsight-form [class*="FormLayout__Container"] {
    grid-area: 2 / 1 / 3 / 3; }
  .product--elfsight-form [class*="Footer__WidgetFooter"] {
    grid-area: 3 / 1 / 4 / 3; }
  .product--elfsight-form [class*="WidgetTitle__Header"] {
    font-weight: 600;
    text-transform: uppercase; }
  .product--elfsight-form [class*="WidgetTitle__Caption"] {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    line-height: 1.2; }
  .product--elfsight-form [class*="Paragraph__ParagraphControl"] {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 8px; }
  .product--elfsight-form [class*="Paragraph__ParagraphControl"] a {
    color: #A12B2B;
    font-weight: 700;
    text-decoration: unset; }
  .product--elfsight-form [class*="TextControlBase__TextControlBaseContainer"] {
    max-height: 48px;
    line-height: 1 !important; }
  .product--elfsight-form [class*="choice-option__ChoiceControl"] {
    border: 1.5px solid #333333;
    border-radius: 2px;
    padding: 7px; }
  .product--elfsight-form [class*="choice-option__Container"] {
    top: 4px;
    min-width: 16px;
    height: 16px; }
  .product--elfsight-form [class*="choice-option__ChoiceControl"] svg {
    padding: 2px; }
  .product--elfsight-form .es-choice-option-label.es-choice-option-label-checked [class*="choice-option__ChoiceControl"] {
    background-color: #000000 !important;
    padding: 8px !important; }
  .product--elfsight-form [class*="choice-option__ItemLabel"] {
    font-size: 14px !important; }
  .product--elfsight-form .es-choice-option-overlay {
    background-color: #fff !important; }
  .product--elfsight-form [class*="choice-option__Label"]:hover .es-choice-option-overlay {
    opacity: 0; }
  .product--elfsight-form .es-button-base-container,
  .product--elfsight-form .custom-injected-button {
    width: 100%;
    border-radius: 64px !important;
    font-family: "Oswald", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 0 10px; }
  .product--elfsight-form .custom-injected-button {
    margin-top: 8px; }
    .product--elfsight-form .custom-injected-button .es-button-base-overlay {
      overflow: hidden;
      position: relative;
      text-overflow: ellipsis;
      display: -webkit-box;
      white-space: inherit;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1; }
  .product--elfsight-form .es-button-base-container .es-button-base-overlay {
    border-radius: 64px !important;
    background-color: transparent !important; }
  .product--elfsight-form .es-button-base-container:hover {
    background-color: #7E1F1F !important;
    border-color: #7E1F1F !important; }
  .product--elfsight-form [class*="Footer__WidgetFooter"] .button {
    width: 100%;
    text-decoration: unset;
    text-transform: uppercase;
    color: #fff;
    background: #a12b2b;
    border-color: #a12b2b; }
  .product--elfsight-form [class*="Footer__WidgetFooter"] .button:hover {
    color: white;
    background: #7e1f1f;
    border-color: #7e1f1f; }
  .product--elfsight-form .Content__FormContainer-sc-1a31b240-0 {
    grid-template-columns: 1fr; }
  .product--elfsight-form [class*="SubmitMessage__Text"] {
    color: #333333; }
  .product--elfsight-form [class*="WidgetBackground__Container"] {
    border-radius: 0; }
  .product--elfsight-form [class*="TextControlBase__TextControlBaseLabel"] .required-star {
    color: #A12B2B; }
  .product--elfsight-form [class*="typography__Container"].es-field-layout-error,
  .product--elfsight-form [class*="FormLayout__ErrorText"] {
    color: #FF0000;
    font-size: 12px;
    margin-top: 3px;
    padding-left: 16px; }
  @media (max-width: 1700px) {
    .product--elfsight-form .es-widget-background-wrapper {
      padding: 8% !important; }
    .product--elfsight-form [class*="WidgetTitle__Caption"] {
      margin-top: 4px; }
    .product--elfsight-form [class*="WidgetTitle__Caption"] {
      font-size: 20px; } }
  @media (max-width: 1420px) {
    .product--elfsight-form .es-widget-background-wrapper {
      padding: 6% !important; }
    .product--elfsight-form [class*="WidgetTitle__Container"] {
      margin-bottom: 12px; }
    .product--elfsight-form [class*="WidgetTitle__Header"] {
      font-size: 14px; }
    .product--elfsight-form [class*="WidgetTitle__Caption"] {
      font-size: 18px; }
    .product--elfsight-form [class*="Header__LogoImage"] {
      margin-bottom: 12px; }
    .product--elfsight-form [class*="Paragraph__ParagraphControl"] br {
      display: none; }
    .product--elfsight-form [class*="Paragraph__ParagraphControl"] > div:first-child {
      margin-bottom: 8px; } }
  @media (max-width: 1340px) {
    .product--elfsight-form [class*="WidgetTitle__Container"] {
      margin-left: 8px; }
    .product--elfsight-form [class*="TextControlBase__TextControlBaseContainer"].es-fields-short-text {
      max-height: 38px;
      padding: 10px 16px !important; }
    .product--elfsight-form [class*="TextControlBase__TextControlBaseInput"] {
      font-size: 14px !important; }
    .product--elfsight-form [class*="TextControlBase__TextControlBaseLabel"] {
      font-size: 14px !important; } }
  @media (max-width: 1320px) {
    .product--elfsight-form .es-widget-background-wrapper {
      padding: 5% !important; }
    .product--elfsight-form [class*="Header__LogoImage"] {
      width: 80px; }
    .product--elfsight-form [class*="Header__LogoImage"] img {
      max-width: 80px;
      max-height: 80px; }
    .product--elfsight-form [class*="WidgetTitle__Container"] {
      margin-left: 8px; }
    .product--elfsight-form [class*="WidgetTitle__Header"] {
      font-size: 14px; }
    .product--elfsight-form [class*="WidgetTitle__Caption"] {
      font-size: 16px;
      margin-top: 0; }
    .product--elfsight-form [class*="Paragraph__ParagraphControl"] {
      font-size: 13px; }
    .product--elfsight-form [class*="Content__FormContainer"] {
      grid-template-columns: 80px 1fr;
      align-content: center; } }
  @media (max-width: 1170px) {
    .product--elfsight-form [class*="Header__LogoImage"] {
      width: 60px; }
    .product--elfsight-form [class*="Header__LogoImage"] img {
      max-width: 60px;
      max-height: 60px; }
    .product--elfsight-form [class*="Content__FormContainer"] {
      grid-template-columns: 60px 1fr;
      align-content: center; } }
  @media (max-width: 1032px) {
    .product--elfsight-form [class*="Header__LogoImage"] {
      width: 80px; }
    .product--elfsight-form [class*="Header__LogoImage"] img {
      max-width: 80px;
      max-height: 80px; }
    .product--elfsight-form [class*="WidgetTitle__Caption"] {
      margin-top: 4px; }
    .product--elfsight-form [class*="Paragraph__ParagraphControl"] {
      margin-bottom: 0; }
    .product--elfsight-form [class*="FormFieldLayout__Container"] {
      margin-bottom: 8px; }
    .product--elfsight-form [class*="Content__FormContainer"] {
      grid-template-columns: 80px 1fr; } }
  @media (max-width: 991px) {
    .product--elfsight-form [class*="Header__LogoImage"] {
      width: 60px; }
    .product--elfsight-form [class*="Header__LogoImage"] img {
      max-width: 60px;
      max-height: 60px; }
    .product--elfsight-form [class*="Content__FormContainer"] {
      grid-template-columns: 60px 1fr; } }
  @media (min-width: 750px) and (max-width: 800px) {
    .product--elfsight-form [class*="WidgetTitle__Header"] {
      font-size: 12px; }
    .product--elfsight-form [class*="WidgetTitle__Caption"] {
      font-size: 14px; }
    .product--elfsight-form [class*="choice-option__ItemLabel"] {
      font-size: 12px !important; } }
  @media (max-width: 749px) {
    .product--elfsight-form [class*="EmbedRoot__Root"] {
      padding: 0 16px; }
    .product--elfsight-form [class*="EmbedRoot__Root"],
    .product--elfsight-form [class*="Content__WidgetContainer"] {
      max-width: 100% !important;
      border-radius: 0; }
    .product--elfsight-form [class*="Content__FormContainer"] {
      display: inline-block; }
    .product--elfsight-form [class*="Header__LogoImage"] {
      display: inline-block; }
    .product--elfsight-form [class*="WidgetTitle__Container"] {
      display: inline-block;
      vertical-align: middle;
      max-width: 150px;
      margin-bottom: 0;
      margin-left: 16px; }
    .product--elfsight-form [class*="WidgetTitle__Caption"] {
      font-size: 18px;
      margin-top: 8px; }
    .product--elfsight-form [class*="Header__LogoImage"] {
      width: 90px;
      margin-bottom: 8px; }
    .product--elfsight-form [class*="Header__LogoImage"] img {
      max-width: 90px;
      max-height: 90px; }
    .product--elfsight-form .es-widget-background-wrapper {
      padding: 24px !important; }
    .product--elfsight-form [class*="choice-option__ItemLabel"] {
      font-size: 13px !important; }
    .product--elfsight-form .es-button-base-container,
    .product--elfsight-form .custom-injected-button {
      font-size: 14px !important;
      max-height: 38px;
      min-height: 38px;
      line-height: 1 !important; } }

.designHelpModal__widget [class*="FormFieldLayout__Label"] .required-star {
  color: #A12B2B;
  margin-left: 4px; }

.designHelpModal__widget [class*="WidgetTitle__Caption"] br {
  display: none; }

.designHelpModal__widget [class*="WidgetTitle__Caption"] div {
  margin-bottom: 4px;
  text-wrap: auto; }

.designHelpModal__widget [class*="WidgetTitle__Caption"] div a {
  text-decoration: unset; }

.designHelpModal__widget [class*="WidgetTitle__Caption"] div span {
  text-wrap: unset; }

.designHelpModal__widget [class*="FormFieldLayout__Label"] {
  font-size: 14px; }

.designHelpModal__widget [class*="WidgetTitle__Header"] {
  color: #000;
  text-wrap: unset; }

.designHelpModal__widget [class*="typography__Container"].es-field-layout-error,
.designHelpModal__widget [class*="FormLayout__ErrorText"] {
  color: #FF0000;
  font-size: 12px; }

#main-content:has(.section__elfsight) {
  position: relative;
  z-index: 21; }

.section__elfsight {
  overflow: visible !important; }

.section__elfsight,
.designHelpModal__widget,
.product-sidebar__form {
  overflow: hidden; }
  .section__elfsight [class*="SubmitMessage__Text"],
  .designHelpModal__widget [class*="SubmitMessage__Text"],
  .product-sidebar__form [class*="SubmitMessage__Text"] {
    color: #27C100 !important; }
  .section__elfsight .page--contact,
  .section__elfsight .page--international-order,
  .section__elfsight .page--contractor-program,
  .section__elfsight .page--support,
  .designHelpModal__widget .page--contact,
  .designHelpModal__widget .page--international-order,
  .designHelpModal__widget .page--contractor-program,
  .designHelpModal__widget .page--support,
  .product-sidebar__form .page--contact,
  .product-sidebar__form .page--international-order,
  .product-sidebar__form .page--contractor-program,
  .product-sidebar__form .page--support {
    padding-top: 60px;
    padding-bottom: 60px; }
    @media (max-width: 749px) {
      .section__elfsight .page--contact,
      .section__elfsight .page--international-order,
      .section__elfsight .page--contractor-program,
      .section__elfsight .page--support,
      .designHelpModal__widget .page--contact,
      .designHelpModal__widget .page--international-order,
      .designHelpModal__widget .page--contractor-program,
      .designHelpModal__widget .page--support,
      .product-sidebar__form .page--contact,
      .product-sidebar__form .page--international-order,
      .product-sidebar__form .page--contractor-program,
      .product-sidebar__form .page--support {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .section__elfsight .page--contact [class*="EmbedRoot__Root"],
    .section__elfsight .page--contact .gLGJiZ,
    .section__elfsight .page--international-order [class*="EmbedRoot__Root"],
    .section__elfsight .page--international-order .gLGJiZ,
    .section__elfsight .page--contractor-program [class*="EmbedRoot__Root"],
    .section__elfsight .page--contractor-program .gLGJiZ,
    .section__elfsight .page--support [class*="EmbedRoot__Root"],
    .section__elfsight .page--support .gLGJiZ,
    .designHelpModal__widget .page--contact [class*="EmbedRoot__Root"],
    .designHelpModal__widget .page--contact .gLGJiZ,
    .designHelpModal__widget .page--international-order [class*="EmbedRoot__Root"],
    .designHelpModal__widget .page--international-order .gLGJiZ,
    .designHelpModal__widget .page--contractor-program [class*="EmbedRoot__Root"],
    .designHelpModal__widget .page--contractor-program .gLGJiZ,
    .designHelpModal__widget .page--support [class*="EmbedRoot__Root"],
    .designHelpModal__widget .page--support .gLGJiZ,
    .product-sidebar__form .page--contact [class*="EmbedRoot__Root"],
    .product-sidebar__form .page--contact .gLGJiZ,
    .product-sidebar__form .page--international-order [class*="EmbedRoot__Root"],
    .product-sidebar__form .page--international-order .gLGJiZ,
    .product-sidebar__form .page--contractor-program [class*="EmbedRoot__Root"],
    .product-sidebar__form .page--contractor-program .gLGJiZ,
    .product-sidebar__form .page--support [class*="EmbedRoot__Root"],
    .product-sidebar__form .page--support .gLGJiZ {
      max-width: 995px !important; }
  .section__elfsight .page--return-policy,
  .designHelpModal__widget .page--return-policy,
  .product-sidebar__form .page--return-policy {
    padding-top: 24px;
    padding-bottom: 60px; }
    @media (max-width: 749px) {
      .section__elfsight .page--return-policy,
      .designHelpModal__widget .page--return-policy,
      .product-sidebar__form .page--return-policy {
        padding-top: 16px;
        padding-bottom: 40px; } }
    .section__elfsight .page--return-policy [class*="EmbedRoot__Root"],
    .section__elfsight .page--return-policy .gLGJiZ,
    .designHelpModal__widget .page--return-policy [class*="EmbedRoot__Root"],
    .designHelpModal__widget .page--return-policy .gLGJiZ,
    .product-sidebar__form .page--return-policy [class*="EmbedRoot__Root"],
    .product-sidebar__form .page--return-policy .gLGJiZ {
      max-width: 1155px !important; }
  .section__elfsight .gjVVPE,
  .section__elfsight .kkEFQV,
  .designHelpModal__widget .gjVVPE,
  .designHelpModal__widget .kkEFQV,
  .product-sidebar__form .gjVVPE,
  .product-sidebar__form .kkEFQV {
    border: 1px solid #C2C2C2; }
  @media (max-width: 1032px) {
    .section__elfsight [class*="WidgetTitle__Container"],
    .designHelpModal__widget [class*="WidgetTitle__Container"],
    .product-sidebar__form [class*="WidgetTitle__Container"] {
      margin-bottom: 8px; } }
  .section__elfsight [class*="WidgetTitle__Header"],
  .designHelpModal__widget [class*="WidgetTitle__Header"],
  .product-sidebar__form [class*="WidgetTitle__Header"] {
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    line-height: 1.2;
    letter-spacing: 0.25px;
    color: #000; }
    @media (max-width: 1032px) {
      .section__elfsight [class*="WidgetTitle__Header"],
      .designHelpModal__widget [class*="WidgetTitle__Header"],
      .product-sidebar__form [class*="WidgetTitle__Header"] {
        font-size: 26px; } }
  .section__elfsight [class*="WidgetTitle__Caption"],
  .designHelpModal__widget [class*="WidgetTitle__Caption"],
  .product-sidebar__form [class*="WidgetTitle__Caption"] {
    margin-top: 16px; }
    @media (max-width: 1032px) {
      .section__elfsight [class*="WidgetTitle__Caption"],
      .designHelpModal__widget [class*="WidgetTitle__Caption"],
      .product-sidebar__form [class*="WidgetTitle__Caption"] {
        font-size: 13px;
        margin-top: 8px;
        line-height: 150%;
        letter-spacing: 0; } }
  @media (max-width: 1032px) {
    .section__elfsight [class*="FormFieldLayout__Container"],
    .designHelpModal__widget [class*="FormFieldLayout__Container"],
    .product-sidebar__form [class*="FormFieldLayout__Container"] {
      margin-bottom: 8px; } }
  .section__elfsight [class*="FormFieldLayout__Label"],
  .designHelpModal__widget [class*="FormFieldLayout__Label"],
  .product-sidebar__form [class*="FormFieldLayout__Label"] {
    align-items: flex-start; }
    @media (max-width: 1032px) {
      .section__elfsight [class*="FormFieldLayout__Label"],
      .designHelpModal__widget [class*="FormFieldLayout__Label"],
      .product-sidebar__form [class*="FormFieldLayout__Label"] {
        font-size: 14px;
        margin-bottom: 10px; } }
  .section__elfsight [class*="FormFieldLayout__Label"] .required-star,
  .designHelpModal__widget [class*="FormFieldLayout__Label"] .required-star,
  .product-sidebar__form [class*="FormFieldLayout__Label"] .required-star {
    color: #FF0000;
    margin-left: 4px; }
  .section__elfsight [class*="TextControlBase__TextControlBasePlaceholder"],
  .designHelpModal__widget [class*="TextControlBase__TextControlBasePlaceholder"],
  .product-sidebar__form [class*="TextControlBase__TextControlBasePlaceholder"] {
    color: #717171; }
  .section__elfsight [class*="TextControlBase__TextControlBaseContainer"]:not(.TextControlBase__TextControlBaseContainer-sc-72b1b13-0),
  .designHelpModal__widget [class*="TextControlBase__TextControlBaseContainer"]:not(.TextControlBase__TextControlBaseContainer-sc-72b1b13-0),
  .product-sidebar__form [class*="TextControlBase__TextControlBaseContainer"]:not(.TextControlBase__TextControlBaseContainer-sc-72b1b13-0) {
    min-height: 48px;
    line-height: 1.5 !important;
    border-color: #c2c2c2 !important;
    color: #333333 !important;
    border-radius: 36px !important; }
    @media (max-width: 1032px) {
      .section__elfsight [class*="TextControlBase__TextControlBaseContainer"]:not(.TextControlBase__TextControlBaseContainer-sc-72b1b13-0),
      .designHelpModal__widget [class*="TextControlBase__TextControlBaseContainer"]:not(.TextControlBase__TextControlBaseContainer-sc-72b1b13-0),
      .product-sidebar__form [class*="TextControlBase__TextControlBaseContainer"]:not(.TextControlBase__TextControlBaseContainer-sc-72b1b13-0) {
        min-height: 38px;
        padding: 4px 16px !important; } }
  .section__elfsight .TextControlBase__TextControlBaseContainer-sc-72b1b13-0,
  .designHelpModal__widget .TextControlBase__TextControlBaseContainer-sc-72b1b13-0,
  .product-sidebar__form .TextControlBase__TextControlBaseContainer-sc-72b1b13-0 {
    border-radius: 36px !important; }
  @media (max-width: 1032px) {
    .section__elfsight [class*="TextControlBase__TextControlBaseSlot"]:has(button),
    .designHelpModal__widget [class*="TextControlBase__TextControlBaseSlot"]:has(button),
    .product-sidebar__form [class*="TextControlBase__TextControlBaseSlot"]:has(button) {
      height: 28px !important; } }
  @media (max-width: 749px) {
    .section__elfsight [class*="Popout__PopoutContent"],
    .designHelpModal__widget [class*="Popout__PopoutContent"],
    .product-sidebar__form [class*="Popout__PopoutContent"] {
      width: 100%; } }
  @media (max-width: 749px) {
    .section__elfsight [class*="Dropdown__DropdownContainer"],
    .designHelpModal__widget [class*="Dropdown__DropdownContainer"],
    .product-sidebar__form [class*="Dropdown__DropdownContainer"] {
      width: 100% !important; } }
  .section__elfsight [class*="TextControlBase__TextControlBaseContainer"]:has(textarea),
  .designHelpModal__widget [class*="TextControlBase__TextControlBaseContainer"]:has(textarea),
  .product-sidebar__form [class*="TextControlBase__TextControlBaseContainer"]:has(textarea) {
    border-radius: 20px !important; }
  .section__elfsight [class*="TextControlBase__TextControlBaseContainer"]:has(textarea) textarea,
  .designHelpModal__widget [class*="TextControlBase__TextControlBaseContainer"]:has(textarea) textarea,
  .product-sidebar__form [class*="TextControlBase__TextControlBaseContainer"]:has(textarea) textarea {
    min-height: calc(150px - 24px);
    border-radius: 0; }
    @media (max-width: 1032px) {
      .section__elfsight [class*="TextControlBase__TextControlBaseContainer"]:has(textarea) textarea,
      .designHelpModal__widget [class*="TextControlBase__TextControlBaseContainer"]:has(textarea) textarea,
      .product-sidebar__form [class*="TextControlBase__TextControlBaseContainer"]:has(textarea) textarea {
        min-height: calc(76px - 10px);
        max-height: 90px; } }
  .section__elfsight [class*="FormFieldLayout__Error"],
  .designHelpModal__widget [class*="FormFieldLayout__Error"],
  .product-sidebar__form [class*="FormFieldLayout__Error"] {
    font-size: 12px;
    margin-top: 3px !important;
    padding-inline: 16px; }
  @media (max-width: 1032px) {
    .section__elfsight [class*="FieldsGrid__Row"]:has([class*="choice__Container"]) [class*="FormFieldLayout__Container"],
    .designHelpModal__widget [class*="FieldsGrid__Row"]:has([class*="choice__Container"]) [class*="FormFieldLayout__Container"],
    .product-sidebar__form [class*="FieldsGrid__Row"]:has([class*="choice__Container"]) [class*="FormFieldLayout__Container"] {
      margin-bottom: 8px; } }
  .section__elfsight [class*="choice-option__ChoiceControl"],
  .designHelpModal__widget [class*="choice-option__ChoiceControl"],
  .product-sidebar__form [class*="choice-option__ChoiceControl"] {
    border: 1.5px solid #333333;
    border-radius: 2px;
    padding: 7px; }
  .section__elfsight [class*="choice-option__Container"],
  .designHelpModal__widget [class*="choice-option__Container"],
  .product-sidebar__form [class*="choice-option__Container"] {
    top: 4px;
    min-width: 16px;
    height: 16px; }
  .section__elfsight [class*="choice-option__ChoiceControl"] svg,
  .designHelpModal__widget [class*="choice-option__ChoiceControl"] svg,
  .product-sidebar__form [class*="choice-option__ChoiceControl"] svg {
    padding: 2px; }
  .section__elfsight .es-choice-option-label.es-choice-option-label-checked [class*="choice-option__ChoiceControl"],
  .designHelpModal__widget .es-choice-option-label.es-choice-option-label-checked [class*="choice-option__ChoiceControl"],
  .product-sidebar__form .es-choice-option-label.es-choice-option-label-checked [class*="choice-option__ChoiceControl"] {
    background-color: #000000 !important;
    padding: 8px !important; }
  .section__elfsight .es-choice-option-radio-control,
  .designHelpModal__widget .es-choice-option-radio-control,
  .product-sidebar__form .es-choice-option-radio-control {
    background-color: #fff !important;
    border-color: #333333 !important;
    width: 16px;
    height: 16px;
    padding: 8px !important; }
  .section__elfsight .es-choice-option-radio-control::after,
  .designHelpModal__widget .es-choice-option-radio-control::after,
  .product-sidebar__form .es-choice-option-radio-control::after {
    background: #000 !important;
    width: 8px;
    height: 8px;
    top: 50%; }
  .section__elfsight .es-choice-option-label.es-choice-option-label-checked .es-choice-option-radio-control,
  .designHelpModal__widget .es-choice-option-label.es-choice-option-label-checked .es-choice-option-radio-control,
  .product-sidebar__form .es-choice-option-label.es-choice-option-label-checked .es-choice-option-radio-control {
    border: 1px solid #333 !important; }
  .section__elfsight [role="radiogroup"] [class*="choice-option__Label"]:not(:last-child),
  .designHelpModal__widget [role="radiogroup"] [class*="choice-option__Label"]:not(:last-child),
  .product-sidebar__form [role="radiogroup"] [class*="choice-option__Label"]:not(:last-child) {
    margin-bottom: 6px; }
    @media (max-width: 1032px) {
      .section__elfsight [role="radiogroup"] [class*="choice-option__Label"]:not(:last-child),
      .designHelpModal__widget [role="radiogroup"] [class*="choice-option__Label"]:not(:last-child),
      .product-sidebar__form [role="radiogroup"] [class*="choice-option__Label"]:not(:last-child) {
        margin-bottom: 6px; } }
  .section__elfsight [role="radiogroup"] [class*="choice-option__ItemLabel"],
  .designHelpModal__widget [role="radiogroup"] [class*="choice-option__ItemLabel"],
  .product-sidebar__form [role="radiogroup"] [class*="choice-option__ItemLabel"] {
    margin-left: 8px !important;
    position: relative;
    top: 1px; }
  @media (min-width: 1033px) {
    .section__elfsight [class*="FormFieldLayout__Element"]:empty,
    .section__elfsight [role="radiogroup"],
    .designHelpModal__widget [class*="FormFieldLayout__Element"]:empty,
    .designHelpModal__widget [role="radiogroup"],
    .product-sidebar__form [class*="FormFieldLayout__Element"]:empty,
    .product-sidebar__form [role="radiogroup"] {
      margin-top: 8px; } }
  @media (max-width: 1032px) {
    .section__elfsight [class*="TextControlBase__TextControlBaseContainer"].es-fields-short-text,
    .section__elfsight [class*="TextControlBase__TextControlBaseContainer"][class*="Date__DateInputControl"],
    .section__elfsight [class*="TextControlBase__TextControlBaseContainer"].es-fields-number,
    .designHelpModal__widget [class*="TextControlBase__TextControlBaseContainer"].es-fields-short-text,
    .designHelpModal__widget [class*="TextControlBase__TextControlBaseContainer"][class*="Date__DateInputControl"],
    .designHelpModal__widget [class*="TextControlBase__TextControlBaseContainer"].es-fields-number,
    .product-sidebar__form [class*="TextControlBase__TextControlBaseContainer"].es-fields-short-text,
    .product-sidebar__form [class*="TextControlBase__TextControlBaseContainer"][class*="Date__DateInputControl"],
    .product-sidebar__form [class*="TextControlBase__TextControlBaseContainer"].es-fields-number {
      max-height: 38px;
      min-height: 38px;
      padding: 4px 16px 6px;
      line-height: unset !important; } }
  @media (max-width: 1032px) {
    .section__elfsight [class*="TextControlBase__TextControlBaseInput"][name="phone number"],
    .designHelpModal__widget [class*="TextControlBase__TextControlBaseInput"][name="phone number"],
    .product-sidebar__form [class*="TextControlBase__TextControlBaseInput"][name="phone number"] {
      line-height: 26px !important; } }
  @media (max-width: 1032px) {
    .section__elfsight [class*="Date__IconWrapper"],
    .designHelpModal__widget [class*="Date__IconWrapper"],
    .product-sidebar__form [class*="Date__IconWrapper"] {
      position: relative;
      top: 4px; } }
  @media (max-width: 1032px) {
    .section__elfsight [class*="FormFieldLayout__Container"]:has([class*="FormFieldLayout__Element"]:empty) [class*="FormFieldLayout__Label"],
    .designHelpModal__widget [class*="FormFieldLayout__Container"]:has([class*="FormFieldLayout__Element"]:empty) [class*="FormFieldLayout__Label"],
    .product-sidebar__form [class*="FormFieldLayout__Container"]:has([class*="FormFieldLayout__Element"]:empty) [class*="FormFieldLayout__Label"] {
      margin-bottom: 0; } }
  .section__elfsight [class*="choice-option__ItemLabel"],
  .designHelpModal__widget [class*="choice-option__ItemLabel"],
  .product-sidebar__form [class*="choice-option__ItemLabel"] {
    font-size: 14px !important;
    color: #333333; }
    @media (max-width: 1032px) {
      .section__elfsight [class*="choice-option__ItemLabel"],
      .designHelpModal__widget [class*="choice-option__ItemLabel"],
      .product-sidebar__form [class*="choice-option__ItemLabel"] {
        font-size: 13px !important; } }
  .section__elfsight .es-choice-option-overlay,
  .designHelpModal__widget .es-choice-option-overlay,
  .product-sidebar__form .es-choice-option-overlay {
    background-color: #fff !important; }
  .section__elfsight [class*="choice-option__Label"]:hover .es-choice-option-overlay,
  .designHelpModal__widget [class*="choice-option__Label"]:hover .es-choice-option-overlay,
  .product-sidebar__form [class*="choice-option__Label"]:hover .es-choice-option-overlay {
    opacity: 0; }
  .section__elfsight [class*="Footer__WidgetFooter"] .button,
  .section__elfsight [class*="FieldsGrid__ButtonsGroup"] button,
  .designHelpModal__widget [class*="Footer__WidgetFooter"] .button,
  .designHelpModal__widget [class*="FieldsGrid__ButtonsGroup"] button,
  .product-sidebar__form [class*="Footer__WidgetFooter"] .button,
  .product-sidebar__form [class*="FieldsGrid__ButtonsGroup"] button {
    width: 100%;
    text-decoration: unset;
    text-transform: uppercase;
    color: #fff !important;
    background: #a12b2b !important;
    border-color: #a12b2b !important;
    min-height: 48px;
    margin-top: 8px;
    font-family: "Oswald", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important; }
    .section__elfsight [class*="Footer__WidgetFooter"] .button .es-button-base-overlay,
    .section__elfsight [class*="FieldsGrid__ButtonsGroup"] button .es-button-base-overlay,
    .designHelpModal__widget [class*="Footer__WidgetFooter"] .button .es-button-base-overlay,
    .designHelpModal__widget [class*="FieldsGrid__ButtonsGroup"] button .es-button-base-overlay,
    .product-sidebar__form [class*="Footer__WidgetFooter"] .button .es-button-base-overlay,
    .product-sidebar__form [class*="FieldsGrid__ButtonsGroup"] button .es-button-base-overlay {
      background-color: transparent !important; }
    @media (max-width: 1032px) {
      .section__elfsight [class*="Footer__WidgetFooter"] .button,
      .section__elfsight [class*="FieldsGrid__ButtonsGroup"] button,
      .designHelpModal__widget [class*="Footer__WidgetFooter"] .button,
      .designHelpModal__widget [class*="FieldsGrid__ButtonsGroup"] button,
      .product-sidebar__form [class*="Footer__WidgetFooter"] .button,
      .product-sidebar__form [class*="FieldsGrid__ButtonsGroup"] button {
        margin-top: 12px;
        min-height: unset;
        font-size: 14px !important; } }
    @media (max-width: 1032px) {
      .section__elfsight [class*="Footer__WidgetFooter"] .button span,
      .section__elfsight [class*="FieldsGrid__ButtonsGroup"] button span,
      .designHelpModal__widget [class*="Footer__WidgetFooter"] .button span,
      .designHelpModal__widget [class*="FieldsGrid__ButtonsGroup"] button span,
      .product-sidebar__form [class*="Footer__WidgetFooter"] .button span,
      .product-sidebar__form [class*="FieldsGrid__ButtonsGroup"] button span {
        padding: 3px 8px !important; } }
  .section__elfsight [class*="Footer__WidgetFooter"] .button:hover,
  .section__elfsight [class*="FieldsGrid__ButtonsGroup"] button:hover,
  .designHelpModal__widget [class*="Footer__WidgetFooter"] .button:hover,
  .designHelpModal__widget [class*="FieldsGrid__ButtonsGroup"] button:hover,
  .product-sidebar__form [class*="Footer__WidgetFooter"] .button:hover,
  .product-sidebar__form [class*="FieldsGrid__ButtonsGroup"] button:hover {
    color: white !important;
    background: #7e1f1f !important;
    border-color: #7e1f1f !important; }
  .section__elfsight [class*="SubmitMessage__Text"],
  .designHelpModal__widget [class*="SubmitMessage__Text"],
  .product-sidebar__form [class*="SubmitMessage__Text"] {
    color: #333333; }
  .section__elfsight [class*="FormLayout__ErrorsGroup"],
  .designHelpModal__widget [class*="FormLayout__ErrorsGroup"],
  .product-sidebar__form [class*="FormLayout__ErrorsGroup"] {
    margin-top: 3px; }
  .section__elfsight [class*="FormLayout__ErrorText"],
  .designHelpModal__widget [class*="FormLayout__ErrorText"],
  .product-sidebar__form [class*="FormLayout__ErrorText"] {
    font-size: 12px;
    padding-inline: 12px; }
  .section__elfsight [class*="Heading__HeadingControl"],
  .designHelpModal__widget [class*="Heading__HeadingControl"],
  .product-sidebar__form [class*="Heading__HeadingControl"] {
    font-size: 20px;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    line-height: 1.2;
    letter-spacing: 0.25px;
    font-weight: 600;
    padding-bottom: 24px;
    margin-bottom: 8px;
    margin-top: 32px;
    text-transform: uppercase;
    border-bottom: 1px solid #C2C2C2; }
    @media (max-width: 1032px) {
      .section__elfsight [class*="Heading__HeadingControl"],
      .designHelpModal__widget [class*="Heading__HeadingControl"],
      .product-sidebar__form [class*="Heading__HeadingControl"] {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 2px;
        margin-top: 16px; } }
  .section__elfsight [class*="FieldsGrid__Row"]:first-child .Heading__HeadingControl-sc-50bb4c00-0,
  .designHelpModal__widget [class*="FieldsGrid__Row"]:first-child .Heading__HeadingControl-sc-50bb4c00-0,
  .product-sidebar__form [class*="FieldsGrid__Row"]:first-child .Heading__HeadingControl-sc-50bb4c00-0 {
    margin-top: 0; }
  .section__elfsight [class*="dropdown__Container"],
  .designHelpModal__widget [class*="dropdown__Container"],
  .product-sidebar__form [class*="dropdown__Container"] {
    position: relative; }
  .section__elfsight [class*="dropdown__Select"],
  .designHelpModal__widget [class*="dropdown__Select"],
  .product-sidebar__form [class*="dropdown__Select"] {
    border-color: #c2c2c2 !important; }
    @media (max-width: 1032px) {
      .section__elfsight [class*="dropdown__Select"],
      .designHelpModal__widget [class*="dropdown__Select"],
      .product-sidebar__form [class*="dropdown__Select"] {
        padding: 4px 16px !important;
        line-height: 28px; } }
  .section__elfsight [class*="dropdown__IconContainer"],
  .designHelpModal__widget [class*="dropdown__IconContainer"],
  .product-sidebar__form [class*="dropdown__IconContainer"] {
    display: none; }
  .section__elfsight [class*="dropdown__Container"]::before,
  .designHelpModal__widget [class*="dropdown__Container"]::before,
  .product-sidebar__form [class*="dropdown__Container"]::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    top: 50%;
    right: 9.5px;
    transform: translateY(-50%);
    pointer-events: none; }
  .section__elfsight [class*="dropdown__Container"]:has(.gdLpqz)::before,
  .designHelpModal__widget [class*="dropdown__Container"]:has(.gdLpqz)::before,
  .product-sidebar__form [class*="dropdown__Container"]:has(.gdLpqz)::before {
    transform: rotate(180deg) translate(0px, 50%); }
  .section__elfsight [class*="dropdown__Container"] [class*="Dropdown__DropdownContainer"],
  .designHelpModal__widget [class*="dropdown__Container"] [class*="Dropdown__DropdownContainer"],
  .product-sidebar__form [class*="dropdown__Container"] [class*="Dropdown__DropdownContainer"] {
    max-height: 400px;
    overflow-y: auto; }
  .section__elfsight [class*="Date__DateInputControl"],
  .designHelpModal__widget [class*="Date__DateInputControl"],
  .product-sidebar__form [class*="Date__DateInputControl"] {
    border-radius: 360px !important; }
  .section__elfsight .dIPQqY,
  .designHelpModal__widget .dIPQqY,
  .product-sidebar__form .dIPQqY {
    white-space: pre-wrap; }
  .section__elfsight .page--return-policy [class*="Heading__HeadingControl"],
  .designHelpModal__widget .page--return-policy [class*="Heading__HeadingControl"],
  .product-sidebar__form .page--return-policy [class*="Heading__HeadingControl"] {
    color: #A12B2B;
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 8px;
    border-bottom: none; }
    @media (max-width: 1032px) {
      .section__elfsight .page--return-policy [class*="Heading__HeadingControl"],
      .designHelpModal__widget .page--return-policy [class*="Heading__HeadingControl"],
      .product-sidebar__form .page--return-policy [class*="Heading__HeadingControl"] {
        font-size: 18px;
        margin-bottom: 8px;
        padding-bottom: 0; } }
  .section__elfsight:has(.page--support),
  .designHelpModal__widget:has(.page--support),
  .product-sidebar__form:has(.page--support) {
    background-color: #F2F2F2; }
  .section__elfsight .page--support [class*="WidgetTitle__Caption"],
  .designHelpModal__widget .page--support [class*="WidgetTitle__Caption"],
  .product-sidebar__form .page--support [class*="WidgetTitle__Caption"] {
    color: #000; }
  .section__elfsight [class*="typography__Container"].es-field-layout-error,
  .section__elfsight [class*="FormLayout__ErrorText"],
  .designHelpModal__widget [class*="typography__Container"].es-field-layout-error,
  .designHelpModal__widget [class*="FormLayout__ErrorText"],
  .product-sidebar__form [class*="typography__Container"].es-field-layout-error,
  .product-sidebar__form [class*="FormLayout__ErrorText"] {
    color: #FF0000;
    font-size: 12px; }
  .section__elfsight [class*="Popout__PopoutContent"] [class*="TextControlBase__TextControlBaseContainer"].es-fields-short-text,
  .designHelpModal__widget [class*="Popout__PopoutContent"] [class*="TextControlBase__TextControlBaseContainer"].es-fields-short-text,
  .product-sidebar__form [class*="Popout__PopoutContent"] [class*="TextControlBase__TextControlBaseContainer"].es-fields-short-text {
    border-color: #ccc; }

#consent-manager {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2); }
  #consent-manager > div > div {
    background: #fff; }
  #consent-manager p {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    color: #333333;
    text-align: center; }
    #consent-manager p a {
      color: #a12b2b;
      text-underline-offset: 3px; }
  #consent-manager button {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    border-width: 1.5px;
    text-transform: uppercase;
    transition: all 0.15s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    color: white;
    background: #a12b2b;
    border-color: #a12b2b;
    border-radius: 64px;
    padding: 0 20px; }
    #consent-manager button:hover {
      color: white;
      background: #7e1f1f;
      border-color: #7e1f1f; }
    #consent-manager button:first-child {
      color: black;
      background: #fff;
      border-color: black; }
      #consent-manager button:first-child:hover {
        color: white;
        background: black;
        border-color: black; }
  @media (max-width: 1620px) {
    #consent-manager > div > div > div {
      justify-content: center !important; } }
  @media (max-width: 551px) {
    #consent-manager > div > div > div > div:nth-child(2) {
      flex-direction: unset;
      align-items: center;
      gap: 6px;
      justify-content: center;
      margin-top: 10px; }
    #consent-manager button {
      font-size: 12px;
      min-height: 36px;
      margin: 0; }
    #consent-manager p {
      font-size: 13px; } }

#consent-manager-update-banner {
  background-color: #fff !important; }
  #consent-manager-update-banner a {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    color: #a12b2b !important;
    text-underline-offset: 3px; }

[data-consent-manager-dialog] {
  position: relative;
  z-index: 9999999999; }
  [data-consent-manager-dialog] h2 {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #333; }
  [data-consent-manager-dialog] button[aria-label="Cancel"] {
    color: #000; }
  [data-consent-manager-dialog] form {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    color: #333; }
    [data-consent-manager-dialog] form span a {
      color: #a12b2b !important; }
  [data-consent-manager-dialog] table th, [data-consent-manager-dialog] table td {
    color: #333; }
  [data-consent-manager-dialog] table input[type="radio"] {
    accent-color: #a12b2b; }
  [data-consent-manager-dialog] button:first-child:not([aria-label="Cancel"]) {
    color: #000;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 500; }
  [data-consent-manager-dialog] button:last-child:not([aria-label="Cancel"]) {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    border-width: 1.5px;
    text-transform: uppercase;
    transition: all 0.15s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    color: white;
    background: #a12b2b;
    border-color: #a12b2b;
    border-radius: 64px;
    padding: 0 20px; }
    [data-consent-manager-dialog] button:last-child:not([aria-label="Cancel"]):hover {
      color: white;
      background: #7e1f1f;
      border-color: #7e1f1f; }

#tidio-chat {
  bottom: 136px !important; }
  @media (min-width: 1620px) {
    #tidio-chat {
      bottom: 30px !important; } }
  @media (min-width: 750px) {
    #tidio-chat {
      bottom: 72px !important; } }

.custom__page .section__main-page .toolbar {
  display: block;
  position: fixed;
  z-index: 10;
  background-color: transparent;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%); }
  .custom__page .section__main-page .toolbar button {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    min-width: 140px;
    box-shadow: 8px 8px 24px 0px #00000040; }

@media screen and (min-width: 1033px) {
  .custom__page .section__main-page .main-page-wrapper {
    display: flex;
    gap: 80px; }
    .custom__page .section__main-page .main-page-wrapper .toolbar {
      display: none; } }

.custom__page .section__main-page .main-page-wrapper .aside__groups {
  width: 100%;
  max-width: 18.28571rem;
  flex: 0 0 auto; }
  .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__header {
    display: none; }
  .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .linkslist {
      background-color: #F2F2F2;
      color: #000;
      padding: 16px;
      display: block; }
      .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .linkslist__list {
        margin: 0;
        list-style: none; }
        .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .linkslist__list .link span {
          padding-bottom: 3px; }
        .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .linkslist__list .link--hover,
        .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .linkslist__list .link--active {
          color: #000 !important; }
        .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .linkslist__list .linkslist__item:last-child {
          margin-bottom: 0; }
    .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .card-promotion {
      margin-bottom: 16px; }
      .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .card-promotion .card {
        margin-bottom: 0;
        position: relative; }
        .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .card-promotion .card__content {
          color: var(--text-color);
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .card-promotion .card__content .card__inner * {
            color: var(--text-color);
            white-space: nowrap; }
          .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .card-promotion .card__content .card__icon {
            width: 42px;
            height: 42px;
            display: inline-block;
            margin-bottom: 8px; }
            .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .card-promotion .card__content .card__icon svg {
              width: 100%;
              height: 100%; }
          .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .card-promotion .card__content .card__heading {
            margin-top: 0;
            margin-bottom: 8px;
            font-size: 22px;
            font-weight: 500;
            color: #000; }
          .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .card-promotion .card__content .card__description p {
            font-size: 12px;
            margin-bottom: 0;
            font-weight: 400; }
            .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .card-promotion .card__content .card__description p:last-child {
              margin-bottom: 0; }
          .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .card-promotion .card__content .card__description a {
            display: inline-block;
            font-weight: 600;
            font-size: 16px;
            color: #333333;
            text-underline-offset: 3px;
            margin-bottom: 8px; }
            .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .card-promotion .card__content .card__description a:hover {
              color: #a12b2b; }
        .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .card-promotion .card__media .card__media-wrapper:after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 35.5%, #000000 100%);
          pointer-events: none;
          border-radius: 0.71429rem;
          opacity: 0.7; }
        .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .card-promotion .card__media .media {
          border-radius: 0.71429rem; }
      .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .card-promotion:not(.card__media) .card {
        min-height: 220px;
        height: max-content;
        background-color: #F2F2F2; }
        @media screen and (max-width: 1032px) {
          .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .card-promotion:not(.card__media) .card {
            min-height: 200px; } }
  @media screen and (min-width: 1033px) {
    .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container {
      position: sticky;
      top: 20px; } }
  @media screen and (max-width: 1032px) {
    .custom__page .section__main-page .main-page-wrapper .aside__groups {
      position: fixed;
      width: 100vw;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      max-width: 100%;
      display: flex;
      visibility: hidden;
      background-color: rgba(0, 0, 0, 0.5);
      --duration-default: 0.5s;
      transition: visibility var(--duration-default) ease, opacity var(--duration-default) ease;
      z-index: 1000;
      justify-content: flex-end; }
      .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container {
        width: 100%;
        max-width: 400px;
        background: #fff;
        overflow-y: auto;
        height: 100%;
        transform: translateX(100%);
        transition: transform var(--duration-default) cubic-bezier(0.4, 0, 0.2, 1); }
        .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__header {
          display: flex;
          padding: 20px 16px;
          background: #F2F2F2; }
        .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper {
          padding: 24px; }
          .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container .drawer__wrapper .linkslist__list {
            font-size: 16px; }
      .custom__page .section__main-page .main-page-wrapper .aside__groups.active {
        visibility: visible;
        opacity: 1; }
        .custom__page .section__main-page .main-page-wrapper .aside__groups.active .drawer__container {
          transform: translateX(0); }
      .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__header {
        display: flex;
        align-items: center;
        position: relative;
        padding: 16px;
        position: sticky;
        top: 0;
        right: 0;
        left: 0; }
        .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__header .drawer__heading {
          margin: 0;
          text-transform: uppercase;
          font-size: 20px;
          font-weight: 700; }
        .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__header .drawer__close {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 8px;
          padding: 0;
          width: 32px;
          height: 32px;
          padding: 0;
          font-size: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__header .drawer__close .icon {
            width: 100%;
            height: 100%; } }
  @media screen and (max-width: 749px) {
    .custom__page .section__main-page .main-page-wrapper .aside__groups {
      top: initial;
      align-items: flex-end;
      justify-content: center; }
      .custom__page .section__main-page .main-page-wrapper .aside__groups .drawer__container {
        width: 100%;
        max-width: 100%;
        height: auto;
        transform: translateY(100%);
        transition: transform var(--duration-default) cubic-bezier(0.4, 0, 0.2, 1); }
      .custom__page .section__main-page .main-page-wrapper .aside__groups.active {
        visibility: visible;
        opacity: 1; }
        .custom__page .section__main-page .main-page-wrapper .aside__groups.active .drawer__container {
          opacity: 1;
          transform: translateY(0);
          height: calc(100vh - 119px); } }

.custom__page .section__main-page .main-page-wrapper .main {
  margin-top: 8px;
  margin-bottom: 36px; }
  @media screen and (max-width: 749px) {
    .custom__page .section__main-page .main-page-wrapper .main {
      margin-bottom: 40px; } }
  .custom__page .section__main-page .main-page-wrapper .main p:empty {
    display: none; }
  .custom__page .section__main-page .main-page-wrapper .main p,
  .custom__page .section__main-page .main-page-wrapper .main ul,
  .custom__page .section__main-page .main-page-wrapper .main li,
  .custom__page .section__main-page .main-page-wrapper .main span,
  .custom__page .section__main-page .main-page-wrapper .main a {
    font-size: 14px; }
  .custom__page .section__main-page .main-page-wrapper .main a {
    color: #a12b2b; }
  .custom__page .section__main-page .main-page-wrapper .main a:not(:hover) {
    text-decoration: none; }
  .custom__page .section__main-page .main-page-wrapper .main p,
  .custom__page .section__main-page .main-page-wrapper .main ul {
    margin: 0 0 16px; }
  .custom__page .section__main-page .main-page-wrapper .main ul {
    padding-left: 26px; }
  .custom__page .section__main-page .main-page-wrapper .main h2 {
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin-top: 0; }
  .custom__page .section__main-page .main-page-wrapper .main .privacy-policy {
    margin-bottom: 24px; }
  .custom__page .section__main-page .main-page-wrapper .main h3 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 16px;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    margin-top: 16px; }
  .custom__page .section__main-page .main-page-wrapper .main h6 {
    margin: 0 0 16px;
    font-size: 22px;
    text-transform: capitalize; }
    .custom__page .section__main-page .main-page-wrapper .main h6 > * {
      text-transform: capitalize;
      font-size: 22px; }
  @media screen and (min-width: 1033px) {
    .custom__page .section__main-page .main-page-wrapper .main {
      margin-top: 0; }
      .custom__page .section__main-page .main-page-wrapper .main p,
      .custom__page .section__main-page .main-page-wrapper .main ul,
      .custom__page .section__main-page .main-page-wrapper .main li,
      .custom__page .section__main-page .main-page-wrapper .main span,
      .custom__page .section__main-page .main-page-wrapper .main a {
        font-size: 16px; }
      .custom__page .section__main-page .main-page-wrapper .main p,
      .custom__page .section__main-page .main-page-wrapper .main ul {
        margin: 0 0 24px; }
      .custom__page .section__main-page .main-page-wrapper .main ul {
        padding-left: 28px; }
      .custom__page .section__main-page .main-page-wrapper .main h2 {
        margin-top: 0;
        font-size: 40px;
        margin-bottom: 24px; }
      .custom__page .section__main-page .main-page-wrapper .main h2 + h3 {
        margin-top: 24px; }
      .custom__page .section__main-page .main-page-wrapper .main .privacy-policy {
        margin-bottom: 16px; }
      .custom__page .section__main-page .main-page-wrapper .main h3 {
        margin-top: 48px;
        font-size: 24px; } }

@media screen and (min-width: 1033px) {
  .custom__page .section__main-page .toolbar {
    display: none; } }

body.show-popup {
  overflow: hidden; }
  body.show-popup .aside__groups {
    visibility: visible;
    opacity: 1; }

html:has(.aside__groups) {
  overflow: initial; }

.faq__page .section__faqs .section__header {
  margin-bottom: 32px; }
  .faq__page .section__faqs .section__header-heading {
    font-size: 24px;
    text-transform: capitalize; }
    @media screen and (min-width: 1033px) {
      .faq__page .section__faqs .section__header-heading {
        font-size: 32px; } }

.faq__page .section__faqs .faqs-accordion__title {
  font-size: 22px;
  font-weight: 500; }
  @media screen and (min-width: 1033px) {
    .faq__page .section__faqs .faqs-accordion__title {
      font-size: 24px; } }

.faq__page .section__faqs .faqs-accordion ul {
  list-style-position: inside;
  padding-left: 0 !important;
  margin: 0 !important; }

.faq__page .section__faqs .faqs-accordion li::marker {
  content: "- "; }

.faq__page .section__faqs .section__note {
  color: #e51a3c;
  font-size: 12px;
  font-weight: 600;
  margin-top: 24px; }
  @media screen and (min-width: 1033px) {
    .faq__page .section__faqs .section__note {
      font-size: 14px; } }

.faq__page .section__faqs .text-red {
  color: #e51a3c; }

.footer {
  background-color: black;
  padding: 60px 0 0; }
  @media (max-width: 749px) {
    .footer {
      padding: 32px 0 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;
  margin: 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: #ffffff;
  display: inline-block;
  float: none;
  font-size: 14px;
  overflow-wrap: break-word;
  text-align: left;
  vertical-align: top;
  -ms-word-break: break-all;
  margin-bottom: 1.5rem;
  padding: 0; }
  @media (min-width: 551px) {
    .footer-info-col {
      width: 50%; } }
  @media (min-width: 750px) {
    .footer-info-col {
      width: 33.33334%;
      margin-bottom: 0; } }
  @media (max-width: 749px) {
    .footer-info-col {
      width: 100%;
      margin-bottom: 24px; }
      .footer-info-col[data-section-type="storeInfo"] {
        border-bottom: 1px solid #474747;
        margin: 0;
        padding-bottom: 23px; }
      .footer-info-col[data-section-type="footer-webPages"] {
        border-bottom: 1px solid #474747;
        margin-bottom: 0;
        padding: 16px 0; }
      .footer-info-col[data-section-type="newsletterSubscription"] {
        margin-top: 24px;
        margin-bottom: 16px; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 750px) {
  .footer-info-col--small:nth-child(-n+3) {
    width: 33.33334%; }
  .footer-info-col--small:nth-child(4) {
    width: 100%;
    max-width: 487px; } }

@media (min-width: 1366px) {
  .footer-info-col--small:nth-child(1) {
    width: 27.9%; }
  .footer-info-col--small:nth-child(2) {
    width: 19.6%; }
  .footer-info-col--small:nth-child(3) {
    width: 22%; }
  .footer-info-col--small:nth-child(4) {
    width: 30.5%; } }

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

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

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

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

.footer-top.newsletter .footer-info-heading {
  margin-bottom: 16px; }

.footer-top.newsletter p {
  margin-bottom: 16px; }

@media (max-width: 749px) {
  .footer-top.newsletter .footer-info-heading,
  .footer-top.newsletter p {
    margin-bottom: 10px; } }

.footer-info-heading {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  color: #E1E1E1;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  padding: 0 0 0;
  margin: 0 0 8px;
  position: relative; }

.footer-details summary {
  position: relative; }
  .footer-details summary:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 15px;
    right: 0;
    transform: translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgOUwxMiAxNUwxOCA5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    background-position: center; }

.footer-details .footer-info-heading {
  margin-bottom: 0; }

.footer-details[open] .footer-info-heading {
  margin-bottom: 8px; }

.footer-details[open] summary::before {
  transform: translateY(-50%) rotate(180deg); }

@media (min-width: 750px) {
  .footer-details summary {
    pointer-events: none; }
    .footer-details summary::before, .footer-details summary::after {
      content: none; } }

.footer-info-list {
  list-style: none;
  margin: 0;
  padding-bottom: 32px; }
  .footer-info-list li:last-child a {
    margin-bottom: 0; }
  .footer-info-list a {
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 8px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none; }
    .footer-info-list a span {
      padding-bottom: 3px; }
    .footer-info-list a:hover {
      color: #ffffff; }
  @media (max-width: 749px) {
    .footer-info-list {
      padding-bottom: 0; }
      .footer-info-list a {
        margin-bottom: 14px; } }

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

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem;
  font-size: 0; }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    vertical-align: middle;
    width: 2.64286rem; }
    .footer-payment-icons .footer-payment-icon + .footer-payment-icon {
      margin-left: 0; }
  .footer-payment-icons svg {
    fill: #fff; }
  @media (min-width: 750px) {
    .footer-payment-icons {
      margin-top: 3rem; }
      .footer-payment-icons .footer-payment-icon {
        width: 34px; } }

@media (min-width: 551px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

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

.footer-bottom {
  color: #ffffff; }
  .footer-bottom a {
    color: #ffffff; }
  .footer-bottom .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    border-top: 1px solid #585858;
    padding-top: 16px;
    padding-bottom: 16px; }
    .footer-bottom .content.ada p {
      font-size: 12px;
      margin: 0; }
    @media (max-width: 1032px) {
      .footer-bottom .content.ada p {
        text-align: center; } }
    .footer-bottom .content > .left p {
      color: #fff;
      font-size: 14px;
      margin: 0; }
    .footer-bottom .content > .right .footer-payment-icons {
      margin: 0;
      display: flex;
      align-items: center;
      gap: 8px;
      height: 24px; }
      .footer-bottom .content > .right .footer-payment-icons svg {
        width: 34px; }
        .footer-bottom .content > .right .footer-payment-icons svg.amex {
          fill: #006FCF; }
      .footer-bottom .content > .right .footer-payment-icons .footer-payment-text {
        font-size: 14px;
        font-weight: 700; }
    @media screen and (max-width: 749px) {
      .footer-bottom .content {
        flex-direction: column;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px; }
        .footer-bottom .content > div {
          text-align: center; }
        .footer-bottom .content > .right .footer-payment-icons .footer-payment-text {
          font-size: 13px; }
        .footer-bottom .content.ada {
          padding-top: 6px;
          padding-bottom: 12px; } }

.footer-logo {
  margin-bottom: 26px; }
  .footer-logo .header-logo-image {
    max-width: 180px;
    margin-left: 0; }
  @media (max-width: 749px) {
    .footer-logo .header-logo-image {
      margin-left: 0;
      max-height: 53px; }
    .footer-logo .header-logo__link {
      width: 100%; } }

.footer-address {
  margin-bottom: 26px; }
  .footer-address address {
    color: #fff;
    font-size: 14px;
    font-style: normal; }
  @media (max-width: 749px) {
    .footer-address {
      margin-bottom: 10px; }
      .footer-address address {
        font-size: 13px; } }

.footer-phone a {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff; }

.footer .footer-bottom-logo {
  margin-top: 48px; }
  .footer .footer-bottom-logo .footer-image-logo {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center; }
    .footer .footer-bottom-logo .footer-image-logo .header-logo-image {
      max-width: 112px; }

.footer .subscription-intro {
  font-size: 12px;
  color: #8A8A8A; }

.footer .form-prefixPostfix {
  position: relative; }

.footer .form {
  margin: 0; }

.footer .form-input {
  background-color: transparent;
  padding: 3px 16px;
  min-height: 42px;
  height: 42px;
  border: 2px solid #474747;
  color: #fff; }
  .footer .form-input::placeholder {
    color: #ffffff; }

.footer .form-field {
  margin-bottom: 0; }
  .footer .form-field .button[type="submit"] {
    position: absolute;
    top: 2px;
    right: 2px;
    width: auto;
    margin: 0;
    padding: 6px 18px 8px;
    line-height: 1;
    min-height: 38px;
    max-height: 38px;
    font-size: 14px;
    text-transform: uppercase; }

.footer .socialLinks {
  font-size: 0; }

.footer .socialLinks-item {
  margin-right: 8px;
  margin-bottom: 8px; }
  .footer .socialLinks-item .icon {
    height: 2.28571rem;
    width: 2.28571rem;
    border-radius: 50%;
    background-color: #5C5C5C;
    padding: 1px; }
    .footer .socialLinks-item .icon svg {
      fill: #ffffff;
      color: #ffffff; }
    .footer .socialLinks-item .icon.icon--youtube {
      position: relative;
      top: -1px; }
    .footer .socialLinks-item .icon.icon--facebook {
      padding: 4px; }
    .footer .socialLinks-item .icon.icon--instagram {
      padding: 3px; }
    .footer .socialLinks-item .icon.icon--linkedin, .footer .socialLinks-item .icon.icon--google, .footer .socialLinks-item .icon.icon--what-app, .footer .socialLinks-item .icon.icon--tiktok {
      padding: 9px; }

@media screen and (max-width: 1600px) {
  .footer .footer-bottom-logo .footer-image-logo .header-logo-image {
    max-width: 96px; } }

@media screen and (max-width: 1400px) {
  .footer .footer-bottom-logo .footer-image-logo .header-logo-image {
    max-width: 90px; } }

@media screen and (max-width: 991px) {
  .footer .socialLinks-item {
    margin-right: 2px; } }

@media screen and (max-width: 749px) {
  .footer .form {
    margin-bottom: 16px; }
  .footer .subscription-intro {
    margin-bottom: 16px; }
  .footer .socialLinks-item {
    margin-right: 8px;
    margin-bottom: 0; }
  .footer .form-input {
    padding: 4px 16px 6px;
    min-height: 36px;
    height: 36px;
    font-size: 13px; }
  .footer .form-field .button[type="submit"] {
    padding: 6px 16px 8px;
    line-height: 1;
    min-height: 32px;
    max-height: 32px;
    font-size: 13px; }
  .footer .footer-bottom-logo {
    margin-top: 24px; } }

.scroll-to-top {
  display: block;
  position: fixed;
  bottom: 2.14286rem;
  right: 2.14286rem;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: color 0.15s ease;
  transition-property: opacity, visibility; }
  .scroll-to-top__button {
    -webkit-appearance: none;
    appearance: none;
    height: 3.42857rem;
    width: 3.42857rem;
    color: white;
    background: #a12b2b;
    border-color: #a12b2b;
    border-radius: 0.42857rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.3s; }
    .scroll-to-top__button svg {
      fill: currentColor;
      transform: rotate(-180deg);
      transition: color 0.15s ease; }
    .scroll-to-top__button:hover {
      background: #333333; }
      .scroll-to-top__button:hover svg {
        transform: rotate(-180deg) scale(1.5); }
  .scroll-to-top.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1548px;
  padding: 0 16px;
  position: relative;
  width: 100%; }
  .container.container-full {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  @media screen and (min-width: 750px) {
    .container {
      max-width: 1648px;
      padding: 0 40px; } }
  @media screen and (min-width: 1600px) {
    .container {
      max-width: 1688px;
      padding: 0 60px; } }

.section__brand-manufacturer {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 1033px) {
    .section__brand-manufacturer .section__header {
      margin-bottom: 24px; } }
  .section__brand-manufacturer .section__header .section__header-heading {
    color: #A12B2B; }
  .section__brand-manufacturer .section__header .section__header-text {
    font-size: 14px; }
    @media screen and (min-width: 1033px) {
      .section__brand-manufacturer .section__header .section__header-text {
        margin-top: 24px; } }
    .section__brand-manufacturer .section__header .section__header-text p:not(:last-child) {
      margin-bottom: 16px; }
      @media screen and (min-width: 1033px) {
        .section__brand-manufacturer .section__header .section__header-text p:not(:last-child) {
          margin-bottom: 24px; } }
  .section__brand-manufacturer .section__header.group-footer {
    margin-top: 32px; }
    @media screen and (min-width: 1033px) {
      .section__brand-manufacturer .section__header.group-footer {
        margin-top: 48px; } }
  .section__brand-manufacturer .form-brand-manufacture {
    background-color: #FAFAFA;
    border-radius: 10px;
    padding-inline: 10px; }
    @media screen and (min-width: 1033px) {
      .section__brand-manufacturer .form-brand-manufacture {
        padding-inline: 24px; } }
  .section__brand-manufacturer .form-search {
    width: 100%;
    position: relative;
    padding: 10px 0; }
    @media screen and (min-width: 1033px) {
      .section__brand-manufacturer .form-search {
        padding: 24px 0; } }
    .section__brand-manufacturer .form-search .icon-search {
      width: 48px;
      height: 48px;
      position: absolute;
      z-index: 1;
      right: 0;
      top: 10px; }
      @media screen and (min-width: 1033px) {
        .section__brand-manufacturer .form-search .icon-search {
          right: 0;
          top: 24px; } }
    .section__brand-manufacturer .form-search input {
      padding-right: 50px; }
      .section__brand-manufacturer .form-search input::placeholder {
        font-size: 13px;
        color: #888888; }
  .section__brand-manufacturer .table-wrapper {
    max-height: 659px;
    overflow-y: auto;
    padding: 0 13px 10px 0;
    /* scrollbar track */
    /* scrollbar thumb */
    /* hover */ }
    .section__brand-manufacturer .table-wrapper::-webkit-scrollbar {
      width: 5px; }
    .section__brand-manufacturer .table-wrapper::-webkit-scrollbar-track {
      background: transparent; }
    .section__brand-manufacturer .table-wrapper::-webkit-scrollbar-thumb {
      background: #000;
      border-radius: 10px; }
    .section__brand-manufacturer .table-wrapper::-webkit-scrollbar-thumb:hover {
      background: #333; }
    .section__brand-manufacturer .table-wrapper::-webkit-scrollbar-thumb {
      background: #000;
      border-radius: 10px;
      min-height: 170px; }
    @media screen and (min-width: 750px) {
      .section__brand-manufacturer .table-wrapper {
        padding: 0 13px 24px 0;
        max-height: 519px; } }
    .section__brand-manufacturer .table-wrapper table {
      border-collapse: collapse !important;
      font-size: 14px;
      width: 100% !important; }
      @media screen and (min-width: 750px) {
        .section__brand-manufacturer .table-wrapper table {
          font-size: 16px; } }
      .section__brand-manufacturer .table-wrapper table thead {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: #EBEBEB;
        color: #000; }
        .section__brand-manufacturer .table-wrapper table thead tr {
          padding: 10px;
          text-transform: uppercase !important; }
          .section__brand-manufacturer .table-wrapper table thead tr th {
            padding: 10px 4px;
            font-size: 16px;
            font-weight: 500;
            font-family: "Oswald", Arial, Helvetica, sans-serif;
            text-align: left; }
            @media screen and (min-width: 750px) {
              .section__brand-manufacturer .table-wrapper table thead tr th {
                width: 25%; } }
            @media screen and (min-width: 1366px) {
              .section__brand-manufacturer .table-wrapper table thead tr th {
                font-size: 24px;
                padding: 16px 10px; } }
          @media screen and (min-width: 1366px) {
            .section__brand-manufacturer .table-wrapper table thead tr td:nth-child(1) {
              padding-left: 20px; } }
          @media screen and (max-width: 749px) {
            .section__brand-manufacturer .table-wrapper table thead tr td:nth-child(2),
            .section__brand-manufacturer .table-wrapper table thead tr td:nth-child(3),
            .section__brand-manufacturer .table-wrapper table thead tr td:nth-child(4) {
              width: 19%; } }
      .section__brand-manufacturer .table-wrapper table tbody tr td {
        padding: 10px 4px;
        text-align: left;
        align-content: flex-start; }
        @media screen and (min-width: 1366px) {
          .section__brand-manufacturer .table-wrapper table tbody tr td {
            padding: 10px 10px; } }
        .section__brand-manufacturer .table-wrapper table tbody tr td a {
          text-underline-offset: 2px; }
      .section__brand-manufacturer .table-wrapper table tbody tr td:nth-child(2),
      .section__brand-manufacturer .table-wrapper table tbody tr td:nth-child(3),
      .section__brand-manufacturer .table-wrapper table tbody tr td:nth-child(4) {
        text-transform: uppercase;
        font-weight: 600; }
        @media screen and (max-width: 749px) {
          .section__brand-manufacturer .table-wrapper table tbody tr td:nth-child(2),
          .section__brand-manufacturer .table-wrapper table tbody tr td:nth-child(3),
          .section__brand-manufacturer .table-wrapper table tbody tr td:nth-child(4) {
            width: 19%; } }
      @media screen and (max-width: 749px) {
        .section__brand-manufacturer .table-wrapper table tbody tr td:nth-child(2) {
          position: relative; }
          .section__brand-manufacturer .table-wrapper table tbody tr td:nth-child(2) a {
            color: #fafafa; }
            .section__brand-manufacturer .table-wrapper table tbody tr td:nth-child(2) a::before {
              position: absolute;
              content: "CAll";
              color: #333333;
              text-align: center;
              top: 10px;
              left: 4px;
              text-decoration: underline;
              text-underline-offset: 2px; } }
      .section__brand-manufacturer .table-wrapper table tbody tr td:nth-child(2) span {
        display: inline-flex; }
        @media screen and (max-width: 749px) {
          .section__brand-manufacturer .table-wrapper table tbody tr td:nth-child(2) span {
            display: none; } }

.subcategories {
  --gap-mobile: 8px;
  --gap-desktop: 24px;
  display: block; }
  .subcategories .subcategories-component {
    display: block;
    background: #fff;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px; }
  .subcategories .card-wrapper {
    position: relative;
    height: 100%; }
  .subcategories .card {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 0;
    background: var(--background-color, #F0F0F0);
    color: var(--text-color, #000000);
    border-radius: 0.71429rem;
    height: 100%; }
    .subcategories .card__inner {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      overflow: hidden; }
    .subcategories .card__content {
      padding: 4px 32px; }
    .subcategories .card__heading {
      font-family: "Lato", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.2;
      letter-spacing: 0;
      text-transform: uppercase;
      color: currentColor;
      margin-top: 0;
      margin-bottom: 0; }
      .subcategories .card__heading a {
        position: static;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        white-space: inherit;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-decoration: none;
        color: currentColor; }
        .subcategories .card__heading a::after {
          content: '';
          position: absolute;
          inset: 0; }
    .subcategories .card::before {
      content: '';
      display: block;
      position: absolute;
      inset: 0;
      opacity: 0;
      visibility: hidden;
      box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
      transition: 300ms ease-out;
      transition-property: opacity, visibility;
      border-radius: 0.71429rem; }
  .subcategories .slick-track {
    display: flex; }
    .subcategories .slick-track .slick-slide {
      height: auto; }
    .subcategories .slick-track:before, .subcategories .slick-track:after {
      content: none; }
  .subcategories.animate .subcategories-component {
    transition-duration: 300ms;
    transition-property: top; }
  .subcategories.subcategories-sticky .subcategories-component {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 2; }
  .subcategories.subcategories-hidden .subcategories-component {
    top: calc(-1 * var(--subcategories-height)); }
  @media (min-width: 750px) {
    .subcategories .subcategories-component {
      padding-top: 16px;
      padding-bottom: 16px; }
    .subcategories .card__content {
      padding: 8px 12px; }
    .subcategories .card__heading {
      font-size: 14px; } }
  @media (min-width: 1033px) {
    .subcategories .card {
      transition: 300ms ease;
      transition-property: background, color; }
      .subcategories .card__content {
        padding: 16px; }
      .subcategories .card__heading {
        font-size: 18px; }
      .subcategories .card:hover {
        background: var(--background-color-hover, #FFFFFF);
        color: var(--text-color-hover, #004ECA); }
        .subcategories .card:hover::before {
          opacity: 1;
          visibility: visible; }
    .subcategories .slick-track .slick-slide {
      padding-top: 8px;
      padding-bottom: 8px; } }

.facetedSearch-subcategories .navList-item::marker {
  content: none; }

.facetedSearch-subcategories .navList-item:last-child .navList-action {
  margin: 0; }

.facetedSearch-subcategories .navList-action {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  padding: 0; }
  .facetedSearch-subcategories .navList-action .facetedSearch-subcategories__count {
    color: #A12B2B;
    margin-left: 4px; }
  .facetedSearch-subcategories .navList-action:hover {
    color: #333333; }

.facetedSearch-subcategories .facetedSearch-subcategories__toggleLink {
  padding: 0;
  margin-top: 16px; }
  .facetedSearch-subcategories .facetedSearch-subcategories__toggleLink:hover {
    color: #000000; }

.facetedSearch-subcategories .accordion-block:last-child {
  border-bottom: 1px solid #E6E6E6; }

@media (min-width: 1033px) {
  .facetedSearch-subcategories .navList-item.is-hide {
    display: none; }
  .facetedSearch-subcategories .navList-item .navList--child {
    display: none; } }

.page-type--category:has(shop-by-brands) .container:has(.page--category) {
  min-height: 50vh; }

shop-by-brands {
  display: block; }
  shop-by-brands .form-search {
    width: 100%;
    margin-bottom: 32px;
    position: relative; }
    shop-by-brands .form-search .form-input::placeholder {
      color: #888888; }
    shop-by-brands .form-search .form-input::-webkit-input-placeholder {
      color: #888888; }
    @media (max-width: 1032px) {
      shop-by-brands .form-search {
        margin-bottom: 16px; } }
    shop-by-brands .form-search .brand-search {
      width: 48px;
      height: 48px;
      position: absolute;
      z-index: 1;
      right: 0;
      top: 0; }
  shop-by-brands .AZBrandsTable {
    display: flex;
    letter-spacing: 0;
    flex-flow: row nowrap;
    margin: 0;
    margin-bottom: 32px;
    overflow-x: auto;
    gap: 37px;
    padding-bottom: 5px; }
    @media (max-width: 1032px) {
      shop-by-brands .AZBrandsTable {
        margin-bottom: 16px;
        gap: 16px; } }
    shop-by-brands .AZBrandsTable::-webkit-scrollbar {
      height: 5px; }
    shop-by-brands .AZBrandsTable::-webkit-scrollbar-track {
      background: transparent; }
    shop-by-brands .AZBrandsTable::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 10px; }
    shop-by-brands .AZBrandsTable::-webkit-scrollbar-thumb:hover {
      background: #999; }
    shop-by-brands .AZBrandsTable li {
      display: inline-block;
      position: relative;
      vertical-align: top; }
      shop-by-brands .AZBrandsTable li::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: #000;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform .35s ease; }
      shop-by-brands .AZBrandsTable li:hover::before, shop-by-brands .AZBrandsTable li.is-active::before {
        transform: scaleX(1); }
      shop-by-brands .AZBrandsTable li.is-active a {
        font-weight: 700; }
      shop-by-brands .AZBrandsTable li a {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        min-width: 22px;
        line-height: 24px;
        text-align: start;
        text-decoration: none;
        text-transform: uppercase;
        margin-bottom: 19px; }
    shop-by-brands .AZBrandsTable .disable a {
      color: #D6D6D6;
      pointer-events: none;
      cursor: default; }
    shop-by-brands .AZBrandsTable .disable::before {
      display: none; }
  shop-by-brands .AZBrandsWrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 32px; }
    @media screen and (max-width: 1365px) {
      shop-by-brands .AZBrandsWrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px; } }
    @media screen and (max-width: 768px) {
      shop-by-brands .AZBrandsWrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px; } }
    shop-by-brands .AZBrandsWrapper .az-group h3 {
      font-size: 18px;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 24px;
      border-bottom: 1px solid #C2C2C2;
      padding-bottom: 6px; }
      @media (max-width: 1032px) {
        shop-by-brands .AZBrandsWrapper .az-group h3 {
          font-size: 16px; } }
    shop-by-brands .AZBrandsWrapper .az-group .az-group-list {
      display: flex;
      flex-direction: column;
      gap: 6px;
      color: #000000;
      margin-bottom: 0; }
      shop-by-brands .AZBrandsWrapper .az-group .az-group-list::before, shop-by-brands .AZBrandsWrapper .az-group .az-group-list::after {
        display: none; }
      shop-by-brands .AZBrandsWrapper .az-group .az-group-list li {
        display: inline-block;
        position: relative;
        vertical-align: top;
        flex: 0 0 auto; }
        shop-by-brands .AZBrandsWrapper .az-group .az-group-list li a {
          color: #000000;
          padding: 0;
          font-size: 16px; }
          @media (max-width: 1032px) {
            shop-by-brands .AZBrandsWrapper .az-group .az-group-list li a {
              font-size: 14px; } }
          shop-by-brands .AZBrandsWrapper .az-group .az-group-list li a:hover {
            color: #A12B2B; }
          shop-by-brands .AZBrandsWrapper .az-group .az-group-list li a span {
            background-position-y: 102%; }
        shop-by-brands .AZBrandsWrapper .az-group .az-group-list li.disable {
          pointer-events: none; }
          shop-by-brands .AZBrandsWrapper .az-group .az-group-list li.disable::before {
            display: none; }
          shop-by-brands .AZBrandsWrapper .az-group .az-group-list li.disable a {
            color: #D6D6D6;
            cursor: default; }
    shop-by-brands .AZBrandsWrapper .is-hidden {
      display: none !important; }

.page-type--blog_post .section__product-by-category {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 1025px) {
    .page-type--blog_post .section__product-by-category {
      padding-top: 60px;
      padding-bottom: 60px; } }

.page-blog {
  background-color: rgba(167, 167, 167, 0.1); }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 750px) {
    .blog {
      margin: auto;
      width: 100%;
      height: 100%; } }
  .blog .tags {
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }

.page.blog .page-banner .banner__heading {
  font-weight: 600; }

.blog-post-content {
  background-color: #f2f2f2; }
  .blog-post-content .container {
    padding-top: 24px;
    padding-bottom: 24px; }
    @media (min-width: 1033px) {
      .blog-post-content .container {
        padding-top: 48px;
        padding-bottom: 48px; } }
    .blog-post-content .container .blog {
      background-color: #fff; }

.blog--post {
  padding: 24px 16px; }
  @media (min-width: 750px) {
    .blog--post {
      padding: 60px 48px; } }
  .blog--post .blog-post-figure .media {
    padding-bottom: 100%; }
    @media (min-width: 750px) {
      .blog--post .blog-post-figure .media {
        padding-bottom: var(--image-ratio, 50%); } }
  @media (min-width: 750px) {
    .blog--post .blog-post-figure .blog-thumbnail {
      margin-bottom: 32px; } }
  .blog--post .blog-author {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 16px 0; }
    .blog--post .blog-author .tags {
      margin: 0;
      text-align: left;
      order: 2; }
      .blog--post .blog-author .tags .tag--mentioned {
        display: none; }
      .blog--post .blog-author .tags a {
        color: #a12b2b;
        font-weight: 700;
        padding: 0;
        font-size: 14px; }
        @media (min-width: 750px) {
          .blog--post .blog-author .tags a {
            font-size: 16px; } }
      .blog--post .blog-author .tags .tag::after {
        content: ""; }
      .blog--post .blog-author .tags .tag:not(.tag--mentioned):has(~ .tag:not(.tag--mentioned))::after {
        content: ",";
        margin-left: -0.1rem;
        margin-right: 0.25em; }
    .blog--post .blog-author i {
      flex-shrink: 0;
      font-size: 14px;
      order: 1;
      color: #000000; }
      @media (min-width: 750px) {
        .blog--post .blog-author i {
          font-size: 16px; } }
  .blog--post .socialLinks .icon svg {
    fill: #333333; }
  .blog--post .socialLinks .icon--email svg {
    padding: 3px; }
  .blog--post .socialLinks .icon--print svg {
    padding: 2px; }
  .blog--post .socialLinks a:hover > svg {
    fill: #a12b2b; }
  @media (min-width: 750px) {
    .blog--post .blog-author {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      margin: 32px 0; }
      .blog--post .blog-author .tags {
        order: 1; }
      .blog--post .blog-author i {
        order: 2; } }

.blog-header h1 {
  font-size: 32px;
  text-align: center;
  margin-top: 0;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0; }
  @media (min-width: 1033px) {
    .blog-header h1 {
      font-size: 48px; } }

.blog-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171717; }
  .blog-title a {
    color: #171717;
    text-decoration: none; }
    .blog-title a:hover {
      color: #7E1F1F; }
  @media (min-width: 1033px) {
    .blog-title {
      font-size: 18px;
      margin: 0 0 16px; } }

.blog-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 16px 0; }
  @media (min-width: 750px) {
    .blog-info {
      padding: 32px 0; } }
  .blog-info .blog-calendar {
    flex-shrink: 0; }
  .blog-info .tags {
    margin: 0;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center; }
    .blog-info .tags .tag--mentioned {
      display: none; }
    .blog-info .tags a {
      display: inline-block;
      background-color: #F0F0F0;
      padding: 8px;
      font-size: 12px;
      text-decoration: none;
      border-radius: 28px;
      transition: all .3s ease; }
      @media (min-width: 750px) {
        .blog-info .tags a {
          padding: 8px 16px;
          font-size: 14px; } }
      .blog-info .tags a:hover, .blog-info .tags a.active {
        color: white;
        background-color: #7e1f1f; }
  @media screen and (max-width: 1032px) {
    .blog-info {
      flex-wrap: wrap; }
      .blog-info .blog-calendar {
        order: 2; }
      .blog-info .tags {
        order: 1;
        width: 100%;
        gap: .5rem; }
        .blog-info .tags a {
          padding: .25rem 1rem; }
      .blog-info .share-details {
        order: 3; } }

.share-details {
  position: relative;
  display: inline-block;
  z-index: 1; }

.share-summary {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  user-select: none;
  gap: 8px;
  color: white;
  background-color: #a12b2b;
  border-color: #7e1f1f;
  border-radius: 24px;
  padding: 6px 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Oswald", Arial, Helvetica, sans-serif; }
  @media (min-width: 1033px) {
    .share-summary {
      padding: 8.5px 18px; } }
  .share-summary:hover {
    color: white;
    background-color: #7e1f1f;
    border-color: #a12b2b; }
  .share-summary icon {
    width: 14px;
    height: 14px; }

.share-popup {
  display: none; }
  .share-popup .share-title {
    margin-bottom: 0; }

.share-summary::-webkit-details-marker {
  display: none; }

.share-details[open] .share-popup {
  display: flex;
  text-align: center;
  justify-content: center;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 220px;
  max-width: 90vw;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 12px;
  z-index: 9999;
  transform-origin: top right; }
  .share-details[open] .share-popup .socialLinks {
    line-height: unset;
    display: flex;
    flex-wrap: wrap;
    gap: 12px; }
    .share-details[open] .share-popup .socialLinks::before, .share-details[open] .share-popup .socialLinks::after {
      display: none; }
    .share-details[open] .share-popup .socialLinks .socialLinks-item {
      margin-right: 0;
      margin-bottom: 0;
      display: inline-flex;
      align-items: center; }
      .share-details[open] .share-popup .socialLinks .socialLinks-item .icon {
        width: 24px;
        height: 24px; }
      .share-details[open] .share-popup .socialLinks .socialLinks-item.socialLinks-item--twitter .icon {
        width: 16px;
        height: 16px; }

.blog-list-container {
  background-color: #f2f2f2; }
  .blog-list-container .container {
    padding-bottom: 24px;
    padding-top: 24px; }
    @media (min-width: 1033px) {
      .blog-list-container .container {
        padding-bottom: 48px;
        padding-top: 48px; } }

.blog-calendar {
  display: flex;
  align-items: center;
  gap: 8px; }

.blog-post {
  text-align: left; }
  .blog-post .excerpt {
    color: #171717; }
    .blog-post .excerpt p a {
      text-decoration: none;
      background-image: linear-gradient(currentColor, currentColor);
      background-size: 100% 1px;
      background-position: 0 100%;
      background-repeat: no-repeat;
      transition: background-size 0.3s ease;
      padding-bottom: 1px;
      font-size: 13px;
      font-weight: 700; }
      @media (min-width: 1033px) {
        .blog-post .excerpt p a {
          font-size: 14px !important; } }
    .blog-post .excerpt p a:has(span[style*="color: #000000"]) {
      background-size: 0% 1px; }
    .blog-post .excerpt p,
    .blog-post .excerpt ul {
      margin-bottom: 16px; }
      @media (min-width: 1033px) {
        .blog-post .excerpt p,
        .blog-post .excerpt ul {
          margin-bottom: 24px; } }
      .blog-post .excerpt p p,
      .blog-post .excerpt ul p {
        margin-bottom: 0 !important; }
    .blog-post .excerpt ul {
      padding-left: 8px; }
    .blog-post .excerpt p + p {
      margin-bottom: 6px; }
      @media (min-width: 1033px) {
        .blog-post .excerpt p + p {
          margin-bottom: 8px; } }
    .blog-post .excerpt span[style*="font-size: medium"] {
      font-size: 20px !important; }
      @media (min-width: 1033px) {
        .blog-post .excerpt span[style*="font-size: medium"] {
          font-size: 24px !important; } }
  .blog-post a {
    position: relative;
    color: #a12b2b;
    text-decoration: none; }

.blog-thumbnail {
  margin: 0 0 16px; }
  @media (min-width: 750px) {
    .blog-thumbnail {
      margin: 0 0 1rem; } }

.blog-tags {
  padding: 10px 0;
  background-color: #fff; }
  @media (min-width: 750px) {
    .blog-tags {
      padding: 16px 0; } }
  .blog-tags:not(:has(.blog-tags__item)) {
    padding: 0 !important; }
  .blog-tags .container {
    padding-right: 0; }

.blog-tags__wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px; }
  @media (min-width: 750px) {
    .blog-tags__wrap {
      gap: 16px; } }

.blog-tags__title {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 8px 6px 8px 0;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 600; }
  @media (min-width: 750px) {
    .blog-tags__title {
      padding: 8px 16px 8px 0; } }

.blog-tags__list {
  display: flex;
  margin: 0;
  overflow: hidden;
  width: 100% !important;
  min-width: 0 !important; }
  .blog-tags__list .slick-disabled {
    display: none !important; }
  .blog-tags__list .slick-next,
  .blog-tags__list .slick-prev {
    width: 37px;
    height: 37px;
    padding: 6px;
    display: none !important; }
  .blog-tags__list .slick-prev {
    left: 0; }
  .blog-tags__list .slick-next {
    right: 0; }
  .blog-tags__list .slick-next::before,
  .blog-tags__list .slick-prev::before {
    width: 40px;
    height: 40px; }

.blog-tags__item {
  display: inline-block;
  flex-shrink: 0; }
  .blog-tags__item a,
  .blog-tags__item a {
    display: inline-block;
    background-color: #F2F2F2;
    padding: 8px 16px;
    font-size: 13px;
    text-decoration: none;
    border-radius: 360px;
    transition: all .3s ease;
    color: #333333;
    min-height: 37px; }
    @media (min-width: 750px) {
      .blog-tags__item a,
      .blog-tags__item a {
        font-size: 13px; } }
    .blog-tags__item a:hover, .blog-tags__item a.active,
    .blog-tags__item a:hover,
    .blog-tags__item a.active {
      color: #fff;
      background-color: #A12B2B; }
  .blog-tags__item + .blog-tags__item {
    margin-left: 10px; }
    @media (min-width: 750px) {
      .blog-tags__item + .blog-tags__item {
        margin-left: 16px; } }

.blog-list__posts {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
  align-items: start;
  margin-bottom: 16px; }
  .blog-list__posts .addthis_toolbox,
  .blog-list__posts .read-more-button {
    display: none; }
  .blog-list__posts .media {
    padding-bottom: var(--image-ratio, 50%); }
  .blog-list__posts .media img {
    object-fit: cover; }
  .blog-list__posts .blog {
    padding: 24px;
    margin-bottom: 0;
    background-color: #ffffff; }
    @media (min-width: 750px) {
      .blog-list__posts .blog {
        padding: 24px; } }
    .blog-list__posts .blog img {
      object-fit: cover; }
    .blog-list__posts .blog .blog-date {
      font-size: 13px;
      display: flex;
      justify-content: space-between;
      margin-top: 10px;
      margin-bottom: 0;
      gap: .5rem;
      color: #000000; }
      @media (min-width: 1033px) {
        .blog-list__posts .blog .blog-date {
          font-size: 12px;
          margin-top: 16px;
          font-size: 14px; } }
    .blog-list__posts .blog .excerpt {
      display: none; }
    .blog-list__posts .blog:nth-child(1) .media img {
      object-fit: cover; }
    .blog-list__posts .blog:nth-child(1) .blog-title {
      font-size: 16px; }
      @media (min-width: 1033px) {
        .blog-list__posts .blog:nth-child(1) .blog-title {
          font-size: 20px; } }
    .blog-list__posts .blog:nth-child(1) .excerpt {
      -webkit-line-clamp: 4 !important; }
    @media (min-width: 1025px) {
      .blog-list__posts .blog:nth-child(2) .blog-title, .blog-list__posts .blog:nth-child(3) .blog-title, .blog-list__posts .blog:nth-child(4) .blog-title {
        font-size: 24px; } }
  @media screen and (min-width: 750px) {
    .blog-list__posts {
      grid-template-columns: repeat(2, 1fr);
      margin-bottom: 32px; } }
  @media screen and (min-width: 1033px) {
    .blog-list__posts {
      grid-template-columns: repeat(3, 1fr); }
      .blog-list__posts > .blog:nth-child(1) {
        grid-column: 1 / 3;
        grid-row: 1 / 3; }
        .blog-list__posts > .blog:nth-child(1) .blog-thumbnail {
          margin-bottom: 1.5rem; }
      .blog-list__posts > .blog:nth-child(2) {
        grid-column: 3 / 4;
        grid-row: 1 / 2; }
      .blog-list__posts > .blog:nth-child(3) {
        grid-column: 3 / 4;
        grid-row: 2 / 3; }
      .blog-list__posts > .blog:nth-child(-n+3) .excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .blog-list__posts > .blog:nth-child(n+4) {
        grid-column: span 1;
        grid-row: auto; } }
  @media screen and (min-width: 1366px) {
    .blog-list__posts {
      grid-template-columns: repeat(4, 1fr); }
      .blog-list__posts > .blog:nth-child(1) {
        grid-column: 1 / 3;
        grid-row: 1 / 4; }
      .blog-list__posts > .blog:nth-child(2) {
        grid-column: 3 / 5;
        grid-row: 1 / 2; }
      .blog-list__posts > .blog:nth-child(3) {
        grid-column: 3 / 5;
        grid-row: 2 / 3; }
      .blog-list__posts > .blog:nth-child(4) {
        grid-column: 3 / 5;
        grid-row: 3 / 4; }
      .blog-list__posts > .blog:nth-child(-n+4) .excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .blog-list__posts > .blog:nth-child(n+5) {
        grid-column: span 1;
        grid-row: auto; }
      .blog-list__posts > .blog:nth-child(2),
      .blog-list__posts > .blog:nth-child(3),
      .blog-list__posts > .blog:nth-child(4) {
        display: flex;
        align-items: flex-start;
        gap: 24px; }
        .blog-list__posts > .blog:nth-child(2) .blog-post-figure,
        .blog-list__posts > .blog:nth-child(3) .blog-post-figure,
        .blog-list__posts > .blog:nth-child(4) .blog-post-figure {
          width: 43.14%;
          flex-shrink: 0; }
        .blog-list__posts > .blog:nth-child(2) .blog-post-body,
        .blog-list__posts > .blog:nth-child(3) .blog-post-body,
        .blog-list__posts > .blog:nth-child(4) .blog-post-body {
          width: 56.86%; }
        .blog-list__posts > .blog:nth-child(2) .blog-thumbnail,
        .blog-list__posts > .blog:nth-child(3) .blog-thumbnail,
        .blog-list__posts > .blog:nth-child(4) .blog-thumbnail {
          margin-bottom: 0; } }

.blog-tags__search button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2rem; }
  .blog-tags__search button .icon {
    width: 100%;
    height: 100%;
    fill: transparent; }

.blog-tags__item-placeholder {
  width: 137px;
  height: 37px;
  border-radius: 360px;
  background: linear-gradient(100deg, #f2f2f2 20%, #e6e6e6 50%, #f2f2f2 80%);
  background-size: 200% 100%;
  animation: product-tab-placeholder-shimmer 1.2s ease-in-out infinite; }

.blog-post__recommendation .blog-post__recommendation-wrap {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 16px; }

.blog-post__recommendation h3 {
  font-size: 28px;
  margin: 0 0 1.5rem;
  text-transform: capitalize; }

.blog-post__recommendation a {
  color: #a12b2b;
  display: block;
  margin-bottom: 1rem;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600; }

.blog-post__recommendation .link {
  --text-color: $color-textLink-hover;
  --duration-default: 300ms;
  --text-decoration-thickness: 1px;
  text-decoration: none;
  border: none;
  box-shadow: none;
  position: relative;
  color: var(--text-color);
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  transition-property: text-decoration;
  transition-timing-function: ease;
  transition-duration: var(--duration-default); }
  .blog-post__recommendation .link > span,
  .blog-post__recommendation .link--hover > span,
  .blog-post__recommendation .link--active > span {
    display: inline;
    transition: background-size ease-in-out var(--duration-default);
    background-color: transparent;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 min(var(--text-decoration-thickness), 1px);
    padding-bottom: 3px; }
  .blog-post__recommendation .link--hover:hover > span,
  .blog-post__recommendation .link--active > span {
    background-size: 100% min(var(--text-decoration-thickness), 1px); }

@media (min-width: 1033px) {
  .blog-post__recommendation .blog-post__recommendation-wrap {
    background-color: #f2f2f2;
    border-radius: 16px;
    padding: 40px; }
  .blog-post__recommendation h3 {
    font-size: 28px;
    margin: 0 0 1.5rem; }
  .blog-post__recommendation a {
    color: #333333;
    display: block;
    margin-bottom: 1rem;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600; } }

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

.sidebarBlock-heading {
  position: relative;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 16px;
  text-transform: uppercase; }
  .sidebarBlock-heading > a {
    font-size: 12px; }
  @media (min-width: 1033px) {
    .sidebarBlock-heading {
      font-size: 16px; } }

.sidebarBlock-text {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 0; }

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

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

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

.productGrid {
  --gap-desktop: 32px;
  --gap-mobile: 0px;
  margin: 0;
  font-size: 0;
  letter-spacing: 0; }
  [data-view-mode="list"] .productGrid {
    row-gap: 4px; }
    [data-view-mode="list"] .productGrid .grid__item {
      width: 100% !important;
      max-width: 100% !important; }
    [data-view-mode="list"] .productGrid .card-product {
      display: grid;
      gap: 8px;
      grid-template-columns: 134px 8fr auto;
      align-items: flex-start;
      padding: 8px; }
      [data-view-mode="list"] .productGrid .card-product .card-figure .card-wishlist,
      [data-view-mode="list"] .productGrid .card-product .card-figure .card-compare,
      [data-view-mode="list"] .productGrid .card-product .card-figure .card-figcaption {
        display: none; }
      [data-view-mode="list"] .productGrid .card-product .card-body {
        text-align: left;
        padding: 0; }
        [data-view-mode="list"] .productGrid .card-product .card-body .card-price {
          display: none; }
        [data-view-mode="list"] .productGrid .card-product .card-body .card-summary {
          display: block; }
      [data-view-mode="list"] .productGrid .card-product .card-footer {
        text-align: left;
        grid-column: span 2;
        padding-top: 8px;
        border-top: 1px solid #D5D5D5; }
      [data-view-mode="list"] .productGrid .card-product .card-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 8px; }
        [data-view-mode="list"] .productGrid .card-product .card-info .card-compare {
          position: relative;
          inset: unset; }
  @media screen and (max-width: 991px) {
    .productGrid .card-product .card-body .card-sku {
      font-size: 12px; }
      .productGrid .card-product .card-body .card-sku .card-sku__value {
        margin-left: 2px; } }
  @media screen and (max-width: 749px) {
    .products .productGrid {
      margin-left: -16px;
      margin-right: -16px;
      gap: 0; }
      .products .productGrid .grid__item + .grid__item {
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid #E6E6E6; }
      .products .productGrid .grid__item.product--elfsight-form,
      .products .productGrid .grid__item.product--elfsight-form + .grid__item {
        border: 0;
        padding-top: 0; }
      .products .productGrid .card-wrapper {
        padding-left: 16px;
        padding-right: 16px; }
    .productGrid .card-product {
      display: flex;
      gap: 16px; }
      .productGrid .card-product .card-figure {
        width: 165px;
        flex-shrink: 0; }
      .productGrid .card-product .card-wrapper-bottom {
        width: calc(100% - 165px); }
      .productGrid .card-product .card-body {
        padding-top: 0; }
        .productGrid .card-product .card-body .card-title {
          min-height: unset; }
        .productGrid .card-product .card-body .card-sku {
          font-size: 12px; }
          .productGrid .card-product .card-body .card-sku .card-sku__value {
            margin-left: 2px; }
        .productGrid .card-product .card-body .card-text {
          margin-bottom: 8px; }
        .productGrid .card-product .card-body .rating--small .icon {
          width: 14px;
          height: 14px; }
        .productGrid .card-product .card-body .text-usually-arrives {
          font-size: 13px;
          margin-top: 4px;
          -webkit-line-clamp: 2; }
      .productGrid .card-product .card-price .card-price__request-quote {
        line-height: 27px; }
      .productGrid .card-product .card-action .button {
        min-height: 32px; } }
  @media screen and (min-width: 750px) {
    [data-view-mode="list"] .productGrid .card-product {
      grid-template-columns: 134px 8fr auto;
      gap: 16px;
      padding: 16px;
      align-items: center; }
      [data-view-mode="list"] .productGrid .card-product .card-footer {
        display: block;
        padding-top: 0;
        padding-left: 16px;
        grid-column: auto;
        border-top: none;
        border-left: 1px solid #D5D5D5; }
      [data-view-mode="list"] .productGrid .card-product .card-action {
        position: relative;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        transform: unset;
        transition: unset; }
      [data-view-mode="list"] .productGrid .card-product .card-info {
        margin-bottom: 16px; } }
  @media screen and (min-width: 1033px) {
    [data-view-mode="list"] .productGrid .card-product {
      grid-template-columns: 134px 8fr 255px;
      gap: 24px;
      padding: 24px; }
      [data-view-mode="list"] .productGrid .card-product .card-footer {
        padding-left: 24px; } }

.grid__item--banner {
  display: inline-flex;
  align-items: center;
  width: 100% !important;
  max-width: 100% !important; }
  .grid__item--banner .card-wrapper {
    width: 100%; }
  .grid__item--banner .card-custom {
    position: relative;
    display: flex;
    padding: 0;
    border: 0;
    width: 100%; }
  .grid__item--banner .media {
    padding-bottom: 29.2%; }
  .grid__item--banner .card-custom__banner {
    display: block;
    width: 50%; }
  .grid__item--banner .card-custom__content {
    width: 50%;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #F5F5F5; }
    .grid__item--banner .card-custom__content.horizontal-left {
      align-items: flex-start;
      text-align: left; }
    .grid__item--banner .card-custom__content.horizontal-right {
      align-items: flex-end;
      text-align: right; }
    .grid__item--banner .card-custom__content.vertical-top {
      justify-content: flex-start; }
    .grid__item--banner .card-custom__content.vertical-bottom {
      justify-content: flex-end; }
    .grid__item--banner .card-custom__content h3 {
      font-size: 20px;
      color: #000;
      text-transform: uppercase;
      margin: 0 0 8px; }
    .grid__item--banner .card-custom__content p {
      color: var(--color-custom, #fff);
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 8px; }
    .grid__item--banner .card-custom__content .link {
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: underline;
      text-underline-offset: 3px; }
  @media (max-width: 1400px) {
    .grid__item--banner .card-custom__content {
      padding: 14px; }
      .grid__item--banner .card-custom__content h3 {
        font-size: 18px; }
      .grid__item--banner .card-custom__content p {
        font-size: 13px; }
      .grid__item--banner .card-custom__content .link {
        font-size: 14px; }
    .grid__item--banner .media {
      padding-bottom: 35.2%; } }
  @media (max-width: 1185px) {
    .grid__item--banner .card-custom__content h3 {
      font-size: 16px; }
    .grid__item--banner .media {
      padding-bottom: 42.2%; } }
  @media (max-width: 749px) {
    .grid__item--banner {
      display: none; } }

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

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

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

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

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

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

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

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

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

.listItem-image {
  width: 100%; }

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

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

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

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

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

.listItem-brand {
  color: #999999;
  font-size: 14px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 750px) {
    .listItem-brand {
      font-size: 24px;
      margin-bottom: 0; } }

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

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

@media (min-width: 1033px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 14px;
      padding: 0px 16px; } }

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

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

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

.productView {
  display: block;
  position: relative;
  margin-top: 0;
  margin-bottom: 16px; }
  @media (min-width: 1033px) {
    .productView {
      display: flex;
      margin-top: 0;
      margin-bottom: 48px; }
      .productView .productView-item {
        width: 50%; }
        .productView .productView-item.productView-images {
          padding-right: clamp(24px, 3.5vw, 56px); }
          .productView .productView-item.productView-images .productView-images__wrapper {
            position: sticky;
            top: 26px; }
        .productView .productView-item.productView-details .productView-details-wrapper {
          position: sticky;
          top: 26px; } }
  @media (min-width: 1100px) {
    .productView .productView-item.productView-images {
      width: calc(100% - 435px); }
    .productView .productView-item.productView-details {
      width: 435px; } }
  @media (min-width: 1400px) {
    .productView .productView-item.productView-images {
      width: calc(100% - 500px); }
    .productView .productView-item.productView-details {
      width: 500px; } }
  @media (min-width: 1600px) {
    .productView .productView-item.productView-images {
      width: calc(100% - 512px);
      padding-right: 48px; }
    .productView .productView-item.productView-details {
      width: 512px; } }

.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.57143rem;
  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.57143rem;
  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: #a12b2b; }

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

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

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

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  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: #c43a3a; }

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

.badges-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 360px;
  font-size: 12px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  padding: 7px 16px;
  transition: background-color 800ms ease; }
  @media (max-width: 749px) {
    .sale-flag-side, .sold-out-flag-side {
      padding: 7px 10px; } }

.sale-flag-side {
  background: #a12b2b;
  color: white; }

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

.back-in-stock-flag-sash {
  background: #2BA14D; }

.best-seller-flag-sash {
  color: #333333;
  background: #F6F6F6; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

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

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

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

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

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

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

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

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

.form-option-expanded {
  background-color: white;
  border: 1px solid #c2c2c2;
  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; }

.product-bundle {
  background-color: #F0F0F0;
  padding: 40px 0;
  margin-bottom: 24px; }

.product-bundle__title {
  text-align: center;
  margin-bottom: 16px; }
  .product-bundle__title h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0; }

.product-bundle__content {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.product-bundle__items {
  row-gap: 8px;
  justify-content: center; }
  .product-bundle__items .card-wrapper {
    width: 100%;
    cursor: pointer; }
  .product-bundle__items .card {
    display: flex;
    gap: 16px;
    padding: 0;
    border: 0; }
    .product-bundle__items .card .card-figure {
      width: 88px;
      flex-shrink: 0; }
    .product-bundle__items .card .card-body {
      text-align: left;
      padding-top: 0; }
    .product-bundle__items .card .card-title {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 14px;
      font-weight: 600;
      min-height: 63px;
      color: #000000;
      margin: 0; }
      .product-bundle__items .card .card-title + .card-price {
        margin-top: 4px; }
    .product-bundle__items .card .card-price {
      gap: 4px; }
      .product-bundle__items .card .card-price .price {
        font-size: 14px;
        font-weight: 600; }
        .product-bundle__items .card .card-price .price.price--non-sale {
          font-size: 12px;
          font-weight: 500; }

.product-bundle__item-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px; }

.product-bundle__checkbox {
  width: 16px;
  flex-shrink: 0; }
  .product-bundle__checkbox .form-field {
    height: 1.14286rem;
    width: 1.14286rem;
    margin-bottom: 0; }
    .product-bundle__checkbox .form-field .form-label {
      height: 1.14286rem;
      width: 1.14286rem;
      padding-left: 0; }
      .product-bundle__checkbox .form-field .form-label::before, .product-bundle__checkbox .form-field .form-label::after {
        height: 1.14286rem;
        width: 1.14286rem;
        top: 0;
        left: 0;
        border-radius: 2px;
        border-color: #000000;
        box-shadow: unset; }
  .product-bundle__checkbox .form-checkbox + .form-label::after {
    background-size: 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDNMNC41IDguNUwyIDYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==); }

.product-bundle__actions {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #fff;
  border-radius: 0.42857rem;
  padding: 16px; }
  .product-bundle__actions .button {
    text-transform: uppercase; }

.product-bundle__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px; }
  .product-bundle__total .product-bundle__total-label {
    font-size: 14px;
    font-weight: 700; }

.product-bundle__total-price {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.25px;
  color: #000; }

.quickProductBundle {
  padding-bottom: 80px; }
  .quickProductBundle .productView-actions-wrap {
    display: none; }
  .quickProductBundle .productView-images__wrapper .productView-images__item--main {
    overflow: visible; }
  .quickProductBundle .slick-next {
    right: 0; }
  .quickProductBundle .slick-prev {
    left: 0; }

.productView-bundle__action {
  position: sticky;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 16px 24px;
  z-index: 2;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.05); }
  .productView-bundle__action .button {
    width: 100%;
    margin: 0; }

@media screen and (max-width: 1279px) {
  .product-bundle__items {
    flex-direction: column;
    row-gap: 16px; }
    .product-bundle__items .product-bundle__item {
      width: 100%;
      max-width: 100%; }
      .product-bundle__items .product-bundle__item + .product-bundle__item::before {
        content: none; }
    .product-bundle__items .card .card-title {
      min-height: auto; }
  .product-bundle__wrap .product-bundle__content {
    gap: 16px;
    align-items: flex-end; } }

@media screen and (max-width: 749px) {
  .product-bundle__title h3 {
    font-size: 26px; }
  .product-bundle__items .card .card-title {
    font-size: 13px; }
    .product-bundle__items .card .card-title + .card-price {
      margin-top: 8px; }
  .product-bundle__total .product-bundle__total-label {
    font-size: 13px; }
  .product-bundle__total-price {
    font-size: 16px; }
  .product-bundle__actions .button,
  .productView-bundle__action .button {
    font-size: 14px;
    min-height: 38px;
    padding: 6px 10px 8px; } }

@media screen and (min-width: 750px) {
  .product-bundle {
    padding: 40px 0;
    margin-bottom: 64px; }
    .product-bundle + .product-tabs {
      margin-top: -16px; }
  .product-bundle__title {
    text-align: left;
    margin-bottom: 32px; }
    .product-bundle__title h3 {
      font-size: 40px; }
  .product-bundle__content {
    gap: 32px; }
  .product-bundle__items {
    --grid-item-offset: 32px;
    width: 100%; }
  .product-bundle__item + .product-bundle__item {
    position: relative; }
    .product-bundle__item + .product-bundle__item::before {
      content: "";
      position: absolute;
      top: 50%;
      left: -27px;
      transform: translateY(-50%);
      display: inline-block;
      width: 24px;
      height: 24px;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTIwIDguMzMzMzFWMzEuNjY2NiIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik04LjMzMzI1IDIwSDMxLjY2NjYiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
      background-size: contain;
      background-repeat: no-repeat; }
  .product-bundle__actions {
    width: 240px; }
    .product-bundle__actions .button {
      width: 100%;
      gap: 0.71429rem; }
      .product-bundle__actions .button svg {
        height: 1.71429rem;
        width: 1.71429rem;
        fill: currentColor; } }

@media screen and (min-width: 1280px) {
  .product-bundle__content {
    flex-direction: row; }
  [data-col="2"] .product-bundle__item {
    width: calc(100% / 2 - var(--grid-item-offset) * (2 - 1) / 2);
    max-width: calc(100% / 2 - var(--grid-item-offset) * (2 - 1) / 2); }
  [data-col="1"] .product-bundle__item {
    width: 100%;
    max-width: 100%; } }

@media screen and (min-width: 1600px) {
  .product-bundle__actions {
    width: 290px; }
  .product-bundle__content {
    gap: 56px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; }
  .product-bundle__items {
    --grid-item-offset: 56px; }
  .product-bundle__item + .product-bundle__item::before {
    width: 40px;
    height: 40px;
    left: -50px; } }

@media (min-width: 1280px) and (max-width: 1600px) {
  html:has(.open-sidebar-fbt),
  html:has(.open-sidebar-upsell) {
    scrollbar-gutter: stable; } }

.dialog-drawer-product-bundle .dialog {
  max-width: 564px;
  height: 100%; }

.dialog-drawer-product-bundle .dialog__header {
  padding: 0; }
  .dialog-drawer-product-bundle .dialog__header .dialog__heading {
    font-size: 22px;
    text-transform: uppercase; }
  .dialog-drawer-product-bundle .dialog__header .dialog__close {
    top: 16px;
    right: 24px;
    width: 32px;
    height: 32px;
    box-shadow: none; }
    .dialog-drawer-product-bundle .dialog__header .dialog__close svg {
      padding: 0; }

.dialog-drawer-product-bundle .dialog__content {
  padding: 0; }

.dialog-drawer-product-bundle .quickProductBundle {
  padding-bottom: 0; }
  .dialog-drawer-product-bundle .quickProductBundle .productView {
    display: block;
    margin-bottom: 0;
    padding: 16px 16px 16px; }
  .dialog-drawer-product-bundle .quickProductBundle .productView-item {
    width: 100%; }
    .dialog-drawer-product-bundle .quickProductBundle .productView-item.productView-images, .dialog-drawer-product-bundle .quickProductBundle .productView-item.productView-details {
      width: 100%;
      padding-right: 0; }
  .dialog-drawer-product-bundle .quickProductBundle .productView-images__wrapper {
    display: block; }
  .dialog-drawer-product-bundle .quickProductBundle .productView-images__item--thumbnail {
    display: none; }
  .dialog-drawer-product-bundle .quickProductBundle .productView-images__item--main .slick-dots {
    justify-content: center;
    padding: 12px 0 8px; }
  .dialog-drawer-product-bundle .quickProductBundle .productView-info__wrap {
    margin-bottom: 16px; }
    .dialog-drawer-product-bundle .quickProductBundle .productView-info__wrap .productView-rating .icon {
      width: 24px;
      height: 24px;
      margin-right: 2px; }
    .dialog-drawer-product-bundle .quickProductBundle .productView-info__wrap .productView-info__item .productView-info-name,
    .dialog-drawer-product-bundle .quickProductBundle .productView-info__wrap .productView-info__item .productView-info-value {
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase; }
  .dialog-drawer-product-bundle .quickProductBundle .productView-price {
    margin: 0;
    padding-bottom: 16px; }
  .dialog-drawer-product-bundle .quickProductBundle .productView-messages {
    margin-bottom: 16px;
    position: relative; }
    .dialog-drawer-product-bundle .quickProductBundle .productView-messages::before {
      position: absolute;
      content: "";
      background: #C2C2C2;
      top: -16px;
      left: 0;
      width: 100%;
      height: 1px;
      z-index: 1; }
    @media (max-width: 749px) {
      .dialog-drawer-product-bundle .quickProductBundle .productView-messages::before {
        top: -8px; } }
  .dialog-drawer-product-bundle .quickProductBundle .productView-options {
    margin-bottom: 0; }
  .dialog-drawer-product-bundle .quickProductBundle .productView-variants .form-field {
    margin: 0; }
  .dialog-drawer-product-bundle .quickProductBundle .productView-actions-wrap {
    display: none; }

@media (max-width: 749px) {
  .dialog-drawer-product-bundle .dialog__header .dialog__close {
    top: 10px;
    right: 16px;
    width: 24px;
    height: 24px; }
  .dialog-drawer-product-bundle .quickProductBundle .productView-info__wrap {
    margin-bottom: 10px; }
  .dialog-drawer-product-bundle .quickProductBundle .productView-price {
    padding-bottom: 12px; } }

@media screen and (min-width: 750px) {
  .dialog-drawer-product-bundle .dialog__content {
    padding: 0; }
  .dialog-drawer-product-bundle .quickProductBundle .productView-images__item--main .slick-dots {
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 16px; } }

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

.dialog-drawer-product-bundle .bundle-sidebar-loading {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center; }

.dialog-drawer-product-bundle .bundle-sidebar-loading__spinner {
  width: 34px;
  height: 34px;
  border: 3px solid #d9d9d9;
  border-top-color: #000;
  border-radius: 50%;
  animation: bundleSidebarSpin 0.75s linear infinite; }

.product-upsell-custom {
  background: #F2F2F2;
  padding: 40px 0; }

.product-upsell-custom__wrap {
  display: flex;
  align-items: center;
  gap: 32px; }

.product-upsell-custom__title {
  margin: 0;
  flex: 0 0 auto;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  width: 372px; }

.product-upsell-wrapper {
  width: calc(100% - 372px);
  padding: 0 60px; }

.product-upsell-custom__items {
  flex: 1 1 auto;
  width: auto;
  max-width: 100%;
  min-width: 0; }
  .product-upsell-custom__items .slick-list {
    margin: 0 -28px;
    overflow: hidden; }
  .product-upsell-custom__items .slick-slide {
    padding: 0 28px;
    position: relative; }
    .product-upsell-custom__items .slick-slide:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 50%;
      right: -20px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      display: inline-block;
      width: 40px;
      height: 40px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTIwIDguMzMzMzFWMzEuNjY2NiIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik04LjMzMzI1IDIwSDMxLjY2NjYiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
      background-size: contain;
      background-repeat: no-repeat;
      background-size: 40px; }
  .product-upsell-custom__items .slick-prev {
    left: -60px; }
  .product-upsell-custom__items .slick-next {
    right: -60px; }

.product-upsell-custom__item {
  width: 100%; }

.product-upsell-custom__card {
  min-height: 120px;
  background: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none; }

.product-upsell-custom__image {
  width: 72px;
  height: 72px;
  flex: 0 0 72px; }
  .product-upsell-custom__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain; }

.product-upsell-custom__name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  text-transform: uppercase;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600; }

@media (max-width: 1400px) {
  .product-upsell-custom__wrap {
    gap: 20px; } }

@media (max-width: 1279px) {
  .product-upsell-custom__wrap {
    flex-direction: column;
    align-items: flex-start; }
  .product-upsell-custom__title {
    font-size: 30px;
    width: 100%; }
  .product-upsell-wrapper {
    width: 100%; } }

@media (max-width: 1032px) {
  .product-upsell-wrapper {
    padding: 0 40px; }
  .product-upsell-custom__items .slick-list {
    margin: 0 -18px; }
  .product-upsell-custom__items .slick-slide {
    padding: 0 18px; }
  .product-upsell-custom__items .slick-slide:not(:last-child)::after {
    right: -12px;
    width: 24px;
    height: 24px;
    background-size: 24px; }
  .product-upsell-custom__items .slick-next {
    right: -40px; }
  .product-upsell-custom__items .slick-prev {
    left: -40px; } }

@media (max-width: 767px) {
  .product-upsell-custom__wrap {
    gap: 16px; }
  .product-upsell-wrapper {
    padding: 0; }
  .product-upsell-custom__title {
    font-size: 26px;
    text-align: center; }
  .product-upsell-custom__card {
    padding: 8px 16px; }
  .product-upsell-custom__image {
    width: 104px;
    flex-basis: 104px; }
    .product-upsell-custom__image img {
      max-height: 104px;
      object-fit: contain; }
  .product-upsell-custom__name {
    font-size: 13px; }
  .product-upsell-custom__items .slick-list {
    margin: 0 -8px; }
  .product-upsell-custom__items .slick-slide {
    padding: 0 8px; }
  .product-upsell-custom__items .slick-slide:not(:last-child)::after {
    content: none; }
  .product-upsell-custom__items .slick-prev {
    left: -12px; }
  .product-upsell-custom__items .slick-next {
    right: -12px; } }

@media (min-width: 1033px) {
  .product-upsell-custom {
    padding: 60px 0; } }

.product-video-custom {
  background: #050505;
  padding: 40px 0; }

.product-video-custom__title {
  margin: 0 0 32px;
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1;
  font-weight: 600; }

.product-video-custom__slider:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px; }

.product-video-custom__slider .slick-list {
  margin: 0 -17px; }

.product-video-custom__slider .slick-slide {
  padding: 0 17px; }

.product-video-custom__card {
  color: #fff; }

.product-video-custom__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #111; }
  .product-video-custom__media img,
  .product-video-custom__media iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: 0; }

.product-video-custom__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px; }
  .product-video-custom__play svg {
    width: 100%;
    height: 100%;
    display: block; }

.product-video-custom__video-title {
  margin: 16px 0 16px;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700; }

.product-video-custom__button {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 4px solid #A12B2B; }

@media (max-width: 1279px) {
  .product-video-custom__title {
    font-size: 38px; }
  .product-video-custom__video-title {
    font-size: 20px; } }

@media (max-width: 767px) {
  .product-video-custom {
    padding: 24px 0 26px; }
  .product-video-custom__title {
    margin-bottom: 16px;
    font-size: 32px; }
  .product-video-custom__slider .slick-list {
    margin: 0; }
  .product-video-custom__slider .slick-slide {
    padding: 0; }
  .product-video-custom__slider .slick-prev {
    left: -16px; }
  .product-video-custom__slider .slick-next {
    right: -16px; }
  .product-video-custom__video-title {
    margin: 10px 0 10px;
    font-size: 16px; }
  .product-video-custom__play {
    width: 32px;
    height: 23px; } }

@media (min-width: 1033px) {
  .product-video-custom {
    padding: 60px 0; } }

@media (min-width: 1700px) {
  .product-video-custom__slider .slick-prev {
    left: -58px; }
  .product-video-custom__slider .slick-next {
    right: -58px; } }

.account {
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 1033px) {
    .account.container {
      max-width: 928px;
      padding: 0; } }

.account-created {
  padding-block: 40px; }
  @media screen and (min-width: 1033px) {
    .account-created {
      padding-block: 56px; } }
  .account-created .page-content--textCenter {
    display: flex;
    flex-direction: column;
    align-items: center; }

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

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

@media (min-width: 750px) {
  .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;
  margin: 0; }
  .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;
  padding-inline: 0; }

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

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

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

.section__header {
  position: relative;
  margin-bottom: 16px; }
  .section__header .section__header-item {
    width: 100%; }
    .section__header .section__header-item--content {
      max-width: 916px; }
    .section__header .section__header-item--button {
      display: none; }
  .section__header--left .section__header-item--content {
    margin-left: 0;
    margin-right: auto; }
  .section__header--center .section__header-item--content {
    margin-left: auto;
    margin-right: auto; }
  .section__header--right .section__header-item--content {
    margin-left: auto;
    margin-right: 0; }
  .section__header .section__header-caption {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .section__header .section__header-heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0; }
  .section__header .section__header-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 16px; }
    .section__header .section__header-text p {
      margin-top: 0;
      margin-bottom: 0; }
  .section__header .section__header-tabs {
    margin-top: 16px; }
  .section__header:not(.section__header-item--button) .section__header-item--content {
    max-width: 100%; }
  @media (min-width: 750px) {
    .section__header {
      margin-bottom: 28px; }
      .section__header .section__header-caption {
        margin-bottom: 12px; }
      .section__header .section__header-heading {
        font-size: 36px; }
      .section__header .section__header-text {
        font-size: 14px;
        margin-top: 12px; } }
  @media (min-width: 1033px) {
    .section__header {
      margin-bottom: 32px; }
      .section__header .section__header-item--button {
        display: block;
        width: auto;
        position: absolute;
        top: auto;
        bottom: 0; }
      .section__header--left .section__header-item--button, .section__header--center .section__header-item--button {
        right: 0; }
      .section__header--right .section__header-item--button {
        left: 0; }
      .section__header .section__header-caption {
        font-size: 16px;
        margin-bottom: 8px; }
      .section__header .section__header-heading {
        font-size: 40px; }
      .section__header .section__header-text {
        font-size: 16px;
        margin-top: 16px; } }
  @media (min-width: 1366px) {
    .section__header .section__header-caption {
      margin-bottom: 8px; }
    .section__header .section__header-heading {
      font-size: 40px; } }

.section__footer {
  display: block;
  position: relative;
  margin-top: 24px; }
  @media (min-width: 1033px) {
    .section__footer {
      display: none;
      margin-top: 40px; } }

.section__collage {
  position: relative;
  padding: 40px 0; }
  .section__collage .boxStyle {
    --box-radius: var(--box-radius-mobile, 0px);
    padding: 24px 16px;
    color: var(--box-text-color);
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: var(--box-border-thickness, 0px);
    border-style: var(--box-border-style);
    border-color: var(--box-border-color);
    border-radius: var(--box-radius, 0);
    background-image: var(--box-background-image);
    background-size: var(--box-background-size);
    background-position: var(--box-background-position);
    background-attachment: var(--box-background-attachment);
    background-repeat: var(--box-background-repeat);
    background-blend-mode: var(--box-background-blend-mode); }
    .section__collage .boxStyle .section__header-heading,
    .section__collage .boxStyle .section__header-text {
      color: currentColor; }
  .section__collage .container-full {
    position: static; }
    .section__collage .container-full .boxStyle {
      border: none;
      border-radius: 0;
      padding: 0;
      overflow: initial; }
      .section__collage .container-full .boxStyle::before {
        content: '';
        position: absolute;
        inset: 0;
        background: var(--box-background-color);
        background-image: var(--box-background-image);
        background-size: var(--box-background-size);
        background-position: var(--box-background-position);
        background-attachment: var(--box-background-attachment);
        background-repeat: var(--box-background-repeat);
        background-blend-mode: var(--box-background-blend-mode);
        color: var(--box-text-color); }
  .section__collage .collage {
    display: grid;
    grid: auto-flow dense/repeat(1, minmax(0, 1fr));
    gap: var(--gap-mobile, 16px); }
  .section__collage .card-wrapper {
    position: relative;
    height: 100%; }
  .section__collage .card {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 0;
    height: 100%; }
    .section__collage .card__inner {
      position: relative;
      height: 100%; }
  .section__collage .card__media {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 0;
    height: 100%;
    color: currentColor; }
    .section__collage .card__media-wrapper {
      display: block;
      height: 100%;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
      border-radius: 0; }
      .section__collage .card__media-wrapper:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 0;
        pointer-events: none; }
  .section__collage .card__content {
    position: absolute;
    inset: 0;
    padding: 10px 16px;
    display: flex;
    color: #fff;
    pointer-events: none; }
    .section__collage .card__content--top {
      align-items: flex-start; }
    .section__collage .card__content--middle {
      align-items: center; }
    .section__collage .card__content--bottom {
      align-items: flex-end; }
    .section__collage .card__content--left {
      justify-content: flex-start; }
    .section__collage .card__content--center {
      justify-content: center; }
    .section__collage .card__content--right {
      justify-content: flex-end; }
    .section__collage .card__content--customStyle .card__heading {
      color: var(--heading-color); }
      .section__collage .card__content--customStyle .card__heading em {
        font-style: normal;
        color: var(--highlight-color); }
    .section__collage .card__content--customStyle .card__text {
      color: var(--text-color); }
  .section__collage .card__information {
    display: inline-block;
    width: 100%;
    max-width: 600px; }
  .section__collage .card__caption {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 4px; }
  .section__collage .card__heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    color: currentColor;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0; }
    .section__collage .card__heading + .card__text {
      margin-top: 8px; }
    .section__collage .card__heading + .card__buttons {
      margin-top: 8px; }
  .section__collage .card__text {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .section__collage .card__text p {
      margin-bottom: 0; }
    .section__collage .card__text + .card__buttons {
      margin-top: 8px; }
  .section__collage .card__buttons {
    pointer-events: all; }
    .section__collage .card__buttons .link {
      position: static;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700; }
      .section__collage .card__buttons .link::after {
        content: '';
        position: absolute;
        inset: 0; }
    @media (min-width: 750px) and (max-width: 991px) {
      .section__collage .card__buttons .button {
        padding: 0 24px; } }
  .section__collage :is(.media) {
    width: 100%;
    height: 100%; }
  @media (max-width: 1600px) {
    .section__collage .container {
      padding: 0 40px; } }
  @media (max-width: 1032px) {
    .section__collage .boxStyle {
      margin-left: -16px;
      margin-right: -16px; }
    .section__collage .container-full .boxStyle {
      margin-left: 0;
      margin-right: 0; }
    .section__collage .media--fit > picture > img {
      height: 100%; } }
  @media (max-width: 749px) {
    .section__collage .container {
      padding: 0 16px; }
    .section__collage .card__content--top-small {
      align-items: flex-start; }
    .section__collage .card__content--middle-small {
      align-items: center; }
    .section__collage .card__content--bottom-small {
      align-items: flex-end; }
    .section__collage .card__content--left-small {
      justify-content: flex-start; }
    .section__collage .card__content--center-small {
      justify-content: center; }
    .section__collage .card__content--right-small {
      justify-content: flex-end; }
    .section__collage .collage {
      grid-template-columns: repeat(24, minmax(0, 1fr));
      overflow: hidden; }
      .section__collage .collage--3-items {
        grid-template-columns: repeat(12, minmax(0, 1fr)); }
        .section__collage .collage--3-items .collage__item:nth-child(1) {
          grid-column: span 12; }
          .section__collage .collage--3-items .collage__item:nth-child(1) .card__heading {
            font-size: 32px;
            font-weight: 400; }
            .section__collage .collage--3-items .collage__item:nth-child(1) .card__heading + .card__text {
              margin-top: 16px; }
            .section__collage .collage--3-items .collage__item:nth-child(1) .card__heading + .card__buttons {
              margin-top: 32px; }
          .section__collage .collage--3-items .collage__item:nth-child(1) .card__text {
            font-size: 16px; }
            .section__collage .collage--3-items .collage__item:nth-child(1) .card__text + .card__buttons {
              margin-top: 32px; }
        .section__collage .collage--3-items .collage__item:nth-child(n + 2) {
          grid-column: span 6; }
      .section__collage .collage--4-items .card__heading {
        font-size: 20px; }
      .section__collage .collage--4-items .card__text {
        font-size: 13px; }
      .section__collage .collage--4-items .card__button .button {
        min-height: 32px;
        font-size: 13px; }
      .section__collage .collage--4-items .collage__item:nth-child(1) {
        grid-column: span 24; }
        .section__collage .collage--4-items .collage__item:nth-child(1) .card__heading {
          font-size: 22px; }
        .section__collage .collage--4-items .collage__item:nth-child(1) .card__content {
          padding: 16px; }
      .section__collage .collage--4-items .collage__item:nth-child(n + 2) {
        grid-column: span 12; }
      .section__collage .collage--4-items .collage__item:nth-child(n + 4) {
        grid-column: span 24; } }
  @media (min-width: 750px) {
    .section__collage .collage {
      grid-template-columns: repeat(24, minmax(0, 1fr)); }
      .section__collage .collage .collage__item {
        position: relative;
        grid-column: span 24; }
      .section__collage .collage--1-items, .section__collage .collage--2-items {
        grid-template-rows: 1fr; }
      .section__collage .collage--2-items .collage__item {
        grid-column: span 12; }
      .section__collage .collage--3-items .collage__item:nth-child(1) {
        grid-column: span 24; }
      .section__collage .collage--3-items .collage__item:nth-child(n + 2) {
        grid-column: span 12; }
      .section__collage .collage--4-items .collage__item:nth-child(1) {
        grid-column: span 24; }
      .section__collage .collage--4-items .collage__item:nth-child(n + 2) {
        grid-column: span 8; }
    .section__collage .card__heading + .card__text {
      margin-top: 12px; }
    .section__collage .card__heading + .card__buttons {
      margin-top: 16px; }
    .section__collage .card__text + .card__buttons {
      margin-top: 16px; } }
  @media (min-width: 1033px) {
    .section__collage {
      padding: 60px 0; }
      .section__collage .boxStyle {
        --box-radius: var(--box-radius-desktop, 0px);
        padding: clamp(16px, 3.5vw, 24px); }
      .section__collage .collage {
        grid-template-rows: repeat(2, minmax(0, 1fr));
        gap: var(--gap-desktop, 16px); }
        .section__collage .collage--2-items {
          grid-template-rows: unset; }
          .section__collage .collage--2-items .card__content {
            padding: clamp(24px, 3.5vw, 40px); }
          .section__collage .collage--2-items .card__heading {
            font-size: 28px; }
            .section__collage .collage--2-items .card__heading + .card__text {
              margin-top: 16px; }
            .section__collage .collage--2-items .card__heading + .card__buttons {
              margin-top: 24px; }
          .section__collage .collage--2-items .card__text + .card__buttons {
            margin-top: 32px; }
        .section__collage .collage--3-items .collage__item:nth-child(1) {
          grid-column: span 16;
          grid-row: span 2; }
          .section__collage .collage--3-items .collage__item:nth-child(1) .card__content {
            padding: clamp(24px, 3.5vw, 40px); }
          .section__collage .collage--3-items .collage__item:nth-child(1) .card__information {
            max-width: 837px; }
          .section__collage .collage--3-items .collage__item:nth-child(1) .card__heading {
            font-size: 96px;
            font-weight: 400;
            line-height: 1; }
            .section__collage .collage--3-items .collage__item:nth-child(1) .card__heading + .card__text {
              margin-top: 16px; }
            .section__collage .collage--3-items .collage__item:nth-child(1) .card__heading + .card__buttons {
              margin-top: 32px; }
          .section__collage .collage--3-items .collage__item:nth-child(1) .card__text {
            display: inline-block;
            max-width: 449px;
            font-size: 16px; }
            .section__collage .collage--3-items .collage__item:nth-child(1) .card__text + .card__buttons {
              margin-top: 32px; }
        .section__collage .collage--3-items .collage__item:nth-child(n + 2) {
          grid-column: span 8; }
          .section__collage .collage--3-items .collage__item:nth-child(n + 2) .card__media .media img {
            height: 100%; }
          .section__collage .collage--3-items .collage__item:nth-child(n + 2) .card__information {
            max-width: 300px; }
          .section__collage .collage--3-items .collage__item:nth-child(n + 2) .card__heading {
            font-size: 32px; }
        .section__collage .collage--4-items .collage__item .card__heading + .card__text {
          margin-top: 10px; }
        .section__collage .collage--4-items .collage__item .card__heading + .card__buttons {
          margin-top: 10px; }
        .section__collage .collage--4-items .collage__item .card__text + .card__buttons {
          margin-top: 10px; }
        .section__collage .collage--4-items .collage__item:nth-child(1) {
          grid-column: span 12;
          grid-row: span 2; }
          .section__collage .collage--4-items .collage__item:nth-child(1) .card__content {
            padding: clamp(24px, 3.5vw, 32px); }
        .section__collage .collage--4-items .collage__item:nth-child(n + 2) {
          grid-column: span 6;
          grid-row: span 1; }
          .section__collage .collage--4-items .collage__item:nth-child(n + 2) .card__heading {
            font-size: 28px; }
        .section__collage .collage--4-items .collage__item:nth-child(4) {
          grid-column: span 12;
          grid-row: span 1; }
      .section__collage .card .media--zoom img {
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.17, 0.61);
        transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.17, 0.61);
        transition: transform 0.3s cubic-bezier(0, 0, 0.17, 0.61);
        transition: transform 0.3s cubic-bezier(0, 0, 0.17, 0.61), -webkit-transform 0.3s cubic-bezier(0, 0, 0.17, 0.61); }
      .section__collage .card:hover .media--zoom img {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08); }
      .section__collage .card__content {
        padding: 16px 32px; }
      .section__collage .card__heading + .card__buttons {
        margin-top: 24px; }
      .section__collage .card__text + .card__buttons {
        margin-top: 24px; } }
  @media (min-width: 1366px) {
    .section__collage .boxStyle {
      padding: clamp(24px, 3.5vw, 56px); }
    .section__collage .collage--2-items .card__content {
      padding: clamp(24px, 3.5vw, 56px); }
    .section__collage .collage--2-items .card__heading {
      font-size: 40px; }
    .section__collage .collage--4-items:nth-child(1) .card__heading {
      font-size: 32px; } }

.section__featured-categories {
  padding: 40px 0; }
  .section__featured-categories .section__header-heading {
    color: #fff; }
    .section__featured-categories .section__header-heading span {
      color: #A12B2B; }
  .section__featured-categories .boxStyle {
    --box-radius: var(--box-radius-mobile, 0px);
    padding: 24px 16px;
    color: var(--box-text-color);
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: var(--box-border-thickness, 0px);
    border-style: var(--box-border-style);
    border-color: var(--box-border-color);
    border-radius: var(--box-radius, 0);
    background: var(--box-background-color);
    background-image: var(--box-background-image);
    background-size: var(--box-background-size);
    background-position: var(--box-background-position);
    background-attachment: var(--box-background-attachment);
    background-repeat: var(--box-background-repeat);
    background-blend-mode: var(--box-background-blend-mode); }
    .section__featured-categories .boxStyle .section__header-heading,
    .section__featured-categories .boxStyle .section__header-text {
      color: currentColor; }
  .section__featured-categories .container-full {
    position: static; }
    .section__featured-categories .container-full .boxStyle {
      border: none;
      border-radius: 0;
      padding: 0;
      overflow: initial; }
      .section__featured-categories .container-full .boxStyle::before {
        content: '';
        position: absolute;
        inset: 0;
        background: var(--box-background-color);
        background-image: var(--box-background-image);
        background-size: var(--box-background-size);
        background-position: var(--box-background-position);
        background-attachment: var(--box-background-attachment);
        background-repeat: var(--box-background-repeat);
        background-blend-mode: var(--box-background-blend-mode);
        color: var(--box-text-color); }
  .section__featured-categories .card {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 0; }
    .section__featured-categories .card__inner {
      position: relative; }
  .section__featured-categories .card__media {
    display: block;
    margin: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 0;
    color: currentColor; }
    .section__featured-categories .card__media-wrapper {
      display: block;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
      border-radius: 0; }
  .section__featured-categories .card__content {
    position: absolute;
    inset: 0;
    padding: 27px 10px;
    display: flex;
    pointer-events: none; }
    .section__featured-categories .card__content--top {
      align-items: flex-start; }
    .section__featured-categories .card__content--middle {
      align-items: center; }
    .section__featured-categories .card__content--bottom {
      align-items: flex-end; }
    .section__featured-categories .card__content--left {
      justify-content: flex-start; }
    .section__featured-categories .card__content--center {
      justify-content: center; }
    .section__featured-categories .card__content--right {
      justify-content: flex-end; }
  .section__featured-categories .card__information {
    display: inline-block;
    width: 100%;
    position: relative; }
  .section__featured-categories .card__caption {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 4px; }
  .section__featured-categories .card__heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0; }
    .section__featured-categories .card__heading a {
      text-decoration: none;
      color: currentColor; }
    .section__featured-categories .card__heading + .card__text {
      margin-top: 6px; }
    .section__featured-categories .card__heading + .card__buttons {
      margin-top: 8px; }
  .section__featured-categories .card__text {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px; }
    .section__featured-categories .card__text p {
      margin-bottom: 0; }
    .section__featured-categories .card__text + .card__buttons {
      margin-top: 8px; }
  .section__featured-categories .card__buttons {
    position: absolute;
    bottom: 0;
    right: 0; }
    .section__featured-categories .card__buttons .button {
      padding: 0;
      background: transparent;
      width: 60px;
      height: 60px;
      border: 0; }
      .section__featured-categories .card__buttons .button span {
        display: none; }
      .section__featured-categories .card__buttons .button svg {
        width: 100%;
        height: 100%;
        inset: unset;
        border-radius: 50%;
        background: transparent;
        color: #fff;
        border: 2px solid #fff;
        transition: all .4s; }
  @media (max-width: 1600px) {
    .section__featured-categories .container {
      padding: 0 40px; } }
  @media (max-width: 1032px) {
    .section__featured-categories .boxStyle {
      margin-left: -16px;
      margin-right: -16px; }
    .section__featured-categories .container-full .boxStyle {
      margin-left: 0;
      margin-right: 0; }
    .section__featured-categories .card__buttons .button {
      width: 40px;
      height: 40px;
      min-height: 40px; }
      .section__featured-categories .card__buttons .button svg {
        padding: 10px; } }
  @media (max-width: 991px) {
    .section__featured-categories .card__information {
      padding-right: 45px; } }
  @media (max-width: 749px) {
    .section__featured-categories .container {
      padding: 0 16px; }
    .section__featured-categories .section__header-heading {
      font-size: 32px; }
    .section__featured-categories .card__heading {
      font-size: 22px; }
    .section__featured-categories .card__text {
      font-size: 14px; }
    .section__featured-categories .card__buttons .button svg {
      border-width: 1.5px;
      padding: 8px; } }
  @media (min-width: 750px) {
    .section__featured-categories .card__heading {
      font-size: 28px; }
      .section__featured-categories .card__heading + .card__buttons {
        margin-top: 12px; }
    .section__featured-categories .card__text + .card__buttons {
      margin-top: 12px; } }
  @media (min-width: 1033px) {
    .section__featured-categories {
      padding: 60px 0; }
      .section__featured-categories .boxStyle {
        --box-radius: var(--box-radius-desktop, 0px);
        padding: clamp(16px, 3.5vw, 24px); }
      .section__featured-categories .card__media-wrapper {
        border-radius: 0; }
        .section__featured-categories .card__media-wrapper:after {
          border-radius: 0; }
      .section__featured-categories .card__content {
        padding: 48px 32px; }
      .section__featured-categories .card__heading {
        font-size: 32px; }
        .section__featured-categories .card__heading + .card__text {
          margin-top: 6px; }
        .section__featured-categories .card__heading + .card__buttons {
          margin-top: 16px; }
      .section__featured-categories .card__text + .card__buttons {
        margin-top: 16px; }
      .section__featured-categories .card__buttons {
        transition: 0.3s ease;
        transition-property: opacity, visibility; }
      .section__featured-categories .card:has(:is(.card__buttons)) .card__heading {
        transition: transform 0.3s ease; }
      .section__featured-categories .card:has(:is(.card__buttons)):hover .card__heading,
      .section__featured-categories .card:has(:is(.card__buttons)):focus-within .card__heading {
        transform: translateY(0); }
      .section__featured-categories .card:hover .card__buttons,
      .section__featured-categories .card:focus-within .card__buttons {
        opacity: 1;
        visibility: visible; }
      .section__featured-categories .card:hover .card__button svg {
        background: #A12B2B;
        border-color: #A12B2B;
        color: #fff; } }
  @media (min-width: 1366px) {
    .section__featured-categories .boxStyle {
      padding: clamp(24px, 3.5vw, 56px); }
    .section__featured-categories .card__heading {
      font-size: 32px; } }

.section__featured-categories-2 {
  padding: 40px 0; }
  .section__featured-categories-2 .section__header .section__header-caption {
    color: #fff; }
  .section__featured-categories-2 .section__header .section__header-heading {
    color: #fff; }
  .section__featured-categories-2 .section__header .section__header-text {
    color: #fff; }
  .section__featured-categories-2 .card {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 0;
    color: #fff; }
    .section__featured-categories-2 .card__inner {
      position: relative; }
  .section__featured-categories-2 .card__media {
    display: block;
    margin: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 0;
    color: currentColor; }
    .section__featured-categories-2 .card__media-wrapper {
      display: block;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
      border-radius: 0; }
      .section__featured-categories-2 .card__media-wrapper:after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 35.5%, #000000 100%);
        opacity: 0;
        transition: all ease-in-out 300ms; }
    .section__featured-categories-2 .card__media .media--portrait {
      padding-bottom: 86.5%; }
  .section__featured-categories-2 .card__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    padding: 0 34px;
    pointer-events: none; }
  .section__featured-categories-2 .card__information {
    display: inline-block;
    width: 100%; }
  .section__featured-categories-2 .card__caption {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 4px; }
  .section__featured-categories-2 .card__heading {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: currentColor;
    margin-top: 0;
    margin-bottom: 0; }
    .section__featured-categories-2 .card__heading a {
      text-decoration: none;
      color: currentColor; }
    .section__featured-categories-2 .card__heading + .hover-element {
      display: block;
      margin-top: 16px; }
  .section__featured-categories-2 .card__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    color: currentColor;
    margin-top: 0;
    margin-bottom: 0; }
    .section__featured-categories-2 .card__text ul,
    .section__featured-categories-2 .card__text ol {
      display: inline-flex;
      flex-direction: column;
      list-style: none;
      padding: 0;
      margin: 0;
      grid-gap: 8px; }
      .section__featured-categories-2 .card__text ul li,
      .section__featured-categories-2 .card__text ol li {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: 0; }
    .section__featured-categories-2 .card__text p {
      margin-bottom: 0; }
    .section__featured-categories-2 .card__text a {
      display: inline-block;
      text-decoration: none;
      color: currentColor; }
      .section__featured-categories-2 .card__text a span {
        --text-decoration-thickness: 2px;
        display: inline;
        transition: background-size ease-in-out 300ms;
        background-color: transparent;
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-size: 100% var(--text-decoration-thickness); }
    .section__featured-categories-2 .card__text + .card__buttons {
      margin-top: 24px; }
  .section__featured-categories-2 .card__buttons .link {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: relative; }
    .section__featured-categories-2 .card__buttons .link:before {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #A12B2B; }
  .section__featured-categories-2 .card__buttons .button {
    text-transform: capitalize;
    color: #000;
    background: #fff;
    border-color: #fff; }
    .section__featured-categories-2 .card__buttons .button svg {
      color: #fff;
      background: #000; }
    .section__featured-categories-2 .card__buttons .button:hover {
      color: #000;
      background: #fff;
      border-color: #fff; }
      .section__featured-categories-2 .card__buttons .button:hover svg {
        color: #fff;
        background: #004ECA; }
    .section__featured-categories-2 .card__buttons .button:active {
      color: #000;
      background: #fff;
      border-color: #fff; }
      .section__featured-categories-2 .card__buttons .button:active svg {
        color: #fff;
        background: #004ECA; }
    .section__featured-categories-2 .card__buttons .button:focus {
      color: #000;
      background: #fff;
      border-color: #fff; }
      .section__featured-categories-2 .card__buttons .button:focus svg {
        color: #fff;
        background: #004ECA; }
  .section__featured-categories-2 .section__header-button .button,
  .section__featured-categories-2 .section__footer-button .button {
    color: #fff;
    background: transparent;
    border-color: #fff; }
    .section__featured-categories-2 .section__header-button .button:hover,
    .section__featured-categories-2 .section__footer-button .button:hover {
      color: #000;
      background: #fff;
      border-color: #fff; }
  .section__featured-categories-2 .slick-dots {
    bottom: -20px; }
    .section__featured-categories-2 .slick-dots li button {
      width: 8px;
      height: 8px; }
      .section__featured-categories-2 .slick-dots li button:before {
        background: #ffffff; }
    .section__featured-categories-2 .slick-dots li.slick-active button {
      width: 47px; }
      .section__featured-categories-2 .slick-dots li.slick-active button:before {
        background: #ffffff; }
  @media (max-width: 1600px) {
    .section__featured-categories-2 .container {
      padding: 0 40px; } }
  @media (max-width: 991px) {
    .section__featured-categories-2 .card__content {
      padding: 0 20px; }
    .section__featured-categories-2 .card__heading {
      font-size: 20px; } }
  @media (max-width: 749px) {
    .section__featured-categories-2 {
      overflow: hidden; }
      .section__featured-categories-2 .container {
        padding: 0 16px; }
      .section__featured-categories-2 .card__media .media--portrait {
        padding-bottom: 157.2%; }
      .section__featured-categories-2 .card__content {
        padding: 0 7px; }
      .section__featured-categories-2 .card__heading {
        font-size: 18px; }
        .section__featured-categories-2 .card__heading a br {
          display: none; }
        .section__featured-categories-2 .card__heading + .hover-element {
          margin-top: 10px; }
      .section__featured-categories-2 .section__footer-button .button {
        font-size: 14px;
        min-height: 38px;
        padding: 6px 29px; }
      .section__featured-categories-2 .section__footer {
        margin-top: 16px; }
      .section__featured-categories-2 .row {
        --row-item-offset: var(--gap-mobile, 8px); }
      .section__featured-categories-2 .row-item:nth-child(2) .card__content {
        padding: 0 13px; } }
  @media (min-width: 1033px) {
    .section__featured-categories-2 {
      padding: 60px 0; }
      .section__featured-categories-2 .section__header .section__header-text {
        margin-top: 8px; }
      .section__featured-categories-2 .row {
        --row-item-offset: var(--gap-desktop, 32px); }
      .section__featured-categories-2 .card__heading {
        font-size: 28px; }
        .section__featured-categories-2 .card__heading + .hover-element {
          margin-top: 16px;
          opacity: 1;
          visibility: visible;
          transition: transform 300ms ease; }
      .section__featured-categories-2 .card:hover .media--zoom:hover > picture > img {
        transform: scale(1.07); }
      .section__featured-categories-2 .card:hover .card__heading + .hover-element {
        opacity: 1;
        visibility: visible;
        overflow: inherit; }
      .section__featured-categories-2 .card:hover .card__media-wrapper:after {
        opacity: .45; }
      .section__featured-categories-2 .media--zoom:hover > picture > img {
        transform: unset; } }
  @media (max-width: 749px) {
    .section__featured-categories-2.section__style--2 .card__content {
      padding: 0 8px; }
    .section__featured-categories-2.section__style--2 .card__heading {
      font-size: 18px; }
      .section__featured-categories-2.section__style--2 .card__heading + .hover-element {
        margin-top: 10px; } }

.section__featured-categories-3 .boxStyle {
  --box-radius: var(--box-radius-mobile, 0px);
  padding: 24px 16px;
  color: var(--box-text-color);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: var(--box-border-thickness, 0px);
  border-style: var(--box-border-style);
  border-color: var(--box-border-color);
  border-radius: var(--box-radius, 0);
  background: var(--box-background-color);
  background-image: var(--box-background-image);
  background-size: var(--box-background-size);
  background-position: var(--box-background-position);
  background-attachment: var(--box-background-attachment);
  background-repeat: var(--box-background-repeat);
  background-blend-mode: var(--box-background-blend-mode); }
  .section__featured-categories-3 .boxStyle .section__header-heading,
  .section__featured-categories-3 .boxStyle .section__header-text {
    color: currentColor; }

.section__featured-categories-3 .container-full {
  position: static; }
  .section__featured-categories-3 .container-full .boxStyle {
    border: none;
    border-radius: 0;
    padding: 0;
    overflow: initial; }
    .section__featured-categories-3 .container-full .boxStyle::before {
      content: '';
      position: absolute;
      inset: 0;
      background: var(--box-background-color);
      background-image: var(--box-background-image);
      background-size: var(--box-background-size);
      background-position: var(--box-background-position);
      background-attachment: var(--box-background-attachment);
      background-repeat: var(--box-background-repeat);
      background-blend-mode: var(--box-background-blend-mode);
      color: var(--box-text-color); }

.section__featured-categories-3 .card {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0; }
  .section__featured-categories-3 .card__inner {
    position: relative; }

.section__featured-categories-3 .card__media {
  display: block;
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  line-height: 0;
  color: currentColor; }
  .section__featured-categories-3 .card__media-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 0; }
    .section__featured-categories-3 .card__media-wrapper:after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 0;
      pointer-events: none; }

.section__featured-categories-3 .card__content {
  padding: 16px 0 0 0; }

.section__featured-categories-3 .card__caption {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 4px; }

.section__featured-categories-3 .card__heading {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: currentColor;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0; }
  .section__featured-categories-3 .card__heading a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: currentColor;
    gap: 4px; }
    .section__featured-categories-3 .card__heading a span {
      overflow: hidden;
      position: relative;
      text-overflow: ellipsis;
      display: -webkit-box;
      white-space: inherit;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      text-decoration: none; }
    .section__featured-categories-3 .card__heading a svg {
      height: 1.14286rem;
      width: 1.14286rem;
      transition: all 300ms ease; }
  .section__featured-categories-3 .card__heading + .card__text {
    margin-top: 8px; }

.section__featured-categories-3 .card__text {
  margin-top: 0;
  margin-bottom: 0; }
  .section__featured-categories-3 .card__text p {
    margin-bottom: 0; }

@media (max-width: 1032px) {
  .section__featured-categories-3 .boxStyle {
    margin-left: -16px;
    margin-right: -16px; }
  .section__featured-categories-3 .container-full .boxStyle {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 750px) {
  .section__featured-categories-3 .card__heading {
    font-size: 14px; }
    .section__featured-categories-3 .card__heading a {
      gap: 8px; }
      .section__featured-categories-3 .card__heading a svg {
        width: 20px;
        height: 20px; } }

@media (min-width: 1033px) {
  .section__featured-categories-3 .boxStyle {
    --box-radius: var(--box-radius-desktop, 0px);
    padding: clamp(16px, 3.5vw, 24px); }
  .section__featured-categories-3 .card:hover .card__heading svg {
    margin-left: 24px; }
  .section__featured-categories-3 .card__content {
    padding-top: 24px; }
  .section__featured-categories-3 .card__heading {
    font-size: 20px; }
    .section__featured-categories-3 .card__heading a {
      gap: 16px; }
      .section__featured-categories-3 .card__heading a svg {
        height: 1.71429rem;
        width: 1.71429rem; }
    .section__featured-categories-3 .card__heading + .card__text {
      margin-top: 16px; } }

@media (min-width: 1366px) {
  .section__featured-categories-3 .boxStyle {
    padding: clamp(24px, 3.5vw, 56px); }
  .section__featured-categories-3 .card__heading {
    font-size: 24px; } }

.section__instagram-feed .contains-card {
  --grid-item-offset: 8px; }

.section__instagram-feed .boxStyle {
  --box-radius: var(--box-radius-mobile, 0px);
  padding: 24px 16px;
  color: var(--box-text-color);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: var(--box-border-thickness, 0px);
  border-style: var(--box-border-style);
  border-color: var(--box-border-color);
  border-radius: var(--box-radius, 0);
  background-image: var(--box-background-image);
  background-size: var(--box-background-size);
  background-position: var(--box-background-position);
  background-attachment: var(--box-background-attachment);
  background-repeat: var(--box-background-repeat);
  background-blend-mode: var(--box-background-blend-mode); }

.section__instagram-feed .container-full {
  position: static; }
  .section__instagram-feed .container-full .boxStyle {
    border: none;
    border-radius: 0;
    padding: 0;
    overflow: initial; }
    .section__instagram-feed .container-full .boxStyle::before {
      content: '';
      position: absolute;
      inset: 0;
      background: var(--box-background-color);
      background-image: var(--box-background-image);
      background-size: var(--box-background-size);
      background-position: var(--box-background-position);
      background-attachment: var(--box-background-attachment);
      background-repeat: var(--box-background-repeat);
      background-blend-mode: var(--box-background-blend-mode);
      color: var(--box-text-color); }

.section__instagram-feed .section__header-text {
  margin-top: 16px; }

.section__instagram-feed .card {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0; }
  .section__instagram-feed .card__inner {
    position: relative; }

.section__instagram-feed .card__media {
  display: block;
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  line-height: 0;
  color: currentColor; }
  .section__instagram-feed .card__media-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 0.71429rem; }
    .section__instagram-feed .card__media-wrapper:after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 0.71429rem;
      pointer-events: none; }
  .section__instagram-feed .card__media .media__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    padding: 8px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    background: #a12b2b;
    box-sizing: border-box; }
    .section__instagram-feed .card__media .media__icon .svg-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .section__instagram-feed .card__media .media__icon .svg-wrapper svg {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        color: currentColor;
        fill: currentColor;
        stroke: transparent; }

.section__instagram-feed .card__content {
  position: absolute;
  inset: 0;
  inset-block-start: auto;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center; }

.section__instagram-feed .card__information {
  display: inline-block;
  width: 100%; }

@media (max-width: 1032px) {
  .section__instagram-feed .boxStyle {
    margin-left: -16px;
    margin-right: -16px; }
  .section__instagram-feed .container-full .boxStyle {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 1033px) {
  .section__instagram-feed .boxStyle {
    --box-radius: var(--box-radius-desktop, 0px);
    padding: clamp(16px, 3.5vw, 24px); }
  .section__instagram-feed .card__media .media__icon {
    width: 56px;
    height: 56px;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    transition-property: opacity, visibility; }
    .section__instagram-feed .card__media .media__icon:hover {
      color: white;
      background: #7e1f1f; }
  .section__instagram-feed .card__content {
    padding: clamp(16px, 3.5vw, 24px); }
  .section__instagram-feed .card__buttons {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    transition-property: opacity, visibility; }
  .section__instagram-feed .card:hover .card__media .media__icon,
  .section__instagram-feed .card:focus-within .card__media .media__icon {
    opacity: 1;
    visibility: visible; }
  .section__instagram-feed .card:hover .card__buttons,
  .section__instagram-feed .card:focus-within .card__buttons {
    opacity: 1;
    visibility: visible; } }

@media (min-width: 1366px) {
  .section__instagram-feed .boxStyle {
    padding: clamp(24px, 3.5vw, 56px); } }

.section__brands .boxStyle {
  --box-radius: var(--box-radius-mobile, 0px);
  padding: 24px 16px;
  color: var(--box-text-color);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: var(--box-border-thickness, 0px);
  border-style: var(--box-border-style);
  border-color: var(--box-border-color);
  border-radius: var(--box-radius, 0);
  background: var(--box-background-color);
  background-image: var(--box-background-image);
  background-size: var(--box-background-size);
  background-position: var(--box-background-position);
  background-attachment: var(--box-background-attachment);
  background-repeat: var(--box-background-repeat);
  background-blend-mode: var(--box-background-blend-mode); }
  .section__brands .boxStyle .section__header-heading,
  .section__brands .boxStyle .section__header-text {
    color: currentColor; }

.section__brands .container-full {
  position: static; }
  .section__brands .container-full .boxStyle {
    border: none;
    border-radius: 0;
    padding: 0;
    overflow: initial; }
    .section__brands .container-full .boxStyle::before {
      content: '';
      position: absolute;
      inset: 0;
      background: var(--box-background-color);
      background-image: var(--box-background-image);
      background-size: var(--box-background-size);
      background-position: var(--box-background-position);
      background-attachment: var(--box-background-attachment);
      background-repeat: var(--box-background-repeat);
      background-blend-mode: var(--box-background-blend-mode);
      color: var(--box-text-color); }

.section__brands .card {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0; }
  .section__brands .card__inner {
    position: relative; }
  .section__brands .card__media {
    display: block;
    margin: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 0;
    color: currentColor; }
    .section__brands .card__media-wrapper {
      display: block;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
      border-radius: 0.71429rem; }
      .section__brands .card__media-wrapper:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 0.71429rem;
        pointer-events: none; }
  .section__brands .card__content {
    padding: 8px; }
  .section__brands .card__information {
    display: inline-block;
    width: 100%; }

.section__brands .card__heading {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: currentColor;
  margin-top: 0;
  margin-bottom: 0; }
  .section__brands .card__heading a {
    text-decoration: none;
    color: currentColor;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: inherit;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; }

.section__brands .card:has(:is(.card__content)) .card__media-wrapper {
  border-bottom-width: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }
  .section__brands .card:has(:is(.card__content)) .card__media-wrapper:after {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }

@media (max-width: 1032px) {
  .section__brands .boxStyle {
    margin-left: -16px;
    margin-right: -16px; }
  .section__brands .container-full .boxStyle {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 750px) {
  .section__brands .section__header-heading {
    font-size: 36px; } }

@media (min-width: 1033px) {
  .section__brands .boxStyle {
    --box-radius: var(--box-radius-desktop, 0px);
    padding: clamp(16px, 3.5vw, 24px); }
  .section__brands .card__content {
    padding: 16px; } }

@media (min-width: 1366px) {
  .section__brands .boxStyle {
    padding: clamp(24px, 3.5vw, 56px); } }

.section__brands-grid {
  padding: 40px 0; }
  .section__brands-grid .boxStyle {
    --box-radius: var(--box-radius-mobile, 0px);
    padding: 24px 16px;
    color: var(--box-text-color);
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: var(--box-border-thickness, 0px);
    border-style: var(--box-border-style);
    border-color: var(--box-border-color);
    border-radius: var(--box-radius, 0);
    background: var(--box-background-color);
    background-image: var(--box-background-image);
    background-size: var(--box-background-size);
    background-position: var(--box-background-position);
    background-attachment: var(--box-background-attachment);
    background-repeat: var(--box-background-repeat);
    background-blend-mode: var(--box-background-blend-mode); }
    .section__brands-grid .boxStyle .section__header-heading,
    .section__brands-grid .boxStyle .section__header-text {
      color: currentColor; }
  .section__brands-grid .container-full {
    position: static; }
    .section__brands-grid .container-full .boxStyle {
      border: none;
      border-radius: 0;
      padding: 0;
      overflow: initial; }
      .section__brands-grid .container-full .boxStyle::before {
        content: '';
        position: absolute;
        inset: 0;
        background: var(--box-background-color);
        background-image: var(--box-background-image);
        background-size: var(--box-background-size);
        background-position: var(--box-background-position);
        background-attachment: var(--box-background-attachment);
        background-repeat: var(--box-background-repeat);
        background-blend-mode: var(--box-background-blend-mode);
        color: var(--box-text-color); }
  .section__brands-grid .card {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 0; }
    .section__brands-grid .card__inner {
      position: relative; }
    .section__brands-grid .card__media {
      display: block;
      margin: 0;
      width: 100%;
      position: relative;
      overflow: hidden;
      line-height: 0;
      color: currentColor; }
      .section__brands-grid .card__media-wrapper {
        display: block;
        position: relative;
        overflow: hidden;
        box-sizing: border-box; }
        .section__brands-grid .card__media-wrapper .media--landscape {
          padding-bottom: 40%; }
  @media (max-width: 1600px) {
    .section__brands-grid .container {
      padding: 0 40px; } }
  @media (max-width: 1032px) {
    .section__brands-grid .boxStyle {
      margin-left: -16px;
      margin-right: -16px; }
    .section__brands-grid .container-full .boxStyle {
      margin-left: 0;
      margin-right: 0; }
    .section__brands-grid .row {
      --row-item-offset: 8px;
      margin-bottom: 0; }
    .section__brands-grid .slick-dots {
      display: none !important; } }
  @media (max-width: 749px) {
    .section__brands-grid {
      overflow: hidden; }
      .section__brands-grid .container {
        padding: 0 16px; } }
  @media (min-width: 1033px) {
    .section__brands-grid {
      padding: 60px 0; }
      .section__brands-grid .boxStyle {
        --box-radius: var(--box-radius-desktop, 0px);
        padding: clamp(16px, 3.5vw, 24px); }
      .section__brands-grid .media--zoom:hover > img:first-child:only-child {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.06); }
      .section__brands-grid .section__footer {
        display: block; } }
  @media (min-width: 1366px) {
    .section__brands-grid .container {
      display: flex;
      align-items: center; }
      .section__brands-grid .container .section__header {
        width: 323px;
        flex-shrink: 0;
        margin-right: 30px;
        margin-bottom: 0; }
      .section__brands-grid .container .section__main {
        width: calc(100% - 353px); }
    .section__brands-grid .boxStyle {
      padding: clamp(24px, 3.5vw, 56px); } }
  @media (min-width: 1600px) {
    .section__brands-grid .container .section__header {
      margin-right: 90px; }
    .section__brands-grid .container .section__main {
      width: calc(100% - 413px); } }
  .section__brands-grid.section__page-brands .section__header-caption,
  .section__brands-grid.section__page-brands .section__header-text,
  .section__brands-grid.section__page-brands .section__header-heading {
    color: #FFFFFF; }

.section__testimonials .boxStyle {
  --box-radius: var(--box-radius-mobile, 0px);
  padding: 24px 16px;
  color: var(--box-text-color);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: var(--box-border-thickness, 0px);
  border-style: var(--box-border-style);
  border-color: var(--box-border-color);
  border-radius: var(--box-radius, 0);
  background: var(--box-background-color);
  background-image: var(--box-background-image);
  background-size: var(--box-background-size);
  background-position: var(--box-background-position);
  background-attachment: var(--box-background-attachment);
  background-repeat: var(--box-background-repeat);
  background-blend-mode: var(--box-background-blend-mode); }
  .section__testimonials .boxStyle .section__header-heading,
  .section__testimonials .boxStyle .section__header-text {
    color: currentColor; }

.section__testimonials .container-full {
  position: static; }
  .section__testimonials .container-full .boxStyle {
    border: none;
    border-radius: 0;
    padding: 0;
    overflow: initial; }
    .section__testimonials .container-full .boxStyle::before {
      content: '';
      position: absolute;
      inset: 0;
      background: var(--box-background-color);
      background-image: var(--box-background-image);
      background-size: var(--box-background-size);
      background-position: var(--box-background-position);
      background-attachment: var(--box-background-attachment);
      background-repeat: var(--box-background-repeat);
      background-blend-mode: var(--box-background-blend-mode);
      color: var(--box-text-color); }

.section__testimonials .card-wrapper {
  position: relative;
  height: 100%; }

.section__testimonials .card {
  background: var(--background-color);
  border-radius: 0.71429rem;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0;
  height: 100%; }
  .section__testimonials .card__inner {
    position: relative;
    height: 100%; }

.section__testimonials .card__content {
  padding: 24px 16px; }

.section__testimonials .card__information {
  display: inline-block;
  width: 100%;
  font-size: 0;
  letter-spacing: 0; }

.section__testimonials .card__heading {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--heading-color, #BE0029);
  margin-top: 0;
  margin-bottom: 16px; }

.section__testimonials .card__rating {
  line-height: 0;
  margin-bottom: 16px; }
  .section__testimonials .card__rating .icon svg {
    color: var(--color-rating);
    fill: currentColor; }
  .section__testimonials .card__rating .icon--ratingFull {
    --color-rating: var(--rating-full-color, stencilColor("icon-ratingFull")); }
  .section__testimonials .card__rating .icon--ratingEmpty {
    --color-rating: var(--rating-empty-color, stencilColor("icon-ratingEmpty"))
            ; }

.section__testimonials .card__text {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--text-color, #555555);
  margin-bottom: 16px; }

.section__testimonials .card__author {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--name-color, #000000); }

.section__testimonials .slick-track {
  display: flex; }
  .section__testimonials .slick-track .slick-slide {
    height: auto; }

@media (max-width: 1032px) {
  .section__testimonials {
    overflow: hidden; }
    .section__testimonials .boxStyle {
      margin-left: -16px;
      margin-right: -16px; }
    .section__testimonials .section__main {
      width: calc(100% + 32px);
      margin-left: -16px;
      margin-right: -16px; }
    .section__testimonials .slick-list {
      padding-left: 16px;
      padding-right: 16px; }
    .section__testimonials .slick-prev {
      left: calc(4px + var(--row-item-offset)/2) !important; }
    .section__testimonials .slick-next {
      right: calc(4px + var(--row-item-offset)/2) !important; }
    .section__testimonials .container-full .boxStyle {
      margin-left: 0;
      margin-right: 0; } }

@media (min-width: 1033px) {
  .section__testimonials .boxStyle {
    --box-radius: var(--box-radius-desktop, 0px);
    padding: clamp(16px, 3.5vw, 24px); }
  .section__testimonials .card__content {
    padding: 24px; } }

@media (min-width: 1366px) {
  .section__testimonials .page-width {
    display: flex;
    align-items: center;
    grid-gap: 16px; }
  .section__testimonials .boxStyle {
    display: flex;
    align-items: center;
    grid-gap: 16px;
    flex-shrink: 0;
    width: 100%;
    padding: clamp(24px, 3.5vw, 56px); }
  .section__testimonials .section__main {
    max-width: 100%;
    flex-grow: 1; }
  .section__testimonials .section__header {
    width: 333px;
    flex-shrink: 0;
    margin-bottom: 0; }
    .section__testimonials .section__header .section__header-item--button {
      position: relative !important;
      inset: unset !important;
      margin-top: 32px; }
    .section__testimonials .section__header + .section__main {
      width: calc(100% - 349px); } }

@media (min-width: 1600px) {
  .section__testimonials .page-width,
  .section__testimonials .boxStyle {
    grid-gap: 56px; }
  .section__testimonials .section__header + .section__main {
    width: calc(100% - 389px); }
  .section__testimonials .card__content {
    padding: 40px; } }

.section__testimonials-2 {
  padding: 40px 0; }
  .section__testimonials-2 .section__header .section__header-caption {
    color: #fff; }
  .section__testimonials-2 .section__header .section__header-heading {
    color: #fff; }
  .section__testimonials-2 .banner {
    display: flex;
    max-width: unset;
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-height: 650px;
    background-color: #fff; }
    .section__testimonials-2 .banner .banner__media {
      width: 50%;
      max-width: 50%;
      position: relative; }
      .section__testimonials-2 .banner .banner__media .banner__media-wrapper {
        width: 100%;
        height: 100%;
        position: relative; }
    .section__testimonials-2 .banner .banner__content {
      display: flex;
      align-items: center;
      width: 50%;
      max-width: 50%; }
      .section__testimonials-2 .banner .banner__content .banner__box {
        padding: 0 48px; }
      .section__testimonials-2 .banner .banner__content .media-wrapper {
        width: 120px;
        margin: 0 auto; }
      .section__testimonials-2 .banner .banner__content .card__rating {
        margin-top: 16px; }
        .section__testimonials-2 .banner .banner__content .card__rating .icon {
          width: 24px;
          height: 24px; }
          .section__testimonials-2 .banner .banner__content .card__rating .icon svg:focus,
          .section__testimonials-2 .banner .banner__content .card__rating .icon svg:focus-visible,
          .section__testimonials-2 .banner .banner__content .card__rating .icon use:focus,
          .section__testimonials-2 .banner .banner__content .card__rating .icon use:focus-visible {
            outline: none !important; }
      .section__testimonials-2 .banner .banner__content .banner__heading {
        font-family: "Lato", Arial, Helvetica, sans-serif;
        font-weight: 600;
        letter-spacing: 0;
        margin-top: 16px;
        margin-bottom: -4px; }
      .section__testimonials-2 .banner .banner__content .banner__description p {
        font-size: 14px;
        margin-bottom: 0; }
        .section__testimonials-2 .banner .banner__content .banner__description p + p {
          margin-top: 20px; }
        .section__testimonials-2 .banner .banner__content .banner__description p:last-child {
          margin: 0; }
      .section__testimonials-2 .banner .banner__content .card__author {
        font-size: 16px;
        font-weight: 600;
        margin-top: 16px;
        display: block; }
  @media (max-width: 1600px) {
    .section__testimonials-2 .container {
      padding: 0 40px; } }
  @media (max-width: 1032px) {
    .section__testimonials-2 .banner {
      flex-direction: column; }
      .section__testimonials-2 .banner .banner__media,
      .section__testimonials-2 .banner .banner__content {
        width: 100%;
        max-width: 100%; }
      .section__testimonials-2 .banner .banner__media .banner__media-wrapper {
        padding-bottom: 56%; }
      .section__testimonials-2 .banner .banner__content .banner__box {
        padding: 40px; } }
  @media (max-width: 749px) {
    .section__testimonials-2 {
      overflow: hidden; }
      .section__testimonials-2 .container {
        padding: 0 16px; }
      .section__testimonials-2 .banner .banner__media .banner__media-wrapper {
        padding-bottom: 61.5%; }
      .section__testimonials-2 .banner .banner__content .banner__box {
        padding: 40px 24px; }
      .section__testimonials-2 .banner .banner__content .media-wrapper {
        width: 80px; }
      .section__testimonials-2 .banner .banner__content .card__rating .icon {
        width: 16px;
        height: 16px; }
      .section__testimonials-2 .banner .banner__content .banner__heading {
        font-size: 24px;
        margin-bottom: -10px; }
      .section__testimonials-2 .banner .banner__content .banner__description p {
        font-size: 13px; }
      .section__testimonials-2 .banner .banner__content .card__author {
        font-size: 14px; } }
  @media (min-width: 1033px) {
    .section__testimonials-2 {
      padding: 60px 0; } }
  @media (min-width: 1700px) {
    .section__testimonials-2 .slick-next {
      right: -60px; }
    .section__testimonials-2 .slick-prev {
      left: -60px; } }

.section__faqs .section__header {
  margin-bottom: 24px; }
  .section__faqs .section__header .section__header-caption {
    font-size: 13px; }

.section__faqs .collapsible-content {
  position: relative;
  width: 100%;
  padding-top: 10px; }

.section__faqs .section__header-item--button {
  margin-top: 16px; }
  .section__faqs .section__header-item--button .button {
    background-color: transparent;
    border: 1.5px solid #000000;
    color: #000000; }
    .section__faqs .section__header-item--button .button svg {
      display: none; }
  .section__faqs .section__header-item--button .button:hover {
    background-color: #000000;
    color: #fff; }

.section__faqs .accordion {
  display: block;
  border-radius: 0px;
  margin-bottom: 0px;
  border: none; }
  .section__faqs .accordion details {
    box-sizing: content-box;
    text-align: left; }
  .section__faqs .accordion:not(:last-child) {
    margin-bottom: 16px; }
  .section__faqs .accordion::before, .section__faqs .accordion::after {
    content: none; }
  .section__faqs .accordion__summary {
    --icon-size: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid #C2C2C2; }
    .section__faqs .accordion__summary > div {
      padding-right: calc(var(--icon-size) + 20px);
      display: flex;
      align-items: center;
      position: relative; }
  .section__faqs .accordion__title {
    color: #333333;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0; }
  .section__faqs .accordion__icon {
    --horizontal-size: 14px;
    --vertical-size: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: var(--icon-size);
    height: var(--icon-size); }
    .section__faqs .accordion__icon:before, .section__faqs .accordion__icon:after {
      content: "";
      color: #000000;
      background: #000000;
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 2px;
      overflow: hidden;
      transform: translate3D(-50%, -50%, 0) rotate(0);
      transition: all 0.3s ease; }
    .section__faqs .accordion__icon:before {
      width: var(--horizontal-size);
      height: var(--vertical-size); }
    .section__faqs .accordion__icon:after {
      width: var(--vertical-size);
      height: var(--horizontal-size); }
  .section__faqs .accordion__content {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    padding-top: 16px;
    padding-bottom: 0; }
    .section__faqs .accordion__content h4 {
      font-size: 16px;
      font-weight: 700;
      line-height: 1.5;
      margin-top: 0;
      margin-bottom: 0; }
    .section__faqs .accordion__content p {
      margin-top: 0;
      margin-bottom: 16px; }
      .section__faqs .accordion__content p:last-child {
        margin-bottom: 0; }
    .section__faqs .accordion__content ul {
      list-style: decimal;
      margin-left: 1.25rem; }
      .section__faqs .accordion__content ul li {
        padding-left: .1rem;
        margin-bottom: 8px; }
        .section__faqs .accordion__content ul li:last-child {
          margin-bottom: 0; }
  .section__faqs .accordion details[open] .accordion__icon:before {
    transform: translate3D(-50%, -50%, 0) rotate(180deg); }
  .section__faqs .accordion details[open] .accordion__icon:after {
    transform: translate3D(-50%, -50%, 0) rotate(90deg); }

@media (max-width: 749px) {
  .section__faqs .section__header {
    padding-inline: 16px; }
  .section__faqs .collapsible-content {
    padding-inline: 16px; }
  .section__faqs .section__header-item--button .button {
    min-height: 38px;
    font-size: 14px;
    padding-inline-end: 12px;
    min-width: 114px; } }

@media (min-width: 750px) {
  .section__faqs .accordion__content {
    font-size: 16px; } }

@media (min-width: 1033px) {
  .section__faqs {
    padding-block: 20px; }
    .section__faqs .collapsible-content {
      padding-top: 24px; }
    .section__faqs .section__header .section__header-caption {
      font-size: 14px; }
    .section__faqs .accordion:not(:last-child) {
      margin-bottom: 16px; }
    .section__faqs .accordion__summary {
      --icon-size: 32px; }
    .section__faqs .accordion__title {
      font-size: 24px; }
    .section__faqs .accordion__icon {
      --horizontal-size: 18px; } }

@media (min-width: 968px) {
  .section__faqs.section__faq-return-policy .container, .section__faqs.section__faq-return-policy-2 .container {
    max-width: calc(1155px + 120px); } }

.section__faqs.section__faq-return-policy .container .section__header, .section__faqs.section__faq-return-policy-2 .container .section__header {
  margin-bottom: 16px; }
  @media (max-width: 749px) {
    .section__faqs.section__faq-return-policy .container .section__header, .section__faqs.section__faq-return-policy-2 .container .section__header {
      padding-inline: 0; } }
  @media screen and (min-width: 1033px) {
    .section__faqs.section__faq-return-policy .container .section__header, .section__faqs.section__faq-return-policy-2 .container .section__header {
      margin-bottom: 24px; } }
  .section__faqs.section__faq-return-policy .container .section__header .section__header-heading, .section__faqs.section__faq-return-policy-2 .container .section__header .section__header-heading {
    font-size: 18px;
    font-weight: 500;
    color: #A12B2B; }
    @media screen and (min-width: 1033px) {
      .section__faqs.section__faq-return-policy .container .section__header .section__header-heading, .section__faqs.section__faq-return-policy-2 .container .section__header .section__header-heading {
        font-size: 24px; } }

@media (max-width: 749px) {
  .section__faqs.section__faq-return-policy .container .collapsible-content, .section__faqs.section__faq-return-policy-2 .container .collapsible-content {
    padding-inline: 0;
    padding-top: 0; } }

.section__faqs.section__faq-return-policy .container .accordion__title, .section__faqs.section__faq-return-policy-2 .container .accordion__title {
  font-size: 18px;
  font-weight: 500; }
  @media screen and (min-width: 1033px) {
    .section__faqs.section__faq-return-policy .container .accordion__title, .section__faqs.section__faq-return-policy-2 .container .accordion__title {
      font-size: 24px; } }

.section__faqs.section__faq-return-policy .container .accordion__content a, .section__faqs.section__faq-return-policy-2 .container .accordion__content a {
  color: #A12B2B;
  font-weight: 700;
  text-underline-offset: 3px; }

.section__faqs.section__faq-return-policy .container .accordion__content ul, .section__faqs.section__faq-return-policy-2 .container .accordion__content ul {
  list-style: disc; }

.section__faqs.section__faq-return-policy {
  padding-top: 40px;
  padding-bottom: 16px; }
  @media screen and (min-width: 1033px) {
    .section__faqs.section__faq-return-policy {
      padding-top: 60px;
      padding-bottom: 24px; } }

.section__faqs.section__faq-return-policy-2 {
  padding-top: 16px;
  padding-bottom: 16px; }
  @media screen and (min-width: 1033px) {
    .section__faqs.section__faq-return-policy-2 {
      padding-top: 24px;
      padding-bottom: 24px; } }
  .section__faqs.section__faq-return-policy-2 .accordion__summary {
    padding-bottom: 0;
    border-bottom: 0px solid #C2C2C2;
    pointer-events: none; }
  .section__faqs.section__faq-return-policy-2 .accordion__icon {
    display: none; }

.section__faqs-with-banner .boxStyle {
  --box-radius: var(--box-radius-mobile, 0px);
  padding: 24px 16px;
  color: var(--box-text-color);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: var(--box-border-thickness, 0px);
  border-style: var(--box-border-style);
  border-color: var(--box-border-color);
  border-radius: var(--box-radius, 0);
  background-image: var(--box-background-image);
  background-size: var(--box-background-size);
  background-position: var(--box-background-position);
  background-attachment: var(--box-background-attachment);
  background-repeat: var(--box-background-repeat);
  background-blend-mode: var(--box-background-blend-mode); }
  .section__faqs-with-banner .boxStyle .section__header-heading,
  .section__faqs-with-banner .boxStyle .section__header-text {
    color: currentColor; }

.section__faqs-with-banner .container-full {
  position: static; }
  .section__faqs-with-banner .container-full .boxStyle {
    border: none;
    border-radius: 0;
    padding: 0;
    overflow: initial; }
    .section__faqs-with-banner .container-full .boxStyle::before {
      content: '';
      position: absolute;
      inset: 0;
      background: var(--box-background-color);
      background-image: var(--box-background-image);
      background-size: var(--box-background-size);
      background-position: var(--box-background-position);
      background-attachment: var(--box-background-attachment);
      background-repeat: var(--box-background-repeat);
      background-blend-mode: var(--box-background-blend-mode);
      color: var(--box-text-color); }

.section__faqs-with-banner .collapsible-content {
  position: relative;
  width: 100%; }

.section__faqs-with-banner .details-disclosures--textboxes {
  --box-radius: var(--item-radius-mobile, 0px);
  padding: 24px 16px;
  background: var(--box-background-color);
  color: var(--box-text-color);
  overflow: hidden;
  box-sizing: border-box;
  border-width: var(--box-border-thickness, 0px);
  border-style: var(--box-border-style);
  border-color: var(--box-border-color);
  border-radius: var(--box-radius, 0); }
  .section__faqs-with-banner .details-disclosures--textboxes:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: var(--box-radius);
    pointer-events: none; }
  .section__faqs-with-banner .details-disclosures--textboxes .accordion {
    border-color: var(--box-border-color); }
    .section__faqs-with-banner .details-disclosures--textboxes .accordion__title {
      color: var(--box-text-color); }
    .section__faqs-with-banner .details-disclosures--textboxes .accordion__content {
      color: var(--box-text-color);
      border-color: var(--box-border-color); }

.section__faqs-with-banner .faqs__group-header {
  margin-bottom: 16px; }

.section__faqs-with-banner .faqs__heading {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0; }

.section__faqs-with-banner .banner {
  --item-radius: var(--item-radius-mobile, 0px);
  position: relative;
  margin: 0px;
  max-width: 100%; }
  .section__faqs-with-banner .banner__media {
    position: relative; }
    .section__faqs-with-banner .banner__media-wrapper {
      --media-radius: var(--item-radius);
      display: block;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
      border: var(--media-border-width, 0px) solid;
      border-radius: var(--media-radius, 0); }
      .section__faqs-with-banner .banner__media-wrapper:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: var(--media-radius);
        pointer-events: none; }
  .section__faqs-with-banner .banner__content {
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    overflow: hidden; }
  .section__faqs-with-banner .banner__box {
    --box-radius: var(--item-radius);
    position: relative;
    white-space: normal;
    display: flex;
    height: 100%; }
    .section__faqs-with-banner .banner__box--top {
      align-items: flex-start; }
    .section__faqs-with-banner .banner__box--middle {
      align-items: center; }
    .section__faqs-with-banner .banner__box--bottom {
      align-items: flex-end; }
    .section__faqs-with-banner .banner__box--left {
      justify-content: flex-start; }
    .section__faqs-with-banner .banner__box--center {
      justify-content: center; }
    .section__faqs-with-banner .banner__box--right {
      justify-content: flex-end; }
  .section__faqs-with-banner .banner__caption {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 8px; }
  .section__faqs-with-banner .banner__heading {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: currentColor; }
    .section__faqs-with-banner .banner__heading + .banner__description {
      margin-top: 8px; }
    .section__faqs-with-banner .banner__heading + .banner__buttons {
      margin-top: 16px; }
  .section__faqs-with-banner .banner__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0; }
    .section__faqs-with-banner .banner__description p {
      margin-top: 0;
      margin-bottom: 0; }
    .section__faqs-with-banner .banner__description + .banner__buttons {
      margin-top: 16px; }
  .section__faqs-with-banner .banner::before, .section__faqs-with-banner .banner::after {
    content: none; }

.section__faqs-with-banner .accordion {
  display: block;
  border-radius: 0px;
  border-width: 0 0 1px 0;
  border-color: currentColor;
  margin-bottom: 0px; }
  .section__faqs-with-banner .accordion details {
    box-sizing: content-box;
    text-align: left; }
  .section__faqs-with-banner .accordion:not(:last-child) {
    margin-bottom: 16px; }
  .section__faqs-with-banner .accordion::before, .section__faqs-with-banner .accordion::after {
    content: none; }
  .section__faqs-with-banner .accordion__summary {
    --icon-size: 24px;
    padding-bottom: 8px; }
    .section__faqs-with-banner .accordion__summary > div {
      padding-right: var(--icon-size);
      display: flex;
      align-items: center;
      position: relative; }
  .section__faqs-with-banner .accordion__title {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .section__faqs-with-banner .accordion__icon {
    --horizontal-size: 16px;
    --vertical-size: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: var(--icon-size);
    height: var(--icon-size); }
    .section__faqs-with-banner .accordion__icon:before, .section__faqs-with-banner .accordion__icon:after {
      content: "";
      color: currentColor;
      background: currentColor;
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 2px;
      overflow: hidden;
      transform: translate3D(-50%, -50%, 0) rotate(0);
      transition: all 0.3s ease; }
    .section__faqs-with-banner .accordion__icon:before {
      width: var(--horizontal-size);
      height: var(--vertical-size); }
    .section__faqs-with-banner .accordion__icon:after {
      width: var(--vertical-size);
      height: var(--horizontal-size); }
  .section__faqs-with-banner .accordion__content {
    border-top: 1px solid currentColor;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    padding-top: 16px;
    padding-bottom: 16px; }
    .section__faqs-with-banner .accordion__content h4 {
      font-size: 16px;
      font-weight: 700;
      line-height: 1.5;
      margin-top: 0;
      margin-bottom: 0; }
    .section__faqs-with-banner .accordion__content p {
      margin-top: 0;
      margin-bottom: 0; }
      .section__faqs-with-banner .accordion__content p:not(:last-child) {
        margin-bottom: 16px; }
  .section__faqs-with-banner .accordion details[open] .accordion__icon:before {
    transform: translate3D(-50%, -50%, 0) rotate(180deg); }
  .section__faqs-with-banner .accordion details[open] .accordion__icon:after {
    transform: translate3D(-50%, -50%, 0) rotate(90deg); }

@media (max-width: 1032px) {
  .section__faqs-with-banner .boxStyle {
    margin-left: -16px;
    margin-right: -16px; }
  .section__faqs-with-banner .container-full .boxStyle {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 750px) {
  .section__faqs-with-banner .faqs__group-header {
    margin-bottom: 24px; }
  .section__faqs-with-banner .faqs__heading {
    font-size: 44px; }
  .section__faqs-with-banner .banner {
    --item-radius: 20px; }
    .section__faqs-with-banner .banner__box {
      padding: 24px; }
    .section__faqs-with-banner .banner__heading {
      font-size: 36px; }
      .section__faqs-with-banner .banner__heading + .banner__buttons {
        margin-top: 20px; }
    .section__faqs-with-banner .banner__description + .banner__buttons {
      margin-top: 20px; } }

@media (min-width: 1033px) {
  .section__faqs-with-banner .boxStyle {
    --box-radius: var(--box-radius-desktop, 0px);
    padding: clamp(16px, 3.5vw, 24px); }
  .section__faqs-with-banner .collapsible-content--right {
    flex-direction: row-reverse; }
  .section__faqs-with-banner .details-disclosures--textboxes {
    --box-radius: var(--item-radius-desktop, 0px);
    padding: clamp(16px, 3.5vw, 24px); }
  .section__faqs-with-banner .faqs__group-header {
    margin-bottom: 40px; }
  .section__faqs-with-banner .faqs__heading {
    font-size: 48px; }
  .section__faqs-with-banner .banner {
    --item-radius: var(--item-radius-desktop, 0px); }
    .section__faqs-with-banner .banner__box {
      padding: clamp(24px, 3.5vw, 30px); }
      .section__faqs-with-banner .banner__box-wrapper {
        display: inline-block;
        max-width: 490px; }
    .section__faqs-with-banner .banner__heading {
      font-size: 40px; }
      .section__faqs-with-banner .banner__heading + .banner__description {
        margin-top: 16px; }
      .section__faqs-with-banner .banner__heading + .banner__buttons {
        margin-top: 24px; }
    .section__faqs-with-banner .banner__description + .banner__buttons {
      margin-top: 24px; }
    .section__faqs-with-banner .banner.banner--right {
      flex-direction: row-reverse; }
  .section__faqs-with-banner .accordion__title {
    font-size: 16px; } }

@media (min-width: 1366px) {
  .section__faqs-with-banner .boxStyle {
    padding: clamp(24px, 3.5vw, 56px); }
  .section__faqs-with-banner .details-disclosures--textboxes {
    padding: clamp(24px, 3.5vw, 56px); }
  .section__faqs-with-banner .banner__box {
    padding: clamp(24px, 3.5vw, 40px); } }

.section__products-tab {
  padding: 40px 0; }
  .section__products-tab .section__header-item--content {
    max-width: 1548px; }
  .section__products-tab .section__header-button.hidden {
    display: none; }
  .section__products-tab .tab-component {
    display: block; }
  .section__products-tab .boxStyle {
    --box-radius: var(--box-radius-mobile, 0px);
    padding: 24px 16px;
    color: var(--box-text-color);
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: var(--box-border-thickness, 0px);
    border-style: var(--box-border-style);
    border-color: var(--box-border-color);
    border-radius: var(--box-radius, 0);
    background-image: var(--box-background-image);
    background-size: var(--box-background-size);
    background-position: var(--box-background-position);
    background-attachment: var(--box-background-attachment);
    background-repeat: var(--box-background-repeat);
    background-blend-mode: var(--box-background-blend-mode); }
    .section__products-tab .boxStyle .section__header-heading,
    .section__products-tab .boxStyle .section__header-text {
      color: currentColor; }
  .section__products-tab .container-full {
    position: static; }
    .section__products-tab .container-full .boxStyle {
      border: none;
      border-radius: 0;
      padding: 0;
      overflow: initial; }
      .section__products-tab .container-full .boxStyle::before {
        content: '';
        position: absolute;
        inset: 0;
        background: var(--box-background-color);
        background-image: var(--box-background-image);
        background-size: var(--box-background-size);
        background-position: var(--box-background-position);
        background-attachment: var(--box-background-attachment);
        background-repeat: var(--box-background-repeat);
        background-blend-mode: var(--box-background-blend-mode);
        color: var(--box-text-color); }
  .section__products-tab .banner {
    --item-radius: var(--item-radius-mobile, 0px);
    margin: 0px;
    max-width: 100%; }
    .section__products-tab .banner::before, .section__products-tab .banner::after {
      content: none; }
  .section__products-tab .promotion-card-wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
    .section__products-tab .promotion-card-wrapper .card {
      position: relative;
      height: 100%;
      overflow: hidden;
      margin-bottom: 0;
      box-sizing: border-box; }
      .section__products-tab .promotion-card-wrapper .card__inner {
        position: relative;
        height: 100%; }
      .section__products-tab .promotion-card-wrapper .card__media {
        display: block;
        margin: 0;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        line-height: 0;
        color: currentColor; }
        .section__products-tab .promotion-card-wrapper .card__media-wrapper {
          --media-radius: var(--item-radius, 0px);
          display: block;
          height: 100%;
          position: relative;
          overflow: hidden;
          box-sizing: border-box;
          border-radius: var(--media-radius, 0); }
          .section__products-tab .promotion-card-wrapper .card__media-wrapper .media {
            height: 100%; }
          .section__products-tab .promotion-card-wrapper .card__media-wrapper:after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: var(--media-radius);
            pointer-events: none; }
      .section__products-tab .promotion-card-wrapper .card__content {
        position: absolute;
        inset: 0;
        padding: 16px;
        display: flex; }
        .section__products-tab .promotion-card-wrapper .card__content--top {
          align-items: flex-start; }
        .section__products-tab .promotion-card-wrapper .card__content--middle {
          align-items: center; }
        .section__products-tab .promotion-card-wrapper .card__content--bottom {
          align-items: flex-end; }
        .section__products-tab .promotion-card-wrapper .card__content--left {
          justify-content: flex-start; }
        .section__products-tab .promotion-card-wrapper .card__content--center {
          justify-content: center; }
        .section__products-tab .promotion-card-wrapper .card__content--right {
          justify-content: flex-end; }
      .section__products-tab .promotion-card-wrapper .card__information {
        display: inline-block;
        width: 100%; }
      .section__products-tab .promotion-card-wrapper .card__caption {
        font-size: 12px;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0;
        color: white;
        margin-top: 0;
        margin-bottom: 0; }
      .section__products-tab .promotion-card-wrapper .card__heading {
        font-size: 32px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 0;
        color: white;
        margin-top: 0;
        margin-bottom: 0; }
        .section__products-tab .promotion-card-wrapper .card__heading + .card__text {
          margin-top: 24px; }
        .section__products-tab .promotion-card-wrapper .card__heading + .card__buttons {
          margin-top: 40px; }
      .section__products-tab .promotion-card-wrapper .card__text {
        font-size: 12px;
        font-weight: 600;
        color: white;
        margin-top: 0;
        margin-bottom: 0; }
        .section__products-tab .promotion-card-wrapper .card__text p {
          font-size: inherit;
          font-weight: inherit;
          color: currentColor;
          margin-bottom: 0; }
          .section__products-tab .promotion-card-wrapper .card__text p:not(:last-child) {
            margin-bottom: 16px; }
        .section__products-tab .promotion-card-wrapper .card__text + .card__buttons {
          margin-top: 40px; }
  .section__products-tab .grid__item--product .grid {
    display: flex; }
  .section__products-tab .card-product .card-title + .card-price {
    margin-top: 0; }
  .section__products-tab .product-card-placeholders:not(.active-load-product)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 2px solid #e0e0e0;
    border-top-color: #333;
    border-radius: 50%;
    -webkit-animation: card-btn-spinner .8s linear infinite;
    animation: card-btn-spinner .8s linear infinite;
    z-index: 2; }
  @media (max-width: 1600px) {
    .section__products-tab .container {
      padding: 0 40px; } }
  @media (max-width: 1032px) {
    .section__products-tab .boxStyle {
      margin-left: -16px;
      margin-right: -16px; }
    .section__products-tab .container-full .boxStyle {
      margin-left: 0;
      margin-right: 0; }
    .section__products-tab .grid__item--product .grid {
      --grid-item-offset: 8px; }
      .section__products-tab .grid__item--product .grid.grid--3-col-tablet .grid__item {
        width: calc(100% / 3 - var(--grid-item-offset)*(3 - 1) / 3);
        max-width: calc(100% / 3 - var(--grid-item-offset)*(3 - 1) / 3); }
    .section__products-tab .section__footer {
      display: none; } }
  @media (max-width: 749px) {
    .section__products-tab {
      overflow: hidden; }
      .section__products-tab .container {
        padding: 0 16px; }
      .section__products-tab .row[data-slick] {
        --row-item-offset: var(--gap-desktop, 8px); }
        .section__products-tab .row[data-slick] .slick-prev {
          left: calc(-16px + var(--row-item-offset)/2); }
        .section__products-tab .row[data-slick] .slick-next {
          right: calc(-16px + var(--row-item-offset)/2); }
      .section__products-tab .card-product {
        padding: 0; }
        .section__products-tab .card-product .card-price .card-price__request-quote {
          line-height: 27px; }
      .section__products-tab .section__header {
        margin-bottom: 16px; }
      .section__products-tab .section__header-tabs .tab__list-item span small {
        font-size: 14px; }
      .section__products-tab .banner {
        row-gap: 24px; }
      .section__products-tab .promotion-card-wrapper {
        height: auto;
        min-height: 260px; }
        .section__products-tab .promotion-card-wrapper .card {
          height: auto; }
          .section__products-tab .promotion-card-wrapper .card__inner {
            height: auto; }
          .section__products-tab .promotion-card-wrapper .card__media {
            height: auto; }
            .section__products-tab .promotion-card-wrapper .card__media-wrapper {
              height: auto; }
              .section__products-tab .promotion-card-wrapper .card__media-wrapper .media {
                height: auto; }
                .section__products-tab .promotion-card-wrapper .card__media-wrapper .media > img {
                  top: unset;
                  left: unset;
                  height: auto; }
      .section__products-tab .grid__item--product .contains-card[data-unslick-mobile="true"] .row-item:nth-child(n+5) {
        display: none; }
      .section__products-tab .grid__item--product .contains-card[data-unslick-mobile="true"] .row-item {
        --row-item-offset: 8px;
        margin-bottom: 8px; }
      .section__products-tab .grid__item--product .grid {
        --grid-item-offset: 0px; }
        .section__products-tab .grid__item--product .grid .grid__item {
          padding: 0 calc(var(--row-item-offset) / 2);
          margin-bottom: 0; }
        .section__products-tab .grid__item--product .grid.row--2-col-mobile {
          width: 100%; }
        .section__products-tab .grid__item--product .grid[data-placeholder-grid] {
          margin-left: 0;
          margin-right: 0;
          --grid-item-offset: 8px; }
          .section__products-tab .grid__item--product .grid[data-placeholder-grid] .grid__item {
            padding: 0;
            margin-bottom: 0; }
      .section__products-tab .grid__item--product .row .row-item {
        width: 50%; }
      .section__products-tab .card-footer .action__button-detail {
        display: none; }
      .section__products-tab .card-action .button {
        min-height: 32px; }
      .section__products-tab .tab__list .tab__list-item-opener > span img {
        height: 48px; }
      .section__products-tab .tab__list {
        flex-wrap: wrap;
        justify-content: center !important;
        grid-gap: 10px; }
        .section__products-tab .tab__list .tab__list-item-opener {
          font-family: "Oswald", Arial, Helvetica, sans-serif;
          border: 1.5px solid #000;
          border-radius: 64px;
          font-size: 13px;
          font-weight: 500;
          text-transform: uppercase;
          padding: 5px 9px; }
        .section__products-tab .tab__list .tab__list-item.active .tab__list-item-opener {
          background-color: #000000;
          color: #fff;
          border-color: #000000; }
          .section__products-tab .tab__list .tab__list-item.active .tab__list-item-opener > span {
            background-size: 0% var(--text-decoration-thickness); } }
  @media (max-width: 380px) {
    .section__products-tab .tab__list .tab__list-item-opener {
      font-size: 12px; } }
  @media (min-width: 750px) {
    .section__products-tab .banner .grid__item--banner {
      width: calc(33.33% - var(--grid-item-offset)* 1 / 2);
      max-width: calc(33.33% - var(--grid-item-offset)* 1 / 2); }
      .section__products-tab .banner .grid__item--banner + .grid__item--product {
        width: calc(66.67% - var(--grid-item-offset)* 1 / 2);
        max-width: calc(66.67% - var(--grid-item-offset)* 1 / 2); }
    .section__products-tab .banner.banner--end {
      flex-direction: row-reverse; } }
  @media (min-width: 1033px) {
    .section__products-tab {
      padding: 60px 0; }
      .section__products-tab .boxStyle {
        --box-radius: var(--box-radius-desktop, 0px);
        padding: clamp(16px, 3.5vw, 24px); }
      .section__products-tab .banner {
        --item-radius: var(--item-radius-desktop, 0px); }
        .section__products-tab .banner .grid__item--banner {
          width: calc(25% - var(--grid-item-offset)* 1 / 2);
          max-width: calc(25% - var(--grid-item-offset)* 1 / 2); }
          .section__products-tab .banner .grid__item--banner + .grid__item--product {
            width: calc(75% - var(--grid-item-offset)* 1 / 2);
            max-width: calc(75% - var(--grid-item-offset)* 1 / 2); }
      .section__products-tab .promotion-card-wrapper {
        position: relative;
        height: 100%; }
        .section__products-tab .promotion-card-wrapper .card__content {
          padding: clamp(24px, 3.5vw, 40px); }
        .section__products-tab .promotion-card-wrapper .card__heading {
          font-size: 40px; }
      .section__products-tab .tab__list .tab__list-item:hover .tab__list-item-opener > span {
        background-size: 100% var(--text-decoration-thickness); }
      .section__products-tab .grid__item--product .grid {
        --grid-item-offset: 32px; }
        .section__products-tab .grid__item--product .grid[data-placeholder-grid], .section__products-tab .grid__item--product .grid:not(.slick-initialized) {
          padding-left: 16px;
          padding-right: 16px; } }
  @media (min-width: 1366px) {
    .section__products-tab .boxStyle {
      padding: clamp(24px, 3.5vw, 56px); }
    .section__products-tab .banner .grid__item--banner {
      width: calc(400px - var(--grid-item-offset)* 1 / 2);
      max-width: calc(400px - var(--grid-item-offset)* 1 / 2); }
      .section__products-tab .banner .grid__item--banner + .grid__item--product {
        width: calc(100% - 400px - var(--grid-item-offset)* 1 / 2);
        max-width: calc(100% - 400px - var(--grid-item-offset)* 1 / 2); } }
  @media (min-width: 751px) and (max-width: 1032px) {
    .section__products-tab .grid__item--product product-category-component:not([loaded]) .contains-card > .grid__item:nth-child(3),
    .section__products-tab .grid__item--product product-category-component:not([loaded]) .contains-card .slick-track > .grid__item:nth-child(3) {
      display: none; } }
  @media (max-width: 750px) {
    .section__products-tab .grid__item--product product-category-component:not([loaded]) .contains-card > .grid__item:nth-child(n+3),
    .section__products-tab .grid__item--product product-category-component:not([loaded]) .contains-card .slick-track > .grid__item:nth-child(n+3) {
      display: none; } }
  .section__products-tab .card-product--placeholder {
    position: relative;
    pointer-events: none; }
    .section__products-tab .card-product--placeholder .media {
      position: relative; }
    .section__products-tab .card-product--placeholder .product-card-placeholder__image,
    .section__products-tab .card-product--placeholder .product-card-placeholder__line {
      background-size: 200% 100%;
      animation: product-tab-placeholder-shimmer 1.2s ease-in-out infinite; }
    .section__products-tab .card-product--placeholder .product-card-placeholder__image {
      position: absolute;
      inset: 0;
      border-radius: 0; }
    .section__products-tab .card-product--placeholder .product-card-placeholder__line {
      height: 48px;
      border-radius: 0; }
      .section__products-tab .card-product--placeholder .product-card-placeholder__line--title {
        height: 72px; }
      .section__products-tab .card-product--placeholder .product-card-placeholder__line--price {
        margin-top: 8px; }
    .section__products-tab .card-product--placeholder .card-body {
      min-height: 201px; }
    @media (max-width: 1024px) {
      .section__products-tab .card-product--placeholder .card-body {
        min-height: 147px; } }
    @media (max-width: 749px) {
      .section__products-tab .card-product--placeholder .product-card-placeholder__line--price + .product-card-placeholder__line--price {
        display: none; } }
  .section__products-tab product-category-component[loaded] .card-product--placeholder {
    display: none; }

@keyframes product-tab-placeholder-shimmer {
  0% {
    background-position: 0% 50%; }
  100% {
    background-position: 200% 50%; } }

.section__products-list .boxStyle {
  --box-radius: var(--box-radius-mobile, 0px);
  padding: 24px 16px;
  color: var(--box-text-color);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: var(--box-border-thickness, 0px);
  border-style: var(--box-border-style);
  border-color: var(--box-border-color);
  border-radius: var(--box-radius, 0);
  background-image: var(--box-background-image);
  background-size: var(--box-background-size);
  background-position: var(--box-background-position);
  background-attachment: var(--box-background-attachment);
  background-repeat: var(--box-background-repeat);
  background-blend-mode: var(--box-background-blend-mode); }
  .section__products-list .boxStyle .section__header-heading,
  .section__products-list .boxStyle .section__header-text {
    color: currentColor; }

.section__products-list .container-full {
  position: static; }
  .section__products-list .container-full .boxStyle {
    border: none;
    border-radius: 0;
    padding: 0;
    overflow: initial; }
    .section__products-list .container-full .boxStyle::before {
      content: '';
      position: absolute;
      inset: 0;
      background: var(--box-background-color);
      background-image: var(--box-background-image);
      background-size: var(--box-background-size);
      background-position: var(--box-background-position);
      background-attachment: var(--box-background-attachment);
      background-repeat: var(--box-background-repeat);
      background-blend-mode: var(--box-background-blend-mode);
      color: var(--box-text-color); }

.section__products-list .banner {
  --item-radius: var(--item-radius-mobile, 0px);
  margin: 0px;
  max-width: 100%; }
  .section__products-list .banner::before, .section__products-list .banner::after {
    content: none; }

.section__products-list .promotion-card-wrapper {
  position: relative;
  height: 100%; }
  .section__products-list .promotion-card-wrapper .card {
    position: relative;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0;
    box-sizing: border-box; }
    .section__products-list .promotion-card-wrapper .card__inner {
      position: relative;
      height: 100%; }
    .section__products-list .promotion-card-wrapper .card__media {
      display: block;
      margin: 0;
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden;
      line-height: 0;
      color: currentColor; }
      .section__products-list .promotion-card-wrapper .card__media-wrapper {
        --media-radius: var(--item-radius, 0px);
        display: block;
        height: 100%;
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
        border-radius: var(--media-radius, 0); }
        .section__products-list .promotion-card-wrapper .card__media-wrapper .media {
          height: 100%; }
        .section__products-list .promotion-card-wrapper .card__media-wrapper:after {
          content: "";
          position: absolute;
          inset: 0;
          border-radius: var(--media-radius);
          pointer-events: none; }
    .section__products-list .promotion-card-wrapper .card__content {
      position: absolute;
      inset: 0;
      padding: 16px;
      display: flex; }
      .section__products-list .promotion-card-wrapper .card__content--top {
        align-items: flex-start; }
      .section__products-list .promotion-card-wrapper .card__content--middle {
        align-items: center; }
      .section__products-list .promotion-card-wrapper .card__content--bottom {
        align-items: flex-end; }
      .section__products-list .promotion-card-wrapper .card__content--left {
        justify-content: flex-start; }
      .section__products-list .promotion-card-wrapper .card__content--center {
        justify-content: center; }
      .section__products-list .promotion-card-wrapper .card__content--right {
        justify-content: flex-end; }
    .section__products-list .promotion-card-wrapper .card__information {
      display: inline-block;
      width: 100%; }
    .section__products-list .promotion-card-wrapper .card__caption {
      font-size: 12px;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: 0;
      color: white;
      margin-top: 0;
      margin-bottom: 0; }
    .section__products-list .promotion-card-wrapper .card__heading {
      font-size: 32px;
      font-weight: 500;
      line-height: 1.2;
      letter-spacing: 0;
      color: white;
      margin-top: 0;
      margin-bottom: 0; }
      .section__products-list .promotion-card-wrapper .card__heading + .card__text {
        margin-top: 24px; }
      .section__products-list .promotion-card-wrapper .card__heading + .card__buttons {
        margin-top: 40px; }
    .section__products-list .promotion-card-wrapper .card__text {
      font-size: 12px;
      font-weight: 600;
      color: white;
      margin-top: 0;
      margin-bottom: 0; }
      .section__products-list .promotion-card-wrapper .card__text p {
        font-size: inherit;
        font-weight: inherit;
        color: currentColor;
        margin-bottom: 0; }
        .section__products-list .promotion-card-wrapper .card__text p:not(:last-child) {
          margin-bottom: 16px; }
      .section__products-list .promotion-card-wrapper .card__text + .card__buttons {
        margin-top: 40px; }

@media (max-width: 1032px) {
  .section__products-list .boxStyle {
    margin-left: -16px;
    margin-right: -16px; }
  .section__products-list .container-full .boxStyle {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 749px) {
  .section__products-list .banner {
    row-gap: 24px; }
  .section__products-list .promotion-card-wrapper {
    height: auto;
    min-height: 260px; }
    .section__products-list .promotion-card-wrapper .card {
      height: auto; }
      .section__products-list .promotion-card-wrapper .card__inner {
        height: auto; }
      .section__products-list .promotion-card-wrapper .card__media {
        height: auto; }
        .section__products-list .promotion-card-wrapper .card__media-wrapper {
          height: auto; }
          .section__products-list .promotion-card-wrapper .card__media-wrapper .media {
            height: auto; }
            .section__products-list .promotion-card-wrapper .card__media-wrapper .media > img {
              position: relative;
              top: unset;
              left: unset;
              height: auto; } }

@media (min-width: 750px) {
  .section__products-list .banner .grid__item--banner {
    width: calc(33.33% - var(--grid-item-offset)* 1 / 2);
    max-width: calc(33.33% - var(--grid-item-offset)* 1 / 2); }
    .section__products-list .banner .grid__item--banner + .grid__item--product {
      width: calc(66.67% - var(--grid-item-offset)* 1 / 2);
      max-width: calc(66.67% - var(--grid-item-offset)* 1 / 2); }
  .section__products-list .banner.banner--end {
    flex-direction: row-reverse; } }

@media (min-width: 1033px) {
  .section__products-list .boxStyle {
    --box-radius: var(--box-radius-desktop, 0px);
    padding: clamp(16px, 3.5vw, 24px); }
  .section__products-list .banner {
    --item-radius: var(--item-radius-desktop, 0px); }
    .section__products-list .banner .grid__item--banner {
      width: calc(25% - var(--grid-item-offset)* 1 / 2);
      max-width: calc(25% - var(--grid-item-offset)* 1 / 2); }
      .section__products-list .banner .grid__item--banner + .grid__item--product {
        width: calc(75% - var(--grid-item-offset)* 1 / 2);
        max-width: calc(75% - var(--grid-item-offset)* 1 / 2); }
  .section__products-list .promotion-card-wrapper {
    position: relative;
    height: 100%; }
    .section__products-list .promotion-card-wrapper .card__content {
      padding: clamp(24px, 3.5vw, 40px); }
    .section__products-list .promotion-card-wrapper .card__heading {
      font-size: 40px; } }

@media (min-width: 1366px) {
  .section__products-list .boxStyle {
    padding: clamp(24px, 3.5vw, 56px); }
  .section__products-list .banner .grid__item--banner {
    width: calc(400px - var(--grid-item-offset)* 1 / 2);
    max-width: calc(400px - var(--grid-item-offset)* 1 / 2); }
    .section__products-list .banner .grid__item--banner + .grid__item--product {
      width: calc(100% - 400px - var(--grid-item-offset)* 1 / 2);
      max-width: calc(100% - 400px - var(--grid-item-offset)* 1 / 2); } }

.section__style-it-with .boxStyle {
  --box-radius: var(--box-radius-mobile, 0px);
  padding: 24px 16px;
  color: var(--box-text-color);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: var(--box-border-thickness, 0px);
  border-style: var(--box-border-style);
  border-color: var(--box-border-color);
  border-radius: var(--box-radius, 0);
  background-image: var(--box-background-image);
  background-size: var(--box-background-size);
  background-position: var(--box-background-position);
  background-attachment: var(--box-background-attachment);
  background-repeat: var(--box-background-repeat);
  background-blend-mode: var(--box-background-blend-mode); }
  .section__style-it-with .boxStyle .section__header-heading,
  .section__style-it-with .boxStyle .section__header-text {
    color: currentColor; }

.section__style-it-with .container-full {
  position: static; }
  .section__style-it-with .container-full .boxStyle {
    border: none;
    border-radius: 0;
    padding: 0;
    overflow: initial; }
    .section__style-it-with .container-full .boxStyle::before {
      content: '';
      position: absolute;
      inset: 0;
      background: var(--box-background-color);
      background-image: var(--box-background-image);
      background-size: var(--box-background-size);
      background-position: var(--box-background-position);
      background-attachment: var(--box-background-attachment);
      background-repeat: var(--box-background-repeat);
      background-blend-mode: var(--box-background-blend-mode);
      color: var(--box-text-color); }

.section__style-it-with .style-it-with {
  row-gap: 24px;
  position: relative; }
  .section__style-it-with .style-it-with .banner {
    --item-radius: var(--item-radius-mobile, 0px);
    position: relative;
    margin: 0px;
    max-width: 100%; }
    .section__style-it-with .style-it-with .banner__media {
      position: relative; }
      .section__style-it-with .style-it-with .banner__media-wrapper {
        --media-radius: var(--item-radius, 0px);
        display: block;
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
        border-radius: var(--media-radius, 0); }
        .section__style-it-with .style-it-with .banner__media-wrapper:after {
          content: "";
          position: absolute;
          inset: 0;
          border-radius: var(--media-radius);
          pointer-events: none; }
    .section__style-it-with .style-it-with .banner::before, .section__style-it-with .style-it-with .banner::after {
      content: none; }
  .section__style-it-with .style-it-with__header {
    margin-bottom: 30px; }
  .section__style-it-with .style-it-with__content {
    display: block;
    width: 100%; }
  .section__style-it-with .style-it-with__caption {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 8px; }
  .section__style-it-with .style-it-with__heading {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .section__style-it-with .style-it-with__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 16px; }
    .section__style-it-with .style-it-with__description p {
      margin-top: 0;
      margin-bottom: 0; }

.section__style-it-with .contains-card {
  --item-radius: var(--item-radius-mobile, 0px); }

.section__style-it-with .slick-track {
  display: flex;
  grid-gap: var(--grid-item-offset);
  width: 100% !important; }
  .section__style-it-with .slick-track:before, .section__style-it-with .slick-track:after {
    content: none; }

@media (max-width: 1032px) {
  .section__style-it-with .boxStyle {
    margin-left: -16px;
    margin-right: -16px; }
  .section__style-it-with .container-full .boxStyle {
    margin-left: 0;
    margin-right: 0; }
  .section__style-it-with .style-it-with__header {
    display: none; } }

@media (min-width: 1033px) {
  .section__style-it-with .boxStyle {
    --box-radius: var(--box-radius-desktop, 0px);
    padding: clamp(16px, 3.5vw, 24px); }
  .section__style-it-with .section__header {
    display: none; }
  .section__style-it-with .style-it-with .banner-grid__item {
    position: relative;
    width: 100%;
    max-width: 50%; }
  .section__style-it-with .style-it-with .products-grid__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    z-index: 1;
    width: calc(100% - 100px);
    max-width: 100%;
    transform: translateY(-50%); }
  .section__style-it-with .style-it-with--right {
    flex-direction: row-reverse; }
    .section__style-it-with .style-it-with--right .products-grid__item {
      left: 0;
      right: auto; }
  .section__style-it-with .contains-card {
    --item-radius: var(--item-radius-desktop, 0px); } }

@media (min-width: 1366px) {
  .section__style-it-with .boxStyle {
    padding: clamp(24px, 3.5vw, 56px); }
  .section__style-it-with .style-it-with .products-grid__item {
    width: 962px; } }

.section__blog-posts {
  padding: 40px 0; }
  .section__blog-posts .section__header .section__header-item--button {
    display: inline-block; }
  .section__blog-posts .section__header .section__header-button {
    margin-top: 16px; }
  .section__blog-posts .boxStyle {
    --box-radius: var(--box-radius-mobile, 0px);
    padding: 24px 16px;
    color: var(--box-text-color);
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: var(--box-border-thickness, 0px);
    border-style: var(--box-border-style);
    border-color: var(--box-border-color);
    border-radius: var(--box-radius, 0);
    background-image: var(--box-background-image);
    background-size: var(--box-background-size);
    background-position: var(--box-background-position);
    background-attachment: var(--box-background-attachment);
    background-repeat: var(--box-background-repeat);
    background-blend-mode: var(--box-background-blend-mode); }
    .section__blog-posts .boxStyle .section__header-heading,
    .section__blog-posts .boxStyle .section__header-text {
      color: currentColor; }
  .section__blog-posts .container-full {
    position: static; }
    .section__blog-posts .container-full .boxStyle {
      border: none;
      border-radius: 0;
      padding: 0;
      overflow: initial; }
      .section__blog-posts .container-full .boxStyle::before {
        content: '';
        position: absolute;
        inset: 0;
        background: var(--box-background-color);
        background-image: var(--box-background-image);
        background-size: var(--box-background-size);
        background-position: var(--box-background-position);
        background-attachment: var(--box-background-attachment);
        background-repeat: var(--box-background-repeat);
        background-blend-mode: var(--box-background-blend-mode);
        color: var(--box-text-color); }
  .section__blog-posts .articles-collage {
    --item-radius: var(--item-radius-mobile, 0px);
    display: grid;
    grid: auto-flow dense/repeat(1, minmax(0, 1fr));
    gap: var(--gap-mobile, 16px); }
    .section__blog-posts .articles-collage.slick-initialized {
      display: block; }
      .section__blog-posts .articles-collage.slick-initialized .slick-track {
        display: flex; }
      .section__blog-posts .articles-collage.slick-initialized .slick-slide {
        height: auto;
        padding: 0 8px; }
      .section__blog-posts .articles-collage.slick-initialized .slick-list {
        margin: 0 -8px; }
    .section__blog-posts .articles-collage .article {
      display: block; }
      .section__blog-posts .articles-collage .article--customStyle .card {
        background: var(--background-color); }
        .section__blog-posts .articles-collage .article--customStyle .card__content {
          background: var(--background-color); }
  .section__blog-posts .card-wrapper {
    position: relative; }
    .section__blog-posts .card-wrapper .card {
      position: relative;
      overflow: hidden;
      margin-bottom: 0;
      box-sizing: border-box;
      background: white;
      border-radius: var(--item-radius, 0px); }
      .section__blog-posts .card-wrapper .card__inner {
        position: relative; }
      .section__blog-posts .card-wrapper .card__media {
        display: block;
        margin: 0;
        width: 100%;
        position: relative;
        overflow: hidden;
        line-height: 0;
        color: currentColor; }
        .section__blog-posts .card-wrapper .card__media-wrapper {
          --media-radius: var(--item-radius, 0px);
          display: block;
          position: relative;
          overflow: hidden;
          box-sizing: border-box;
          border-radius: var(--media-radius, 0); }
          .section__blog-posts .card-wrapper .card__media-wrapper:after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: var(--media-radius);
            pointer-events: none; }
      .section__blog-posts .card-wrapper .card__content {
        padding: 24px 16px; }
      .section__blog-posts .card-wrapper .card__information {
        display: inline-block;
        width: 100%; }
      .section__blog-posts .card-wrapper .card__caption {
        display: inline-flex;
        flex-wrap: wrap;
        grid-gap: 4px;
        margin-bottom: 16px; }
        .section__blog-posts .card-wrapper .card__caption .caption {
          font-size: 12px;
          font-weight: 400;
          line-height: 1.5;
          letter-spacing: 0;
          text-transform: capitalize;
          background: #F2F2F2;
          color: #171717;
          padding: 4px 16px;
          border-radius: 999px;
          text-decoration: none; }
      .section__blog-posts .card-wrapper .card__heading {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 0;
        color: #171717; }
        .section__blog-posts .card-wrapper .card__heading > a {
          color: currentColor !important;
          overflow: hidden;
          position: relative;
          text-overflow: ellipsis;
          display: -webkit-box;
          white-space: inherit;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          text-decoration: none; }
        .section__blog-posts .card-wrapper .card__heading + .card__summary {
          margin-top: 8px; }
        .section__blog-posts .card-wrapper .card__heading + .card__buttons {
          margin-top: 16px; }
      .section__blog-posts .card-wrapper .card__summary {
        margin-top: 0;
        margin-bottom: 0; }
        .section__blog-posts .card-wrapper .card__summary p {
          font-size: 14px;
          font-weight: 400;
          line-height: 1.5;
          overflow: hidden;
          position: relative;
          text-overflow: ellipsis;
          display: -webkit-box;
          white-space: inherit;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          margin-bottom: 0;
          color: #171717; }
        .section__blog-posts .card-wrapper .card__summary + .card__buttons {
          margin-top: 16px; }
      .section__blog-posts .card-wrapper .card__buttons {
        text-transform: uppercase;
        display: none; }
        .section__blog-posts .card-wrapper .card__buttons .link {
          font-size: 12px;
          font-weight: 400;
          line-height: 1.5; }
  @media (max-width: 1600px) {
    .section__blog-posts .container {
      padding: 0 40px; } }
  @media (max-width: 1500px) {
    .section__blog-posts .section__header .section__header-heading {
      font-size: 30px; } }
  @media (max-width: 1032px) {
    .section__blog-posts .boxStyle {
      margin-left: -16px;
      margin-right: -16px; }
    .section__blog-posts .container-full .boxStyle {
      margin-left: 0;
      margin-right: 0; }
    .section__blog-posts .articles-collage .card-wrapper .card__media-wrapper {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
      .section__blog-posts .articles-collage .card-wrapper .card__media-wrapper::after {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px; }
    .section__blog-posts .slick-prev,
    .section__blog-posts .slick-next {
      top: 50%;
      transform: translateY(-50%); } }
  @media (max-width: 749px) {
    .section__blog-posts {
      overflow: hidden; }
      .section__blog-posts .container {
        padding: 0 16px; }
      .section__blog-posts .section__header .section__header-caption {
        margin-bottom: 6px; }
      .section__blog-posts .section__header .section__header-heading {
        font-size: 26px; }
      .section__blog-posts .section__header .section__header-button .button {
        font-size: 14px;
        min-height: 38px;
        padding: 7px 30px 8px; }
      .section__blog-posts .articles-collage.slick-initialized .slick-list {
        margin: 0 -4px; }
      .section__blog-posts .articles-collage.slick-initialized .slick-slide {
        padding: 0 4px; }
      .section__blog-posts .card-wrapper .card__media {
        max-height: 175px; }
      .section__blog-posts .card-wrapper .card__content {
        padding: 16px; }
      .section__blog-posts .card-wrapper .card__heading {
        font-size: 16px;
        letter-spacing: 0.25px; }
      .section__blog-posts .card-wrapper .card__caption {
        margin-bottom: 10px; }
        .section__blog-posts .card-wrapper .card__caption .caption {
          font-size: 10px;
          padding: 4px 8px; }
      .section__blog-posts .card-wrapper .card__summary p {
        font-size: 13px; } }
  @media (min-width: 750px) {
    .section__blog-posts .articles-collage {
      gap: var(--gap-desktop, 16px); }
      .section__blog-posts .articles-collage .card-wrapper .card__content {
        padding: 16px; }
      .section__blog-posts .articles-collage .card-wrapper .card__heading + .card__summary {
        margin-top: 16px; }
      .section__blog-posts .articles-collage .card-wrapper .card__heading + .card__buttons {
        margin-top: 20px; }
      .section__blog-posts .articles-collage .card-wrapper .card__summary + .card__buttons {
        margin-top: 20px; }
      .section__blog-posts .articles-collage--2-items {
        grid: auto-flow dense/repeat(2, minmax(0, 1fr)); }
      .section__blog-posts .articles-collage--3-items {
        grid: auto-flow dense/repeat(2, minmax(0, 1fr)); }
        .section__blog-posts .articles-collage--3-items .article:nth-child(1) {
          grid-column: span 2; } }
  @media (min-width: 1033px) {
    .section__blog-posts {
      padding: 60px 0; }
      .section__blog-posts .page-width.container {
        display: grid;
        grid-template-columns: minmax(260px, 1fr) minmax(0, 1070px);
        gap: clamp(16px, 3vw, 40px);
        align-items: center; }
      .section__blog-posts .section__header {
        grid-column: 1;
        align-self: center; }
        .section__blog-posts .section__header .section__header-item--button {
          position: unset; }
      .section__blog-posts .section__main {
        grid-column: 1 / -1; }
      .section__blog-posts .section__header + .section__main {
        grid-column: 2; }
      .section__blog-posts .section__footer {
        grid-column: 1 / -1; }
      .section__blog-posts .boxStyle {
        --box-radius: var(--box-radius-desktop, 0px);
        padding: clamp(16px, 3.5vw, 24px); }
      .section__blog-posts .articles-collage {
        --item-radius: var(--item-radius-desktop, 0px);
        grid-auto-flow: dense;
        grid-auto-columns: unset;
        grid-auto-rows: unset;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: repeat(24, minmax(0, 1fr)); }
        .section__blog-posts .articles-collage .article {
          position: relative;
          grid-column: span 8; }
        .section__blog-posts .articles-collage .card-wrapper {
          height: 100%; }
          .section__blog-posts .articles-collage .card-wrapper .card {
            height: 100%; }
            .section__blog-posts .articles-collage .card-wrapper .card__inner {
              display: flex;
              flex-direction: column;
              line-height: 1;
              height: 100%; }
            .section__blog-posts .articles-collage .card-wrapper .card__media {
              height: 100%; }
            .section__blog-posts .articles-collage .card-wrapper .card__heading + .card__summary {
              margin-top: 16px; }
            .section__blog-posts .articles-collage .card-wrapper .card__heading + .card__buttons {
              margin-top: 16px; }
            .section__blog-posts .articles-collage .card-wrapper .card__summary + .card__buttons {
              margin-top: 16px; }
      .section__blog-posts .card-wrapper .card__heading:hover {
        color: #7E1F1F; } }
  @media (min-width: 1366px) {
    .section__blog-posts .boxStyle {
      padding: clamp(24px, 3.5vw, 56px); } }
  @media (min-width: 1700px) {
    .section__blog-posts .articles .slick-next {
      right: -60px; }
    .section__blog-posts .articles .slick-prev {
      left: -60px; } }

.section__recent-posts .boxStyle {
  --box-radius: var(--box-radius-mobile, 0px);
  padding: 24px 16px;
  color: var(--box-text-color);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: var(--box-border-thickness, 0px);
  border-style: var(--box-border-style);
  border-color: var(--box-border-color);
  border-radius: var(--box-radius, 0);
  background-image: var(--box-background-image);
  background-size: var(--box-background-size);
  background-position: var(--box-background-position);
  background-attachment: var(--box-background-attachment);
  background-repeat: var(--box-background-repeat);
  background-blend-mode: var(--box-background-blend-mode); }
  .section__recent-posts .boxStyle .section__header-heading,
  .section__recent-posts .boxStyle .section__header-text {
    color: currentColor; }

.section__recent-posts .container-full {
  position: static; }
  .section__recent-posts .container-full .boxStyle {
    border: none;
    border-radius: 0;
    padding: 0;
    overflow: initial; }
    .section__recent-posts .container-full .boxStyle::before {
      content: '';
      position: absolute;
      inset: 0;
      background: var(--box-background-color);
      background-image: var(--box-background-image);
      background-size: var(--box-background-size);
      background-position: var(--box-background-position);
      background-attachment: var(--box-background-attachment);
      background-repeat: var(--box-background-repeat);
      background-blend-mode: var(--box-background-blend-mode);
      color: var(--box-text-color); }

.section__recent-posts .articles-collage {
  --item-radius: var(--item-radius-mobile, 0px);
  display: grid;
  grid: auto-flow dense/repeat(1, minmax(0, 1fr));
  gap: var(--gap-mobile, 16px); }
  .section__recent-posts .articles-collage .article {
    display: block; }
    .section__recent-posts .articles-collage .article--customStyle .card {
      background: var(--background-color); }
      .section__recent-posts .articles-collage .article--customStyle .card__content {
        background: var(--background-color); }

.section__recent-posts .card-wrapper {
  position: relative; }
  .section__recent-posts .card-wrapper .card {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    box-sizing: border-box;
    background: white;
    border-radius: var(--item-radius, 0px); }
    .section__recent-posts .card-wrapper .card__inner {
      position: relative; }
    .section__recent-posts .card-wrapper .card__media {
      display: block;
      margin: 0;
      width: 100%;
      position: relative;
      overflow: hidden;
      line-height: 0;
      color: currentColor; }
      .section__recent-posts .card-wrapper .card__media-wrapper {
        --media-radius: var(--item-radius, 0px);
        display: block;
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
        border-radius: var(--media-radius, 0); }
        .section__recent-posts .card-wrapper .card__media-wrapper:after {
          content: "";
          position: absolute;
          inset: 0;
          border-radius: var(--media-radius);
          pointer-events: none; }
    .section__recent-posts .card-wrapper .card__content {
      padding: 24px 16px; }
    .section__recent-posts .card-wrapper .card__information {
      display: inline-block;
      width: 100%; }
    .section__recent-posts .card-wrapper .card__caption {
      display: inline-flex;
      flex-wrap: wrap;
      grid-gap: 4px;
      margin-bottom: 16px; }
      .section__recent-posts .card-wrapper .card__caption .caption {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0;
        text-transform: uppercase;
        background: #F5F5F5;
        color: currentColor;
        padding: 4px 16px;
        text-decoration: none; }
    .section__recent-posts .card-wrapper .card__heading {
      font-size: 24px;
      font-weight: 400;
      line-height: 1.2;
      letter-spacing: 0;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 0; }
      .section__recent-posts .card-wrapper .card__heading > a {
        color: currentColor !important;
        overflow: hidden;
        position: relative;
        text-overflow: ellipsis;
        display: -webkit-box;
        white-space: inherit;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-decoration: none; }
      .section__recent-posts .card-wrapper .card__heading + .card__summary {
        margin-top: 8px; }
      .section__recent-posts .card-wrapper .card__heading + .card__buttons {
        margin-top: 16px; }
    .section__recent-posts .card-wrapper .card__summary {
      margin-top: 0;
      margin-bottom: 0; }
      .section__recent-posts .card-wrapper .card__summary p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        overflow: hidden;
        position: relative;
        text-overflow: ellipsis;
        display: -webkit-box;
        white-space: inherit;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        margin-bottom: 0; }
      .section__recent-posts .card-wrapper .card__summary + .card__buttons {
        margin-top: 16px; }
    .section__recent-posts .card-wrapper .card__buttons {
      text-transform: uppercase; }
      .section__recent-posts .card-wrapper .card__buttons .link {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5; }

@media (max-width: 1032px) {
  .section__recent-posts .boxStyle {
    margin-left: -16px;
    margin-right: -16px; }
  .section__recent-posts .container-full .boxStyle {
    margin-left: 0;
    margin-right: 0; }
  .section__recent-posts .articles-collage .card-wrapper .card__media-wrapper {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
    .section__recent-posts .articles-collage .card-wrapper .card__media-wrapper::after {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; } }

@media (min-width: 750px) {
  .section__recent-posts .articles-collage {
    gap: var(--gap-desktop, 16px); }
    .section__recent-posts .articles-collage .card-wrapper .card__content {
      padding: 24px; }
    .section__recent-posts .articles-collage .card-wrapper .card__heading + .card__summary {
      margin-top: 16px; }
    .section__recent-posts .articles-collage .card-wrapper .card__heading + .card__buttons {
      margin-top: 20px; }
    .section__recent-posts .articles-collage .card-wrapper .card__summary + .card__buttons {
      margin-top: 20px; }
    .section__recent-posts .articles-collage--2-items {
      grid: auto-flow dense/repeat(2, minmax(0, 1fr)); }
    .section__recent-posts .articles-collage--3-items {
      grid: auto-flow dense/repeat(2, minmax(0, 1fr)); }
      .section__recent-posts .articles-collage--3-items .article:nth-child(1) {
        grid-column: span 2; } }

@media (min-width: 1033px) {
  .section__recent-posts .boxStyle {
    --box-radius: var(--box-radius-desktop, 0px);
    padding: clamp(16px, 3.5vw, 24px); }
  .section__recent-posts .articles-collage {
    --item-radius: var(--item-radius-desktop, 0px);
    grid-auto-flow: dense;
    grid-auto-columns: unset;
    grid-auto-rows: unset;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: repeat(24, minmax(0, 1fr)); }
    .section__recent-posts .articles-collage .article {
      position: relative;
      grid-column: span 8; }
      .section__recent-posts .articles-collage .article:nth-child(1) {
        grid-column: span 12;
        grid-row: span 2; }
        .section__recent-posts .articles-collage .article:nth-child(1) .card__content {
          position: absolute;
          inset: clamp(16px, 3.5vw, 24px);
          inset-block-start: unset;
          border-radius: var(--item-radius-mobile, 0px); }
      .section__recent-posts .articles-collage .article:nth-child(2), .section__recent-posts .articles-collage .article:nth-child(3) {
        grid-column: span 12; }
        .section__recent-posts .articles-collage .article:nth-child(2) .card__inner, .section__recent-posts .articles-collage .article:nth-child(3) .card__inner {
          flex-direction: row; }
        .section__recent-posts .articles-collage .article:nth-child(2) .card__media, .section__recent-posts .articles-collage .article:nth-child(3) .card__media {
          height: 100%;
          flex: 0 0 40%; }
          .section__recent-posts .articles-collage .article:nth-child(2) .card__media .media, .section__recent-posts .articles-collage .article:nth-child(3) .card__media .media {
            height: 100%; }
          .section__recent-posts .articles-collage .article:nth-child(2) .card__media-wrapper, .section__recent-posts .articles-collage .article:nth-child(3) .card__media-wrapper {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            height: 100%; }
            .section__recent-posts .articles-collage .article:nth-child(2) .card__media-wrapper::after, .section__recent-posts .articles-collage .article:nth-child(3) .card__media-wrapper::after {
              border-top-right-radius: 0px;
              border-bottom-right-radius: 0px; }
        .section__recent-posts .articles-collage .article:nth-child(2) .card__content, .section__recent-posts .articles-collage .article:nth-child(3) .card__content {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          flex-grow: 1; }
    .section__recent-posts .articles-collage .card-wrapper {
      height: 100%; }
      .section__recent-posts .articles-collage .card-wrapper .card {
        height: 100%; }
        .section__recent-posts .articles-collage .card-wrapper .card__inner {
          display: flex;
          flex-direction: column;
          line-height: 1;
          height: 100%; }
        .section__recent-posts .articles-collage .card-wrapper .card__media {
          height: 100%; }
        .section__recent-posts .articles-collage .card-wrapper .card__heading + .card__summary {
          margin-top: 24px; }
        .section__recent-posts .articles-collage .card-wrapper .card__heading + .card__buttons {
          margin-top: 24px; }
        .section__recent-posts .articles-collage .card-wrapper .card__summary + .card__buttons {
          margin-top: 24px; }
    .section__recent-posts .articles-collage--2-items {
      grid-template-rows: 1fr; }
      .section__recent-posts .articles-collage--2-items .article {
        grid-column: span 12 !important;
        grid-row: span 1 !important; } }

@media (min-width: 1366px) {
  .section__recent-posts .boxStyle {
    padding: clamp(24px, 3.5vw, 56px); }
  .section__recent-posts .articles-collage .article:nth-child(2) .card__media, .section__recent-posts .articles-collage .article:nth-child(3) .card__media {
    flex: 0 0 392px; } }

.section__image-with-text .container-full {
  max-width: 100%;
  margin: 0 auto; }

.section__image-with-text .banner {
  position: relative;
  margin: 0px;
  max-width: 100%;
  flex-direction: column-reverse;
  --grid-item-offset: 0px; }
  .section__image-with-text .banner__media {
    position: relative;
    transform-box: fill-box; }
    .section__image-with-text .banner__media-wrapper {
      display: block;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
      border: var(--media-border-width, 0px) solid;
      border-radius: 0; }
      .section__image-with-text .banner__media-wrapper .banner__video {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
        display: block; }
      .section__image-with-text .banner__media-wrapper:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 0;
        pointer-events: none; }
      .section__image-with-text .banner__media-wrapper .banner__video-wrapper {
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
        display: block; }
  .section__image-with-text .banner__content {
    position: relative;
    box-sizing: border-box;
    padding: 0;
    overflow: hidden; }
  .section__image-with-text .banner__box {
    position: relative;
    white-space: normal;
    display: flex;
    height: 100%; }
    .section__image-with-text .banner__box--textboxes {
      padding: 24px 16px;
      background: var(--box-background-color);
      color: var(--box-text-color);
      overflow: hidden;
      box-sizing: border-box;
      border-width: var(--box-border-thickness, 0px);
      border-style: var(--box-border-style);
      border-color: var(--box-border-color);
      border-radius: var(--box-radius, 0); }
      .section__image-with-text .banner__box--textboxes:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: var(--box-radius);
        pointer-events: none; }
    .section__image-with-text .banner__box--top {
      align-items: flex-start; }
    .section__image-with-text .banner__box--middle {
      align-items: center; }
    .section__image-with-text .banner__box--bottom {
      align-items: flex-end; }
    .section__image-with-text .banner__box--left {
      justify-content: flex-start; }
    .section__image-with-text .banner__box--center {
      justify-content: center; }
    .section__image-with-text .banner__box--right {
      justify-content: flex-end; }
  .section__image-with-text .banner__caption {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 8px;
    color: #333333;
    text-transform: uppercase; }
  .section__image-with-text .banner__heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    color: #000000; }
    .section__image-with-text .banner__heading > span {
      color: #A12B2B; }
    .section__image-with-text .banner__heading + .banner__description {
      margin-top: 8px; }
    .section__image-with-text .banner__heading + .banner__buttons {
      margin-top: 16px; }
  .section__image-with-text .banner__description {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0; }
    .section__image-with-text .banner__description p {
      margin-top: 0;
      margin-bottom: 16px; }
      .section__image-with-text .banner__description p a {
        font-weight: 700;
        text-decoration: none;
        color: #A12B2B; }
      .section__image-with-text .banner__description p:last-child {
        margin-bottom: 0; }
    .section__image-with-text .banner__description ul {
      margin-bottom: 0;
      margin-top: 32px;
      margin-left: 0;
      list-style: none; }
      .section__image-with-text .banner__description ul li {
        border-left: 2px solid #333333;
        padding-left: 32px;
        padding-top: 4px;
        padding-bottom: 4px; }
        .section__image-with-text .banner__description ul li + li {
          margin-top: 16px; }
        .section__image-with-text .banner__description ul li::marker {
          content: none; }
        .section__image-with-text .banner__description ul li strong {
          font-size: 18px;
          color: #000000;
          display: block;
          margin-bottom: 8px; }
    .section__image-with-text .banner__description + .banner__buttons {
      margin-top: 16px; }
  .section__image-with-text .banner::before, .section__image-with-text .banner::after {
    content: none; }

@media (max-width: 1366px) {
  .section__image-with-text .banner__description ul {
    margin-top: 16px; }
    .section__image-with-text .banner__description ul li {
      padding-top: 0;
      padding-bottom: 0; }
      .section__image-with-text .banner__description ul li strong {
        font-size: 16px;
        margin-bottom: 0; } }

@media (max-width: 1200px) {
  .section__image-with-text .banner__heading {
    font-size: 24px; } }

@media (max-width: 749px) {
  .section__image-with-text .banner__box {
    padding: 40px 16px; }
  .section__image-with-text .banner__caption {
    font-size: 14px; }
  .section__image-with-text .banner__heading {
    font-size: 26px; }
  .section__image-with-text .banner__description p {
    font-size: 13px; }
  .section__image-with-text .banner__description ul {
    margin-top: 22px; }
    .section__image-with-text .banner__description ul li {
      padding-left: 16px;
      padding-top: 4px;
      padding-bottom: 4px; }
      .section__image-with-text .banner__description ul li + li {
        margin-top: 10px; }
      .section__image-with-text .banner__description ul li strong {
        font-size: 18px;
        margin-bottom: 8px; }
  .section__image-with-text .banner__description + .banner__buttons {
    margin-top: 22px; }
  .section__image-with-text .banner__buttons .button {
    font-size: 14px;
    padding: 8px 30px 8px;
    min-height: 38px;
    line-height: 1; }
  .section__image-with-text .banner__media-wrapper .media {
    padding-bottom: 100% !important; } }

@media (min-width: 750px) {
  .section__image-with-text .banner__box {
    padding: 24px 40px; }
  .section__image-with-text .banner__caption {
    margin-bottom: 8px; }
  .section__image-with-text .banner__heading {
    font-size: 26px; }
    .section__image-with-text .banner__heading + .banner__buttons {
      margin-top: 20px; }
  .section__image-with-text .banner__description {
    font-size: 14px; }
    .section__image-with-text .banner__description + .banner__buttons {
      margin-top: 20px; } }

@media (min-width: 1033px) {
  .section__image-with-text .banner {
    --grid-item-offset: 0px; }
    .section__image-with-text .banner__box {
      padding: clamp(24px, 3.5vw, 24px);
      padding-left: 40px;
      padding-right: 40px; }
      .section__image-with-text .banner__box-wrapper {
        display: inline-block; }
    .section__image-with-text .banner__caption {
      margin-bottom: 8px; }
    .section__image-with-text .banner__heading {
      font-size: 30px; }
      .section__image-with-text .banner__heading + .banner__description {
        margin-top: 16px; }
      .section__image-with-text .banner__heading + .banner__buttons {
        margin-top: 24px; }
    .section__image-with-text .banner__description + .banner__buttons {
      margin-top: 24px; }
    .section__image-with-text .banner.banner--right {
      flex-direction: row-reverse; }
    .section__image-with-text .banner.banner--left {
      flex-direction: row; } }

@media (min-width: 1366px) {
  .section__image-with-text .banner {
    --grid-item-offset: 0px; }
    .section__image-with-text .banner__box {
      padding: 40px; }
    .section__image-with-text .banner__caption {
      margin-bottom: 8px; }
    .section__image-with-text .banner__heading {
      font-size: 30px; }
      .section__image-with-text .banner__heading + .banner__description {
        margin-top: 16px; }
      .section__image-with-text .banner__heading + .banner__buttons {
        margin-top: 16px; }
    .section__image-with-text .banner__description + .banner__buttons {
      margin-top: 16px; }
    .section__image-with-text .banner.banner--right {
      flex-direction: row-reverse; } }

@media (min-width: 1600px) {
  .section__image-with-text .banner__box {
    padding: 60px 80px 60px 80px; }
  .section__image-with-text .banner__heading {
    font-size: 40px; }
  .section__image-with-text .banner__description + .banner__buttons {
    margin-top: 32px; } }

@media (min-width: 1800px) {
  .section__image-with-text .banner__content {
    position: absolute;
    inset: 0;
    padding-left: clamp(80px, calc((100% - 1728px) / 2), 100%); }
    .about-us .section__image-with-text .banner__content {
      padding-right: clamp(80px, calc((100% - 1728px) / 2), 100%);
      padding-left: 0;
      left: auto; } }

@media (min-width: 1920px) {
  .section__image-with-text .banner__media-wrapper .media {
    padding-bottom: 92% !important; } }

@media (min-width: 1260px) and (max-width: 1710px) {
  .section__image-with-text .banner__media-wrapper .media {
    padding-bottom: 94% !important; } }

@media (min-width: 1170px) and (max-width: 1259px) {
  .section__image-with-text .banner__media-wrapper .media {
    padding-bottom: 100% !important; } }

@media (min-width: 1033px) and (max-width: 1169px) {
  .section__image-with-text .banner__media-wrapper .media {
    padding-bottom: 130% !important; } }

@media (min-width: 1033px) {
  .section__image-with-text.content__has--number .banner__description ul li {
    position: relative;
    padding-left: 82px;
    margin-bottom: 16px; }
    .section__image-with-text.content__has--number .banner__description ul li::before {
      font-size: 28px; }
    .section__image-with-text.content__has--number .banner__description ul li::after {
      left: 50px; } }

.section__image-with-text.content__has--number .banner__description ul {
  list-style: none;
  padding: 0;
  counter-reset: step; }
  .section__image-with-text.content__has--number .banner__description ul li {
    position: relative;
    padding-left: 66px;
    margin-bottom: 10px;
    counter-increment: step;
    border-left: none; }
    .section__image-with-text.content__has--number .banner__description ul li::before {
      content: counter(step, decimal-leading-zero) ". ";
      font-family: "Oswald", Arial, Helvetica, sans-serif;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 20px;
      font-weight: 700;
      color: #333333; }
    .section__image-with-text.content__has--number .banner__description ul li::after {
      content: "";
      position: absolute;
      left: 50px;
      top: 0;
      bottom: 0;
      width: 2px;
      background: #333333; }

.section__image-with-text.image-with-text-404 .container-full {
  max-width: 1187px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 750px) {
    .section__image-with-text.image-with-text-404 .container-full {
      padding: 0 16px; } }
  @media screen and (min-width: 1033px) {
    .section__image-with-text.image-with-text-404 .container-full {
      max-width: 1275px;
      padding: 0 60px; } }

.section__image-with-text.image-with-text-404 .banner {
  padding-top: 60px;
  padding-bottom: 60px; }
  .section__image-with-text.image-with-text-404 .banner .banner__media {
    width: 170px;
    max-width: 170px; }
    .section__image-with-text.image-with-text-404 .banner .banner__media .media--zoom:hover > picture > img {
      transform: none !important; }
    .section__image-with-text.image-with-text-404 .banner .banner__media .media {
      padding-bottom: 100% !important; }
  .section__image-with-text.image-with-text-404 .banner .banner__content {
    width: calc(100% - 170px);
    max-width: calc(100% - 170px);
    position: unset;
    padding: 0; }
    .section__image-with-text.image-with-text-404 .banner .banner__content .banner__box {
      padding-left: 32px;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0; }
    .section__image-with-text.image-with-text-404 .banner .banner__content .banner__caption {
      font-size: 18px;
      color: #000000;
      text-transform: uppercase; }
    .section__image-with-text.image-with-text-404 .banner .banner__content .banner__heading {
      font-size: 28px;
      color: #A12B2B; }
    .section__image-with-text.image-with-text-404 .banner .banner__content .banner__description {
      margin-top: 8px;
      font-size: 14px;
      font-weight: 500;
      color: #333333; }
      .section__image-with-text.image-with-text-404 .banner .banner__content .banner__description p span {
        color: #A12B2B;
        font-weight: 700; }

@media (max-width: 1032px) {
  .section__image-with-text.image-with-text-404 .banner {
    padding-top: 40px;
    padding-bottom: 24px; }
    .section__image-with-text.image-with-text-404 .banner .banner__box {
      padding-left: 0 !important; }
    .section__image-with-text.image-with-text-404 .banner .banner__media {
      width: 90px !important;
      max-width: 90px !important;
      position: absolute;
      top: 40px;
      left: 0; }
    .section__image-with-text.image-with-text-404 .banner .banner__content .banner__caption,
    .section__image-with-text.image-with-text-404 .banner .banner__content .banner__heading {
      padding-left: 100px; }
    .section__image-with-text.image-with-text-404 .banner .banner__content .banner__caption {
      font-size: 16px; }
    .section__image-with-text.image-with-text-404 .banner .banner__content .banner__heading {
      padding-bottom: 10px;
      font-size: 20px !important; }
    .section__image-with-text.image-with-text-404 .banner .banner__content .banner__description {
      margin-top: 32px; } }

@media (max-width: 749px) {
  .section__image-with-text.image-with-text-404 .banner .banner__content .banner__description {
    margin-top: 24px; } }

.section__image-with-text-2 .banner {
  position: relative;
  margin: 0px;
  max-width: 100%; }
  .section__image-with-text-2 .banner__media {
    position: relative;
    transform-box: fill-box; }
    .section__image-with-text-2 .banner__media-wrapper {
      display: block;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
      border: var(--media-border-width, 0px) solid;
      border-radius: 0; }
      .section__image-with-text-2 .banner__media-wrapper:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 0;
        pointer-events: none; }
  .section__image-with-text-2 .banner__content {
    position: relative;
    box-sizing: border-box;
    padding: 0;
    overflow: hidden; }
  .section__image-with-text-2 .banner__box {
    position: relative;
    white-space: normal;
    display: flex;
    height: 100%; }
    .section__image-with-text-2 .banner__box--textboxes {
      padding: 24px 16px;
      background: var(--box-background-color);
      color: var(--box-text-color);
      overflow: hidden;
      box-sizing: border-box;
      border-width: var(--box-border-thickness, 0px);
      border-style: var(--box-border-style);
      border-color: var(--box-border-color);
      border-radius: var(--box-radius, 0); }
      .section__image-with-text-2 .banner__box--textboxes:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: var(--box-radius);
        pointer-events: none; }
    .section__image-with-text-2 .banner__box--top {
      align-items: flex-start; }
    .section__image-with-text-2 .banner__box--middle {
      align-items: center; }
    .section__image-with-text-2 .banner__box--bottom {
      align-items: flex-end; }
    .section__image-with-text-2 .banner__box--left {
      justify-content: flex-start; }
    .section__image-with-text-2 .banner__box--center {
      justify-content: center; }
    .section__image-with-text-2 .banner__box--right {
      justify-content: flex-end; }
  .section__image-with-text-2 .banner__caption {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 8px;
    color: currentColor;
    text-transform: uppercase; }
  .section__image-with-text-2 .banner__heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    color: #000; }
    .section__image-with-text-2 .banner__heading + .banner__description {
      margin-top: 10px;
      font-size: 14px; }
    .section__image-with-text-2 .banner__heading + .banner__buttons {
      margin-top: 16px; }
    .section__image-with-text-2 .banner__heading p {
      margin-bottom: 0; }
  .section__image-with-text-2 .banner__description {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0; }
    .section__image-with-text-2 .banner__description p {
      margin-top: 0;
      margin-bottom: 0; }
    .section__image-with-text-2 .banner__description + .banner__buttons {
      margin-top: 16px; }
  .section__image-with-text-2 .banner::before, .section__image-with-text-2 .banner::after {
    content: none; }
  .section__image-with-text-2 .banner .media__content-hover .name {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.025em;
    text-transform: uppercase; }
  .section__image-with-text-2 .banner .media__content-hover .position {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0.025em;
    text-transform: uppercase; }
  .section__image-with-text-2 .banner .media__content-hover a {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    color: #fff;
    text-underline-offset: 4px;
    display: inline-block; }
  .section__image-with-text-2 .banner .media__content-hover .description,
  .section__image-with-text-2 .banner .media__content-hover .sub-text {
    font-size: 13px;
    margin-top: 8px;
    font-weight: 600;
    line-height: 150%; }
  .section__image-with-text-2 .banner .media__content-hover p {
    margin-bottom: 0; }

@media screen and (max-width: 1032px) {
  .section__image-with-text-2 .banner {
    flex-direction: column-reverse; }
    .section__image-with-text-2 .banner .banner__media .grid {
      --grid-item-offset: 16px !important; }
    .section__image-with-text-2 .banner .banner__media .media {
      padding-bottom: 100% !important; }
    .section__image-with-text-2 .banner .banner__media .banner__media-wrapper {
      display: flex;
      flex-direction: column; }
      .section__image-with-text-2 .banner .banner__media .banner__media-wrapper > .media__content-hover {
        flex: 1; }
    .section__image-with-text-2 .banner .media__content-hover {
      background-color: black;
      color: #fff;
      text-align: center;
      padding: 16px 8px; } }

@media (min-width: 750px) {
  .section__image-with-text-2 .banner__box {
    padding: 24px;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .section__image-with-text-2 .banner__caption {
    margin-bottom: 12px; }
  .section__image-with-text-2 .banner__heading {
    font-size: 36px; }
    .section__image-with-text-2 .banner__heading + .banner__buttons {
      margin-top: 20px; }
  .section__image-with-text-2 .banner__description {
    font-size: 14px; }
    .section__image-with-text-2 .banner__description + .banner__buttons {
      margin-top: 20px; } }

@media (min-width: 1033px) {
  .section__image-with-text-2 .banner {
    --grid-item-offset: 32px; }
    .section__image-with-text-2 .banner__box {
      padding: clamp(24px, 3.5vw, 30px); }
      .section__image-with-text-2 .banner__box-wrapper {
        display: inline-block;
        max-width: 681px; }
        .about-us .section__image-with-text-2 .banner__box-wrapper {
          max-width: 100%; }
    .section__image-with-text-2 .banner__caption {
      margin-bottom: 16px; }
    .section__image-with-text-2 .banner__heading {
      font-size: 40px; }
      .section__image-with-text-2 .banner__heading + .banner__description {
        margin-top: 16px; }
      .section__image-with-text-2 .banner__heading + .banner__buttons {
        margin-top: 24px; }
    .section__image-with-text-2 .banner__description + .banner__buttons {
      margin-top: 24px; }
    .section__image-with-text-2 .banner.banner--right {
      flex-direction: row-reverse; }
    .section__image-with-text-2 .banner .banner__media-wrapper .media__content-hover {
      position: absolute;
      inset: 0;
      z-index: 1; }
      .section__image-with-text-2 .banner .banner__media-wrapper .media__content-hover .content {
        z-index: 2;
        padding: 16px;
        position: absolute;
        height: fit-content;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        transform: translateY(0);
        transition: all 0.4s ease; }
      .section__image-with-text-2 .banner .banner__media-wrapper .media__content-hover::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.478179) 24%, rgba(0, 0, 0, 0.8) 66.69%, #000000 100%);
        z-index: 1;
        transform: scaleY(0.3);
        transform-origin: bottom;
        transition: transform 0.4s ease;
        pointer-events: none; }
      .section__image-with-text-2 .banner .banner__media-wrapper .media__content-hover .name {
        font-size: 18px; }
      .section__image-with-text-2 .banner .banner__media-wrapper .media__content-hover .position {
        font-size: 14px; }
      .section__image-with-text-2 .banner .banner__media-wrapper .media__content-hover .description,
      .section__image-with-text-2 .banner .banner__media-wrapper .media__content-hover .sub-text {
        font-size: 14px; }
      .section__image-with-text-2 .banner .banner__media-wrapper .media__content-hover a {
        font-size: 16px; }
        .section__image-with-text-2 .banner .banner__media-wrapper .media__content-hover a:hover, .section__image-with-text-2 .banner .banner__media-wrapper .media__content-hover a:focus {
          color: #a12b2b; }
    .section__image-with-text-2 .banner .banner__media-wrapper:hover {
      cursor: pointer; }
      .section__image-with-text-2 .banner .banner__media-wrapper:hover .media__content-hover .content {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%); }
      .section__image-with-text-2 .banner .banner__media-wrapper:hover .media__content-hover::before {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
        background: rgba(0, 0, 0, 0.8); } }

@media (min-width: 1366px) {
  .section__image-with-text-2 .banner {
    --grid-item-offset: 48px;
    padding-top: 20px;
    padding-bottom: 20px; }
    .section__image-with-text-2 .banner__box {
      padding: clamp(24px, 3.5vw, 40px); }
      .section__image-with-text-2 .banner__box--left {
        padding-left: 16px !important; }
      .section__image-with-text-2 .banner__box--right {
        padding-right: 16px !important; }
    .section__image-with-text-2 .banner__caption {
      margin-bottom: 8px;
      font-size: 16px; }
    .section__image-with-text-2 .banner__heading {
      font-size: 40px; }
      .section__image-with-text-2 .banner__heading + .banner__description {
        margin-top: 16px;
        font-size: 16px; }
      .section__image-with-text-2 .banner__heading + .banner__buttons {
        margin-top: 40px; }
    .section__image-with-text-2 .banner__description + .banner__buttons {
      margin-top: 40px; }
    .section__image-with-text-2 .banner.banner--right {
      flex-direction: row-reverse; }
    .section__image-with-text-2 .banner .banner__media .grid {
      --grid-item-offset: 32px; } }

.section__products-pick-list .banner {
  position: relative;
  margin: 0px;
  max-width: 100%; }
  .section__products-pick-list .banner__media {
    position: relative;
    transform-box: fill-box; }
    .section__products-pick-list .banner__media-wrapper {
      display: block;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
      border: var(--media-border-width, 0px) solid;
      border-radius: 0.71429rem; }
      .section__products-pick-list .banner__media-wrapper:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 0.71429rem;
        pointer-events: none;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.76) 100%); }
  .section__products-pick-list .banner__content {
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    overflow: hidden;
    color: #fff; }
  .section__products-pick-list .banner__box {
    --box-radius: var(--item-radius);
    position: relative;
    white-space: normal;
    display: flex;
    height: 100%; }
    .section__products-pick-list .banner__box--top {
      align-items: flex-start; }
    .section__products-pick-list .banner__box--middle {
      align-items: center; }
    .section__products-pick-list .banner__box--bottom {
      align-items: flex-end; }
    .section__products-pick-list .banner__box--left {
      justify-content: flex-start; }
    .section__products-pick-list .banner__box--center {
      justify-content: center; }
    .section__products-pick-list .banner__box--right {
      justify-content: flex-end; }
  .section__products-pick-list .banner__caption {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 8px; }
  .section__products-pick-list .banner__heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    color: currentColor;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.1); }
    .section__products-pick-list .banner__heading + .banner__description {
      margin-top: 8px; }
    .section__products-pick-list .banner__heading + .banner__buttons {
      margin-top: 16px; }
  .section__products-pick-list .banner__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0; }
    .section__products-pick-list .banner__description p {
      margin-top: 0;
      margin-bottom: 0; }
    .section__products-pick-list .banner__description + .banner__buttons {
      margin-top: 16px; }
  .section__products-pick-list .banner__buttons .button {
    text-transform: capitalize;
    color: #000;
    background: #fff;
    border-color: #fff; }
    .section__products-pick-list .banner__buttons .button svg {
      color: #fff;
      background: #000; }
    .section__products-pick-list .banner__buttons .button:hover {
      color: #000;
      background: #fff;
      border-color: #fff; }
      .section__products-pick-list .banner__buttons .button:hover svg {
        color: #fff;
        background: #004ECA; }
    .section__products-pick-list .banner__buttons .button:active {
      color: #000;
      background: #fff;
      border-color: #fff; }
      .section__products-pick-list .banner__buttons .button:active svg {
        color: #fff;
        background: #004ECA; }
    .section__products-pick-list .banner__buttons .button:focus {
      color: #000;
      background: #fff;
      border-color: #fff; }
      .section__products-pick-list .banner__buttons .button:focus svg {
        color: #fff;
        background: #004ECA; }
  .section__products-pick-list .banner::before, .section__products-pick-list .banner::after {
    content: none; }

@media (max-width: 1032px) {
  .section__products-pick-list .banner {
    row-gap: 24px; } }

@media (min-width: 750px) {
  .section__products-pick-list .banner__box {
    padding: 24px; }
  .section__products-pick-list .banner__heading {
    font-size: 36px; }
    .section__products-pick-list .banner__heading + .banner__buttons {
      margin-top: 20px; }
  .section__products-pick-list .banner__description + .banner__buttons {
    margin-top: 20px; } }

@media (min-width: 1033px) {
  .section__products-pick-list .grid--end {
    flex-direction: row-reverse; }
  .section__products-pick-list .banner {
    position: sticky;
    top: 0; }
    .section__products-pick-list .banner__box {
      padding: clamp(24px, 3.5vw, 30px); }
      .section__products-pick-list .banner__box-wrapper {
        display: inline-block;
        max-width: 490px; }
    .section__products-pick-list .banner__heading {
      font-size: 40px; }
      .section__products-pick-list .banner__heading + .banner__description {
        margin-top: 16px; }
      .section__products-pick-list .banner__heading + .banner__buttons {
        margin-top: 24px; }
    .section__products-pick-list .banner__description + .banner__buttons {
      margin-top: 24px; }
    .section__products-pick-list .banner.banner--right {
      flex-direction: row-reverse; }
  .section__products-pick-list .products-grid {
    position: sticky;
    top: 0; } }

@media (min-width: 1366px) {
  .section__products-pick-list .grid {
    --grid-item-offset: 32px; }
  .section__products-pick-list .contains-card {
    --grid-item-offset: 16px; }
  .section__products-pick-list .banner__box {
    padding: clamp(24px, 3.5vw, 40px); }
    .section__products-pick-list .banner__box-wrapper {
      max-width: 647px; }
  .section__products-pick-list .banner__heading {
    font-size: 48px; }
    .section__products-pick-list .banner__heading + .banner__buttons {
      margin-top: 32px; }
  .section__products-pick-list .banner__description + .banner__buttons {
    margin-top: 32px; } }

.section__image-banner .banner {
  position: relative;
  margin: 0px;
  max-width: 100%; }
  .section__image-banner .banner__media {
    position: relative; }
    .section__image-banner .banner__media-wrapper {
      --media-radius: var(--item-radius);
      display: block;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
      border: var(--media-border-width, 0px) solid;
      border-radius: var(--media-radius, 0); }
      .section__image-banner .banner__media-wrapper:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: var(--media-radius);
        pointer-events: none; }
    .section__image-banner .banner__media .media--custom {
      --ratio: min(var(--max-height, var(--ratio-mobile)), var(--ratio-mobile));
      padding-bottom: max(var(--min-height, var(--ratio)), var(--ratio)); }
  .section__image-banner .banner__content {
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    padding: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color); }
  .section__image-banner .banner__box {
    --box-radius: var(--item-radius);
    position: relative;
    white-space: normal;
    box-sizing: border-box;
    display: inline-flex; }
    .section__image-banner .banner__box-wrapper {
      flex: 1 1 auto;
      width: 100%; }
    .section__image-banner .banner__box--textboxes {
      padding: 24px 16px;
      background: var(--box-background-color);
      color: var(--box-text-color);
      overflow: hidden;
      box-sizing: border-box;
      border-width: var(--box-border-thickness, 0px);
      border-style: var(--box-border-style);
      border-color: var(--box-border-color);
      border-radius: var(--box-radius, 0); }
      .section__image-banner .banner__box--textboxes:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: var(--box-radius);
        pointer-events: none; }
  .section__image-banner .banner__caption {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 8px; }
  .section__image-banner .banner__heading {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    color: white; }
    .section__image-banner .banner__heading + .banner__description {
      margin-top: 10px; }
    .section__image-banner .banner__heading + .banner__buttons {
      margin-top: 16px; }
  .section__image-banner .banner__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0; }
    .section__image-banner .banner__description p {
      margin-top: 0;
      margin-bottom: 0; }
    .section__image-banner .banner__description + .banner__buttons {
      margin-top: 16px; }
  .section__image-banner .banner::before, .section__image-banner .banner::after {
    content: none; }

@media (max-width: 749px) {
  .section__image-banner .banner__buttons .button {
    min-height: 38px;
    font-size: 14px;
    padding: 0 31px; }
  .pro-customer-service .section__image-banner .banner__heading + .banner__description {
    margin-top: 10px; } }

@media (min-width: 750px) {
  .section__image-banner .banner__media .media--custom {
    --ratio: min(var(--max-height, var(--ratio-desktop)), var(--ratio-desktop));
    padding-bottom: max(var(--min-height, var(--ratio)), var(--ratio)); }
  .section__image-banner .banner__content--top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .section__image-banner .banner__content--top-center {
    align-items: flex-start;
    justify-content: center; }
  .section__image-banner .banner__content--top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .section__image-banner .banner__content--middle-left {
    align-items: center;
    justify-content: flex-start; }
  .section__image-banner .banner__content--middle-center {
    align-items: center;
    justify-content: center; }
  .section__image-banner .banner__content--middle-right {
    align-items: center;
    justify-content: flex-end; }
  .section__image-banner .banner__content--bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .section__image-banner .banner__content--bottom-center {
    align-items: flex-end;
    justify-content: center; }
  .section__image-banner .banner__content--bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .section__image-banner .banner__content--top-left, .section__image-banner .banner__content--middle-left, .section__image-banner .banner__content--bottom-left {
    padding-left: clamp(40px, calc((100% - 1548px) / 2), 100%); }
  .section__image-banner .banner__content--top-right, .section__image-banner .banner__content--middle-right, .section__image-banner .banner__content--bottom-right {
    padding-right: clamp(40px, calc((100% - 1548px) / 2), 100%); }
  .section__image-banner .banner__heading {
    font-size: 36px; }
    .section__image-banner .banner__heading + .banner__buttons {
      margin-top: 20px; }
  .section__image-banner .banner__description {
    font-size: 14px; }
    .section__image-banner .banner__description + .banner__buttons {
      margin-top: 20px; } }

@media (min-width: 1033px) {
  .section__image-banner .banner__box-wrapper {
    display: inline-block;
    max-width: 660px; }
    .pro-customer-service .section__image-banner .banner__box-wrapper .banner__description {
      max-width: 636px; }
  .section__image-banner .banner__heading {
    font-size: 40px; }
    .section__image-banner .banner__heading + .banner__description {
      margin-top: 16px; }
    .section__image-banner .banner__heading + .banner__buttons {
      margin-top: 24px; }
  .section__image-banner .banner__description {
    font-size: 16px; }
    .section__image-banner .banner__description + .banner__buttons {
      margin-top: 24px; }
  .our-team .section__image-banner.section__style-3 .banner__description {
    font-size: 20px; } }

@media (min-width: 1033px) {
  .section__image-banner .banner__caption {
    font-size: 16px; }
  .section__image-banner .banner__heading {
    font-size: 48px; }
    .section__image-banner .banner__heading + .banner__description {
      margin-top: 16px; }
    .section__image-banner .banner__heading + .banner__buttons {
      margin-top: 32px; }
  .section__image-banner .banner__description {
    font-size: 18px; }
    .section__image-banner .banner__description + .banner__buttons {
      margin-top: 32px; } }

.section__image-banner.section__style-2 .banner__heading {
  font-size: 36px; }

@media (min-width: 1033px) {
  .section__image-banner.section__style-2 .banner__heading {
    font-size: 70px; } }

.section__image-banner.section__style-3 .banner__caption {
  font-size: 16px; }

.section__image-banner.section__style-3 .banner__heading {
  font-size: 36px; }
  .section__image-banner.section__style-3 .banner__heading + .banner__description {
    margin-top: 16px; }

.section__image-banner.section__style-3 .banner__description {
  font-size: 18px; }

@media (min-width: 1033px) {
  .section__image-banner.section__style-3 .banner__heading {
    font-size: 70px; }
    .section__image-banner.section__style-3 .banner__heading + .banner__description {
      margin-top: 32px; }
  .section__image-banner.section__style-3 .banner__box-wrapper {
    max-width: 776px; } }

.section__meet-our-team .container-sx {
  max-width: 1187px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 750px) {
    .section__meet-our-team .container-sx {
      padding: 0 16px; } }
  @media screen and (min-width: 1033px) {
    .section__meet-our-team .container-sx {
      max-width: 1275px;
      padding: 0 40px; } }

.section__meet-our-team .meet-our-team {
  --grid-item-offset: 16px;
  justify-content: center; }
  .section__meet-our-team .meet-our-team .member-wrapper {
    position: relative;
    transition: all .3s ease;
    overflow: hidden; }
    .section__meet-our-team .meet-our-team .member-wrapper::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
      z-index: 1;
      transform: scaleY(0.3);
      transform-origin: bottom;
      transition: transform 0.3s ease, opacity .3s ease, visibility .3s ease;
      pointer-events: none; }
    .section__meet-our-team .meet-our-team .member-wrapper:hover .member__info, .section__meet-our-team .meet-our-team .member-wrapper:focus .member__info {
      top: 0; }
    .section__meet-our-team .meet-our-team .member-wrapper:hover::before, .section__meet-our-team .meet-our-team .member-wrapper:focus::before {
      opacity: 1;
      visibility: visible;
      transform: scaleY(1);
      background: rgba(0, 0, 0, 0.8); }
    .section__meet-our-team .meet-our-team .member-wrapper:hover .member__description, .section__meet-our-team .meet-our-team .member-wrapper:focus .member__description {
      opacity: 1;
      visibility: visible;
      height: inherit; }
    .section__meet-our-team .meet-our-team .member-wrapper:hover .banner__buttons, .section__meet-our-team .meet-our-team .member-wrapper:focus .banner__buttons {
      opacity: 1;
      visibility: visible;
      height: inherit; }
  .section__meet-our-team .meet-our-team .member__media {
    overflow: hidden; }
    .section__meet-our-team .meet-our-team .member__media img:hover {
      cursor: pointer; }
  .section__meet-our-team .meet-our-team .member__info {
    padding: 16px;
    position: absolute;
    bottom: 0;
    width: 100%;
    top: calc(100% - 69px);
    bottom: 0;
    left: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.4s ease;
    z-index: 2; }
    .section__meet-our-team .meet-our-team .member__info .member__name {
      margin: 0;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase; }
    .section__meet-our-team .meet-our-team .member__info .member__position {
      font-family: "Oswald", Arial, Helvetica, sans-serif;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 500; }
    .section__meet-our-team .meet-our-team .member__info .member__description {
      margin-top: 8px;
      font-size: 13px;
      font-weight: 600;
      overflow: hidden;
      opacity: 0;
      visibility: hidden; }
    .section__meet-our-team .meet-our-team .member__info .banner__buttons {
      margin-top: 8px;
      overflow: hidden;
      opacity: 0;
      visibility: hidden; }
      .section__meet-our-team .meet-our-team .member__info .banner__buttons a {
        display: flex;
        justify-content: center;
        gap: 2px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: 600; }
        .section__meet-our-team .meet-our-team .member__info .banner__buttons a > span {
          --text-decoration-thickness: 1px;
          display: inline;
          transition: background-size ease-in-out 0.3s;
          background-color: transparent;
          background-image: linear-gradient(currentColor, currentColor);
          background-position: 0 100%;
          background-repeat: no-repeat;
          background-size: 0 var(--text-decoration-thickness); }
        .section__meet-our-team .meet-our-team .member__info .banner__buttons a:hover > span, .section__meet-our-team .meet-our-team .member__info .banner__buttons a:focus-visible > span {
          background-size: 100% var(--text-decoration-thickness); }
        .section__meet-our-team .meet-our-team .member__info .banner__buttons a svg {
          width: 12px;
          height: 12px;
          fill: #fff; }
  @media screen and (min-width: 1033px) {
    .section__meet-our-team .meet-our-team {
      --grid-item-offset: 31.5px; }
      .section__meet-our-team .meet-our-team .member:hover::before, .section__meet-our-team .meet-our-team .member:focus::before {
        background-position: 73px; }
      .section__meet-our-team .meet-our-team .member__info {
        top: calc(100% - 73px); }
        .section__meet-our-team .meet-our-team .member__info .member__name {
          font-size: 18px; }
        .section__meet-our-team .meet-our-team .member__info .member__position {
          font-size: 14px; }
        .section__meet-our-team .meet-our-team .member__info .member__description {
          font-size: 14px; } }

.section__info-with-icons {
  padding-top: 32px;
  padding-bottom: 32px; }
  @media (min-width: 1033px) {
    .section__info-with-icons {
      padding-top: 32px;
      padding-bottom: 60px; } }
  .section__info-with-icons .card-wrapper {
    padding: 16px;
    background-color: #F2F2F2;
    border-radius: 10px;
    height: 100%; }
    @media (min-width: 1033px) {
      .section__info-with-icons .card-wrapper {
        padding: 24px 48px; } }
  .section__info-with-icons .card {
    margin-bottom: 0; }
  .section__info-with-icons .card__heading {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (min-width: 1033px) {
      .section__info-with-icons .card__heading {
        font-size: 28px; } }
  .section__info-with-icons .card__text {
    color: #000; }
  .section__info-with-icons .card__text p {
    font-size: 16px;
    margin-bottom: 16px;
    color: currentColor; }
    @media (min-width: 1033px) {
      .section__info-with-icons .card__text p {
        font-size: 18px; } }
  .section__info-with-icons .card__action {
    display: flex;
    gap: 16px;
    margin-top: auto; }
  .section__info-with-icons .card__link {
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-transform: uppercase; }
    @media (min-width: 1033px) {
      .section__info-with-icons .card__link {
        gap: 7px; } }
    .section__info-with-icons .card__link svg,
    .section__info-with-icons .card__link img {
      width: 24px;
      height: auto; }
    .section__info-with-icons .card__link:hover {
      color: #A12B2B; }
  @media (min-width: 1033px) {
    .page-type--cart .section__info-with-icons .card__action {
      column-gap: 40px; } }

.section__slideshow .slideshow-wrapper {
  position: relative; }

.section__slideshow .slideshow {
  display: block;
  margin: 0; }
  .section__slideshow .slideshow:not(.slick-initialized) {
    white-space: nowrap;
    overflow: hidden; }
    .section__slideshow .slideshow:not(.slick-initialized) .slideshow__item {
      display: inline-block;
      vertical-align: top;
      width: 100%; }

.section__slideshow .slideshow-peek {
  display: block;
  position: absolute;
  inset: 16px;
  padding: 3px;
  inset-block-start: auto;
  background: #fff;
  border-radius: 0.71429rem;
  overflow: hidden;
  transition: transform ease-out 300ms; }
  .section__slideshow .slideshow-peek .slideshow__item {
    transition: unset !important; }
  .section__slideshow .slideshow-peek .card {
    background: transparent;
    margin: 0;
    cursor: pointer; }
    .section__slideshow .slideshow-peek .card__inner {
      display: grid;
      grid-template-columns: repeat(2, auto);
      align-items: center;
      justify-content: flex-start;
      grid-gap: 15px; }
    .section__slideshow .slideshow-peek .card__media {
      position: relative;
      width: 128px;
      height: 86px; }
      .section__slideshow .slideshow-peek .card__media-wrapper {
        --media-radius: 7px;
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
        border: var(--media-border-width, 0px) solid;
        border-radius: var(--media-radius, 0); }
        .section__slideshow .slideshow-peek .card__media-wrapper:after {
          content: "";
          position: absolute;
          inset: 0;
          border-radius: var(--media-radius);
          pointer-events: none; }
    .section__slideshow .slideshow-peek .card .card__heading {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: 0.25px;
      color: currentColor;
      margin-top: 0;
      margin-bottom: 0; }
      .section__slideshow .slideshow-peek .card .card__heading + .card__text {
        margin-top: 8px; }
      .section__slideshow .slideshow-peek .card .card__heading + .card__buttons {
        margin-top: 8px; }
  .section__slideshow .slideshow-peek:hover {
    transform: scale(1.045); }

.section__slideshow .banner {
  position: relative;
  margin: 0px;
  max-width: 100%; }
  .section__slideshow .banner__media {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    height: 56.25vw;
    max-height: 100vh;
    transition: height 0.3s ease; }
    .section__slideshow .banner__media-wrapper {
      --media-radius: var(--item-radius);
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
      border: var(--media-border-width, 0px) solid;
      border-radius: var(--media-radius, 0); }
      .section__slideshow .banner__media-wrapper:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: var(--media-radius);
        pointer-events: none; }
  .section__slideshow .banner__content {
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    padding: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
  .section__slideshow .banner__box {
    --box-radius: var(--item-radius);
    position: relative;
    white-space: normal;
    box-sizing: border-box;
    display: inline-flex; }
    .section__slideshow .banner__box-wrapper {
      flex: 1 1 auto;
      width: 100%; }
    .section__slideshow .banner__box--textboxes {
      padding: 24px 16px;
      background: var(--box-background-color);
      color: var(--box-text-color);
      overflow: hidden;
      box-sizing: border-box;
      border-width: var(--box-border-thickness, 0px);
      border-style: var(--box-border-style);
      border-color: var(--box-border-color);
      border-radius: var(--box-radius, 0); }
      .section__slideshow .banner__box--textboxes:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: var(--box-radius);
        pointer-events: none; }
  .section__slideshow .banner__caption {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25); }
  .section__slideshow .banner__heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    color: currentColor;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.1); }
    .section__slideshow .banner__heading + .banner__description {
      margin-top: 16px; }
    .section__slideshow .banner__heading + .banner__buttons {
      margin-top: 16px; }
  .section__slideshow .banner__description {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.25px; }
    .section__slideshow .banner__description p {
      margin-top: 0;
      margin-bottom: 0; }
    .section__slideshow .banner__description + .banner__buttons {
      margin-top: 16px; }
  .section__slideshow .banner__buttons .button {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    background: #A12B2B;
    border-color: #A12B2B;
    padding: 12px 25px; }
    .section__slideshow .banner__buttons .button svg {
      color: #fff;
      background: #000; }
    .section__slideshow .banner__buttons .button:hover {
      color: #fff;
      background: #7E1F1F;
      border-color: #7E1F1F; }
      .section__slideshow .banner__buttons .button:hover svg {
        color: #fff;
        background: #7E1F1F; }
    .section__slideshow .banner__buttons .button:active {
      color: #fff;
      background: #7E1F1F;
      border-color: #7E1F1F; }
      .section__slideshow .banner__buttons .button:active svg {
        color: #fff;
        background: #7E1F1F; }
    .section__slideshow .banner__buttons .button:focus {
      color: #fff;
      background: #7E1F1F;
      border-color: #7E1F1F; }
      .section__slideshow .banner__buttons .button:focus svg {
        color: #fff;
        background: #7E1F1F; }
  .section__slideshow .banner::before, .section__slideshow .banner::after {
    content: none; }

.section__slideshow .slick-prev {
  left: 8px; }

.section__slideshow .slick-next {
  right: 8px; }

.section__slideshow .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 40px;
  padding: 8px; }
  .section__slideshow .slick-dots li {
    line-height: 0; }
    .section__slideshow .slick-dots li button {
      height: 0.71429rem;
      width: 0.71429rem; }
      .section__slideshow .slick-dots li button::before {
        background: #fff !important;
        opacity: 1; }
    .section__slideshow .slick-dots li.slick-active button {
      width: 3.42857rem;
      height: 0.71429rem; }

@media (max-width: 1365px) {
  .section__slideshow .banner__box-wrapper {
    max-width: 440px !important; } }

@media (max-width: 749px) {
  .section__slideshow .slideshow-peek .card__media {
    width: 169px; }
  .section__slideshow .banner__media {
    height: auto; }
    .section__slideshow .banner__media .media {
      position: relative;
      inset: unset;
      padding-bottom: 100%;
      height: auto; }
  .section__slideshow .banner__content {
    color: #fff; }
  .section__slideshow .banner__box {
    padding-bottom: 40px; }
  .section__slideshow .banner__heading {
    padding: 0 10px; }
  .section__slideshow .banner__buttons .button {
    font-size: 14px;
    padding: 7px 30px 7px;
    min-height: 38px; }
  .section__slideshow .slick-arrow {
    display: none !important; }
  .section__slideshow .slick-dots {
    top: auto;
    bottom: 16px;
    padding: 8px 10px; }
    .section__slideshow .slick-dots li button {
      height: 0.57143rem;
      width: 0.57143rem; }
    .section__slideshow .slick-dots li.slick-active button {
      width: 3.42857rem;
      height: 0.57143rem; } }

@media (min-width: 551px) {
  .section__slideshow .banner__media {
    max-height: 27.85714rem; } }

@media (min-width: 750px) {
  .section__slideshow .slideshow-peek {
    inset-inline-start: auto;
    width: 314px;
    height: 92px;
    min-width: unset; }
    .section__slideshow .slideshow-peek .card .card__heading {
      font-size: 16px; }
  .section__slideshow .banner__media {
    max-height: 42.85714rem; }
  .section__slideshow .banner__content {
    color: #fff; }
    .section__slideshow .banner__content--top-left {
      align-items: flex-start;
      justify-content: flex-start; }
    .section__slideshow .banner__content--top-center {
      align-items: flex-start;
      justify-content: center; }
    .section__slideshow .banner__content--top-right {
      align-items: flex-start;
      justify-content: flex-end; }
    .section__slideshow .banner__content--middle-left {
      align-items: center;
      justify-content: flex-start; }
    .section__slideshow .banner__content--middle-center {
      align-items: center;
      justify-content: center; }
    .section__slideshow .banner__content--middle-right {
      align-items: center;
      justify-content: flex-end; }
    .section__slideshow .banner__content--bottom-left {
      align-items: flex-end;
      justify-content: flex-start; }
    .section__slideshow .banner__content--bottom-center {
      align-items: flex-end;
      justify-content: center; }
    .section__slideshow .banner__content--bottom-right {
      align-items: flex-end;
      justify-content: flex-end; }
    .section__slideshow .banner__content--top-left, .section__slideshow .banner__content--middle-left, .section__slideshow .banner__content--bottom-left {
      padding-left: clamp(40px, calc((100% - 1564px) / 2), 100%); }
    .section__slideshow .banner__content--top-right, .section__slideshow .banner__content--middle-right, .section__slideshow .banner__content--bottom-right {
      padding-right: clamp(40px, calc((100% - 1564px) / 2), 100%); }
  .section__slideshow .banner__caption {
    font-size: 14px;
    margin-bottom: 12px; }
  .section__slideshow .banner__heading {
    font-size: 36px; }
    .section__slideshow .banner__heading + .banner__description {
      margin-top: 12px; }
    .section__slideshow .banner__heading + .banner__buttons {
      margin-top: 20px; }
  .section__slideshow .banner__description {
    font-size: 22px; }
    .section__slideshow .banner__description + .banner__buttons {
      margin-top: 20px; }
  .section__slideshow .slick-dots {
    bottom: 32px; } }

@media (min-width: 1033px) {
  .section__slideshow .banner__media {
    max-height: 52.85714rem; }
  .section__slideshow .banner__box-wrapper {
    display: inline-block;
    max-width: 800px; }
  .section__slideshow .banner__caption {
    font-size: 16px;
    margin-bottom: 16px; }
  .section__slideshow .banner__heading {
    font-size: 40px; }
    .section__slideshow .banner__heading + .banner__description {
      margin-top: 24px; }
    .section__slideshow .banner__heading + .banner__buttons {
      margin-top: 32px; }
  .section__slideshow .banner__description {
    font-size: 32px; }
    .section__slideshow .banner__description + .banner__buttons {
      margin-top: 24px; } }

@media (min-width: 1366px) {
  .section__slideshow .banner__heading {
    font-size: 70px; }
  .section__slideshow .slick-arrow {
    height: 4rem;
    width: 4rem;
    padding: 16px; }
  .section__slideshow .slick-prev {
    left: 40px; }
  .section__slideshow .slick-next {
    right: 40px; } }

@media (min-width: 1600px) {
  .section__slideshow .banner__content--top-left, .section__slideshow .banner__content--middle-left, .section__slideshow .banner__content--bottom-left {
    padding-left: clamp(60px, calc((100% - 1564px) / 2), 100%); }
  .section__slideshow .banner__content--top-right, .section__slideshow .banner__content--middle-right, .section__slideshow .banner__content--bottom-right {
    padding-right: clamp(60px, calc((100% - 1564px) / 2), 100%); } }

.section__icon-with-text {
  padding: 16px 0; }
  .section__icon-with-text.custom-style .section__header-heading {
    font-size: 24px;
    font-weight: 600; }
  .section__icon-with-text.custom-style .card .card__heading {
    color: #000; }
  .section__icon-with-text.custom-style .card .card__text {
    color: #474747;
    line-height: 1.5;
    min-height: 42px; }
  .section__icon-with-text.custom-style .card__content {
    gap: 10px;
    align-items: center; }
  .section__icon-with-text .icon-with-text {
    --gap-mobile: 16px;
    --gap-desktop: 34px; }
    @media (min-width: 1279px) and (max-width: 1320px) {
      .section__icon-with-text .icon-with-text {
        --gap-desktop: 16px; } }
  .section__icon-with-text .card {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 0; }
    .section__icon-with-text .card__content {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: nowrap;
      flex-direction: row;
      padding: 0;
      gap: 16px;
      color: #fff; }
    .section__icon-with-text .card__icon {
      line-height: 0;
      font-size: 0;
      overflow: hidden;
      width: 48px;
      flex-shrink: 0; }
      .section__icon-with-text .card__icon .media-wrapper {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        box-sizing: border-box; }
        .section__icon-with-text .card__icon .media-wrapper .media--circle {
          border-radius: 40%; }
    .section__icon-with-text .card__information {
      flex-grow: 1; }
    .section__icon-with-text .card .card__heading {
      font-family: "Oswald", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.2;
      color: currentColor;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 0; }
      .section__icon-with-text .card .card__heading a {
        text-decoration: none;
        color: currentColor; }
      .section__icon-with-text .card .card__heading + .card__text {
        margin-top: 0; }
      .section__icon-with-text .card .card__heading + .card__buttons {
        margin-top: 4px; }
    .section__icon-with-text .card .card__text {
      font-size: 14px;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0;
      color: currentColor;
      margin-top: 0;
      margin-bottom: 0; }
      .section__icon-with-text .card .card__text p {
        margin-bottom: 0; }
      .section__icon-with-text .card .card__text + .card__buttons {
        margin-top: 4px; }
  @media (max-width: 1279px) {
    .section__icon-with-text.custom-style .section__header-heading {
      text-align: center;
      margin-bottom: 30px; } }
  @media (max-width: 1032px) {
    .section__icon-with-text.custom-style {
      display: none; }
    .section__icon-with-text .container {
      padding: 0; }
    .section__icon-with-text .icon-with-text {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      gap: var(--gap-mobile);
      scroll-snap-type: x mandatory;
      scroll-padding-left: 40px;
      scroll-padding-right: 40px;
      -webkit-overflow-scrolling: touch;
      padding: 0 40px 0;
      scrollbar-width: none; }
      .section__icon-with-text .icon-with-text::-webkit-scrollbar {
        display: none; }
      .section__icon-with-text .icon-with-text .icon-with-text__item {
        flex: 0 0 auto;
        width: calc(30% - var(--grid-item-offset) / 2) !important;
        scroll-snap-align: start; }
    .section__icon-with-text .card .card__text {
      display: none; }
    .section__icon-with-text .card .card__heading {
      line-height: 1.5;
      display: none; }
      .section__icon-with-text .card .card__heading.card__heading--mobile {
        display: inline-block; }
    .section__icon-with-text .card__content {
      gap: 10px; } }
  @media (max-width: 991px) {
    .section__icon-with-text .icon-with-text .icon-with-text__item {
      width: calc(40% - var(--grid-item-offset) / 2) !important; } }
  @media (max-width: 749px) {
    .section__icon-with-text .icon-with-text {
      scroll-padding-left: 16px;
      scroll-padding-right: 16px;
      padding: 0 16px 0; }
      .section__icon-with-text .icon-with-text .icon-with-text__item {
        width: 161px !important; } }
  @media (min-width: 1033px) {
    .section__icon-with-text {
      padding: 32px 0; }
      .section__icon-with-text.custom-style {
        padding: 30px 0; }
        .section__icon-with-text.custom-style .section__header {
          margin-bottom: 0; }
        .section__icon-with-text.custom-style .card .card__heading {
          font-size: 18px;
          margin-bottom: 4px; }
      .section__icon-with-text .card__icon {
        width: 48px; }
      .section__icon-with-text .card .card__heading {
        font-size: 16px;
        margin-bottom: 6px; }
        .section__icon-with-text .card .card__heading.card__heading--mobile {
          display: none; }
      .section__icon-with-text .card .card__text + .card__buttons {
        margin-top: 8px; } }
  @media (min-width: 1280px) {
    .section__icon-with-text.custom-style .page-width {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 34px; }
      .section__icon-with-text.custom-style .page-width .section__header {
        width: 341px;
        border-right: 1px solid #C2C2C2;
        flex-shrink: 0; }
      .section__icon-with-text.custom-style .page-width .section__main {
        width: calc(100% - 341px); } }

.section__icon-with-text-2 {
  padding: 40px 0; }
  .section__icon-with-text-2 .section__header .section__header-text p {
    font-size: 14px; }
  .section__icon-with-text-2 .icon-with-text {
    --gap-mobile: 16px;
    --gap-desktop: 16px; }
  .section__icon-with-text-2 .card {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 0;
    padding: 0 24px;
    background: transparent;
    min-height: 155px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section__icon-with-text-2 .card .card__inner {
      width: 100%;
      text-align: center; }
    .section__icon-with-text-2 .card a {
      text-decoration: none; }
    .section__icon-with-text-2 .card a:hover {
      color: currentColor; }
    .section__icon-with-text-2 .card__content {
      flex-grow: 1;
      padding: 0; }
    .section__icon-with-text-2 .card__icon {
      display: inline-block;
      line-height: 0;
      font-size: 0;
      overflow: hidden;
      width: 60px;
      height: 60px;
      flex-shrink: 0;
      margin-bottom: 16px;
      border-radius: 50%;
      background-color: #A12B2B; }
      .section__icon-with-text-2 .card__icon .media-wrapper {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        box-sizing: border-box; }
        .section__icon-with-text-2 .card__icon .media-wrapper svg {
          padding: 15px; }
    .section__icon-with-text-2 .card .card__heading {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.5;
      letter-spacing: 0;
      color: #333;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 0; }
      .section__icon-with-text-2 .card .card__heading a {
        text-decoration: none;
        color: currentColor; }
      .section__icon-with-text-2 .card .card__heading + .card__text {
        margin-top: 10px; }
      .section__icon-with-text-2 .card .card__heading + .card__buttons {
        margin-top: 4px; }
    .section__icon-with-text-2 .card .card__text {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2;
      letter-spacing: 0;
      color: #474747;
      margin-top: 0;
      margin-bottom: 0; }
      .section__icon-with-text-2 .card .card__text p {
        margin-bottom: 16px;
        line-height: 1.2; }
        .section__icon-with-text-2 .card .card__text p:last-child {
          margin-bottom: 0; }
      .section__icon-with-text-2 .card .card__text + .card__buttons {
        margin-top: 4px; }
  @media (max-width: 1500px) {
    .section__icon-with-text-2 .card {
      padding: 0; } }
  @media (max-width: 991px) {
    .section__icon-with-text-2 .container {
      padding: 0; }
    .section__icon-with-text-2 .section__header {
      padding: 0 40px; }
    .section__icon-with-text-2 .icon-with-text {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      gap: var(--gap-mobile);
      scroll-snap-type: x mandatory;
      scroll-padding-left: 40px;
      scroll-padding-right: 40px;
      -webkit-overflow-scrolling: touch;
      padding: 0 40px 0;
      scrollbar-width: none; }
      .section__icon-with-text-2 .icon-with-text::-webkit-scrollbar {
        display: none; }
      .section__icon-with-text-2 .icon-with-text .icon-with-text__item {
        flex: 0 0 auto;
        width: calc(28% - var(--grid-item-offset) / 2) !important;
        max-width: calc(28% - var(--grid-item-offset) / 2) !important;
        scroll-snap-align: start; }
    .section__icon-with-text-2 .card {
      align-items: flex-start; } }
  @media (max-width: 749px) {
    .section__icon-with-text-2 .section__header {
      padding: 0 16px; }
      .section__icon-with-text-2 .section__header .section__header-text p {
        font-size: 13px; }
    .section__icon-with-text-2 .card .card__heading {
      font-size: 16px; }
    .section__icon-with-text-2 .icon-with-text {
      scroll-padding-left: 16px;
      scroll-padding-right: 16px;
      padding: 0 16px 0; }
      .section__icon-with-text-2 .icon-with-text .icon-with-text__item {
        width: calc(40% - var(--grid-item-offset) / 2) !important;
        max-width: calc(40% - var(--grid-item-offset) / 2) !important; } }
  @media (min-width: 1033px) {
    .section__icon-with-text-2 {
      padding: 60px 0; }
      .section__icon-with-text-2 .card .card__content:hover .card__icon {
        background-color: #7E1F1F; }
      .section__icon-with-text-2 .card .card__content:hover .card__heading {
        color: #7E1F1F; }
      .section__icon-with-text-2 .card .card__text + .card__buttons {
        margin-top: 8px; } }
  .section__icon-with-text-2.section__style-2 .section__header .section__header-caption, .section__icon-with-text-2.section__style-3 .section__header .section__header-caption {
    font-size: 16px; }
  .section__icon-with-text-2.section__style-2 .section__header .section__header-heading, .section__icon-with-text-2.section__style-3 .section__header .section__header-heading {
    margin-bottom: 16px; }
  .section__icon-with-text-2.section__style-2 .section__header .section__header-text, .section__icon-with-text-2.section__style-3 .section__header .section__header-text {
    font-size: 14px;
    max-width: 776px;
    margin-inline: auto; }
  .section__icon-with-text-2.section__style-2 .icon-with-text, .section__icon-with-text-2.section__style-3 .icon-with-text {
    flex-direction: row;
    gap: var(--grid-item-offset);
    --grid-item-offset: var(--gap-desktop, var(--grid-base, 16px)); }
    .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item {
      flex: 1;
      max-width: calc(50% - calc(var(--grid-item-offset)/2)) !important;
      width: unset !important; }
      .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card {
        background-color: #fff;
        border-radius: 10px; }
        .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card .card__icon, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card .card__icon {
          width: 60px;
          height: 60px; }
        .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card .media-wrapper svg, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card .media-wrapper svg {
          padding: 0; }
        .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card .card__heading, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card .card__heading {
          font-size: 24px;
          font-weight: 500;
          line-height: 1.2; }
        .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card .card__text, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card .card__text {
          font-size: 16px; }
          .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card .card__text a, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card .card__text a {
            text-decoration: underline;
            text-underline-offset: 3px; }
          .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card .card__text p:has(a):hover a, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card .card__text p:has(a):hover a {
            color: #A12B2B; }
          .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card .card__text p:has(a), .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card .card__text p:has(a) {
            margin-top: 16px;
            font-weight: 600;
            color: #333; }
            .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card .card__text p:has(a) a, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card .card__text p:has(a) a {
              color: #333; }
  @media (max-width: 749px) {
    .section__icon-with-text-2.section__style-2 .section__header .section__header-caption, .section__icon-with-text-2.section__style-3 .section__header .section__header-caption {
      font-size: 14px; }
    .section__icon-with-text-2.section__style-2 .section__header .section__header-text, .section__icon-with-text-2.section__style-3 .section__header .section__header-text {
      font-size: 13px; }
    .section__icon-with-text-2.section__style-2 .icon-with-text, .section__icon-with-text-2.section__style-3 .icon-with-text {
      flex-direction: column;
      --grid-item-offset: 16px; }
      .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item {
        width: 100% !important;
        max-width: 100% !important; }
        .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card {
          padding: 16px;
          min-height: 230px; }
          .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card .card__icon, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card .card__icon {
            width: 60px;
            height: 60px; }
          .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card .card__heading, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card .card__heading {
            font-size: 18px; }
          .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card .card__text, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card .card__text {
            margin-top: 16px;
            font-size: 14px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center; }
            .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card .card__text p:has(a), .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card .card__text p:has(a) {
              margin-top: 16px;
              width: 100%; }
            .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card .card__text p:first-child:not(:has(a)), .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card .card__text p:first-child:not(:has(a)) {
              padding-right: 33px;
              position: relative; }
            .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card .card__text p:first-child:not(:has(a))::before, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card .card__text p:first-child:not(:has(a))::before {
              content: '|';
              position: absolute;
              right: 17px;
              color: #C2C2C2; }
            .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card .card__text p:has(a) a, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card .card__text p:has(a) a {
              text-decoration: underline;
              text-underline-offset: 3px; } }
  @media screen and (min-width: 750px) and (max-width: 1599px) {
    .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card-wrapper, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card-wrapper {
      height: 100%; }
    .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card {
      height: 100%;
      padding: 24px 10px;
      align-items: flex-start; }
      .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card .card__icon, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card .card__icon {
        width: 40px;
        height: 40px; }
      .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card .card__heading, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card .card__heading {
        font-size: 20px; }
      .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card .card__text p:has(a), .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card .card__text p:has(a) {
        margin-top: 10px; }
      .section__icon-with-text-2.section__style-2 .icon-with-text .icon-with-text__item .card .card__text p:has(a) a, .section__icon-with-text-2.section__style-3 .icon-with-text .icon-with-text__item .card .card__text p:has(a) a {
        white-space: nowrap; } }
  @media screen and (min-width: 1600px) {
    .section__icon-with-text-2.section__style-2 .card, .section__icon-with-text-2.section__style-3 .card {
      min-height: 300px;
      padding-top: 42px;
      padding-bottom: 42px;
      padding-inline: 30px; }
      .section__icon-with-text-2.section__style-2 .card .card__text, .section__icon-with-text-2.section__style-3 .card .card__text {
        margin-top: 16px; } }
  .section__icon-with-text-2.section__style-2.customer-service .icon-with-text {
    flex-wrap: wrap; }
    .section__icon-with-text-2.section__style-2.customer-service .icon-with-text .icon-with-text__item {
      flex: unset !important;
      width: 100% !important;
      max-width: 100% !important; }
      @media (min-width: 750px) {
        .section__icon-with-text-2.section__style-2.customer-service .icon-with-text .icon-with-text__item {
          width: calc(100% / 3 - var(--grid-item-offset)*(3 - 1) / 3) !important;
          max-width: calc(100% / 3 - var(--grid-item-offset)*(3 - 1) / 3) !important; } }
  @media (max-width: 749px) {
    .section__icon-with-text-2.section__style-2 .card .card__text p {
      margin-bottom: 0; } }
  @media (min-width: 1033px) {
    .section__icon-with-text-2.section__style-2 .card .card__content:hover .card__heading {
      color: #000; } }
  @media (min-width: 1200px) {
    .section__icon-with-text-2.section__style-2 .icon-with-text {
      --gap-desktop: 40px; }
    .page-type--page_contact_form .section__icon-with-text-2.section__style-2 .icon-with-text__item:nth-child(1) .card__text {
      margin-top: 32px; }
    .page-type--404 .section__icon-with-text-2.section__style-2 .icon-with-text__item:nth-child(2) .card__text {
      margin-top: 32px; } }
  @media (min-width: 1500px) {
    .section__icon-with-text-2.section__style-2 .icon-with-text {
      --gap-desktop: 80px; } }
  @media (min-width: 1600px) {
    .section__icon-with-text-2.section__style-2 .icon-with-text {
      padding: 0 40px; } }
  .section__icon-with-text-2.section__style-3 .icon-with-text .card {
    background-color: #F2F2F2 !important; }
  @media (max-width: 749px) {
    .section__icon-with-text-2.section__style-3 .section__header .section__header-heading {
      max-width: 70%;
      margin-inline: auto; } }
  .pro-customer-service .section__icon-with-text-2 .card {
    background: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: unset;
    padding: 27.5px 42px;
    font-size: 0; }
    .pro-customer-service .section__icon-with-text-2 .card .card__heading {
      color: #000;
      font-family: "Oswald", Arial, Helvetica, sans-serif;
      font-weight: 500;
      font-size: 24px;
      line-height: 120%;
      letter-spacing: 0.025em;
      text-transform: uppercase;
      margin: 0 0 16px; }
    .pro-customer-service .section__icon-with-text-2 .card .card__text {
      margin: 0;
      font-size: 16px;
      line-height: 150%;
      color: #000; }
      .pro-customer-service .section__icon-with-text-2 .card .card__text a {
        text-transform: uppercase; }
      .pro-customer-service .section__icon-with-text-2 .card .card__text p:last-child {
        line-height: 1.5; }
  @media (max-width: 749px) {
    .pro-customer-service .section__icon-with-text-2 .card__icon {
      margin-bottom: 10px; }
    .pro-customer-service .section__icon-with-text-2 .icon-with-text .icon-with-text__item .card {
      padding: 27.5px 18px; }
      .pro-customer-service .section__icon-with-text-2 .icon-with-text .icon-with-text__item .card .card__heading {
        font-size: 24px; }
      .pro-customer-service .section__icon-with-text-2 .icon-with-text .icon-with-text__item .card .card__text {
        margin-top: 8px; }
        .pro-customer-service .section__icon-with-text-2 .icon-with-text .icon-with-text__item .card .card__text p:first-child:not(:has(a)) {
          padding: 0; }
          .pro-customer-service .section__icon-with-text-2 .icon-with-text .icon-with-text__item .card .card__text p:first-child:not(:has(a))::before {
            content: none; }
        .pro-customer-service .section__icon-with-text-2 .icon-with-text .icon-with-text__item .card .card__text p:has(a) {
          margin-top: 10px;
          margin-bottom: 10px; } }
  @media (min-width: 1200px) {
    .pro-customer-service .section__icon-with-text-2 .icon-with-text {
      row-gap: 32px; } }
  @media (min-width: 1600px) {
    .pro-customer-service .section__icon-with-text-2 .icon-with-text {
      padding-left: 39.5px;
      padding-right: 39.5px; } }

.page.page--404 .section__icon-with-text-2 .card .card__text {
  color: #000; }

@media (min-width: 1033px) {
  .page.page--404 .section__icon-with-text-2 .card .card__content:hover .card__heading {
    color: inherit; } }

.hero-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
  background: #000716;
  display: flex;
  align-items: center;
  padding: clamp(24px, 4vw, 64px) 0;
  min-height: var(--hero-min-h-desktop, clamp(280px, 30vw, 560px)); }
  .hero-banner__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .hero-banner__media--desktop {
    display: block; }
  .hero-banner__media--mobile {
    display: none; }
  .hero-banner__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex; }
  .hero-banner__content {
    width: 100%;
    max-width: 650px;
    color: #fff; }
    .hero-banner__content:has(.hero-banner__desc) .hero-banner__title {
      margin: 0 0 16px; }
    .hero-banner__content h1,
    .hero-banner__content h2,
    .hero-banner__content h3,
    .hero-banner__content h4,
    .hero-banner__content h5,
    .hero-banner__content h6 {
      color: #fff; }
  .hero-banner__kicker {
    margin: 0 0 8px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase; }
  .hero-banner__title {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin: 0; }
  .hero-banner__desc {
    margin: 0;
    font-size: 18px;
    line-height: 150%;
    max-width: 640px;
    color: rgba(255, 255, 255, 0.92); }
  .hero-banner--with-gradient::before, .hero-banner--with-gradient-mobile::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(270deg, rgba(0, 7, 26, 0) 47.74%, rgba(0, 7, 26, 0.01) 58.19%, rgba(0, 7, 26, 0.8) 100%); }
  .hero-banner--left .hero-banner__container {
    justify-content: flex-start; }
  .hero-banner--left .hero-banner__content {
    text-align: left; }
  .hero-banner--center .hero-banner__container {
    justify-content: center; }
  .hero-banner--center .hero-banner__content {
    text-align: center; }
  .hero-banner--right .hero-banner__container {
    justify-content: flex-end; }
  .hero-banner--right .hero-banner__content {
    text-align: right; }

@media (max-width: 900px) {
  .hero-banner {
    padding: 28px 0;
    min-height: var(--hero-min-h-mobile, 390px); }
    .hero-banner__media--desktop {
      display: none; }
    .hero-banner__media--mobile {
      display: block; }
    .hero-banner__container {
      padding: 0 18px;
      justify-content: center; }
    .hero-banner__content {
      text-align: center; }
      .hero-banner__content:has(.hero-banner__desc) .hero-banner__title {
        margin: 0 0 8px; }
    .hero-banner__kicker {
      font-size: 14px;
      margin-bottom: 8px; }
    .hero-banner__title {
      font-size: 32px;
      letter-spacing: 0.02em; }
    .hero-banner__desc {
      font-size: 14px; }
  .hero-banner--left .hero-banner__container,
  .hero-banner--center .hero-banner__container,
  .hero-banner--right .hero-banner__container {
    justify-content: center; }
  .hero-banner--left .hero-banner__content,
  .hero-banner--center .hero-banner__content,
  .hero-banner--right .hero-banner__content {
    text-align: center; }
  .hero-banner--with-gradient::before {
    display: none; }
  .hero-banner--with-gradient-mobile::before {
    display: block; }
  .hero-banner:not(.hero-banner--with-gradient-mobile)::before {
    display: none; } }

@media (min-width: 901px) {
  .hero-banner--with-gradient-mobile::before {
    display: none; } }

.sidebar-nav {
  background: #f2f2f2;
  padding: 16px;
  width: 100%; }

.sidebar-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px; }

.sidebar-nav__item {
  margin: 0; }

.sidebar-nav__link {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: inherit;
  text-decoration: none;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  transition: text-decoration 0.3s ease; }
  .sidebar-nav__link span {
    --text-decoration-thickness: 1px;
    display: inline;
    -webkit-transition: background-size ease-in-out 0.3s;
    transition: background-size ease-in-out 0.3s;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 var(--text-decoration-thickness);
    padding-bottom: 3px; }
  .sidebar-nav__link:hover, .sidebar-nav__link:focus, .sidebar-nav__link:focus-visible, .sidebar-nav__link.active {
    color: #000 !important; }
    .sidebar-nav__link:hover span, .sidebar-nav__link:focus span, .sidebar-nav__link:focus-visible span, .sidebar-nav__link.active span {
      color: #000;
      background-size: 100% var(--text-decoration-thickness); }

.info-box {
  width: 100%; }

.info-box__inner {
  background: #f2f2f2;
  padding: 16px;
  text-align: center;
  min-height: 220px;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center; }

.info-box__title {
  margin: 0 0 10px;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #000; }

.info-box__text {
  font-size: 16px;
  line-height: 150%;
  color: #000;
  white-space: pre-line; }

.info-box__link {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 150%;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px; }

.info-box__link:hover,
.info-box__link:focus-visible {
  text-decoration-thickness: 2px; }

.info-box__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px; }

.linkslist {
  display: block;
  padding: 16px;
  background-color: #F2F2F2;
  color: #333333; }
  @media (min-width: 1033px) {
    .linkslist {
      padding: 32px; } }
  .linkslist h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 24px 0; }
    @media (min-width: 1033px) {
      .linkslist h3 {
        font-size: 24px; } }
  .linkslist .linkslist__list {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 14px;
    font-weight: 600; }
    @media (min-width: 1033px) {
      .linkslist .linkslist__list {
        font-size: 16px; } }
    .linkslist .linkslist__list li {
      list-style: none; }
    .linkslist .linkslist__list a:hover {
      color: #A12B2B !important; }

.page-type--page:has(.hero-banner):has(.customer-services) [data-content-region]:empty {
  display: none; }

.page-type--page .page:has(.hero-banner):has(.customer-services) {
  background-color: #F2F2F2; }
  .page-type--page .page:has(.hero-banner):has(.customer-services) .page-heading {
    display: none; }
  .page-type--page .page:has(.hero-banner):has(.customer-services) .page-content--centered {
    width: 100%;
    float: initial; }
    .page-type--page .page:has(.hero-banner):has(.customer-services) .page-content--centered p:empty {
      display: none; }

.customer-services {
  padding: 60px 0; }
  .customer-services__inner {
    max-width: 1521px;
    margin: 0 auto;
    padding: 0 16px;
    width: 100%; }
  .customer-services__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 80px; }

.cs-card {
  background: #fff;
  border-radius: 10px;
  display: flex;
  height: 100%; }
  .cs-card__content {
    width: 100%;
    padding: 27.5px 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .cs-card__icon {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    background: #9b2c2c;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px; }
  .cs-card__title {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin: 0 0 16px; }
  .cs-card__stack {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .cs-card__text {
    margin: 0;
    font-size: 16px;
    line-height: 150%; }
  .cs-card__link {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    color: inherit;
    font-size: 16px; }
    .cs-card__link:hover {
      text-decoration-thickness: 2px; }
    .cs-card__link:focus-visible {
      outline: 2px solid currentColor;
      outline-offset: 3px;
      border-radius: 4px; }

@media (max-width: 1360px) and (min-width: 768px) {
  .customer-services__grid {
    gap: 20px; }
  .cs-card__content {
    padding: 20px; } }

@media (max-width: 767px) {
  .customer-services {
    padding: 40px 0; }
    .customer-services__inner {
      padding: 0; }
    .customer-services__grid {
      grid-template-columns: 1fr;
      gap: 16px; }
  .cs-card__content {
    padding: 27.5px 18px; }
  .cs-card__icon {
    margin-bottom: 10px; }
  .cs-card__title {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.025em;
    margin-bottom: 8px; }
  .cs-card__stack {
    gap: 10px; }
  .cs-card__text {
    font-size: 14px; }
  .cs-card__link {
    font-size: 14px; } }

.page--2col-left .page-2col-left {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: 256px minmax(0, 1fr);
  gap: 80px;
  align-items: start; }
  @media (min-width: 750px) {
    .page--2col-left .page-2col-left {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1033px) {
    .page--2col-left .page-2col-left {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1600px) {
    .page--2col-left .page-2col-left {
      padding-left: 60px;
      padding-right: 60px;
      max-width: 1688px; } }
  .page--2col-left .page-2col-left p:empty {
    display: none; }

.page--2col-left .page-2col-left__sidebar {
  position: sticky;
  top: 16px;
  min-width: 0; }

.page--2col-left .page-2col-left__main {
  min-width: 0; }

@media (max-width: 1023px) {
  .page--2col-left .page-2col-left {
    grid-template-columns: 1fr;
    gap: 0; }
  .page--2col-left .page-2col-left__sidebar {
    position: static;
    order: 2; }
  .page--2col-left .page-2col-left__main {
    order: 1; } }

@media (max-width: 749px) {
  .page--2col-left .page-2col-left {
    background: #F2F2F2; }
  .page--2col-left .page-content {
    padding: 0; } }

.page-2col-left__sidebar {
  position: relative; }

.info-panel__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 999; }

.info-panel__overlay.is-active {
  opacity: 1;
  visibility: visible; }

.info-panel__drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 420px;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  outline: 0; }
  .info-panel__drawer.is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

.info-panel__drawer[aria-hidden="false"] {
  transform: translateX(0); }

.info-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 8px 16px 16px;
  background: #F2F2F2; }

.info-panel__title {
  margin: 0;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #111; }

.info-panel__close {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #333333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .info-panel__close:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px; }

.info-panel__content {
  padding: 16px;
  overflow: auto; }

.page--2col-left .page-2col-left__sidebar .drawer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .page--2col-left .page-2col-left__sidebar .drawer__wrapper .card-promotion {
    margin-bottom: 0; }
    .page--2col-left .page-2col-left__sidebar .drawer__wrapper .card-promotion .card {
      margin-bottom: 0;
      position: relative; }
      .page--2col-left .page-2col-left__sidebar .drawer__wrapper .card-promotion .card__media .media {
        padding-bottom: 50%; }
      .page--2col-left .page-2col-left__sidebar .drawer__wrapper .card-promotion .card__content {
        color: var(--text-color);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .page--2col-left .page-2col-left__sidebar .drawer__wrapper .card-promotion .card__content .card__inner * {
          color: var(--text-color);
          white-space: nowrap; }
        .page--2col-left .page-2col-left__sidebar .drawer__wrapper .card-promotion .card__content .card__icon {
          width: 42px;
          height: 42px;
          display: inline-block;
          margin-bottom: 8px; }
          .page--2col-left .page-2col-left__sidebar .drawer__wrapper .card-promotion .card__content .card__icon svg {
            width: 100%;
            height: 100%; }
        .page--2col-left .page-2col-left__sidebar .drawer__wrapper .card-promotion .card__content .card__heading {
          margin-top: 0;
          margin-bottom: 8px;
          font-size: 22px;
          font-weight: 500;
          color: #000; }
        .page--2col-left .page-2col-left__sidebar .drawer__wrapper .card-promotion .card__content .card__description p {
          font-size: 12px;
          margin-bottom: 0;
          font-weight: 400; }
          .page--2col-left .page-2col-left__sidebar .drawer__wrapper .card-promotion .card__content .card__description p:last-child {
            margin-bottom: 0; }
        .page--2col-left .page-2col-left__sidebar .drawer__wrapper .card-promotion .card__content .card__description a {
          display: inline-block;
          font-weight: 600;
          font-size: 16px;
          color: #333333;
          text-underline-offset: 3px;
          margin-bottom: 8px; }
          .page--2col-left .page-2col-left__sidebar .drawer__wrapper .card-promotion .card__content .card__description a:hover {
            color: #a12b2b; }
    .page--2col-left .page-2col-left__sidebar .drawer__wrapper .card-promotion:not(.card__media) .card {
      min-height: 220px;
      height: max-content;
      background-color: #F2F2F2; }
      .page--2col-left .page-2col-left__sidebar .drawer__wrapper .card-promotion:not(.card__media) .card .card__media {
        position: relative;
        z-index: -1; }
      @media screen and (max-width: 1032px) {
        .page--2col-left .page-2col-left__sidebar .drawer__wrapper .card-promotion:not(.card__media) .card {
          min-height: 200px; } }

.page--2col-left .section__faqs {
  padding-block: 20px; }
  .page--2col-left .section__faqs .container {
    padding-left: 0;
    padding-right: 0; }
  .page--2col-left .section__faqs .section__header {
    margin: 0;
    padding: 0; }
    .page--2col-left .section__faqs .section__header-heading {
      font-family: "Oswald", Arial, Helvetica, sans-serif;
      font-weight: 500;
      font-size: 24px;
      line-height: 120%;
      text-transform: uppercase;
      color: #A12B2B;
      margin: 0 0 0; }
      @media screen and (max-width: 749px) {
        .page--2col-left .section__faqs .section__header-heading {
          font-size: 18px !important; } }
  .page--2col-left .section__faqs .collapsible-content {
    padding-top: 16px;
    padding-inline: 0; }
    .page--2col-left .section__faqs .collapsible-content .accordion:not(:last-child) {
      margin-bottom: 16px; }
    @media screen and (max-width: 749px) {
      .page--2col-left .section__faqs .collapsible-content .accordion__title {
        font-size: 16px !important; } }
    .page--2col-left .section__faqs .collapsible-content .accordion__content a {
      color: #A12B2B;
      font-weight: 700;
      text-underline-offset: 3px;
      text-decoration: none; }
    .page--2col-left .section__faqs .collapsible-content .accordion__content ul {
      list-style: disc; }

.info-panel__trigger {
  box-shadow: 8px 8px 24px 0px #00000040;
  background: #000000;
  padding: 8px 16px;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  border-radius: 360px;
  color: #fff;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 10; }
  .info-panel__trigger:focus-visible {
    outline: 2px solid #111;
    outline-offset: 2px; }

@media (min-width: 1024px) {
  .info-panel__overlay {
    display: none !important; }
  .info-panel__drawer {
    position: static;
    width: 100%;
    max-width: none;
    height: auto;
    transform: none !important;
    transition: none;
    z-index: auto;
    background: transparent; }
  .info-panel__header {
    display: none; }
  .info-panel__content {
    padding: 0; }
  .info-panel__trigger {
    display: none; } }

@media (prefers-reduced-motion: reduce) {
  .info-panel__overlay,
  .info-panel__drawer {
    transition: none; } }

@media screen and (max-width: 749px) {
  .info-panel__drawer {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    transform: translateY(100%);
    transition: transform 0.25s ease; }
  .info-panel__drawer[aria-hidden="false"],
  .info-panel__drawer.is-open {
    transform: translateY(0);
    height: calc(100dvh - 119px); } }

@media (min-width: 1033px) {
  .page:has(.page-2col-left) .page-content--centered {
    width: 100%; } }

.faq-page__container {
  margin: 0 auto; }

.faq-hero__sub-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 8px; }

.faq-hero__title {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin: 0 0 46px; }

.faq-block + .faq-block {
  margin-top: 40px; }

.faq-block__heading {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #A12B2B;
  margin: 0 0 0; }

.faq-item__question {
  border-bottom: 1px solid #C2C2C2;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  position: relative;
  padding-right: 32px;
  list-style: none;
  padding: 16px 32px 16px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px; }
  .faq-item__question::-webkit-details-marker {
    display: none; }
  .faq-item__question::before, .faq-item__question::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    background: #000000;
    transform-origin: 50% 50%;
    transition: transform .25s ease, opacity .25s ease; }
    @media (max-width: 767px) {
      .faq-item__question::before, .faq-item__question::after {
        width: 14px; } }
  .faq-item__question::before {
    transform: translateY(-50%); }
  .faq-item__question::after {
    transform: translateY(-50%) rotate(90deg); }

.faq-item[open] > .faq-item__question::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0; }

.faq-item__answer {
  overflow: hidden;
  height: auto; }

.faq-item__answer-inner {
  padding: 0 0 16px; }

.faq-item__answer {
  padding: 16px 0 0; }
  .faq-item__answer p {
    margin: 0;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px; }
    .faq-item__answer p:last-child {
      margin-bottom: 0; }
  .faq-item__answer ol {
    font-size: 16px; }
    .faq-item__answer ol li {
      margin-bottom: 16px; }
      .faq-item__answer ol li:last-child {
        margin-bottom: 0; }
  .faq-item__answer a {
    font-weight: 700;
    color: #A12B2B;
    text-decoration: none; }
    .faq-item__answer a:hover {
      text-decoration: underline;
      text-underline-offset: 4px; }

@media (max-width: 767px) {
  .faq-hero__sub-text {
    font-size: 13px; }
  .faq-hero__title {
    font-size: 26px !important;
    margin-bottom: 37px; }
  .faq-block + .faq-block {
    margin-top: 37px; }
  .faq-block__heading {
    font-size: 18px !important; }
  .faq-item__question {
    font-size: 16px; }
    .faq-item__question::after {
      font-size: 20px; }
  .faq-item__answer p {
    font-size: 13px; } }
