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

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

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

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

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 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:1280px)/";
  width: 551px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

body {
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.5; }

a {
  color: #f15904;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #0e4f9d; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: black;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 38px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 22px; }

h6 {
  font-size: 18px; }

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

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

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.375rem; }

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inlineList > li > * {
      display: block; }

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


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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

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

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #444444;
  border-color: #444444;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.75rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.375rem 0.75rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.375rem; }
  .dropdown-menu-item a {
    margin: -0.375rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.875rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.875rem;
    margin: 0.0625rem 0 0 -2.9375rem;
    width: 2.875rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.25rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.25rem;
    width: 1.25rem; }

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 18px;
  line-height: 18px;
  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: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: 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: #fbfbfb;
  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: 22px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: black; }

.tab.is-active .tab-title {
  color: black;
  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: #29372f;
  font-size: 22px;
  padding: 0.75rem; }

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

.navList-action {
  color: #f15904;
  font-size: 22px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: black;
    font-size: 1rem;
    margin-left: 0.375rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: black;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.3125rem 0.5rem; }
  .pagination-list li {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: #29372f; }
  .accordion-navigation > a {
    background: white;
    color: black;
    padding: 1.875rem;
    display: block;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.875rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: #29372f;
  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: #fbfbfb;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

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

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

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

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

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

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

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

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

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

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

.loadingNotification-label {
  background: #161c22;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 22px;
  padding: 0.375rem 0.75rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #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 {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

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

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

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

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

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

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

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

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

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

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

.carousel-play-pause-button {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 1280px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

html,
body {
  height: auto; }

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

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 40px; }

h2 {
  font-size: 38px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 22px; }

h6 {
  font-size: 18px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

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

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

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

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

.form-wishlist {
  position: relative; }
  @media (min-width: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.625rem;
      width: 50%; } }
  @media (min-width: 1280px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 1280px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button {
        margin-right: 0.75rem; } }

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

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

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

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

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

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

.modal-close {
  height: 2rem;
  width: 2rem;
  color: #757575;
  font-size: 26px;
  line-height: 2rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  .modal-close::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.625rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.5rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 1280px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.625rem); }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

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

.hide-content {
  opacity: 0; }

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

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

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

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

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

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

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

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.375rem 0 0.75rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #f15904; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #0e4f9d; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #0e4f9d; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.25rem;
  margin-top: -0.125rem;
  width: 1.25rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.75rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.75rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: black;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.375rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 1280px) {
      .button + .button {
        margin-left: 0.75rem; } }

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

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

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

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1280px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.6875rem 1.125rem; } }

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

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

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

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

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

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

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

.accordion-title {
  color: black;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  margin: 0; }

.accordion-navigation {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 1rem;
  position: relative;
  text-decoration: none;
  width: 100%; }

@media (min-width: 1280px) {
  .accordion--navList {
    border: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

.form-actions {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.75rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.75rem; } }

.form-label--alternate {
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 0.75rem; }

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.125rem;
  font-size: 18px;
  height: 2.25rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.5625rem 0.75rem;
  padding-right: 2rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.1875rem 0.3125rem; }

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

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

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

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

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

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

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.75rem; }
    @media (min-width: 1280px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1280px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid black; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #161c22; }
    @media (min-width: 1280px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid black;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: black;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

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

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

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

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

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

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

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

.actionBar-section .form-select {
  color: #f15904;
  height: 2.125rem; }

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

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

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

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

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.3125rem;
      top: auto !important; }
      @media (min-width: 1280px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.4375rem; }
        @media (min-width: 1280px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.5625rem; }
        @media (min-width: 1280px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.875rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 1280px) {
    .navPages {
      margin: 0 auto;
      max-width: 75rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 1280px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1280px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 1280px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 75rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 1280px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.75rem;
    padding-top: 0.75rem; }

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

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

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

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 1280px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 1280px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 1280px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #333333;
  display: block;
  font-size: 22px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1280px) {
    .navPages-action {
      display: inline-block;
      padding: 0.75rem 1.125rem 1.125rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

.navPages-action-moreIcon {
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.75rem;
  transform: rotate(-90deg); }
  @media (min-width: 1280px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.6875rem;
    width: 0.6875rem;
    margin: 0 1.5rem; }
    @media (min-width: 1280px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        margin: 0 0 0 0.75rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 1280px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 1280px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1280px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      padding: 1.5rem 1.5rem 2.25rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 1280px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

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

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

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

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

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

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  @media (min-width: 1280px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.125rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 1280px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.75rem 0 1.125rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 1280px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.375rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.75rem; }
  @media (min-width: 1280px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

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

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.75rem 1.5rem; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: black;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

.socialLinks--alt svg {
  fill: black; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 1280px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 25rem; } }
  @media (min-width: 1280px) {
    .heroCarousel.slick-initialized {
      max-height: 37.5rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 1280px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1280px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 1280px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    height: 100%;
    object-fit: contain;
    object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 56.25vw;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 25rem; } }
    @media (min-width: 1280px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 37.5rem; } }

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

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

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 18px; } }
  @media (min-width: 1280px) {
    .heroCarousel-description {
      font-size: 22px; } }

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

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

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

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

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

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

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

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 22px; }
  .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: 22px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

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

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

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

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

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

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1280px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

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

.quickView:after {
  clear: both; }

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

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 1280px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.productView-info {
  margin-top: 0.75rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }

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

.productView-info-name {
  clear: both;
  margin-bottom: 0.1875rem;
  margin-right: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
      font-size: 18px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 18px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.625rem;
        width: 50%; } }
    @media (min-width: 1280px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.75rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.75rem;
        width: 50%; } }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        min-width: 50%;
        width: auto; } }
    @media (min-width: 1280px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        margin-right: 0.6875rem;
        min-width: auto;
        padding: 0;
        width: auto; } }
    .productView-options .add-to-cart-buttons.pre-order-buttons .button {
      padding: 0.8125rem 1.5rem; }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.75rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: black;
      display: block;
      margin-top: 0.375rem;
      padding: 0.375rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }

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

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

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

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

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

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #757575;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.25rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.blocker {
  background: rgba(251, 251, 251, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 62.5rem; }

.textTruncate-viewMore {
  background-color: #fbfbfb;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

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

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

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

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 1280px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

.reset-filters {
  display: none; }

.banners {
  background-color: #f15904;
  color: white;
  padding: 0.75rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.75rem;
    width: 0.75rem;
    display: inline-block;
    fill: black;
    position: relative;
    top: -1px; }

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

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

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

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

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

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

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

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

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

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

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

.cart-item-block {
  display: block; }
  @media (min-width: 1280px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.375rem; }

.cart-item-figure {
  float: left;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  width: 33.33333%; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 1280px) {
    .cart-item-figure {
      float: none;
      padding: 0.5rem 0;
      width: 8.33333%; } }

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

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

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

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

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

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

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

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

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

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

.cart-item-name {
  display: inline-block;
  font-size: 22px;
  margin: 0; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.375rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.125rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: black; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.125rem;
  margin-top: 0.125rem;
  padding: 0.1875rem;
  transition: background-color 0.15s ease;
  width: 1.125rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 1280px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 1280px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.3125rem center;
    background-size: 1.25rem 1.25rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    padding: 0 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: black;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 1280px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

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

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

.cart-total-grandTotal {
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: 30px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 1280px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.25rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: black;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

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

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.625rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

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

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

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

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

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

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

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

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

.previewCartItem-brand,
.previewCartItem-price {
  color: black;
  display: inline-block;
  font-size: 18px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.75rem 0.375rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.75rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.375rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.375rem; }

.previewCartAction-viewCart {
  padding-left: 0.375rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

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

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

.address {
  display: inline-block;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 15.625rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.75rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.75rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.375rem; } }

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

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

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

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

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

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

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

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

.videoGallery-main {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem;
  padding-top: 0; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

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

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 1280px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.875rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 1280px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

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

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

.previewCart {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 1280px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 1280px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p {
      margin-top: 0.75rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.75rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 40px;
  font-weight: bold;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 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: 22px; }

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

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

.search-nav {
  position: relative; }

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

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

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

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

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

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

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

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

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

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

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

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

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

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

.account-product-subtitle {
  color: #999999;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: 22px;
  margin: -0.1875rem 0 1rem;
  text-transform: inherit; }

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

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

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

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

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

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

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

.account-product-detail-heading {
  color: black;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.375rem; }

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

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

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

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

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

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

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

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

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

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

.account-sidebar-block {
  font-size: 22px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

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

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #f15904;
  font-weight: 400;
  margin-top: 1.5rem; }

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

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

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

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

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

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

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

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

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

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

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

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

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

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

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

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

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

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

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.75rem;
    width: 1.75rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 18px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #161c22;
    font-size: 18px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.75rem; }
  .methodHeader-default {
    fill: #161c22;
    height: 1.125rem;
    margin-left: 0.75rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .methodHeader-expiry {
    font-size: 22px;
    text-transform: capitalize; }

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

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 11.625rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.75rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

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

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

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

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

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

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

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

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

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

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

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

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

.skip-to-main-link {
  background: white;
  color: black;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1280px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1280px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.4375rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 1280px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 1280px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #0e4f9d; }
    .header-logo__link:active {
      color: #0e4f9d; }

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

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

.header-logo-text {
  display: block;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1280px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 38px; } }

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

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

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

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

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1280px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: black;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.25rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.6875rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: black;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 1280px) {
    .body {
      margin-top: 2.5rem; } }

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

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

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

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

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

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

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1280px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 36px;
  margin: 0 1.5rem 0.375rem; }
  .blog-title a {
    text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.75rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

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

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

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

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

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

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.375rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.1875rem; }
  @media (min-width: 1280px) {
    .listItem-brand {
      font-size: 22px;
      margin-bottom: 0; } }

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

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

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

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 1280px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

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

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

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

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

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

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

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

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

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

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

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

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

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -25px;
  line-height: 1rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 7.4375rem;
  z-index: 10; }

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

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

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

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

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

.product {
  overflow: hidden; }

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

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

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

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

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

/* ========== media mixin ========== */
/* ========== media mixin ========== */
/* ========== Common mixin ========== */
/* ========== Common mixin ========== */
/*--- FUNCTION ---*/
/*--- FUNCTION ---*/
/* ==================== COMMON CONTAINER ==================== */
.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 7.142%; }
  @media screen and (max-width: 1365px) {
    .container {
      padding: 0 6rem; } }
  @media screen and (max-width: 1279px) {
    .container {
      padding: 0 2rem; } }

/* ==================== COMMON CONTAINER ==================== */
/* ==================== COMMON PAGE STRUCTURE ==================== */
.page {
  overflow: hidden; }
  .page:has(.u-hidden.page-sidebar) .page-content {
    width: 100%; }
  .page:has(.page-sidebar) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: inherit; }
    @media screen and (max-width: 1023px) {
      .page:has(.page-sidebar) {
        margin: 0; } }
  .page .page-sidebar {
    padding: 0;
    width: 24.6%;
    margin-right: clamp(6.3rem, 3.75vw, 72px);
    margin-top: clamp(2.5rem, 1.4881vw, 28.57143px); }
    @media screen and (max-width: 1365px) {
      .page .page-sidebar {
        width: 22%;
        margin-right: 5rem; } }
    @media screen and (max-width: 1279px) {
      .page .page-sidebar {
        margin-top: 0;
        margin-right: 0;
        box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.2); } }
    .page .page-sidebar + .page-content {
      padding: 0;
      margin-top: clamp(1.5rem, 0.89286vw, 17.14286px);
      flex: auto; }
      @media screen and (max-width: 1279px) {
        .page .page-sidebar + .page-content {
          margin-top: 0; } }
  .page-content {
    padding: 0; }
    .page-content--centered {
      width: 100%;
      padding: 0; }
  .page p:focus-visible {
    outline: 0; }

@media screen and (max-width: 1279px) {
  .product-list-data .container {
    padding: 0; } }

/****************** VARIABLES START *********************** */
/****************** VARIABLES START *********************** */
.sidebarBlock + .sidebarBlock {
  border-color: #bdbdbd;
  margin-top: clamp(1.7rem, 1.0119vw, 19.42857px);
  padding-top: clamp(1.6rem, 0.95238vw, 18.28571px);
  border-bottom: 0; }
  .sidebarBlock + .sidebarBlock + .sidebarBlock:last-of-type {
    border: 0; }

.sidebar-category + .facetedSearch {
  margin-top: 0; }

/* ==================== COMMON PAGE STRUCTURE ==================== */
/* ==================== BROWSER RESET STYLE ==================== */
.page {
  margin: 0; }

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%; }

body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: black;
  outline: none !important;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  line-height: clamp(2.4rem, 1.42857vw, 27.42857px);
  background-color: white; }

body:has(.adminBar.storefront) .body {
  margin-top: 0 !important; }

body:has(.adminBar.storefront) .footer, body:has(.adminBar.storefront) .footer-usp, body:has(.adminBar.storefront) .footer-bottom-bar, body:has(.adminBar.storefront) .header {
  margin-top: 0 !important; }

.template-default .body,
.template-default body {
  background-color: #fbfbfb; }
  @media screen and (max-width: 1023px) {
    .template-default .body,
    .template-default body {
      background-color: white; } }

.body {
  margin: 0;
  padding: 0;
  background-color: white; }

body *:focus {
  outline: none !important; }

Wishlist[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  outline: none; }

select {
  outline: none; }

textarea {
  resize: none;
  line-height: 1.8; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: none !important; }

a {
  outline: none !important;
  position: relative;
  text-decoration: none;
  color: #f15904;
  transition: color 0.45s ease-in-out;
  -webkit-transition: color 0.45s ease-in-out; }
  a:hover, a:focus {
    color: #0e4f9d; }
    @media screen and (max-width: 1023px) {
      a:hover, a:focus {
        color: #f15904; } }

svg {
  transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out; }

a.button {
  text-decoration: none; }

strong,
b {
  font-weight: 700; }

img {
  max-width: 100%;
  vertical-align: middle; }

hr {
  border-color: #bdbdbd;
  margin: clamp(2rem, 1.19048vw, 22.85714px) 0; }

address {
  font-style: normal;
  margin-bottom: clamp(2rem, 1.19048vw, 22.85714px); }

.body a {
  -webkit-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s; }

table {
  margin-bottom: clamp(2rem, 1.19048vw, 22.85714px); }

table th,
table td {
  padding: clamp(1rem, 0.59524vw, 11.42857px) clamp(2rem, 1.19048vw, 22.85714px); }

/* ==================== Typography Start ==================== */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 clamp(3rem, 1.78571vw, 34.28571px) 0;
  padding: 0;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }
  @media screen and (max-width: 1023px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
      margin: 0 0 24px 0; } }

h1,
h2 {
  font-weight: 700; }

h1,
.h1 {
  font-size: clamp(3.2rem, 1.90476vw, 36.57143px);
  line-height: 100%; }
  @media screen and (max-width: 1023px) {
    h1,
    .h1 {
      font-size: 2.8rem; } }

h2,
.h2 {
  font-size: clamp(2.8rem, 1.66667vw, 32px);
  line-height: clamp(3.9rem, 2.32143vw, 44.57143px);
  color: #f15904; }
  @media screen and (max-width: 1023px) {
    h2,
    .h2 {
      font-size: 2.4rem;
      line-height: 1.2; } }

h3,
.h3 {
  font-size: clamp(2.4rem, 1.42857vw, 27.42857px);
  line-height: clamp(3.9rem, 2.32143vw, 44.57143px);
  margin-bottom: clamp(2rem, 1.19048vw, 22.85714px); }
  @media screen and (max-width: 1023px) {
    h3,
    .h3 {
      font-size: 2rem; } }

h4,
.h4 {
  font-size: clamp(2.2rem, 1.30952vw, 25.14286px);
  line-height: clamp(2.9rem, 1.72619vw, 33.14286px);
  margin-bottom: clamp(2rem, 1.19048vw, 22.85714px); }
  @media screen and (max-width: 1365px) {
    h4,
    .h4 {
      font-size: 1.8rem; } }

h5,
.h5 {
  font-size: clamp(2rem, 1.19048vw, 22.85714px);
  line-height: normal;
  margin-bottom: clamp(2rem, 1.19048vw, 22.85714px); }
  @media screen and (max-width: 1023px) {
    h5,
    .h5 {
      font-size: 1.6rem; } }

h6,
.h6 {
  font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
  line-height: clamp(2rem, 1.19048vw, 22.85714px);
  margin-bottom: clamp(0.5rem, 0.29762vw, 5.71429px); }

p {
  margin: 0 0 clamp(2.2rem, 1.30952vw, 25.14286px) 0;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  line-height: clamp(2.5rem, 1.4881vw, 28.57143px); }
  @media screen and (max-width: 1023px) {
    p {
      line-height: 1.6;
      margin-bottom: 1.2rem; } }
  p:last-child {
    margin-bottom: 0; }
  p:empty {
    display: none; }
  p a {
    text-decoration: underline; }

/* ==================== Typography Start ==================== */
ul,
ol {
  margin-left: clamp(1.7rem, 1.0119vw, 19.42857px);
  margin-bottom: clamp(1.7rem, 1.0119vw, 19.42857px); }
  ul li,
  ol li {
    margin-bottom: clamp(1.7rem, 1.0119vw, 19.42857px); }
    @media screen and (max-width: 1023px) {
      ul li,
      ol li {
        margin-bottom: 1rem; } }

.body ul:not(.cart-totals):not(.navList) li ul {
  margin-top: clamp(1.7rem, 1.0119vw, 19.42857px); }

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

table thead tr th,
table thead tr td {
  font-size: clamp(1.2rem, 0.71429vw, 13.71429px);
  line-height: 1.2;
  color: black; }

table thead tr th {
  font-weight: 600;
  text-transform: uppercase; }

table thead tr td {
  font-weight: 400; }

/* ==================== COMMON CLASS ==================== */
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

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

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

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

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

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

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

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

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

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

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

.clearfix:after,
.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

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

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

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

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

[data-sub-layout] {
  padding: 0 !important; }

.white-bg {
  background: white; }

.grey-bg {
  background: #999999; }

/* ========== socialLinks media ========== */
.socialLinks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .socialLinks .socialLinks-item {
    margin: 0 0.7rem; }
    @media screen and (max-width: 767px) {
      .socialLinks .socialLinks-item {
        margin: 0; } }
    .socialLinks .socialLinks-item:first-child {
      margin-left: 0; }
    .socialLinks .socialLinks-item.icon--instagram {
      order: 0; }
    .socialLinks .socialLinks-item.icon--facebook {
      order: 1; }
      .socialLinks .socialLinks-item.icon--facebook svg {
        width: clamp(0.7rem, 0.41667vw, 8px);
        height: clamp(1.5rem, 0.89286vw, 17.14286px); }
    .socialLinks .socialLinks-item.icon--youtube {
      order: 2; }
      .socialLinks .socialLinks-item.icon--youtube svg {
        width: clamp(1.7rem, 1.0119vw, 19.42857px);
        height: clamp(1.2rem, 0.71429vw, 13.71429px); }
    .socialLinks .socialLinks-item.icon--x {
      order: 4; }
      .socialLinks .socialLinks-item.icon--x svg {
        width: clamp(1.3rem, 0.77381vw, 14.85714px);
        height: clamp(1.3rem, 0.77381vw, 14.85714px); }
    .socialLinks .socialLinks-item.icon--linkedin {
      order: 3; }
      .socialLinks .socialLinks-item.icon--linkedin svg {
        width: clamp(1.5rem, 0.89286vw, 17.14286px);
        height: clamp(1.4rem, 0.83333vw, 16px); }
  .socialLinks .icon {
    width: clamp(6.8rem, 4.04762vw, 77.71429px);
    height: clamp(6.8rem, 4.04762vw, 77.71429px);
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .socialLinks .icon {
        width: 6.2rem;
        height: 6.2rem; } }
    .socialLinks .icon::before {
      position: absolute;
      content: "";
      background: #f15904;
      width: clamp(6.8rem, 4.04762vw, 77.71429px);
      height: clamp(6.8rem, 4.04762vw, 77.71429px);
      border-radius: 100%;
      transition: all 0.45s;
      left: 0;
      top: 0;
      transform: scale(0); }
      @media screen and (max-width: 1023px) {
        .socialLinks .icon::before {
          display: none; } }
    .socialLinks .icon:hover::before {
      transform: scale(1); }
    .socialLinks .icon:hover svg {
      fill: white;
      z-index: 10; }
    .socialLinks .icon svg {
      fill: white;
      width: clamp(1.5rem, 0.89286vw, 17.14286px);
      height: clamp(1.5rem, 0.89286vw, 17.14286px);
      z-index: 9999; }

/* ========== socialLinks media ========== */
.page-heading {
  line-height: clamp(3.2rem, 1.90476vw, 36.57143px);
  text-transform: capitalize;
  color: black;
  text-align: left;
  font-weight: 700;
  padding-top: clamp(1.2rem, 0.71429vw, 13.71429px);
  margin-bottom: clamp(1.5rem, 0.89286vw, 17.14286px); }
  @media screen and (max-width: 1023px) {
    .page-heading {
      font-size: 2.8rem;
      text-align: center;
      line-height: 1.01;
      word-wrap: break-word; } }
  @media screen and (max-width: 390px) {
    .page-heading {
      font-size: 2.8rem; } }
  .page-heading:empty {
    display: none; }
  .page-heading span {
    color: #f15904; }

/* ========== Form Common Increment ========== */
.form-increment {
  margin: 0 auto;
  background: transparent;
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
  overflow: hidden;
  display: flex !important;
  width: clamp(10.2rem, 6.07143vw, 116.57143px);
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .form-increment .button,
  .form-increment .button--icon {
    background: none;
    padding: 0 !important;
    width: clamp(3.5rem, 2.08333vw, 40px);
    height: clamp(5.3rem, 3.15476vw, 60.57143px);
    position: relative;
    border: 0;
    border-radius: 0;
    min-width: inherit;
    box-shadow: none !important;
    cursor: pointer;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .form-increment .button,
      .form-increment .button--icon {
        width: 50px; } }
    .form-increment .button svg,
    .form-increment .button--icon svg {
      display: none; }
    @media screen and (min-width: 1025px) {
      .form-increment .button:hover .icon::before, .form-increment .button:hover .icon::after,
      .form-increment .button--icon:hover .icon::before,
      .form-increment .button--icon:hover .icon::after {
        background: #f15904; } }
    .form-increment .button .icon,
    .form-increment .button--icon .icon {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: clamp(3.2rem, 1.90476vw, 36.57143px);
      height: clamp(3.2rem, 1.90476vw, 36.57143px); }
      @media screen and (max-width: 767px) {
        .form-increment .button .icon,
        .form-increment .button--icon .icon {
          width: 38px; } }
      .form-increment .button .icon::before, .form-increment .button .icon::after,
      .form-increment .button--icon .icon::before,
      .form-increment .button--icon .icon::after {
        content: "";
        position: absolute;
        right: clamp(1rem, 0.59524vw, 11.42857px);
        top: 50%;
        margin: auto;
        background: black;
        transition: ease-in-out 200ms;
        transform: translateY(-50%); }
        @media screen and (max-width: 767px) {
          .form-increment .button .icon::before, .form-increment .button .icon::after,
          .form-increment .button--icon .icon::before,
          .form-increment .button--icon .icon::after {
            right: 13px; } }
      .form-increment .button .icon::before,
      .form-increment .button--icon .icon::before {
        width: clamp(1.2rem, 0.71429vw, 13.71429px);
        height: clamp(0.2rem, 0.11905vw, 2.28571px); }
        @media screen and (max-width: 767px) {
          .form-increment .button .icon::before,
          .form-increment .button--icon .icon::before {
            width: 10px; } }
      .form-increment .button .icon::after,
      .form-increment .button--icon .icon::after {
        width: clamp(0.2rem, 0.11905vw, 2.28571px);
        height: clamp(1.2rem, 0.71429vw, 13.71429px);
        right: clamp(1.5rem, 0.89286vw, 17.14286px); }
        @media screen and (max-width: 767px) {
          .form-increment .button .icon::after,
          .form-increment .button--icon .icon::after {
            height: 10px;
            right: 17px; } }
    .form-increment .button[data-action="dec"], .form-increment .button[value="Decrease Value"],
    .form-increment .button--icon[data-action="dec"],
    .form-increment .button--icon[value="Decrease Value"] {
      text-align: right; }
      .form-increment .button[data-action="dec"] svg, .form-increment .button[value="Decrease Value"] svg,
      .form-increment .button--icon[data-action="dec"] svg,
      .form-increment .button--icon[value="Decrease Value"] svg {
        stroke: black; }
      .form-increment .button[data-action="dec"] .icon::after, .form-increment .button[value="Decrease Value"] .icon::after,
      .form-increment .button--icon[data-action="dec"] .icon::after,
      .form-increment .button--icon[value="Decrease Value"] .icon::after {
        height: 0; }
    .form-increment .button:focus, .form-increment .button:hover,
    .form-increment .button--icon:focus,
    .form-increment .button--icon:hover {
      background-color: inherit !important;
      box-shadow: none !important;
      border: 0 !important; }
  .form-increment .form-input,
  .form-increment input {
    padding: 0;
    width: calc(100% - clamp(7rem, 4.16667vw, 80px));
    line-height: clamp(5.3rem, 3.15476vw, 60.57143px);
    border: 0;
    color: black;
    font-weight: 600;
    font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
    background: none;
    text-align: center;
    border: 0;
    letter-spacing: calc(-1 * clamp(0.024rem, 0.01429vw, 0.27429px));
    outline: none !important; }
    @media screen and (max-width: 767px) {
      .form-increment .form-input,
      .form-increment input {
        width: calc(100% - 100px); } }
  .form-increment .form-input::-webkit-input-placeholder {
    color: black;
    opacity: 1; }
  .form-increment .form-input::-moz-placeholder {
    color: black;
    opacity: 1; }
  .form-increment .form-input:-ms-input-placeholder {
    color: black;
    opacity: 1; }
  .form-increment .form-input:-moz-placeholder {
    color: black;
    opacity: 1; }

/* ========== Form Common Increment ========== */
/* ========== mobile search user and call icons ========== */
body:has(.mobile-toggle.is-active) {
  overflow: hidden; }

body:has(.quick-search.is-open) {
  overflow: hidden; }

.overlay-mobile {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  right: 0;
  width: 100%;
  height: calc(100% - 9.97rem);
  z-index: -10; }
  @media screen and (min-width: 1025px) {
    .overlay-mobile {
      display: none; } }
  @media screen and (max-width: 1023px) {
    .overlay-mobile {
      height: calc(100% - 8.42rem); } }
  @media screen and (max-width: 767px) {
    .overlay-mobile {
      height: calc(100% - 9.4rem); } }

/* ========== mobile search user and call icons ========== */
/* ========== Common spacing========== */
.m0 {
  margin: 0; }

.p0 {
  padding: 0; }

.pt60 {
  padding-top: clamp(6rem, 3.57143vw, 68.57143px); }
  @media screen and (max-width: 1279px) {
    .pt60 {
      padding-top: 4.4rem; } }

.pb60 {
  padding-bottom: clamp(6rem, 3.57143vw, 68.57143px); }
  @media screen and (max-width: 1279px) {
    .pb60 {
      padding-bottom: 4.4rem; } }

.mt60 {
  margin-top: clamp(6rem, 3.57143vw, 68.57143px); }
  @media screen and (max-width: 1023px) {
    .mt60 {
      margin-top: 4rem; } }

.mb60 {
  margin-bottom: clamp(6rem, 3.57143vw, 68.57143px); }
  @media screen and (max-width: 1023px) {
    .mb60 {
      margin-bottom: 4rem; } }

.pt60 {
  padding-bottom: clamp(6rem, 3.57143vw, 68.57143px); }
  @media screen and (max-width: 1023px) {
    .pt60 {
      padding-bottom: 4rem; } }

.pb60 {
  padding-bottom: clamp(6rem, 3.57143vw, 68.57143px); }
  @media screen and (max-width: 1023px) {
    .pb60 {
      padding-bottom: 4rem; } }

.mt65 {
  margin-top: clamp(6.5rem, 3.86905vw, 74.28571px); }
  @media screen and (max-width: 1023px) {
    .mt65 {
      margin-top: 4.7rem; } }

.mb65 {
  margin-bottom: clamp(6.5rem, 3.86905vw, 74.28571px); }
  @media screen and (max-width: 1023px) {
    .mb65 {
      margin-bottom: 4.7rem; } }

.pt65 {
  padding-top: clamp(6.5rem, 3.86905vw, 74.28571px); }
  @media screen and (max-width: 1023px) {
    .pt65 {
      padding-top: 5rem; } }

.pb65, .top-banner-section + .container .page-content--centered {
  padding-bottom: clamp(6.5rem, 3.86905vw, 74.28571px); }
  @media screen and (max-width: 1023px) {
    .pb65, .top-banner-section + .container .page-content--centered {
      padding-bottom: 5rem; } }

.mt85 {
  margin-top: clamp(8.5rem, 5.05952vw, 97.14286px); }
  @media screen and (max-width: 1279px) {
    .mt85 {
      margin-top: 7.5rem; } }
  @media screen and (max-width: 767px) {
    .mt85 {
      margin-top: 5rem; } }

.mb85 {
  margin-bottom: clamp(8.5rem, 5.05952vw, 97.14286px); }
  @media screen and (max-width: 1279px) {
    .mb85 {
      margin-bottom: 7.5rem; } }
  @media screen and (max-width: 767px) {
    .mb85 {
      margin-bottom: 5rem; } }

.mt77 {
  margin-top: clamp(7.7rem, 4.58333vw, 88px); }
  @media screen and (max-width: 1023px) {
    .mt77 {
      margin-top: 6rem; } }

.mb77 {
  margin-bottom: clamp(7.7rem, 4.58333vw, 88px); }
  @media screen and (max-width: 1023px) {
    .mb77 {
      margin-bottom: 5.2rem; } }

.mt100 {
  margin-top: clamp(9.6rem, 5.71429vw, 109.71429px); }
  @media screen and (max-width: 1023px) {
    .mt100 {
      margin-top: 7.5rem; } }
  @media screen and (max-width: 767px) {
    .mt100 {
      margin-top: 6rem; } }

.mb100 {
  margin-bottom: clamp(9.6rem, 5.71429vw, 109.71429px); }
  @media screen and (max-width: 1279px) {
    .mb100 {
      margin-bottom: 7.5rem; } }
  @media screen and (max-width: 767px) {
    .mb100 {
      margin-bottom: 6rem; } }

.pt85 {
  padding-top: clamp(8.5rem, 5.05952vw, 97.14286px); }
  @media screen and (max-width: 1279px) {
    .pt85 {
      padding-top: 7.5rem; } }
  @media screen and (max-width: 767px) {
    .pt85 {
      padding-top: 5rem; } }

.pt76 {
  padding-top: clamp(7.6rem, 4.52381vw, 86.85714px); }
  @media screen and (max-width: 1279px) {
    .pt76 {
      padding-top: 6.5rem; } }
  @media screen and (max-width: 767px) {
    .pt76 {
      padding-top: 5rem; } }

.pb85, .page-content--textCenter, .account {
  padding-bottom: clamp(8.5rem, 5.05952vw, 97.14286px); }
  @media screen and (max-width: 1279px) {
    .pb85, .page-content--textCenter, .account {
      padding-bottom: 7.5rem; } }
  @media screen and (max-width: 767px) {
    .pb85, .page-content--textCenter, .account {
      padding-bottom: 5rem; } }

.pt100 {
  padding-top: clamp(9.3rem, 5.53571vw, 106.28571px); }
  @media screen and (max-width: 1365px) {
    .pt100 {
      padding-top: 7.5rem; } }
  @media screen and (max-width: 767px) {
    .pt100 {
      padding-top: 4.4rem; } }

.pb100 {
  padding-bottom: clamp(9.6rem, 5.71429vw, 109.71429px); }
  @media screen and (max-width: 1365px) {
    .pb100 {
      padding-bottom: 7.5rem; } }
  @media screen and (max-width: 767px) {
    .pb100 {
      padding-bottom: 4.4rem; } }

.ptb100 {
  padding: clamp(9.6rem, 5.71429vw, 109.71429px) 0; }
  @media screen and (max-width: 1365px) {
    .ptb100 {
      padding: 7.5rem 0; } }
  @media screen and (max-width: 767px) {
    .ptb100 {
      padding: 4.4rem 0; } }

#consent-manager,
#consent-manager-update-banner {
  background: black !important; }
  #consent-manager > div > div,
  #consent-manager-update-banner > div > div {
    border-top: clamp(0.05rem, 0.02976vw, 0.57143px) solid #bdbdbd; }
  @media screen and (max-width: 767px) {
    #consent-manager,
    #consent-manager-update-banner {
      text-align: center; } }
  #consent-manager *,
  #consent-manager-update-banner * {
    color: white !important;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
    letter-spacing: 0;
    font-weight: 400; }
  #consent-manager div,
  #consent-manager-update-banner div {
    background: black;
    margin: 0 !important; }
    @media screen and (max-width: 567px) {
      #consent-manager div,
      #consent-manager-update-banner div {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
  #consent-manager button,
  #consent-manager-update-banner button {
    height: auto;
    font-weight: 500;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
    line-height: normal;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(2rem, 1.19048vw, 22.85714px);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-justify-content: center;
    justify-content: center;
    outline: none;
    margin: 0;
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #f15904;
    color: white;
    background: #f15904;
    position: relative;
    text-decoration: none !important;
    overflow: hidden;
    min-width: clamp(18rem, 10.71429vw, 205.71429px);
    transition: all 0.45s ease-in-out; }
    @media screen and (max-width: 567px) {
      #consent-manager button,
      #consent-manager-update-banner button {
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center; }
        #consent-manager button + button,
        #consent-manager-update-banner button + button {
          margin-top: 1rem; } }
    @media screen and (min-width: 1025px) {
      #consent-manager button:hover,
      #consent-manager-update-banner button:hover {
        background: #0e4f9d;
        border-color: #0e4f9d;
        color: white; } }
    #consent-manager button:active, #consent-manager button:focus,
    #consent-manager-update-banner button:active,
    #consent-manager-update-banner button:focus {
      color: white;
      background: #f15904;
      border-color: #f15904; }
      @media screen and (min-width: 1025px) {
        #consent-manager button:active:hover, #consent-manager button:focus:hover,
        #consent-manager-update-banner button:active:hover,
        #consent-manager-update-banner button:focus:hover {
          background: #f15904;
          border-color: #f15904;
          color: white; } }
    #consent-manager button + button,
    #consent-manager-update-banner button + button {
      margin-left: 15px; }
      @media screen and (max-width: 413px) {
        #consent-manager button + button,
        #consent-manager-update-banner button + button {
          margin-left: 0;
          margin-top: 10px; } }

#consent-manager-update-banner {
  background: black !important; }
  #consent-manager-update-banner * {
    color: white !important; }

[data-sub-layout] {
  padding: 0 !important; }

.border-left {
  border-left: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; }

.bg-black {
  background-color: black; }

.common-settings .form-actions {
  max-width: 100%;
  flex-wrap: wrap; }
  @media screen and (max-width: 1023px) {
    .common-settings .form-actions .button + .button {
      margin-top: 1.5rem; } }
  .common-settings .form-actions .button:first-of-type {
    margin-top: 0; }
  .common-settings .form-actions .button:nth-child(2), .common-settings .form-actions .button:nth-child(3) {
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .common-settings .form-actions .button:nth-child(2), .common-settings .form-actions .button:nth-child(3) {
        margin-top: 1.5rem; } }

.template-default h1,
.template-default h2,
.template-default h3,
.template-default h4,
.template-default h5,
.template-default h6 {
  text-transform: uppercase; }

.template-default h1,
.template-default .h1 {
  font-size: clamp(4rem, 2.38095vw, 45.71429px);
  line-height: 100%; }
  @media screen and (max-width: 1023px) {
    .template-default h1,
    .template-default .h1 {
      font-size: 2.8rem; } }

.template-default h2,
.template-default .h2 {
  font-size: clamp(3.8rem, 2.2619vw, 43.42857px);
  line-height: clamp(3.9rem, 2.32143vw, 44.57143px);
  color: #f15904; }
  @media screen and (max-width: 1365px) {
    .template-default h2,
    .template-default .h2 {
      font-size: 3.2rem; } }
  @media screen and (max-width: 1023px) {
    .template-default h2,
    .template-default .h2 {
      font-size: 2.6rem; } }

.template-default h3,
.template-default .h3 {
  font-size: clamp(3.6rem, 2.14286vw, 41.14286px);
  line-height: clamp(3.9rem, 2.32143vw, 44.57143px);
  margin-bottom: clamp(2rem, 1.19048vw, 22.85714px); }
  @media screen and (max-width: 1023px) {
    .template-default h3,
    .template-default .h3 {
      font-size: 2.6rem; } }

.template-default h4,
.template-default .h4 {
  font-size: clamp(3rem, 1.78571vw, 34.28571px);
  line-height: clamp(2.9rem, 1.72619vw, 33.14286px);
  margin-bottom: clamp(2rem, 1.19048vw, 22.85714px); }
  @media screen and (max-width: 1365px) {
    .template-default h4,
    .template-default .h4 {
      font-size: 2.2rem; } }

.template-default h5,
.template-default .h5 {
  font-size: clamp(2.2rem, 1.30952vw, 25.14286px);
  line-height: normal;
  margin-bottom: clamp(2rem, 1.19048vw, 22.85714px); }
  @media screen and (max-width: 1023px) {
    .template-default h5,
    .template-default .h5 {
      font-size: 1.7rem; } }

.template-default h6,
.template-default .h6 {
  font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
  line-height: clamp(2rem, 1.19048vw, 22.85714px);
  margin-bottom: clamp(0.5rem, 0.29762vw, 5.71429px); }

body:not(.template-default) div:not(button):not(.button):not([role="button"]),
body:not(.template-default) p:not(button):not(.button):not([role="button"]),
body:not(.template-default) h1:not(button):not(.button):not([role="button"]),
body:not(.template-default) h2:not(button):not(.button):not([role="button"]),
body:not(.template-default) h3:not(button):not(.button):not([role="button"]),
body:not(.template-default) h4:not(button):not(.button):not([role="button"]),
body:not(.template-default) h5:not(button):not(.button):not([role="button"]),
body:not(.template-default) h6:not(button):not(.button):not([role="button"]),
body:not(.template-default) a:not(button):not(.button):not([role="button"]),
body:not(.template-default) span:not(button):not(.button):not([role="button"]),
body:not(.template-default) li:not(button):not(.button):not([role="button"]),
body:not(.template-default) ul:not(button):not(.button):not([role="button"]),
body:not(.template-default) ol:not(button):not(.button):not([role="button"]),
body:not(.template-default) button:not(button):not(.button):not([role="button"]),
body:not(.template-default) input:not(button):not(.button):not([role="button"]),
body:not(.template-default) textarea:not(button):not(.button):not([role="button"]),
body:not(.template-default) select:not(button):not(.button):not([role="button"]),
body:not(.template-default) option:not(button):not(.button):not([role="button"]),
body:not(.template-default) label:not(button):not(.button):not([role="button"]),
body:not(.template-default) tr:not(button):not(.button):not([role="button"]),
body:not(.template-default) td:not(button):not(.button):not([role="button"]),
body:not(.template-default) th:not(button):not(.button):not([role="button"]),
body:not(.template-default) small:not(button):not(.button):not([role="button"]),
body:not(.template-default) strong:not(button):not(.button):not([role="button"]),
body:not(.template-default) summary:not(button):not(.button):not([role="button"]) {
  text-transform: capitalize; }

.topbar {
  padding: 0 clamp(2rem, 1.19048vw, 22.85714px);
  position: relative;
  z-index: 92;
  height: auto;
  border-bottom: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; }
  @media screen and (max-width: 1279px) {
    .topbar {
      padding: 1rem 1rem 1rem; } }
  @media screen and (max-width: 1023px) {
    .topbar {
      padding: 0.9rem 1rem 0.9rem; } }
  @media screen and (max-width: 767px) {
    .topbar {
      padding: 0.7rem 1rem 0.7rem; } }
  .topbar .topbar-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative; }
    @media screen and (max-width: 1279px) {
      .topbar .topbar-inner {
        -webkit-justify-content: center;
        justify-content: center; } }
  .topbar .top-promo-wrapper {
    flex: 1;
    padding-right: clamp(5rem, 2.97619vw, 57.14286px); }
    @media screen and (max-width: 1279px) {
      .topbar .top-promo-wrapper {
        max-width: inherit;
        padding-right: 0; } }
  .topbar .promo-list.slick-initialized .promo-slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .topbar .promo-list .slick-track {
    margin: 0; }
  .topbar .promo-list .promo-slider {
    display: none;
    min-width: clamp(67rem, 39.88095vw, 765.71429px); }
    @media screen and (max-width: 1023px) {
      .topbar .promo-list .promo-slider {
        min-width: inherit; } }
    .topbar .promo-list .promo-slider:first-of-type {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
  .topbar .promo-slider {
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: block; }
    @media screen and (max-width: 1279px) {
      .topbar .promo-slider {
        text-align: center; } }
    @media screen and (max-width: 1023px) {
      .topbar .promo-slider {
        font-size: 1.2rem;
        height: auto;
        line-height: 1.4rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center; } }
    @media screen and (max-width: 767px) {
      .topbar .promo-slider {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media screen and (max-width: 514px) {
      .topbar .promo-slider {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
    .topbar .promo-slider a {
      font-weight: 600;
      text-underline-offset: clamp(0.1rem, 0.05952vw, 1.14286px);
      text-decoration: underline;
      padding-left: clamp(0.3rem, 0.17857vw, 3.42857px); }

.pencil-banner-right {
  width: auto;
  margin: 0; }
  @media screen and (max-width: 1023px) {
    .pencil-banner-right {
      display: none; } }
  .pencil-banner-right .navPages-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    gap: 0; }
  .pencil-banner-right .navPages-item {
    float: none;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: clamp(3.4rem, 2.02381vw, 38.85714px); }
    @media screen and (max-width: 1365px) {
      .pencil-banner-right .navPages-item {
        margin-right: 2.5rem; } }
    .pencil-banner-right .navPages-item:last-child {
      margin-right: 0; }
    .pencil-banner-right .navPages-item.sfHover > .promo-link {
      color: #f15904; }
      .pencil-banner-right .navPages-item.sfHover > .promo-link .icon-down-arrow {
        fill: #f15904;
        transform: rotate(-180deg); }
  .pencil-banner-right .promo-link {
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    line-height: normal;
    color: black;
    padding: 0;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    -webkit-transition: 0.45s;
    -moz-transition: 0.45s;
    transition: 0.45s;
    padding: clamp(0.7rem, 0.41667vw, 8px) 0 clamp(0.8rem, 0.47619vw, 9.14286px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0 clamp(0.5rem, 0.29762vw, 5.71429px);
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }
    .pencil-banner-right .promo-link:hover {
      color: #f15904; }
      .pencil-banner-right .promo-link:hover .icon-down-arrow {
        fill: #f15904; }
    .pencil-banner-right .promo-link .icon-down-arrow {
      width: clamp(0.9rem, 0.53571vw, 10.28571px);
      height: clamp(0.5rem, 0.29762vw, 5.71429px);
      fill: #0e4f9d;
      stroke: none;
      padding-left: clamp(0.1rem, 0.05952vw, 1.14286px);
      position: relative; }
      .pencil-banner-right .promo-link .icon-down-arrow.air-ships {
        width: clamp(1.2rem, 0.71429vw, 13.71429px);
        height: clamp(1.2rem, 0.71429vw, 13.71429px);
        margin-left: clamp(0.2rem, 0.11905vw, 2.28571px);
        transform: none !important; }
  .pencil-banner-right .top-submenu {
    min-width: clamp(15rem, 8.92857vw, 171.42857px);
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: clamp(-4rem, -2.38095vw, -45.71429px); }
    .pencil-banner-right .top-submenu.dropdown-list-menu {
      padding: clamp(2rem, 1.19048vw, 22.85714px) clamp(1.6rem, 0.95238vw, 18.28571px) clamp(2.3rem, 1.36905vw, 26.28571px);
      border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
      position: absolute;
      background-color: white;
      display: none;
      margin: 0;
      width: 100%;
      border-radius: 0px 0px clamp(0.5rem, 0.29762vw, 5.71429px) clamp(0.5rem, 0.29762vw, 5.71429px); }
    .pencil-banner-right .top-submenu .navPages-item {
      margin: 0;
      -webkit-justify-content: center;
      justify-content: center; }
      .pencil-banner-right .top-submenu .navPages-item + .navPages-item {
        margin-top: clamp(0.39rem, 0.23214vw, 4.45714px); }
    .pencil-banner-right .top-submenu .navPages-action {
      padding: 0;
      margin: clamp(0.4rem, 0.2381vw, 4.57143px) 0; }

/*--- [header] ---*/
/*==============[ Header  Logo Part & Structure ]================*/
.navbar-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 clamp(2rem, 1.19048vw, 22.85714px) 0 clamp(3.2rem, 1.90476vw, 36.57143px);
  position: relative;
  z-index: 11;
  background-color: white; }
  @media screen and (max-width: 1279px) {
    .navbar-top {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: inherit;
      padding: 0;
      border-bottom: 0.1rem solid #bdbdbd; } }

.mobileMenu-toggle {
  background-color: #0e4f9d; }
  @media screen and (max-width: 1279px) {
    .mobileMenu-toggle {
      order: 0;
      bottom: 0;
      position: relative;
      padding: 0;
      width: 6rem;
      height: auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; } }
  @media screen and (max-width: 767px) {
    .mobileMenu-toggle {
      width: 4.7rem; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    transform: translate(-50%);
    left: 50%; }
    @media screen and (max-width: 767px) {
      .mobileMenu-toggle .mobileMenu-toggleIcon {
        margin-top: -0.2rem; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    width: clamp(1.7rem, 1.0119vw, 19.42857px);
    height: clamp(0.2rem, 0.11905vw, 2.28571px);
    background-color: white; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    width: clamp(1.7rem, 1.0119vw, 19.42857px);
    height: clamp(0.2rem, 0.11905vw, 2.28571px);
    background-color: white; }
  .mobileMenu-toggle.is-open {
    background-color: #f15904; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: white; }
    .mobileMenu-toggle.is-open .menu-icon {
      opacity: 0;
      visibility: hidden; }
    .mobileMenu-toggle.is-open .menu-close-icon {
      opacity: 1;
      visibility: visible; }

/*==============[ Header Logo ]================*/
.header-logo {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 1279px) {
    .header-logo {
      margin-left: 1rem;
      padding: 0.7rem 0;
      height: 100%;
      order: 1; } }
  @media screen and (max-width: 1023px) {
    .header-logo {
      width: auto;
      height: auto;
      padding: 0.51rem 0;
      margin-left: 2rem; } }
  @media screen and (max-width: 767px) {
    .header-logo {
      margin-left: 1.2rem;
      padding: 0.84rem 0;
      border-bottom: 0; } }
  .header-logo .header-logo__link {
    transition: none;
    width: clamp(22.1rem, 13.15476vw, 252.57143px); }
    @media screen and (max-width: 1279px) {
      .header-logo .header-logo__link {
        width: 19rem; } }
    @media screen and (max-width: 1023px) {
      .header-logo .header-logo__link {
        width: 17.1rem; } }
    @media screen and (max-width: 767px) {
      .header-logo .header-logo__link {
        width: 14.7rem; } }
    @media screen and (max-width: 412px) {
      .header-logo .header-logo__link {
        width: 11.7rem; } }
    @media screen and (max-width: 374px) {
      .header-logo .header-logo__link {
        width: 10.8rem; } }
  .header-logo .header-logo-image-container {
    min-height: inherit; }
    .header-logo .header-logo-image-container .header-logo-image {
      width: 100%;
      max-width: 100%; }
      @media screen and (min-width: 1025px) {
        .header-logo .header-logo-image-container .header-logo-image {
          max-height: clamp(5.2rem, 3.09524vw, 59.42857px);
          object-fit: cover; } }
      @media screen and (max-width: 1279px) {
        .header-logo .header-logo-image-container .header-logo-image {
          max-height: 4.4rem; } }
      @media screen and (max-width: 1023px) {
        .header-logo .header-logo-image-container .header-logo-image {
          max-height: 4rem;
          object-fit: cover; } }
      @media screen and (max-width: 767px) {
        .header-logo .header-logo-image-container .header-logo-image {
          max-height: 3.458rem;
          object-fit: cover; } }

/*==============[ Header Logo ]================*/
/*==============[ Header right cart ]================*/
.right-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  height: auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: 0;
  margin-bottom: 0;
  position: relative; }
  @media screen and (max-width: 1279px) {
    .right-section {
      order: 3;
      display: none; } }
  .right-section.mobileNavigation {
    display: none; }
    @media screen and (max-width: 1279px) {
      .right-section.mobileNavigation {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
  .right-section:has(li.is-active) {
    position: static; }
    .right-section:has(li.is-active) .overlay-mobile {
      display: block; }
  .right-section li.is-active {
    background-color: #f15904; }
    @media screen and (max-width: 1023px) {
      .right-section li.is-active {
        position: static; } }
    .right-section li.is-active .icon-hide {
      display: none; }
    .right-section li.is-active svg.mobile-hide {
      display: block;
      fill: white; }
    .right-section li.is-active > ul {
      display: block; }
      .right-section li.is-active > ul.contact-nav {
        width: auto; }
        @media screen and (max-width: 1279px) {
          .right-section li.is-active > ul.contact-nav {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
            border-radius: 0; } }
        @media screen and (max-width: 1023px) {
          .right-section li.is-active > ul.contact-nav {
            left: 0;
            right: 0;
            width: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column; } }
      .right-section li.is-active > ul.account-nav {
        border-radius: 0;
        width: 19.9rem; }
  .right-section li {
    padding: 0;
    list-style: none;
    position: relative;
    color: black;
    margin: 0; }
    .right-section li.border-left.navUser-action {
      padding: 0 clamp(2.4rem, 1.42857vw, 27.42857px) 0 clamp(3.2rem, 1.90476vw, 36.57143px);
      position: relative; }
      @media screen and (max-width: 1279px) {
        .right-section li.border-left.navUser-action {
          position: static;
          padding: 0 1.8rem; } }
      @media screen and (max-width: 1023px) {
        .right-section li.border-left.navUser-action {
          padding: 0 1.55rem; } }
      @media screen and (max-width: 412px) {
        .right-section li.border-left.navUser-action {
          padding: 0 1.3rem; } }
      @media screen and (max-width: 374px) {
        .right-section li.border-left.navUser-action {
          padding: 0 1rem; } }
    .right-section li.border-left:last-of-type .navUser-action {
      padding: 0 0 0 clamp(2.5rem, 1.4881vw, 28.57143px); }
      @media screen and (max-width: 1279px) {
        .right-section li.border-left:last-of-type .navUser-action {
          padding: 1rem 2rem; } }
      @media screen and (max-width: 1023px) {
        .right-section li.border-left:last-of-type .navUser-action {
          padding: 0 1.75rem; } }
      @media screen and (max-width: 412px) {
        .right-section li.border-left:last-of-type .navUser-action {
          padding: 0 1.3rem; } }
      @media screen and (max-width: 374px) {
        .right-section li.border-left:last-of-type .navUser-action {
          padding: 0 1rem; } }
    .right-section li.sfHover .navUser-action svg {
      fill: #f15904; }
    .right-section li .mobile-hide {
      display: none;
      width: clamp(1.5rem, 0.89286vw, 17.14286px);
      height: clamp(1.5rem, 0.89286vw, 17.14286px);
      fill: #f15904; }
  .right-section .navUser-action {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%; }
    .right-section .navUser-action svg {
      stroke: none;
      fill: black;
      -webkit-transition: 0.45s ease-in-out;
      -moz-transition: 0.45s ease-in-out;
      transition: 0.45s ease-in-out; }
    .right-section .navUser-action:hover svg {
      fill: #f15904; }
      @media screen and (max-width: 1279px) {
        .right-section .navUser-action:hover svg {
          fill: black; } }
  .right-section [data-cart-container] {
    position: relative; }
    .right-section [data-cart-container] .cart-icon {
      text-decoration: none; }
      .right-section [data-cart-container] .cart-icon .navUser-item-cartLabel {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        @media screen and (max-width: 1023px) {
          .right-section [data-cart-container] .cart-icon .navUser-item-cartLabel {
            position: relative;
            -webkit-justify-content: center;
            justify-content: center; } }
      .right-section [data-cart-container] .cart-icon:hover span::after {
        display: none; }
  .right-section .account-nav {
    padding: clamp(1.5rem, 0.89286vw, 17.14286px) clamp(2rem, 1.19048vw, 22.85714px) clamp(2.4rem, 1.42857vw, 27.42857px);
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
    position: absolute;
    background-color: white;
    display: none;
    margin: 0;
    width: 100%;
    min-width: clamp(16.7rem, 9.94048vw, 190.85714px);
    border-radius: 0px 0px clamp(0.5rem, 0.29762vw, 5.71429px) clamp(0.5rem, 0.29762vw, 5.71429px); }
    .right-section .account-nav li {
      margin-bottom: clamp(0.67rem, 0.39881vw, 7.65714px);
      text-align: center;
      font-size: clamp(1.4rem, 0.83333vw, 16px);
      text-transform: none;
      background-color: transparent; }
      @media screen and (max-width: 1023px) {
        .right-section .account-nav li {
          margin-bottom: 1.1rem; } }
      .right-section .account-nav li span {
        font-weight: 600; }
      .right-section .account-nav li:last-of-type {
        margin-bottom: 0; }
      .right-section .account-nav li a {
        color: black;
        text-transform: capitalize;
        font-weight: 500; }
        .right-section .account-nav li a:hover {
          color: #f15904; }
  .right-section .contact-nav {
    padding: clamp(1.5rem, 0.89286vw, 17.14286px) clamp(2rem, 1.19048vw, 22.85714px) clamp(2.4rem, 1.42857vw, 27.42857px);
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
    position: absolute;
    background-color: white;
    display: none;
    margin: 0;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    min-width: clamp(16.7rem, 9.94048vw, 190.85714px);
    border-radius: 0px 0px clamp(0.5rem, 0.29762vw, 5.71429px) clamp(0.5rem, 0.29762vw, 5.71429px); }
    @media screen and (max-width: 1279px) {
      .right-section .contact-nav {
        min-width: 27rem; } }
    @media screen and (max-width: 1023px) {
      .right-section .contact-nav {
        padding: 2rem 1.9rem 3.3rem;
        min-width: inherit; } }
    .right-section .contact-nav li {
      line-height: clamp(2.24rem, 1.33333vw, 25.6px);
      margin-bottom: clamp(0.9rem, 0.53571vw, 10.28571px);
      font-weight: 400;
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
      text-align: center;
      font-size: clamp(1.4rem, 0.83333vw, 16px);
      text-transform: none;
      background-color: transparent; }
      @media screen and (max-width: 1023px) {
        .right-section .contact-nav li {
          font-size: 1.5rem;
          line-height: 2.4rem; } }
      .right-section .contact-nav li span {
        font-weight: 600; }
      .right-section .contact-nav li:last-of-type {
        margin-bottom: 0; }
      .right-section .contact-nav li a {
        color: black;
        text-transform: capitalize;
        font-weight: 400; }
        .right-section .contact-nav li a:hover {
          color: #f15904; }
      .right-section .contact-nav li .button {
        width: 100%;
        padding: clamp(1.3rem, 0.77381vw, 14.85714px) clamp(2rem, 1.19048vw, 22.85714px) clamp(1.4rem, 0.83333vw, 16px);
        font-size: clamp(1.4rem, 0.83333vw, 16px);
        text-transform: uppercase;
        font-weight: 700; }
      .right-section .contact-nav li.chat-box {
        margin-top: clamp(1.6rem, 0.95238vw, 18.28571px); }
        .right-section .contact-nav li.chat-box a:hover {
          color: white; }
          @media screen and (max-width: 1279px) {
            .right-section .contact-nav li.chat-box a:hover {
              background: white;
              border-color: black;
              color: black; } }
        .right-section .contact-nav li.chat-box + li a:hover {
          color: white; }
      @media screen and (max-width: 1279px) {
        .right-section .contact-nav li.item-mobile-only {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          order: 0; } }
      .right-section .contact-nav li.item-mobile-only span {
        display: inherit;
        font-size: 1.6rem;
        font-weight: 400;
        font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }
        .right-section .contact-nav li.item-mobile-only span strong {
          font-weight: 600;
          padding-left: 0.5rem; }
          .right-section .contact-nav li.item-mobile-only span strong + a {
            font-weight: 600;
            color: #f15904;
            font-size: 1.7rem;
            padding-left: 0.4rem; }
      .right-section .contact-nav li.item-mobile-only .call-icon {
        margin-left: 1.4rem; }
      .right-section .contact-nav li.item-mobile-only + .account-list span {
        display: contents; }
        .right-section .contact-nav li.item-mobile-only + .account-list span + br + br {
          display: none; }
      @media screen and (max-width: 1279px) {
        .right-section .contact-nav li:nth-child(1) {
          order: 0;
          margin-bottom: 0.8rem; } }
      @media screen and (max-width: 1279px) {
        .right-section .contact-nav li:nth-child(2) {
          order: 3;
          margin-bottom: 0;
          margin-top: 2.4rem; } }
      @media screen and (max-width: 1279px) {
        .right-section .contact-nav li:nth-child(3) {
          order: 1; } }
      @media screen and (max-width: 1279px) {
        .right-section .contact-nav li:nth-child(4) {
          order: 2; } }
  .right-section ul.account-nav {
    display: none;
    margin: 0;
    left: auto;
    right: 0;
    width: auto;
    min-width: clamp(17.9rem, 10.65476vw, 204.57143px);
    padding: clamp(2rem, 1.19048vw, 22.85714px) clamp(2rem, 1.19048vw, 22.85714px) clamp(2.3rem, 1.36905vw, 26.28571px); }

.call-link {
  border-right: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; }
  .call-link > span {
    position: relative;
    top: clamp(-0.1rem, -0.05952vw, -1.14286px); }
  .call-link span {
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    line-height: normal;
    font-weight: 400;
    color: black;
    text-transform: none; }
    @media screen and (max-width: 1279px) {
      .call-link span {
        display: none; } }
    .call-link span strong {
      font-weight: 600; }
      .call-link span strong + a {
        font-weight: 600;
        font-size: clamp(1.5rem, 0.89286vw, 17.14286px); }
  .call-link .call-icon {
    line-height: 0;
    margin-left: clamp(1.5rem, 0.89286vw, 17.14286px);
    margin-top: clamp(0.1rem, 0.05952vw, 1.14286px); }
    @media screen and (max-width: 1279px) {
      .call-link .call-icon {
        display: block;
        margin: 0; } }
    .call-link .call-icon svg {
      height: clamp(1.6rem, 0.95238vw, 18.28571px);
      width: clamp(1.6rem, 0.95238vw, 18.28571px); }
      @media screen and (max-width: 374px) {
        .call-link .call-icon svg {
          height: 1.2rem;
          width: 1.2rem; } }

/*==============[ Header right cart ]================*/
/*==============[ Header Search ]================*/
.searchbar-inner {
  border-left: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
  padding: 0;
  margin-left: clamp(3.5rem, 2.08333vw, 40px);
  flex: 1; }
  @media screen and (max-width: 1279px) {
    .searchbar-inner {
      order: 2;
      flex: none;
      margin-left: auto; } }
  @media screen and (max-width: 410px) {
    .searchbar-inner {
      margin-left: auto; } }
  .searchbar-inner .form,
  .searchbar-inner .form-field {
    margin-bottom: 0; }
  .searchbar-inner .quick-search {
    position: relative; }
    @media screen and (min-width: 1025px) {
      .searchbar-inner .quick-search {
        position: static; } }
    @media screen and (max-width: 1279px) {
      .searchbar-inner .quick-search {
        width: 100%;
        margin-right: 0;
        left: 0;
        right: 0;
        top: 170%;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        position: absolute; } }
    .searchbar-inner .quick-search .container {
      padding: 0; }
    .searchbar-inner .quick-search.is-open {
      left: 0;
      right: 0;
      margin-top: -0.1rem;
      border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
      top: 100% !important;
      visibility: visible;
      opacity: 1;
      z-index: 9;
      border-left: 0;
      border-right: 0; }
      @media screen and (max-width: 1279px) {
        .searchbar-inner .quick-search.is-open + .navUser-action--quickSearch {
          background-color: #f15904; } }
      .searchbar-inner .quick-search.is-open + .navUser-action--quickSearch .search-icon-m {
        display: none; }
      .searchbar-inner .quick-search.is-open + .navUser-action--quickSearch + .overlay-mobile {
        display: block; }
        @media screen and (min-width: 1025px) {
          .searchbar-inner .quick-search.is-open + .navUser-action--quickSearch + .overlay-mobile {
            display: none; } }
    .searchbar-inner .quick-search:has(.quickSearchMessage, .productGrid) + .navUser-action--quickSearch + .overlay-mobile {
      display: none; }
      @media screen and (max-width: 1023px) {
        .searchbar-inner .quick-search:has(.quickSearchMessage, .productGrid) + .navUser-action--quickSearch + .overlay-mobile {
          display: block; } }
  .searchbar-inner .navUser-action--quickSearch {
    padding: 0;
    height: 100%;
    display: none; }
    @media screen and (max-width: 1279px) {
      .searchbar-inner .navUser-action--quickSearch {
        display: block;
        padding: 0 1.95rem; } }
    @media screen and (max-width: 1023px) {
      .searchbar-inner .navUser-action--quickSearch {
        padding: 0 1.7rem; } }
    @media screen and (max-width: 412px) {
      .searchbar-inner .navUser-action--quickSearch {
        padding: 0 1.3rem; } }
    @media screen and (max-width: 374px) {
      .searchbar-inner .navUser-action--quickSearch {
        padding: 0 1rem; } }
    @media screen and (max-width: 1023px) {
      .searchbar-inner .navUser-action--quickSearch .search-close {
        display: none; } }
    .searchbar-inner .navUser-action--quickSearch svg {
      width: 1.5rem;
      height: 1.5rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      fill: black;
      stroke: none;
      margin: 0; }
      @media screen and (max-width: 374px) {
        .searchbar-inner .navUser-action--quickSearch svg {
          width: 1.2rem;
          height: 1.2rem; } }
      .searchbar-inner .navUser-action--quickSearch svg.search-close {
        display: none;
        fill: white; }
    .searchbar-inner .navUser-action--quickSearch[aria-expanded="true"] .search-mobile {
      display: none; }
    .searchbar-inner .navUser-action--quickSearch[aria-expanded="true"] .search-close {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
  .searchbar-inner .form-input {
    padding: clamp(2.2rem, 1.30952vw, 25.14286px) clamp(6rem, 3.57143vw, 68.57143px) clamp(2.2rem, 1.30952vw, 25.14286px) clamp(4.2rem, 2.5vw, 48px);
    border: 0;
    color: black;
    font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
    line-height: clamp(2.5rem, 1.4881vw, 28.57143px);
    font-weight: 300; }
    @media screen and (max-width: 1365px) {
      .searchbar-inner .form-input {
        font-size: 1.6rem; } }
    @media screen and (max-width: 1279px) {
      .searchbar-inner .form-input {
        padding-left: 2rem;
        padding-right: 2rem;
        border-left: 0;
        border-right: 0; } }
    @media screen and (max-width: 767px) {
      .searchbar-inner .form-input {
        padding: 2.45rem 6rem 2.45rem 2rem; } }
    .searchbar-inner .form-input::-webkit-input-placeholder {
      color: #828282;
      opacity: 1;
      font-weight: 300; }
    .searchbar-inner .form-input::-moz-placeholder {
      color: #828282;
      opacity: 1;
      font-weight: 300; }
    .searchbar-inner .form-input:-ms-input-placeholder {
      color: #828282;
      opacity: 1;
      font-weight: 300; }
    .searchbar-inner .form-input:-moz-placeholder {
      color: #828282;
      opacity: 1;
      font-weight: 300; }
  .searchbar-inner .form-field {
    position: relative; }
    .searchbar-inner .form-field .btn-quick-search {
      width: clamp(2.5rem, 1.4881vw, 28.57143px);
      position: absolute;
      right: clamp(3rem, 1.78571vw, 34.28571px);
      top: 0;
      bottom: 0;
      margin: auto;
      padding: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
      @media screen and (max-width: 1279px) {
        .searchbar-inner .form-field .btn-quick-search {
          right: 1.5rem; } }
      .searchbar-inner .form-field .btn-quick-search .search-icon {
        width: clamp(1.528rem, 0.90952vw, 17.46286px);
        height: clamp(1.5rem, 0.89286vw, 17.14286px);
        fill: black;
        stroke: none;
        -webkit-transition: 0.45s ease-in-out;
        -moz-transition: 0.45s ease-in-out;
        transition: 0.45s ease-in-out; }
      .searchbar-inner .form-field .btn-quick-search:hover .search-icon {
        fill: #f15904; }
  .searchbar-inner .quickSearchResults {
    position: absolute;
    left: clamp(-0.1rem, -0.05952vw, -1.14286px);
    width: auto;
    top: auto;
    background-color: white;
    padding: 0;
    border-top: 0;
    overflow: hidden;
    transition: max-height 0.45s ease-in-out;
    border-radius: clamp(0.5rem, 0.29762vw, 5.71429px);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 99; }
    @media screen and (max-width: 1279px) {
      .searchbar-inner .quickSearchResults {
        margin-top: 0; } }
    @media screen and (max-width: 1023px) {
      .searchbar-inner .quickSearchResults {
        top: calc(100% + 6rem); } }
    .searchbar-inner .quickSearchResults:has(.productGrid) {
      display: block; }
    .searchbar-inner .quickSearchResults .quickSearchMessage {
      font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
      font-weight: 600;
      margin-top: 0;
      word-break: break-word;
      color: black;
      min-height: clamp(13rem, 7.7381vw, 148.57143px);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
      padding: 0 clamp(2rem, 1.19048vw, 22.85714px); }

/*==============[ Header Search ]================*/
/*==============[ Header Menu Part ]================*/
.header {
  border-bottom: 0;
  z-index: 999; }
  @media screen and (max-width: 1279px) {
    .header {
      height: auto;
      position: relative;
      background-color: #FBFBFB; } }
  @media screen and (max-width: 1279px) {
    .header .header-main {
      position: relative; } }

.megamenu-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: fit-content; }
  .megamenu-inner .category-image-wrapper {
    width: clamp(29.8rem, 17.7381vw, 340.57143px);
    aspect-ratio: 298 / 371;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 1439px) {
      .megamenu-inner .category-image-wrapper {
        width: 25rem; } }
    .megamenu-inner .category-image-wrapper::after {
      content: "";
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0;
      top: 55%;
      right: 0;
      width: 100%;
      background: linear-gradient(180deg, rgba(131, 131, 133, 0) 0%, #000000 71%);
      opacity: 0.85; }
    .megamenu-inner .category-image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
    .megamenu-inner .category-image-wrapper [alt="No image"] {
      object-fit: contain;
      background-color: white; }
    .megamenu-inner .category-image-wrapper [alt="ProductDefault"] {
      object-fit: contain;
      background-color: white; }
    .megamenu-inner .category-image-wrapper .shopAll-button {
      position: absolute;
      left: clamp(3rem, 1.78571vw, 34.28571px);
      right: clamp(3rem, 1.78571vw, 34.28571px);
      bottom: clamp(3rem, 1.78571vw, 34.28571px);
      white-space: nowrap;
      z-index: 99;
      font-size: clamp(1.4rem, 0.83333vw, 16px);
      padding: clamp(1.85rem, 1.10119vw, 21.14286px) clamp(2rem, 1.19048vw, 22.85714px);
      background-color: transparent;
      color: white;
      border: clamp(0.1rem, 0.05952vw, 1.14286px) solid white; }
      @media screen and (max-width: 1365px) {
        .megamenu-inner .category-image-wrapper .shopAll-button {
          padding: 1.4rem 2rem; } }
      .megamenu-inner .category-image-wrapper .shopAll-button:hover {
        background-color: #f15904;
        color: white;
        border-color: #f15904; }

.megamenu-wrap-inner {
  text-align: left;
  column-count: 2;
  column-fill: balance;
  column-gap: 60px;
  width: calc(100% - clamp(53.6rem, 31.90476vw, 612.57143px));
  max-width: inherit; }

.navUser-account-action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 0 clamp(2.65rem, 1.57738vw, 30.28571px) 0; }
  @media screen and (max-width: 1279px) {
    .navUser-account-action {
      padding: 0 2rem; } }
  @media screen and (max-width: 1023px) {
    .navUser-account-action {
      padding: 0 1.65rem; } }
  @media screen and (max-width: 412px) {
    .navUser-account-action {
      padding: 0 1.3rem; } }
  @media screen and (max-width: 374px) {
    .navUser-account-action {
      padding: 0 1rem; } }
  .navUser-account-action .icon {
    width: clamp(1.3rem, 0.77381vw, 14.85714px);
    height: clamp(1.5rem, 0.89286vw, 17.14286px);
    margin: 0; }
    @media screen and (max-width: 1023px) {
      .navUser-account-action .icon {
        min-width: 1.6rem;
        margin: 0;
        -webkit-justify-content: center;
        justify-content: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 1.6rem;
        height: 1.6rem; } }
    @media screen and (max-width: 374px) {
      .navUser-account-action .icon {
        width: 1rem;
        height: 1.2rem; } }
    .navUser-account-action .icon svg {
      width: clamp(1.1rem, 0.65476vw, 12.57143px);
      height: clamp(1.4rem, 0.83333vw, 16px); }
      @media screen and (max-width: 1279px) {
        .navUser-account-action .icon svg {
          margin: 0;
          transition: none; } }
      @media screen and (max-width: 374px) {
        .navUser-account-action .icon svg {
          width: 1rem;
          height: 1.2rem; } }
      .navUser-account-action .icon svg.mobile-hide {
        width: clamp(1.5rem, 0.89286vw, 17.14286px);
        height: clamp(1.5rem, 0.89286vw, 17.14286px); }
        @media screen and (max-width: 1023px) {
          .navUser-account-action .icon svg.mobile-hide {
            width: 1.6rem;
            height: 1.6rem; } }
    .navUser-account-action .icon + .icon {
      margin-left: clamp(0.925rem, 0.5506vw, 10.57143px);
      transition: 0.45s ease-in-out;
      width: clamp(0.95rem, 0.56548vw, 10.85714px);
      height: clamp(0.391rem, 0.23274vw, 4.46857px); }

/*==============[ Header Menu Part ]================*/
/*==============[ Mobile - Desktop Hide Part ]================*/
.back-menu {
  display: none; }
  .back-menu .navPages-button {
    color: black;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(1.5rem, 0.89286vw, 17.14286px);
    font-weight: 600;
    line-height: clamp(3.8rem, 2.2619vw, 43.42857px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .back-menu svg {
    transform: rotate(0deg);
    display: block;
    height: clamp(1.2rem, 0.71429vw, 13.71429px);
    width: clamp(0.8rem, 0.47619vw, 9.14286px);
    fill: #0e4f9d;
    margin-right: clamp(1.3rem, 0.77381vw, 14.85714px); }

.mobile-back-menu {
  margin: 0;
  background-color: #fbfbfb; }
  @media screen and (max-width: 1279px) {
    .mobile-back-menu {
      padding: 1.4rem 2rem 2rem; } }
  .mobile-back-menu .heading-category.navPages-action {
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(3rem, 1.78571vw, 34.28571px);
    font-style: normal;
    font-weight: 600;
    line-height: clamp(3.8rem, 2.2619vw, 43.42857px);
    padding: 0; }

.item-mobile-only {
  display: none; }
  @media screen and (max-width: 1023px) {
    .item-mobile-only {
      display: block; } }
  .item-mobile-only .navPages-action {
    padding: 1.5rem 2rem 1.5rem 3rem; }

.mobile-bar-list {
  margin: 0;
  display: none; }
  @media screen and (max-width: 1023px) {
    .mobile-bar-list {
      display: block; } }
  .mobile-bar-list li.navPages-item .navPages-action svg {
    width: 100%;
    height: 100%;
    margin: 0; }
  .mobile-bar-list li.navPages-item .navPages-action .icon {
    margin-right: 10px; }
  .mobile-bar-list .top-wrapper-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    .mobile-bar-list .top-wrapper-inner p {
      margin-right: 20px;
      margin-bottom: 0; }

/*==============[ Mobile - Desktop Hide Part ]================*/
/*==============[ Sticky Header Css ]================*/
.sticky-add {
  /*--- [ Sticky Header ] ---*/ }
  .sticky-add .topbar {
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: -9999999999; }
  .sticky-add .header-logo .header-logo__link {
    width: clamp(17rem, 10.11905vw, 194.28571px); }
    @media screen and (max-width: 1023px) {
      .sticky-add .header-logo .header-logo__link {
        width: 19rem; } }
    @media screen and (max-width: 767px) {
      .sticky-add .header-logo .header-logo__link {
        width: 14.7rem; } }
    @media screen and (max-width: 412px) {
      .sticky-add .header-logo .header-logo__link {
        width: 11.7rem; } }
    @media screen and (max-width: 374px) {
      .sticky-add .header-logo .header-logo__link {
        width: 11.9rem; } }
  @media screen and (max-width: 1279px) {
    .sticky-add .right-section .overlay-mobile {
      height: calc(100% - 5.5rem); } }
  @media screen and (max-width: 1023px) {
    .sticky-add .right-section .overlay-mobile {
      height: calc(100% - 5.589rem); } }
  @media screen and (max-width: 767px) {
    .sticky-add .right-section .overlay-mobile {
      height: calc(100% - 5.2rem); } }
  .sticky-add .searchbar-inner .form-input {
    padding: clamp(1.57rem, 0.93452vw, 17.94286px) clamp(6rem, 3.57143vw, 68.57143px) clamp(1.57rem, 0.93452vw, 17.94286px) clamp(4.2rem, 2.5vw, 48px);
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px); }
    @media screen and (max-width: 767px) {
      .sticky-add .searchbar-inner .form-input {
        padding: 2.45rem 6rem 2.45rem 2rem; } }
  .sticky-add .navPages-action,
  .sticky-add .navPages-action.activePage {
    padding: clamp(0.25rem, 0.14881vw, 2.85714px) clamp(2.75rem, 1.6369vw, 31.42857px) clamp(0.35rem, 0.20833vw, 4px); }
    @media screen and (max-width: 1580px) {
      .sticky-add .navPages-action,
      .sticky-add .navPages-action.activePage {
        padding: 0.4rem 1.5rem 0.7rem; } }
    @media screen and (max-width: 1279px) {
      .sticky-add .navPages-action,
      .sticky-add .navPages-action.activePage {
        padding: 1.77rem 2rem 1.9rem; } }
  .sticky-add .header {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-transition: 0.45s ease-in-out;
    -o-transition: 0.45s ease-in-out;
    transition: 0.45s ease-in-out;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: white; }
  .sticky-add .navUser-account-action {
    padding: 0 clamp(2.6rem, 1.54762vw, 29.71429px) 0; }
    @media screen and (max-width: 1279px) {
      .sticky-add .navUser-account-action {
        padding: 0 2rem; } }
    @media screen and (max-width: 1023px) {
      .sticky-add .navUser-account-action {
        padding: 0 1.65rem; } }
    @media screen and (max-width: 412px) {
      .sticky-add .navUser-account-action {
        padding: 0 1.3rem; } }
    @media screen and (max-width: 374px) {
      .sticky-add .navUser-account-action {
        padding: 0 0.8rem; } }

.sticky-remove .header--sticky--remove {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: 0.45s all ease;
  -o-transition: 0.45s all ease;
  transition: 0.45s all ease;
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: white; }

/* Animation for slideInDown start */
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

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

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

/* Animation for slideInDown end */
/*==============[ Sticky Header Css ]================*/
.sf-menu,
.sf-menu * {
  margin: 0;
  list-style: none; }

.sf-menu li > ul {
  position: absolute;
  top: 100%;
  z-index: 51;
  display: none;
  right: 0;
  left: auto; }

.sf-menu ul ul,
.sf-menu ul ul ul {
  margin-top: 0;
  left: 100%;
  top: 0; }

.sf-menu li {
  float: none;
  *white-space: normal; }

ul.sf-menu li li:hover li ul {
  top: -999em; }

ul.sf-menu li li li:hover ul {
  top: 0; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  min-width: 17rem; }
  .select2-container.select-disabled {
    pointer-events: none;
    -webkit-filter: opacity(0.7) grayscale(1);
    filter: opacity(0.7) grayscale(1); }

.select2 {
  width: 100% !important; }

.select2-container .select2-selection--single {
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
  background: white;
  padding: clamp(1.462rem, 0.87024vw, 16.70857px) clamp(2rem, 1.19048vw, 22.85714px) clamp(1.462rem, 0.87024vw, 16.70857px) clamp(2rem, 1.19048vw, 22.85714px);
  font-size: clamp(1.4rem, 0.83333vw, 16px);
  font-weight: 500;
  line-height: clamp(1.95rem, 1.16071vw, 22.28571px);
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  outline: none;
  color: black;
  height: auto;
  display: block;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }
  .select2-container .select2-selection--single:focus {
    box-shadow: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  text-transform: capitalize; }
  .select2-container .select2-selection--single .select2-selection__rendered[title="Choose Options"] {
    color: #828282; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1.4rem; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 3.2rem;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1.4rem; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 1.8rem;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
  border: 0;
  border-radius: 0 !important; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 0.05rem solid #bdbdbd;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 3;
  min-width: 10rem;
  overflow: hidden;
  text-align: left; }

.select2-results {
  display: block;
  max-height: 35rem;
  overflow: auto;
  border-radius: 0; }

.select2-results__options {
  list-style: none;
  margin: 0 !important;
  padding: 0; }
  .select2-results__options li {
    margin: 0 !important;
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    font-weight: 500;
    line-height: clamp(1.95rem, 1.16071vw, 22.28571px);
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    text-transform: capitalize; }
    .select2-results__options li:before {
      display: none; }

.select2-results__option {
  padding: clamp(1rem, 0.59524vw, 11.42857px) clamp(2rem, 1.19048vw, 22.85714px) clamp(1rem, 0.59524vw, 11.42857px);
  user-select: none;
  -webkit-user-select: none;
  line-height: normal;
  color: black; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--default .select2-results__option--selected {
  background-color: #0e4f9d;
  color: white; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0e4f9d;
  color: white; }

.select2-search--dropdown {
  display: block;
  padding: clamp(0.9rem, 0.53571vw, 10.28571px); }

.select2-search--dropdown .select2-search__field {
  padding: clamp(1.1rem, 0.65476vw, 12.57143px) clamp(2rem, 1.19048vw, 22.85714px);
  width: 100%;
  box-sizing: border-box;
  border: 0;
  color: black;
  background: white;
  border-radius: 0 !important;
  border-bottom: 0.05rem solid #bdbdbd; }

.select2-search__field::-webkit-input-placeholder {
  color: black;
  opacity: 1; }

.select2-search__field::-moz-placeholder {
  color: black;
  opacity: 1; }

.select2-search__field:-ms-input-placeholder {
  color: black;
  opacity: 1; }

.select2-search__field:-moz-placeholder {
  color: black;
  opacity: 1; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-search--dropdown .select2-search__field {
  background: none;
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 0.1rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.1rem !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 2.6rem;
  margin-right: 2rem;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(2.1rem, 1.25vw, 24px);
  width: 3rem;
  height: 4.9rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: clamp(0.8rem, 0.47619vw, 9.14286px);
  width: clamp(1.3rem, 0.77381vw, 14.85714px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.91606 0.234131L6.50014 4.40148L11.0842 0.234131L12.7659 2.08398L7.34098 7.01573C6.86421 7.44916 6.13608 7.44916 5.6593 7.01573L0.234375 2.08398L1.91606 0.234131Z' fill='%231F1F1F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100% auto; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 0.1rem;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
  background-position: center left; }

.select2-search--dropdown + .select2-results {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes fadeInLeft_New {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft_New {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    transform: translateX(-70px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInRight_New {
  0% {
    opacity: 1;
    -webkit-transform: translateX(70px);
    transform: translateX(70px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight_New {
  0% {
    opacity: 1;
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInUp_New {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp_New {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInUp_New_W_O {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp_New_W_O {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@media screen and (min-width: 768px) {
  .fadeInUp-New-W-O {
    -webkit-animation-name: fadeInUp_New_W_O;
    animation-name: fadeInUp_New_W_O; } }

@-webkit-keyframes fadeInDown_New {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.animated-new {
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms; }

@keyframes fadeInDown_New {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slideInUp_New {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp_New {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp-New {
  animation-name: slideInUp_New;
  -webkit-animation-name: slideInUp_New; }

@media screen and (min-width: 768px) {
  .desktop-l-t-r {
    -webkit-animation-name: fadeInLeft_New;
    animation-name: fadeInLeft_New; } }

@media screen and (min-width: 1024px) {
  .desktop-l-t-r-1024 {
    -webkit-animation-name: fadeInLeft_New;
    animation-name: fadeInLeft_New; } }

@media screen and (min-width: 768px) {
  .desktop-r-t-l {
    -webkit-animation-name: fadeInRight_New;
    animation-name: fadeInRight_New; } }

@media screen and (min-width: 1024px) {
  .desktop-r-t-l-1024 {
    -webkit-animation-name: fadeInRight_New;
    animation-name: fadeInRight_New; } }

@media screen and (min-width: 768px) {
  .desktop-t-t-b {
    -webkit-animation-name: fadeInDown_New;
    animation-name: fadeInDown_New; } }

@media screen and (min-width: 768px) {
  .desktop-b-t-t {
    -webkit-animation-name: fadeInUp_New;
    animation-name: fadeInUp_New; } }

@media screen and (max-width: 767px) {
  .mobile-t-t-b {
    -webkit-animation-name: fadeInDown_New;
    animation-name: fadeInDown_New; } }

@media screen and (max-width: 767px) {
  .mobile-b-t-t {
    -webkit-animation-name: fadeInUp_New;
    animation-name: fadeInUp_New; } }

@media screen and (max-width: 1023px) {
  .mobile-b-t-t-768 {
    -webkit-animation-name: fadeInUp_New;
    animation-name: fadeInUp_New; } }

.wow {
  visibility: hidden; }

.nicescroll-rails {
  width: 0.2rem !important;
  background: transparent !important;
  right: clamp(0.3rem, 0.17857vw, 3.42857px);
  left: auto !important;
  pointer-events: none; }
  .nicescroll-rails .nicescroll-cursors {
    width: 0.2rem !important;
    border-radius: 0 !important;
    background: #f2f2f2 !important;
    border: 0 !important; }

div .swiper-horizontal > .swiper-scrollbar {
  max-width: 144rem;
  padding: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  border-radius: 0; }

.swiper-scrollbar {
  background: #E0E0E0 !important;
  height: 0.2rem !important; }

div.swiper-scrollbar-drag {
  height: 1.2rem;
  cursor: pointer;
  margin-top: -0.6rem;
  background-color: transparent;
  position: relative; }
  div.swiper-scrollbar-drag::before {
    content: "";
    height: 0.2rem;
    background: #f15904;
    display: block;
    width: 100%;
    position: absolute;
    top: 0.6rem; }

/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */ }

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/ }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */ }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

/* a11y */
.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.select2-container.select2-container--below .select2-selection--single[aria-expanded="true"] {
  border-radius: 0; }

.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-top: transparent; }

.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-radius: 0;
  border-bottom: transparent; }

.icon-cart {
  width: clamp(1.4rem, 0.83333vw, 16px);
  height: clamp(1.5rem, 0.89286vw, 17.14286px);
  margin-right: clamp(1.2rem, 0.71429vw, 13.71429px);
  margin-top: 0; }
  @media screen and (max-width: 1279px) {
    .icon-cart {
      margin: 0; } }
  @media screen and (max-width: 375px) {
    .icon-cart {
      width: 1.6rem;
      height: 1.6rem; } }
  @media screen and (max-width: 374px) {
    .icon-cart {
      width: 1.2rem;
      height: 1.2rem; } }

.countPill {
  display: block;
  font-size: clamp(1.2rem, 0.71429vw, 13.71429px);
  line-height: normal;
  font-weight: 600;
  color: #f15904;
  background-color: transparent;
  width: auto;
  height: auto;
  margin: 0;
  -webkit-transition: 0.45s ease-in-out;
  -moz-transition: 0.45s ease-in-out;
  transition: 0.45s ease-in-out; }
  @media screen and (max-width: 1279px) {
    .countPill {
      display: none; } }

.navUser-action {
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }
  .navUser-action:hover {
    color: white; }

/*=================[  Hero sd-carousel    ]====================*/
[id^="sd-carousel"] {
  min-height: 29.022vw;
  overflow: hidden; }
  [id^="sd-carousel"] [data-test-id] > [class^="css-"] {
    padding: 0;
    min-height: 29.022vw; }
    @media screen and (max-width: 1279px) {
      [id^="sd-carousel"] [data-test-id] > [class^="css-"] {
        min-height: 30.022vw; } }
    @media screen and (max-width: 1023px) {
      [id^="sd-carousel"] [data-test-id] > [class^="css-"] {
        padding: 5.1rem 2rem; } }
    [id^="sd-carousel"] [data-test-id] > [class^="css-"] > [class^="css-"] {
      padding: clamp(4.2rem, 2.5vw, 48px) clamp(6.4rem, 3.80952vw, 73.14286px) clamp(3.4rem, 2.02381vw, 38.85714px);
      width: 58.12%;
      line-height: 0;
      box-shadow: none; }
      @media screen and (max-width: 1279px) {
        [id^="sd-carousel"] [data-test-id] > [class^="css-"] > [class^="css-"] {
          padding: 2.5rem 2rem 2.8rem; } }
      @media screen and (max-width: 1023px) {
        [id^="sd-carousel"] [data-test-id] > [class^="css-"] > [class^="css-"] {
          padding: 3.1rem 11rem 3.5rem;
          width: 100%; } }
      @media screen and (max-width: 767px) {
        [id^="sd-carousel"] [data-test-id] > [class^="css-"] > [class^="css-"] {
          padding: 3.1rem 2rem 3.5rem;
          width: 100%; } }
  [id^="sd-carousel"] [class^="bc-carousel-container-"] {
    height: 100%;
    margin-bottom: 0; }
    [id^="sd-carousel"] [class^="bc-carousel-container-"] [class^="bc-carousel-"] {
      height: 100%; }
      [id^="sd-carousel"] [class^="bc-carousel-container-"] [class^="bc-carousel-"] > div {
        height: 100%; }
  [id^="sd-carousel"] [data-render-id] p {
    text-align: center;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(3.6rem, 2.14286vw, 41.14286px);
    font-weight: 700;
    line-height: clamp(3.24rem, 1.92857vw, 37.02857px);
    text-transform: uppercase; }
    @media screen and (max-width: 1580px) {
      [id^="sd-carousel"] [data-render-id] p {
        font-size: 3.2rem;
        padding: 0; } }
    @media screen and (max-width: 1439px) {
      [id^="sd-carousel"] [data-render-id] p {
        font-size: 2.8rem;
        line-height: 2.8rem; } }
    @media screen and (max-width: 1279px) {
      [id^="sd-carousel"] [data-render-id] p {
        font-size: 1.9rem;
        line-height: 1.94rem; } }
    @media screen and (max-width: 1023px) {
      [id^="sd-carousel"] [data-render-id] p {
        font-size: 2.6rem;
        line-height: 2.34rem; } }
    @media screen and (max-width: 412px) {
      [id^="sd-carousel"] [data-render-id] p {
        font-size: 1.8rem;
        line-height: 2rem; } }
    [id^="sd-carousel"] [data-render-id] p + p {
      margin-top: clamp(2rem, 1.19048vw, 22.85714px); }
  [id^="sd-carousel"] [data-render-id] + [data-render-id] {
    margin: clamp(2rem, 1.19048vw, 22.85714px) 0 clamp(2.4rem, 1.42857vw, 27.42857px); }
    @media screen and (max-width: 1279px) {
      [id^="sd-carousel"] [data-render-id] + [data-render-id] {
        margin: 1.2rem 0 2.2rem; } }
    @media screen and (max-width: 1023px) {
      [id^="sd-carousel"] [data-render-id] + [data-render-id] {
        margin: 1.2rem 0 2.2rem;
        padding: 0 5rem; } }
    @media screen and (max-width: 767px) {
      [id^="sd-carousel"] [data-render-id] + [data-render-id] {
        padding: 0; } }
    [id^="sd-carousel"] [data-render-id] + [data-render-id] p {
      text-align: center;
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
      font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
      font-weight: 400;
      line-height: clamp(2.4rem, 1.42857vw, 27.42857px);
      text-transform: none; }
      @media screen and (max-width: 1580px) {
        [id^="sd-carousel"] [data-render-id] + [data-render-id] p {
          padding: 0; } }
      @media screen and (max-width: 1365px) {
        [id^="sd-carousel"] [data-render-id] + [data-render-id] p {
          font-size: 1.4rem; } }
      @media screen and (max-width: 1023px) {
        [id^="sd-carousel"] [data-render-id] + [data-render-id] p {
          font-size: 1.6rem; } }
      @media screen and (max-width: 412px) {
        [id^="sd-carousel"] [data-render-id] + [data-render-id] p {
          font-size: 1.4rem; } }
  [id^="sd-carousel"] [data-test-id="carousel-cta-button"] {
    height: auto;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
    line-height: normal;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(5.7rem, 3.39286vw, 65.14286px);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    margin: 0;
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #f15904;
    color: white;
    background: #f15904;
    position: relative;
    text-decoration: none !important;
    overflow: hidden;
    min-width: clamp(18rem, 10.71429vw, 205.71429px);
    transition: all 0.45s ease-in-out; }
    @media screen and (max-width: 1023px) {
      [id^="sd-carousel"] [data-test-id="carousel-cta-button"] {
        padding: 1.7rem 3.5rem; } }
    [id^="sd-carousel"] [data-test-id="carousel-cta-button"] div {
      padding: 0; }
    [id^="sd-carousel"] [data-test-id="carousel-cta-button"] p {
      font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
      line-height: normal;
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
    @media screen and (min-width: 1025px) {
      [id^="sd-carousel"] [data-test-id="carousel-cta-button"]:hover {
        background: #0e4f9d;
        border-color: #0e4f9d;
        color: white; } }
    [id^="sd-carousel"] [data-test-id="carousel-cta-button"]:active, [id^="sd-carousel"] [data-test-id="carousel-cta-button"]:focus {
      color: white;
      background: #f15904;
      border-color: #f15904; }
      @media screen and (min-width: 1025px) {
        [id^="sd-carousel"] [data-test-id="carousel-cta-button"]:active:hover, [id^="sd-carousel"] [data-test-id="carousel-cta-button"]:focus:hover {
          background: white;
          border-color: #f15904;
          color: #f15904; } }

/*=================[  Hero sd-carousel    ]====================*/
/*=================[  sd-hero-image banner    ]====================*/
[id^="sd-hero-image-"] {
  overflow: hidden;
  height: 100%; }
  [id^="sd-hero-image-"] [data-test-id] > [class^="css-"] {
    padding: 0;
    min-height: max-content; }
    [id^="sd-hero-image-"] [data-test-id] > [class^="css-"] > [class^="css-"] {
      padding: clamp(4.2rem, 2.5vw, 48px) clamp(6.4rem, 3.80952vw, 73.14286px) clamp(2.8rem, 1.66667vw, 32px);
      width: 58.12%; }
  [id^="sd-hero-image-"] [data-test-id="hero-image-title"] {
    margin-bottom: clamp(2.3rem, 1.36905vw, 26.28571px);
    min-height: auto; }
    @media screen and (max-width: 1023px) {
      [id^="sd-hero-image-"] [data-test-id="hero-image-title"] {
        margin-bottom: 20px; } }
  [id^="sd-hero-image-"] [data-test-id="hero-image-subtitle"] {
    margin-bottom: clamp(2.4rem, 1.42857vw, 27.42857px);
    margin-top: 0; }
    @media screen and (max-width: 1023px) {
      [id^="sd-hero-image-"] [data-test-id="hero-image-subtitle"] {
        margin-bottom: 18px; } }
  [id^="sd-hero-image-"] [class^="sd-hero-image-"] {
    height: 100%; }
    [id^="sd-hero-image-"] [class^="sd-hero-image-"] [class^="go"] {
      width: 100%;
      height: 100%;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      overflow: auto; }
      @media screen and (max-width: 1023px) {
        [id^="sd-hero-image-"] [class^="sd-hero-image-"] [class^="go"] {
          height: auto; } }
    [id^="sd-hero-image-"] [class^="sd-hero-image-"] > div {
      height: 100%; }
      [id^="sd-hero-image-"] [class^="sd-hero-image-"] > div > div {
        padding: 0 clamp(7.5rem, 4.46429vw, 85.71429px); }
        @media screen and (max-width: 1279px) {
          [id^="sd-hero-image-"] [class^="sd-hero-image-"] > div > div {
            padding: 0 2rem; } }
        @media screen and (max-width: 1023px) {
          [id^="sd-hero-image-"] [class^="sd-hero-image-"] > div > div {
            padding: 0;
            min-height: 41.667vw; }
            [id^="sd-hero-image-"] [class^="sd-hero-image-"] > div > div::after {
              background-position-y: 20%; } }
        @media screen and (max-width: 767px) {
          [id^="sd-hero-image-"] [class^="sd-hero-image-"] > div > div {
            padding: 0;
            min-height: 15.6rem; }
            [id^="sd-hero-image-"] [class^="sd-hero-image-"] > div > div::after {
              background-position-y: 20%; } }
        [id^="sd-hero-image-"] [class^="sd-hero-image-"] > div > div + div {
          min-height: max-content; }
          @media screen and (max-width: 1023px) {
            [id^="sd-hero-image-"] [class^="sd-hero-image-"] > div > div + div {
              padding: 1.9rem 2rem 3.7rem; } }
      @media screen and (max-width: 1023px) {
        [id^="sd-hero-image-"] [class^="sd-hero-image-"] > div:first-child div:first-child div[class^="go"] {
          content: "";
          padding: 4rem 2rem; } }
  [id^="sd-hero-image-"] [data-test-id] {
    -webkit-justify-content: center;
    justify-content: center; }
    [id^="sd-hero-image-"] [data-test-id] p {
      text-align: center;
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
      font-size: clamp(3.6rem, 2.14286vw, 41.14286px);
      font-weight: 700;
      line-height: clamp(3.6rem, 2.14286vw, 41.14286px);
      padding: 0 clamp(3rem, 1.78571vw, 34.28571px);
      text-transform: uppercase; }
      @media screen and (max-width: 1580px) {
        [id^="sd-hero-image-"] [data-test-id] p {
          font-size: 3.2rem;
          line-height: 3rem;
          padding: 0; } }
      @media screen and (max-width: 1365px) {
        [id^="sd-hero-image-"] [data-test-id] p {
          font-size: 2.8rem;
          line-height: 2.8rem; } }
      @media screen and (max-width: 1279px) {
        [id^="sd-hero-image-"] [data-test-id] p {
          font-size: 2.2rem;
          line-height: 2.2rem; } }
      @media screen and (max-width: 1023px) {
        [id^="sd-hero-image-"] [data-test-id] p {
          color: black;
          font-size: 2.6rem;
          line-height: 2.6rem; } }
    [id^="sd-hero-image-"] [data-test-id] + [data-test-id] p {
      text-align: center;
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
      font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
      font-weight: 600;
      line-height: clamp(2.4rem, 1.42857vw, 27.42857px);
      text-transform: none;
      padding: 0; }
      @media screen and (max-width: 1580px) {
        [id^="sd-hero-image-"] [data-test-id] + [data-test-id] p {
          padding: 0; } }
      @media screen and (max-width: 1365px) {
        [id^="sd-hero-image-"] [data-test-id] + [data-test-id] p {
          font-size: 1.4rem;
          line-height: 2rem; } }
      @media screen and (max-width: 1023px) {
        [id^="sd-hero-image-"] [data-test-id] + [data-test-id] p {
          font-size: 1.6rem;
          line-height: 2.4rem; } }
      @media screen and (max-width: 412px) {
        [id^="sd-hero-image-"] [data-test-id] + [data-test-id] p {
          font-size: 1.4rem; } }
      [id^="sd-hero-image-"] [data-test-id] + [data-test-id] p + p {
        margin-top: clamp(2rem, 1.19048vw, 22.85714px); }
    [id^="sd-hero-image-"] [data-test-id] + [data-test-id] + [data-test-id="hero-image-button"] {
      height: auto;
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
      font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
      line-height: normal;
      text-align: center;
      font-weight: 700;
      text-transform: uppercase;
      padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(5.7rem, 3.39286vw, 65.14286px);
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      outline: none;
      margin: 0 auto;
      border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #f15904;
      color: white;
      background: #f15904;
      position: relative;
      text-decoration: none !important;
      overflow: hidden;
      min-width: clamp(18rem, 10.71429vw, 205.71429px);
      transition: all 0.45s ease-in-out;
      width: auto; }
      @media screen and (max-width: 1023px) {
        [id^="sd-hero-image-"] [data-test-id] + [data-test-id] + [data-test-id="hero-image-button"] {
          color: white;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          margin: 0 auto;
          width: max-content; } }
      [id^="sd-hero-image-"] [data-test-id] + [data-test-id] + [data-test-id="hero-image-button"] p {
        font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
        line-height: normal;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }
        @media screen and (max-width: 1023px) {
          [id^="sd-hero-image-"] [data-test-id] + [data-test-id] + [data-test-id="hero-image-button"] p {
            color: white; } }
      @media screen and (min-width: 1025px) {
        [id^="sd-hero-image-"] [data-test-id] + [data-test-id] + [data-test-id="hero-image-button"]:hover {
          background: #0e4f9d;
          border-color: #0e4f9d;
          color: white; } }
      [id^="sd-hero-image-"] [data-test-id] + [data-test-id] + [data-test-id="hero-image-button"]:active, [id^="sd-hero-image-"] [data-test-id] + [data-test-id] + [data-test-id="hero-image-button"]:focus {
        color: white;
        background: #f15904;
        border-color: #f15904; }
        @media screen and (min-width: 1025px) {
          [id^="sd-hero-image-"] [data-test-id] + [data-test-id] + [data-test-id="hero-image-button"]:active:hover, [id^="sd-hero-image-"] [data-test-id] + [data-test-id] + [data-test-id="hero-image-button"]:focus:hover {
            background: white;
            border-color: #f15904;
            color: #f15904; } }

/*=================[  sd-hero-image banner    ]====================*/
.left-hero-carousel {
  width: 67.26%;
  border-right: clamp(0.1rem, 0.05952vw, 1.14286px) solid white; }
  @media screen and (max-width: 1023px) {
    .left-hero-carousel {
      border-right: 0; } }

.right-hero-banner {
  width: calc(100% - 67.26%); }
  .right-hero-banner [data-content-region] {
    height: 100%; }
    .right-hero-banner [data-content-region] [data-layout-id] {
      height: 100%; }
    .right-hero-banner [data-content-region] [data-sub-layout-container] {
      height: 100%; }
      .right-hero-banner [data-content-region] [data-sub-layout-container] [data-widget-id] {
        height: 100%; }
  @media screen and (max-width: 1365px) {
    .right-hero-banner [id^="sd-hero-image-"] [data-test-id] + [data-test-id] + [data-test-id="hero-image-button"] {
      padding: 1.7rem 4.9rem; } }
  @media screen and (max-width: 1023px) {
    .right-hero-banner [id^="sd-hero-image-"] [data-test-id] + [data-test-id] + [data-test-id="hero-image-button"] {
      padding: 1.7rem 3.45rem; } }

.home-carousel-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-top: clamp(0.1rem, 0.05952vw, 1.14286px) solid white;
  border-bottom: clamp(0.1rem, 0.05952vw, 1.14286px) solid white; }
  @media screen and (max-width: 1279px) {
    .home-carousel-main {
      border-top: 0; } }
  @media screen and (max-width: 1023px) {
    .home-carousel-main {
      border-color: #bdbdbd;
      flex-wrap: wrap;
      border-bottom: 0; } }
  .home-carousel-main [data-test-id="carousel-bullets"] {
    display: none; }
    @media screen and (max-width: 1023px) {
      .home-carousel-main [data-test-id="carousel-bullets"] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        position: static;
        transform: inherit;
        padding: 1.8rem 0; } }
    .home-carousel-main [data-test-id="carousel-bullets"] [class^="css-"] {
      min-height: inherit;
      padding: 0; }
    .home-carousel-main [data-test-id="carousel-bullets"] .bc-carousel__bullet-active {
      background-color: black; }
    .home-carousel-main [data-test-id="carousel-bullets"] .bc-carousel__bullet {
      border-color: black; }
  @media screen and (max-width: 1023px) {
    .home-carousel-main .left-hero-carousel {
      width: 100%; } }
  @media screen and (max-width: 1023px) {
    .home-carousel-main .right-hero-banner {
      width: 100%; } }
  .home-carousel-main [data-test-id="carousel-left-arrow"],
  .home-carousel-main [data-test-id="carousel-right-arrow"] {
    background-color: black;
    opacity: 1;
    width: clamp(5.5rem, 3.27381vw, 62.85714px);
    height: clamp(16.6rem, 9.88095vw, 189.71429px);
    border-radius: 0;
    transition: 0.45s ease-in-out; }
    @media screen and (max-width: 1279px) {
      .home-carousel-main [data-test-id="carousel-left-arrow"],
      .home-carousel-main [data-test-id="carousel-right-arrow"] {
        height: 13rem; } }
    @media screen and (max-width: 1023px) {
      .home-carousel-main [data-test-id="carousel-left-arrow"],
      .home-carousel-main [data-test-id="carousel-right-arrow"] {
        display: none; } }
    .home-carousel-main [data-test-id="carousel-left-arrow"]:hover,
    .home-carousel-main [data-test-id="carousel-right-arrow"]:hover {
      background-color: #f15904; }
    .home-carousel-main [data-test-id="carousel-left-arrow"] svg,
    .home-carousel-main [data-test-id="carousel-right-arrow"] svg {
      opacity: 0; }
    .home-carousel-main [data-test-id="carousel-left-arrow"]::after,
    .home-carousel-main [data-test-id="carousel-right-arrow"]::after {
      content: "";
      position: absolute;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      top: 50%;
      left: 50%;
      height: clamp(3.5rem, 2.08333vw, 40px);
      width: clamp(1.8rem, 1.07143vw, 20.57143px);
      transform: translate(-50%, -50%); }
  .home-carousel-main [data-test-id="carousel-left-arrow"]::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 18 34' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.7676 32.0608L3.71072 16.9999L17.7676 1.93896L15.9399 0.233169L1.08704 16.147C0.638799 16.6272 0.638799 17.3725 1.08704 17.8528L15.9399 33.7666L17.7676 32.0608Z' fill='white'/%3E%3C/svg%3E"); }
  .home-carousel-main [data-test-id="carousel-right-arrow"]::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 18 34' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.232422 32.0608L14.2893 16.9999L0.23242 1.93896L2.06006 0.233169L16.913 16.147C17.3612 16.6272 17.3612 17.3725 16.913 17.8528L2.06006 33.7666L0.232422 32.0608Z' fill='white'/%3E%3C/svg%3E"); }

/*=================[  common layout widget   ]====================*/
[class^="sd-simple-text-"] {
  overflow: hidden; }
  [class^="sd-simple-text-"] [id^="sd-simple-text-editable-"] p {
    text-align: center;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(3.6rem, 2.14286vw, 41.14286px);
    font-weight: 600;
    line-height: clamp(3.96rem, 2.35714vw, 45.25714px);
    text-transform: uppercase; }
    @media screen and (max-width: 1023px) {
      [class^="sd-simple-text-"] [id^="sd-simple-text-editable-"] p {
        font-size: 2.6rem;
        line-height: 2.8rem; } }

/*=================[  common layout widget   ]====================*/
@media screen and (max-width: 1023px) {
  [data-content-region="home_right_banner"] [id^="sd-hero-image-"] [data-test-id] + [data-test-id] p {
    padding: 0 2.5rem; } }

.guarantee-bar {
  background-color: #0E4F9D;
  padding: clamp(1.52rem, 0.90476vw, 17.37143px) 0; }
  @media screen and (max-width: 1023px) {
    .guarantee-bar {
      padding: 1.39rem 0; } }

.guarantee-slider {
  padding: 0 clamp(2rem, 1.19048vw, 22.85714px); }
  .guarantee-slider.slick-initialized .guarantee-item {
    display: block; }
  .guarantee-slider .guarantee-item {
    display: none; }
    .guarantee-slider .guarantee-item:first-child {
      display: block; }
  .guarantee-slider .slick-arrow svg {
    width: clamp(0.8rem, 0.47619vw, 9.14286px);
    height: clamp(1.5rem, 0.89286vw, 17.14286px);
    transition: 0.45s ease-in-out;
    fill: white; }
  .guarantee-slider .slick-arrow:hover svg {
    fill: #f15904; }
    @media screen and (max-width: 1279px) {
      .guarantee-slider .slick-arrow:hover svg {
        fill: white; } }
  .guarantee-slider .slick-list {
    margin-bottom: 0; }
  .guarantee-slider .slick-arrow {
    top: 50%; }
    .guarantee-slider .slick-arrow::after {
      display: none; }
  .guarantee-slider .slick-prev {
    left: 0;
    right: auto; }
  .guarantee-slider .slick-next {
    right: 0; }

.guarantee-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .guarantee-wrap svg {
    width: clamp(1.6rem, 0.95238vw, 18.28571px);
    height: clamp(1.7rem, 1.0119vw, 19.42857px);
    margin-right: clamp(1rem, 0.59524vw, 11.42857px);
    margin-top: clamp(0.1rem, 0.05952vw, 1.14286px);
    fill: white; }
    @media screen and (max-width: 1279px) {
      .guarantee-wrap svg {
        display: none; } }
  .guarantee-wrap p {
    color: white;
    text-align: center;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
    font-weight: 500;
    line-height: clamp(1.98rem, 1.17857vw, 22.62857px);
    letter-spacing: clamp(0.09rem, 0.05357vw, 1.02857px);
    text-transform: uppercase; }
    @media screen and (max-width: 1023px) {
      .guarantee-wrap p {
        font-size: 1.5rem;
        line-height: 1.65rem;
        letter-spacing: 0.75px;
        margin: 0 2rem; } }
    @media screen and (max-width: 767px) {
      .guarantee-wrap p {
        margin: 0 6rem; } }
    @media screen and (max-width: 412px) {
      .guarantee-wrap p {
        margin: 0 3rem; } }

/*=================[  category featured grid   ]====================*/
@media screen and (max-width: 1023px) {
  .category-grid-list.slick-initialized {
    margin-bottom: 3.7rem; } }

.category-grid-list.slick-initialized .category-grid-item {
  display: block; }

.category-grid-list .slick-dots {
  position: static; }
  @media screen and (max-width: 1023px) {
    .category-grid-list .slick-dots {
      margin-top: 3rem; } }

.category-featured-grid .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  margin-bottom: clamp(4.6rem, 2.7381vw, 52.57143px); }
  @media screen and (max-width: 1023px) {
    .category-featured-grid .title {
      margin-bottom: 3.4rem; } }
  .category-featured-grid .title .slick-track {
    display: flex !important; }
  .category-featured-grid .title .heroCarousel-arrows {
    position: absolute;
    right: 7.142%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 50%;
    transform: translate(0, -50%); }
    @media screen and (min-width: 1780px) {
      .category-featured-grid .title .heroCarousel-arrows {
        right: 7.1%; } }
    @media screen and (max-width: 1439px) {
      .category-featured-grid .title .heroCarousel-arrows {
        right: 7.142%; } }
    @media screen and (max-width: 1365px) {
      .category-featured-grid .title .heroCarousel-arrows {
        right: 6.3rem; } }
    @media screen and (max-width: 1279px) {
      .category-featured-grid .title .heroCarousel-arrows {
        right: 2rem; } }
  .category-featured-grid .title .slick-arrow {
    position: static;
    transform: inherit;
    margin-top: clamp(1.4rem, 0.83333vw, 16px); }
  .category-featured-grid .title .slick-next {
    right: 7.142%; }
  .category-featured-grid .title .slick-prev {
    margin-right: clamp(5rem, 2.97619vw, 57.14286px);
    left: auto; }
    @media screen and (min-width: 1920px) {
      .category-featured-grid .title .slick-prev {
        margin-right: 55px; } }
    @media screen and (min-width: 1780px) {
      .category-featured-grid .title .slick-prev {
        margin-right: 51px; } }
    @media screen and (max-width: 1439px) {
      .category-featured-grid .title .slick-prev {
        margin-right: 5.1rem; } }
    @media screen and (max-width: 1365px) {
      .category-featured-grid .title .slick-prev {
        margin-right: 5rem; } }
    .category-featured-grid .title .slick-prev::after {
      content: "";
      position: absolute;
      display: inline-block;
      height: clamp(3.6rem, 2.14286vw, 41.14286px);
      width: clamp(0.1rem, 0.05952vw, 1.14286px);
      background-color: black;
      margin-top: clamp(-1rem, -0.59524vw, -11.42857px);
      margin-left: clamp(2.4rem, 1.42857vw, 27.42857px); }
      @media screen and (min-width: 1920px) {
        .category-featured-grid .title .slick-prev::after {
          width: 0.1rem;
          margin-left: 27px; } }
      @media screen and (min-width: 1780px) {
        .category-featured-grid .title .slick-prev::after {
          margin-left: 25px; } }
      @media screen and (max-width: 1580px) {
        .category-featured-grid .title .slick-prev::after {
          margin-left: clamp(2.5rem, 1.4881vw, 28.57143px); } }
      @media screen and (max-width: 1279px) {
        .category-featured-grid .title .slick-prev::after {
          margin-left: 24px; } }

.category-featured-grid h3 {
  text-align: center;
  margin-bottom: 0; }
  @media screen and (max-width: 1023px) {
    .category-featured-grid h3 {
      font-size: 3rem;
      line-height: 3.3rem;
      padding: 0 4rem; } }

.category-featured-grid .category-grid-item {
  padding: 0 clamp(4.5rem, 2.67857vw, 51.42857px);
  display: none;
  background-color: white;
  height: inherit !important; }
  @media screen and (max-width: 1580px) {
    .category-featured-grid .category-grid-item {
      padding: 0 3rem; } }
  .category-featured-grid .category-grid-item + .category-grid-item {
    border-left: clamp(0.1rem, 0.05952vw, 1.14286px) solid black; }
  .category-featured-grid .category-grid-item:hover h2 {
    color: #f15904; }
  .category-featured-grid .category-grid-item h2 {
    text-align: center;
    font-size: clamp(2.4rem, 1.42857vw, 27.42857px);
    margin-top: clamp(3rem, 1.78571vw, 34.28571px);
    margin-bottom: clamp(4.6rem, 2.7381vw, 52.57143px);
    font-weight: 700;
    line-height: normal;
    transition: 0.45s ease-in-out;
    color: black; }
    @media screen and (max-width: 1580px) {
      .category-featured-grid .category-grid-item h2 {
        font-size: 2.2rem; } }
    @media screen and (max-width: 1365px) {
      .category-featured-grid .category-grid-item h2 {
        font-size: 1.8rem;
        margin-bottom: 2.5rem; } }
    @media screen and (max-width: 1023px) {
      .category-featured-grid .category-grid-item h2 {
        margin-top: 1rem;
        font-size: 2rem;
        line-height: normal;
        margin-top: auto;
        padding: 0; } }
  .category-featured-grid .category-grid-item .cat-featured-image {
    width: 16.071vw;
    height: 14.881vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: clamp(3.7rem, 2.20238vw, 42.28571px); }
    @media screen and (max-width: 1023px) {
      .category-featured-grid .category-grid-item .cat-featured-image {
        width: 100%;
        height: auto;
        margin-top: 2.2rem; } }
    @media screen and (max-width: 767px) {
      .category-featured-grid .category-grid-item .cat-featured-image {
        width: 62.802vw;
        height: 60.386vw;
        margin-top: 2.6rem; } }
    .category-featured-grid .category-grid-item .cat-featured-image img {
      object-fit: contain;
      height: 100%; }
  .category-featured-grid .category-grid-item.slick-active .cat-featured-image img {
    opacity: 1; }

@media screen and (max-width: 1023px) {
  .category-featured-grid a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%; } }

.shop-category {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .shop-category {
      padding: 0 2rem; } }
  .shop-category .button {
    padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(8.6rem, 5.11905vw, 98.28571px); }
    @media screen and (max-width: 1365px) {
      .shop-category .button {
        padding: 1.7rem 6rem; } }
    @media screen and (max-width: 1023px) {
      .shop-category .button {
        width: max-content;
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .shop-category .button {
        width: 100%; } }

/*=================[  category featured grid   ]====================*/
/*=================[  three hero banner   ]====================*/
@media screen and (max-width: 1023px) {
  .about-main-block {
    margin-bottom: 6.8rem; } }

@media screen and (max-width: 767px) {
  .about-main-block {
    margin-bottom: 4.3rem; } }

.about-main-block [id^="sd-hero-image-"] {
  min-height: 35.714vw; }
  .about-main-block [id^="sd-hero-image-"] [data-test-id] > [class^="css-"] {
    padding: 0; }
  @media screen and (max-width: 1365px) {
    .about-main-block [id^="sd-hero-image-"] [class^="sd-hero-image-"] > div > div {
      padding: 0 4rem; } }
  @media screen and (max-width: 1023px) {
    .about-main-block [id^="sd-hero-image-"] [class^="sd-hero-image-"] > div > div {
      padding: 3rem 2rem 3.4rem; } }
  @media screen and (max-width: 1023px) {
    .about-main-block [id^="sd-hero-image-"] [data-test-id] + [data-test-id] {
      margin: 1.3rem 0 2.2rem; } }
  .about-main-block [id^="sd-hero-image-"] [data-test-id] + [data-test-id] + [data-test-id="hero-image-button"] {
    margin: 0;
    padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(6rem, 3.57143vw, 68.57143px); }
    @media screen and (max-width: 1023px) {
      .about-main-block [id^="sd-hero-image-"] [data-test-id] + [data-test-id] + [data-test-id="hero-image-button"] {
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .about-main-block [id^="sd-hero-image-"] [data-test-id] + [data-test-id] + [data-test-id="hero-image-button"] {
        width: 17rem;
        min-width: inherit;
        padding: 1.7rem 2rem; } }

.about-main-block [data-widget-id] {
  height: 100%; }

.about-main-block [data-test-id] p {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .about-main-block [data-test-id] p {
      padding: 0 2rem; } }

.about-main-block [data-test-id] + [data-test-id] p {
  font-weight: 500;
  line-height: clamp(2.24rem, 1.33333vw, 25.6px); }
  @media screen and (max-width: 1023px) {
    .about-main-block [data-test-id] + [data-test-id] p {
      padding: 0 1rem; } }

@media screen and (min-width: 1025px) {
  .about-main-block [data-test-id] + [data-test-id] + [data-test-id="hero-image-button"]:hover {
    background-color: white;
    color: #f15904; } }

@media screen and (max-width: 1023px) {
  .about-main-block [data-layout-id] [data-sub-layout] {
    flex-basis: 100%;
    max-width: 100%;
    content: ""; } }

@media screen and (max-width: 1023px) {
  .about-main-block [data-layout-id] [data-sub-layout]:last-child [class^="sd-hero-image-"] > div > div {
    padding: 3rem 2rem 0; } }

/*=================[  three hero banner   ]====================*/
/*=================[  Home Blog   ]====================*/
[data-content-region="home_blog_banner"] {
  height: 100%; }
  [data-content-region="home_blog_banner"] div {
    height: 100%; }

.blog-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media screen and (max-width: 1279px) {
    .blog-main.slick-initialized {
      margin-bottom: 3.7rem; } }
  .blog-main.slick-initialized .blog-item {
    display: block; }
  .blog-main .blog-item {
    width: 25%;
    border-right: clamp(0.1rem, 0.05952vw, 1.14286px) solid black; }
    @media screen and (max-width: 1279px) {
      .blog-main .blog-item {
        display: none; } }
    @media screen and (max-width: 1279px) {
      .blog-main .blog-item .blog {
        margin-bottom: 0; } }
    .blog-main .blog-item .blog:hover .blog-title a {
      text-decoration: none; }
    .blog-main .blog-item:nth-last-child(1) {
      margin-top: clamp(4.2rem, 2.5vw, 48px); }
      @media screen and (max-width: 1279px) {
        .blog-main .blog-item:nth-last-child(1) {
          margin-top: 0; } }
    .blog-main .blog-item:nth-last-child(2) {
      margin-top: clamp(4.2rem, 2.5vw, 48px); }
      @media screen and (max-width: 1279px) {
        .blog-main .blog-item:nth-last-child(2) {
          margin-top: 0; } }
      .blog-main .blog-item:nth-last-child(2) .blog-post-body .blog-header {
        flex: none; }
    .blog-main .blog-item:nth-last-child(3) {
      margin-top: clamp(4.2rem, 2.5vw, 48px);
      border-right: 0; }
      @media screen and (max-width: 1279px) {
        .blog-main .blog-item:nth-last-child(3) {
          margin-top: 0; } }
      .blog-main .blog-item:nth-last-child(3) .blog-post-body .blog-header {
        flex: none; }
    .blog-main .blog-item:nth-last-child(4) {
      margin-top: clamp(4.2rem, 2.5vw, 48px); }
      @media screen and (max-width: 1279px) {
        .blog-main .blog-item:nth-last-child(4) {
          margin-top: 0; } }
      .blog-main .blog-item:nth-last-child(4) .blog-post-body .blog-header {
        flex: none; }
  .blog-main ~ .blog-item {
    display: none; }
  .blog-main .blog {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%; }
    .blog-main .blog:hover .blog-title a {
      text-decoration: underline;
      text-underline-offset: 0.4rem; }
  @media screen and (max-width: 1279px) {
    .blog-main .slick-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .blog-main .slick-list .blog-sidebar.blog-item {
    display: none; }
  .blog-main .slick-dots {
    position: static; }
    @media screen and (max-width: 1279px) {
      .blog-main .slick-dots {
        margin-top: 3rem; } }

@media screen and (max-width: 1279px) {
  .blog-main-block {
    margin-bottom: 4.5rem; } }

@media screen and (max-width: 1279px) {
  .blog-main-block .container {
    padding: 0;
    text-align: center; } }

@media screen and (max-width: 767px) {
  .blog-main-block .sidebar-btn {
    text-align: center;
    width: auto;
    margin: 0 2rem;
    display: block;
    min-width: unset; } }

.blog-main-block .title-box {
  margin-bottom: clamp(4.6rem, 2.7381vw, 52.57143px);
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 1279px) {
    .blog-main-block .title-box {
      padding: 0 2rem; } }
  @media screen and (max-width: 1023px) {
    .blog-main-block .title-box {
      -webkit-justify-content: center;
      justify-content: center;
      margin-bottom: 3.4rem;
      padding: 0; } }
  .blog-main-block .title-box h3 {
    margin-bottom: 0; }
    @media screen and (max-width: 1023px) {
      .blog-main-block .title-box h3 {
        font-size: 3rem;
        line-height: 3.3rem; } }
  .blog-main-block .title-box a.button {
    padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(10.77rem, 6.41071vw, 123.08571px); }
    @media screen and (max-width: 1439px) {
      .blog-main-block .title-box a.button {
        padding: 1.7rem 6rem; } }

.blog-main-block .blog-tag {
  font-size: clamp(1.2rem, 0.71429vw, 13.71429px);
  font-weight: 700;
  line-height: normal;
  color: black;
  text-transform: capitalize;
  display: inline-block;
  padding: clamp(0.2rem, 0.11905vw, 2.28571px) clamp(0.9rem, 0.53571vw, 10.28571px);
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid black;
  border-radius: clamp(10rem, 5.95238vw, 114.28571px);
  margin-bottom: clamp(1.3rem, 0.77381vw, 14.85714px);
  width: max-content; }
  @media screen and (max-width: 1023px) {
    .blog-main-block .blog-tag {
      margin-bottom: 1rem;
      padding: 0.2rem 0.75rem; } }

.blog-main-block .tags-home {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex: none; }
  .blog-main-block .tags-home li {
    margin: 0; }
    .blog-main-block .tags-home li + li {
      margin-left: clamp(1rem, 0.59524vw, 11.42857px); }

.blog-main-block .blog-sidebar.blog-item {
  position: relative;
  width: calc(100% - 50%);
  border: 0; }
  @media screen and (max-width: 1279px) {
    .blog-main-block .blog-sidebar.blog-item {
      width: 100%;
      padding-left: 2rem;
      padding-right: 2rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column; } }
  .blog-main-block .blog-sidebar.blog-item + .blog-item {
    display: none; }
  .blog-main-block .blog-sidebar.blog-item {
    display: none; }
  .blog-main-block .blog-sidebar.blog-item:has(> div) {
    display: block; }

@media screen and (max-width: 1279px) {
  .blog-main-block .mobile-blog-sidebar {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem; } }

@media screen and (max-width: 1279px) {
  .blog-main-block .mobile-blog-sidebar .blog-wrap-sidebar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; } }

.blog-main-block .desktop-hide {
  display: none; }
  @media screen and (max-width: 1279px) {
    .blog-main-block .desktop-hide {
      display: block;
      margin-top: 5rem; } }

.blog-main-block .blog-img {
  height: 100%;
  width: 100%; }
  @media screen and (max-width: 1279px) {
    .blog-main-block .blog-img {
      order: 0;
      position: relative; }
      .blog-main-block .blog-img::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.55;
        background: linear-gradient(202deg, rgba(11, 61, 145, 0) 16.02%, #0B3D91 48.64%);
        z-index: 1; } }
  .blog-main-block .blog-img img {
    height: 100%;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .blog-main-block .blog-img img {
        max-height: 20.8rem; } }

/* ==================== Common blog style ==================== */
h3.blog-title,
h2.blog-title {
  font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
  font-weight: 600;
  line-height: clamp(1.98rem, 1.17857vw, 22.62857px);
  margin: 0;
  text-transform: capitalize; }
  @media screen and (max-width: 1365px) {
    h3.blog-title,
    h2.blog-title {
      font-size: 1.6rem; } }
  @media screen and (max-width: 1023px) {
    h3.blog-title,
    h2.blog-title {
      text-align: center;
      line-height: 1.7rem; } }
  h3.blog-title a,
  h2.blog-title a {
    line-height: clamp(1.98rem, 1.17857vw, 22.62857px);
    color: #0e4f9d; }

.blog-post {
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  font-weight: 400;
  line-height: clamp(2.4rem, 1.42857vw, 27.42857px); }
  @media screen and (max-width: 1365px) {
    .blog-post {
      font-size: 1.4rem; } }
  @media screen and (max-width: 1023px) {
    .blog-post {
      text-align: center;
      line-height: 2.1rem; } }
  .blog-post a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    margin-top: clamp(1.5rem, 0.89286vw, 17.14286px);
    margin-bottom: clamp(2.2rem, 1.30952vw, 25.14286px);
    position: relative;
    width: max-content; }
    @media screen and (max-width: 1023px) {
      .blog-post a {
        text-align: center;
        display: block;
        margin-top: 1.2rem;
        font-size: 1.6rem;
        margin-left: auto;
        margin-right: auto; } }
    .blog-post a:hover {
      color: #f15904; }
      .blog-post a:hover::after {
        width: clamp(10.3rem, 6.13095vw, 117.71429px); }
    .blog-post a::after {
      left: 0px;
      width: 0px;
      content: "";
      height: clamp(0.2rem, 0.11905vw, 2.28571px);
      bottom: clamp(-0.3rem, -0.17857vw, -3.42857px);
      position: absolute;
      background-color: white;
      transition: 0.45s ease-in-out; }
    @media screen and (max-width: 1365px) {
      .blog-post a {
        margin-bottom: 0; } }

.blog-post-figure {
  width: 100%;
  height: 10.714vw; }
  @media screen and (max-width: 1023px) {
    .blog-post-figure {
      height: 23.438vw; } }
  @media screen and (max-width: 767px) {
    .blog-post-figure {
      height: 29.469vw; } }

.blog-thumbnail {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  height: 100%; }
  .blog-thumbnail img {
    height: 100%;
    object-fit: cover; }

.blog-post-body {
  width: 100%;
  padding: clamp(1.8rem, 1.07143vw, 20.57143px) clamp(3.5rem, 2.08333vw, 40px) 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  @media screen and (max-width: 1580px) {
    .blog-post-body {
      padding: 2rem 2.5rem 0; } }
  @media screen and (max-width: 1365px) {
    .blog-post-body {
      padding: 1.6rem; } }
  @media screen and (max-width: 1023px) {
    .blog-post-body {
      padding: 1.7rem 2rem 1.4rem; } }
  .blog-post-body .blog-header {
    margin-bottom: clamp(1.2rem, 0.71429vw, 13.71429px);
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 1023px) {
      .blog-post-body .blog-header {
        margin-bottom: 0.9rem;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; } }

/* ==================== Common blog style ==================== */
.blog-sidebar-content {
  position: absolute;
  background-color: rgba(4, 49, 125, 0.75);
  height: 100%;
  width: 100%; }
  @media screen and (max-width: 1279px) {
    .blog-sidebar-content {
      background-color: #0e4f9d;
      position: static;
      order: 1; } }

.blog-sidebar-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 clamp(7rem, 4.16667vw, 80px); }
  @media screen and (max-width: 1580px) {
    .blog-sidebar-content {
      padding: 0 4.5rem; } }
  @media screen and (max-width: 1279px) {
    .blog-sidebar-content {
      padding: 5rem 2rem 5.5rem;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .blog-sidebar-content {
      padding: 2.9rem 2rem 4.2rem; } }
  .blog-sidebar-content * {
    color: white; }
  .blog-sidebar-content .sidebar-heading {
    margin-bottom: clamp(0.1rem, 0.05952vw, 1.14286px);
    line-height: clamp(2.6rem, 1.54762vw, 29.71429px);
    font-size: clamp(2.6rem, 1.54762vw, 29.71429px);
    line-height: clamp(2.6rem, 1.54762vw, 29.71429px);
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }
    @media screen and (max-width: 1580px) {
      .blog-sidebar-content .sidebar-heading {
        font-size: 2.2rem; } }
    @media screen and (max-width: 1023px) {
      .blog-sidebar-content .sidebar-heading {
        font-size: 2.6rem;
        line-height: 2.6rem; } }
    @media screen and (max-width: 412px) {
      .blog-sidebar-content .sidebar-heading {
        font-size: 2rem;
        line-height: 2rem; } }
  .blog-sidebar-content h3 {
    margin-bottom: clamp(2.1rem, 1.25vw, 24px);
    font-size: clamp(4rem, 2.38095vw, 45.71429px);
    line-height: clamp(4rem, 2.38095vw, 45.71429px);
    font-weight: 700; }
    @media screen and (max-width: 1580px) {
      .blog-sidebar-content h3 {
        line-height: 3rem;
        font-size: 3.4rem; } }
    @media screen and (max-width: 1023px) {
      .blog-sidebar-content h3 {
        line-height: 3rem;
        font-size: 3rem;
        margin-bottom: 0.5rem; } }
  .blog-sidebar-content p {
    font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
    line-height: clamp(2.7rem, 1.60714vw, 30.85714px);
    padding-right: clamp(9rem, 5.35714vw, 102.85714px);
    margin-bottom: clamp(3.4rem, 2.02381vw, 38.85714px); }
    @media screen and (max-width: 1279px) {
      .blog-sidebar-content p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding-right: 0; } }
    @media screen and (max-width: 1023px) {
      .blog-sidebar-content p {
        padding: 0;
        margin-bottom: 2.3rem; } }
  .blog-sidebar-content a.button {
    margin-top: 0;
    background-color: transparent;
    color: white;
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid white;
    padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(6.38rem, 3.79762vw, 72.91429px);
    width: fit-content; }
    @media screen and (max-width: 1365px) {
      .blog-sidebar-content a.button {
        padding: 1.7rem 4rem; } }
    @media screen and (max-width: 1279px) {
      .blog-sidebar-content a.button {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .blog-sidebar-content a.button {
        margin: 0 1rem;
        width: auto;
        -webkit-justify-content: center;
        justify-content: center; } }
    @media screen and (max-width: 412px) {
      .blog-sidebar-content a.button {
        width: 100%;
        margin: 0;
        padding: 1.7rem 2rem; } }
    @media screen and (min-width: 1025px) {
      .blog-sidebar-content a.button:hover {
        background-color: #f15904;
        border-color: #f15904; } }

/*=================[  Home Blog   ]====================*/
/*=================[  Home brand   ]====================*/
@media screen and (max-width: 1023px) {
  .brand-main-block {
    padding-top: 4.4rem; } }

.brand-main-block [data-layout-name] {
  margin-bottom: clamp(5.3rem, 3.15476vw, 60.57143px); }
  @media screen and (max-width: 1023px) {
    .brand-main-block [data-layout-name] {
      margin-bottom: 3.4rem; } }
  .brand-main-block [data-layout-name] + [data-layout-name] {
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
    margin-bottom: 0; }
    .brand-main-block [data-layout-name] + [data-layout-name] > [data-sub-layout] {
      padding: clamp(3rem, 1.78571vw, 34.28571px) clamp(7.4rem, 4.40476vw, 84.57143px) !important;
      background-color: white; }
      @media screen and (max-width: 1279px) {
        .brand-main-block [data-layout-name] + [data-layout-name] > [data-sub-layout] {
          padding: 2rem 4rem !important; } }
      @media screen and (max-width: 1023px) {
        .brand-main-block [data-layout-name] + [data-layout-name] > [data-sub-layout] {
          flex-basis: 50%;
          max-width: 50%;
          padding: 3rem 9rem !important; } }
      @media screen and (max-width: 767px) {
        .brand-main-block [data-layout-name] + [data-layout-name] > [data-sub-layout] {
          flex-basis: 100%;
          padding: 4.23rem 11.2rem !important;
          max-width: 100%; } }
      @media screen and (max-width: 412px) {
        .brand-main-block [data-layout-name] + [data-layout-name] > [data-sub-layout] {
          padding: 4.23rem 9.2rem !important; } }
      .brand-main-block [data-layout-name] + [data-layout-name] > [data-sub-layout] + [data-sub-layout] {
        border-left: clamp(0.2rem, 0.11905vw, 2.28571px) solid #bdbdbd; }
        @media screen and (max-width: 1023px) {
          .brand-main-block [data-layout-name] + [data-layout-name] > [data-sub-layout] + [data-sub-layout] {
            border-left: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; } }
        @media screen and (max-width: 767px) {
          .brand-main-block [data-layout-name] + [data-layout-name] > [data-sub-layout] + [data-sub-layout] {
            border-top: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
            border-left: 0;
            padding: 4.23rem 10.2rem !important; } }
        @media screen and (max-width: 412px) {
          .brand-main-block [data-layout-name] + [data-layout-name] > [data-sub-layout] + [data-sub-layout] {
            padding: 4.23rem 9.3rem !important; } }
        @media screen and (max-width: 1023px) {
          .brand-main-block [data-layout-name] + [data-layout-name] > [data-sub-layout] + [data-sub-layout] + [data-sub-layout] {
            border-left: 0;
            border-top: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; } }
        @media screen and (max-width: 1023px) {
          .brand-main-block [data-layout-name] + [data-layout-name] > [data-sub-layout] + [data-sub-layout] + [data-sub-layout] + [data-sub-layout] {
            border-left: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
            border-top: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; } }
        @media screen and (max-width: 767px) {
          .brand-main-block [data-layout-name] + [data-layout-name] > [data-sub-layout] + [data-sub-layout] + [data-sub-layout] + [data-sub-layout] {
            border-left: 0; } }

.brand-main-block [data-sub-layout] [id^="sd-image-"] {
  width: 100%;
  height: 100% !important;
  -webkit-justify-content: center;
  justify-content: center;
  background-size: auto 5.238vw !important; }
  @media screen and (max-width: 1580px) {
    .brand-main-block [data-sub-layout] [id^="sd-image-"] {
      background-size: cover !important; } }
  .brand-main-block [data-sub-layout] [id^="sd-image-"] > img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    max-height: 5.238vw; }
    @media screen and (max-width: 1279px) {
      .brand-main-block [data-sub-layout] [id^="sd-image-"] > img {
        max-height: 6.908vw; } }
    @media screen and (max-width: 1023px) {
      .brand-main-block [data-sub-layout] [id^="sd-image-"] > img {
        max-height: 8.908vw; } }
    @media screen and (max-width: 767px) {
      .brand-main-block [data-sub-layout] [id^="sd-image-"] > img {
        max-height: 16.908vw; } }

/*=================[  Home brand   ]====================*/
/*=================[  Home testimonials   ]====================*/
@media screen and (max-width: 1023px) {
  .testimonials-inner {
    flex-direction: column; } }

.testimonials-left {
  background-color: black;
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 35.77%;
  padding-left: 7.142%;
  padding-top: clamp(10.5rem, 6.25vw, 120px); }
  @media screen and (max-width: 1365px) {
    .testimonials-left {
      padding-top: 6rem;
      padding-left: 6rem;
      padding-right: 6rem; } }
  @media screen and (max-width: 1279px) {
    .testimonials-left {
      width: 50%;
      padding-left: 2rem; } }
  @media screen and (max-width: 1023px) {
    .testimonials-left {
      width: 100%;
      order: 1;
      padding-bottom: 5.5rem;
      padding-top: 5rem;
      padding-right: 2rem;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .testimonials-left {
      padding-top: 4.6rem; } }
  .testimonials-left::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: inline-block;
    background-image: url("../img/testimonial-shap.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .testimonials-left::after {
        background-image: url("../img/shap.png"); } }
  .testimonials-left * {
    color: white; }
  .testimonials-left p {
    padding-right: clamp(8rem, 4.7619vw, 91.42857px);
    margin-bottom: clamp(3.9rem, 2.32143vw, 44.57143px);
    letter-spacing: clamp(-0.064rem, -0.0381vw, -0.73143px); }
    @media screen and (max-width: 1580px) {
      .testimonials-left p {
        padding-right: 6rem; } }
    @media screen and (max-width: 1365px) {
      .testimonials-left p {
        font-size: 1.4rem;
        padding-right: 3rem; } }
    @media screen and (max-width: 1279px) {
      .testimonials-left p {
        padding-right: 2rem; } }
    @media screen and (max-width: 767px) {
      .testimonials-left p {
        font-size: 1.6rem;
        text-align: center;
        padding: 0 0.2rem;
        margin-bottom: 2.4rem; } }
    .testimonials-left p strong {
      font-weight: 800; }
  .testimonials-left a.button {
    margin-top: 0;
    background-color: transparent;
    color: white;
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid white;
    padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(11.3rem, 6.72619vw, 129.14286px);
    width: fit-content; }
    @media screen and (max-width: 1365px) {
      .testimonials-left a.button {
        padding: 1.7rem 6rem; } }
    @media screen and (max-width: 767px) {
      .testimonials-left a.button {
        width: 100%; } }
    @media screen and (min-width: 1025px) {
      .testimonials-left a.button:hover {
        background-color: #f15904;
        border-color: #f15904; } }

.testimonials-title .testimonials-heading {
  margin-bottom: clamp(0.1rem, 0.05952vw, 1.14286px);
  font-size: clamp(2.6rem, 1.54762vw, 29.71429px);
  line-height: clamp(2.6rem, 1.54762vw, 29.71429px);
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }
  @media screen and (max-width: 1365px) {
    .testimonials-title .testimonials-heading {
      font-size: 2.2rem; } }
  @media screen and (max-width: 767px) {
    .testimonials-title .testimonials-heading {
      font-size: 2.6rem;
      line-height: 2.6rem; } }

.testimonials-title h3 {
  margin-bottom: clamp(1.8rem, 1.07143vw, 20.57143px);
  font-size: clamp(4rem, 2.38095vw, 45.71429px);
  line-height: clamp(4rem, 2.38095vw, 45.71429px);
  font-weight: 700; }
  @media screen and (max-width: 1365px) {
    .testimonials-title h3 {
      font-size: 3.2rem;
      line-height: 3rem; } }
  @media screen and (max-width: 767px) {
    .testimonials-title h3 {
      font-size: 3rem;
      margin-bottom: 1.4rem; } }
  @media screen and (max-width: 1279px) {
    .testimonials-title h3 br {
      display: none; } }

.testimonials-right {
  width: calc(100% - 35.77%); }
  @media screen and (max-width: 1279px) {
    .testimonials-right {
      width: calc(100% - 50%); } }
  @media screen and (max-width: 1023px) {
    .testimonials-right {
      width: 100%;
      order: 0; } }
  .testimonials-right img {
    width: 100%; }
    @media screen and (max-width: 1580px) {
      .testimonials-right img {
        min-height: 54.931vw; } }

/*=================[  Home testimonials slider   ]====================*/
.testimonials-slider-inner {
  margin-top: clamp(-23.8rem, -14.16667vw, -272px); }
  @media screen and (max-width: 1439px) {
    .testimonials-slider-inner {
      margin-top: -20rem; } }
  @media screen and (max-width: 1365px) {
    .testimonials-slider-inner {
      margin-top: -22rem; } }
  @media screen and (max-width: 1279px) {
    .testimonials-slider-inner {
      margin-top: -16rem; } }
  @media screen and (max-width: 1023px) {
    .testimonials-slider-inner {
      margin-top: 0; } }
  .testimonials-slider-inner .slick-list {
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
    background-color: white; }
    @media screen and (max-width: 1279px) {
      .testimonials-slider-inner .slick-list {
        border-right: 0; } }
    @media screen and (max-width: 1023px) {
      .testimonials-slider-inner .slick-list {
        border-left: 0;
        border-right: 0;
        border-top: 0; } }
    @media screen and (max-width: 767px) {
      .testimonials-slider-inner .slick-list {
        border-top: 0.05rem solid #bdbdbd; } }
  .testimonials-slider-inner .slick-arrow {
    top: clamp(-7.3rem, -4.34524vw, -83.42857px); }
    .testimonials-slider-inner .slick-arrow svg {
      fill: white; }
    .testimonials-slider-inner .slick-arrow:hover svg {
      fill: #f15904; }
  .testimonials-slider-inner .slick-prev {
    right: clamp(6.9rem, 4.10714vw, 78.85714px); }
    .testimonials-slider-inner .slick-prev::after {
      background-color: white; }
  .testimonials-slider-inner .slick-next {
    right: 0; }

@media screen and (max-width: 1023px) {
  .testimonials-slider-main .container {
    padding: 0; } }

.testimonials-content {
  padding: clamp(3.3rem, 1.96429vw, 37.71429px) clamp(5.2rem, 3.09524vw, 59.42857px) clamp(4.4rem, 2.61905vw, 50.28571px) clamp(4rem, 2.38095vw, 45.71429px);
  display: none;
  height: auto; }
  @media screen and (max-width: 1580px) {
    .testimonials-content {
      padding: 3.3rem 4rem; } }
  @media screen and (max-width: 1023px) {
    .testimonials-content {
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .testimonials-content {
      padding: 2.3rem 2.4rem 3.4rem; } }
  .testimonials-content + .testimonials-content {
    border-left: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; }
    @media screen and (max-width: 1279px) {
      .testimonials-content + .testimonials-content {
        margin-right: 0.1rem; } }

.review-tag {
  margin-bottom: clamp(1.8rem, 1.07143vw, 20.57143px); }
  @media screen and (max-width: 1580px) {
    .review-tag {
      margin-bottom: 1.3rem; } }
  .review-tag .icon {
    width: inherit;
    height: clamp(1.1rem, 0.65476vw, 12.57143px); }
    .review-tag .icon svg {
      fill: #D35D31;
      width: clamp(7.9rem, 4.70238vw, 90.28571px); }
    .review-tag .icon + .icon {
      margin-left: clamp(0.3rem, 0.17857vw, 3.42857px); }

.review-content h3 {
  color: #0e4f9d;
  font-size: clamp(2.4rem, 1.42857vw, 27.42857px);
  font-weight: 600;
  line-height: clamp(2.4rem, 1.42857vw, 27.42857px);
  margin-bottom: clamp(1.6rem, 0.95238vw, 18.28571px);
  padding-right: clamp(1.7rem, 1.0119vw, 19.42857px);
  text-transform: none; }
  @media screen and (max-width: 1580px) {
    .review-content h3 {
      font-size: 1.8rem;
      padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .review-content h3 {
      font-size: 2rem;
      line-height: 2rem;
      margin-bottom: 1.5rem; } }

.review-content p {
  color: black;
  margin-bottom: clamp(1.3rem, 0.77381vw, 14.85714px); }
  @media screen and (max-width: 1580px) {
    .review-content p {
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) {
    .review-content p {
      line-height: 2.1rem;
      margin-bottom: 1.1rem; } }

.review-name {
  color: black;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  font-weight: 500;
  line-height: clamp(1.6rem, 0.95238vw, 18.28571px); }

/*=================[  Home testimonials slider   ]====================*/
/*=================[  Home testimonials   ]====================*/
/*=================[  Home product tab   ]====================*/
[data-content-region="product_tab_homepage"] [data-layout-id] [data-sub-layout-container] {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 7.142%; }
  @media screen and (max-width: 1365px) {
    [data-content-region="product_tab_homepage"] [data-layout-id] [data-sub-layout-container] {
      padding: 0 6rem; } }
  @media screen and (max-width: 1279px) {
    [data-content-region="product_tab_homepage"] [data-layout-id] [data-sub-layout-container] {
      padding: 0 2rem; } }
  [data-content-region="product_tab_homepage"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
    max-width: inherit;
    flex-basis: auto; }
    [data-content-region="product_tab_homepage"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] p {
      padding: 0;
      color: rgba(0, 0, 0, 0.3);
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
      font-size: clamp(2.4rem, 1.42857vw, 27.42857px);
      font-style: normal;
      font-weight: 700;
      line-height: clamp(2.64rem, 1.57143vw, 30.17143px);
      text-transform: uppercase; }
    [data-content-region="product_tab_homepage"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:first-of-type p {
      color: black; }
    [data-content-region="product_tab_homepage"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] {
      margin-left: clamp(4rem, 2.38095vw, 45.71429px); }

.tab-content.has-jsContent.is-active {
  padding: 0; }

@media screen and (max-width: 1279px) {
  .tabs-contents .slick-dotted.slick-slider {
    margin-bottom: 0; } }

@media screen and (max-width: 1023px) {
  .product-carousel-widget {
    margin-bottom: 3.7rem; } }

@media screen and (max-width: 1279px) {
  .home-product-tab > .container {
    padding: 0 2rem; } }

.home-product-tab .productCarousel {
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 1365px) {
    .home-product-tab .productCarousel {
      margin: 0; } }

.home-product-tab .con .tab-list-outer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative; }
  @media screen and (max-width: 1279px) {
    .home-product-tab .con .tab-list-outer {
      -webkit-justify-content: center;
      justify-content: center; } }

.home-product-tab .slick-arrow {
  margin-top: 0;
  top: clamp(-5.2rem, -3.09524vw, -59.42857px); }

.home-product-tab .slick-next {
  right: 7.2%; }
  @media screen and (min-width: 1780px) {
    .home-product-tab .slick-next {
      right: 7.1%; } }
  @media screen and (min-width: 2880px) {
    .home-product-tab .slick-next {
      right: 7.1%; } }
  @media screen and (max-width: 1365px) {
    .home-product-tab .slick-next {
      right: 6.2rem; } }
  @media screen and (max-width: 1279px) {
    .home-product-tab .slick-next {
      right: 2rem; } }

.home-product-tab .slick-prev {
  right: calc(7.142% + clamp(6.9rem, 4.10714vw, 78.85714px)); }
  @media screen and (min-width: 1780px) {
    .home-product-tab .slick-prev {
      right: calc(7.142% + clamp(6.5rem, 3.86905vw, 74.28571px)); } }
  @media screen and (max-width: 1439px) {
    .home-product-tab .slick-prev {
      right: 16.7rem; } }
  @media screen and (max-width: 1365px) {
    .home-product-tab .slick-prev {
      right: 13rem; } }
  @media screen and (max-width: 1279px) {
    .home-product-tab .slick-prev {
      right: 8.8rem; } }
  @media screen and (min-width: 1780px) {
    .home-product-tab .slick-prev::after {
      margin-left: clamp(2.4rem, 1.42857vw, 27.42857px); } }

.home-product-tab .tabs-contents {
  margin-top: clamp(4rem, 2.38095vw, 45.71429px);
  margin-bottom: 0; }

.home-product-tab .slick-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.home-product-tab .slick-dots {
  position: static; }
  @media screen and (max-width: 1279px) {
    .home-product-tab .slick-dots {
      margin-top: 4rem; } }
  .home-product-tab .slick-dots {
    display: none; }
  .home-product-tab .slick-dots:has(> li + li) {
    display: block; }

.home-tabs.tabs {
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  @media screen and (max-width: 1023px) {
    .home-tabs.tabs {
      justify-content: center; } }
  .home-tabs.tabs .tab {
    border: none;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .home-tabs.tabs .tab {
        width: 10rem; } }
    .home-tabs.tabs .tab + .tab {
      margin-left: clamp(4rem, 2.38095vw, 45.71429px); }
      @media screen and (max-width: 1279px) {
        .home-tabs.tabs .tab + .tab {
          margin-left: 2rem; } }
    .home-tabs.tabs .tab .tab-title {
      padding: 0;
      color: rgba(0, 0, 0, 0.3);
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
      font-size: clamp(2.4rem, 1.42857vw, 27.42857px);
      font-style: normal;
      font-weight: 700;
      line-height: clamp(2.64rem, 1.57143vw, 30.17143px);
      text-transform: uppercase; }
      @media screen and (max-width: 1023px) {
        .home-tabs.tabs .tab .tab-title {
          text-align: center;
          font-size: 1.6rem;
          line-height: 1.76rem; } }
      .home-tabs.tabs .tab .tab-title:hover {
        color: #f15904; }
        @media screen and (max-width: 1279px) {
          .home-tabs.tabs .tab .tab-title:hover {
            color: black; } }
    .home-tabs.tabs .tab.is-active .tab-title {
      color: black; }
      .home-tabs.tabs .tab.is-active .tab-title:hover {
        color: #f15904; }
        @media screen and (max-width: 1279px) {
          .home-tabs.tabs .tab.is-active .tab-title:hover {
            color: black; } }

/*==================[  Only Home page   ]====================*/
.template-default .productCarousel .slick-track {
  margin: 0; }

.template-default .productCarousel .card:hover {
  box-shadow: none; }

.template-default .productCarousel .card::after {
  border-top: 0;
  border-bottom: 0;
  border-color: black; }

.template-default .productCarousel .card .card-figcaption .card-figcaption-body {
  padding: 0 clamp(2.9rem, 1.72619vw, 33.14286px) 0; }

@media screen and (max-width: 1365px) {
  .template-default .productCarousel .card .button {
    padding: 1.3rem 2rem; } }

.template-default .productCarousel .card [data-test-info-type="productRating"] {
  position: static; }
  @media screen and (max-width: 1023px) {
    .template-default .productCarousel .card [data-test-info-type="productRating"] .rating-count {
      position: relative;
      top: -1px; } }

.template-default .productCarousel .tab-content .card-figure {
  padding: clamp(4.8rem, 2.85714vw, 54.85714px) clamp(7.7rem, 4.58333vw, 88px) clamp(0.4rem, 0.2381vw, 4.57143px);
  margin: 0 clamp(0.3rem, 0.17857vw, 3.42857px) clamp(3.6rem, 2.14286vw, 41.14286px); }
  @media screen and (max-width: 1023px) {
    .template-default .productCarousel .tab-content .card-figure {
      padding: 3rem 5rem 0.4rem;
      margin-bottom: 2.1rem; } }
  @media screen and (max-width: 767px) {
    .template-default .productCarousel .tab-content .card-figure {
      padding: 2.8rem 6.23rem 0rem;
      margin-bottom: 2.1rem; } }

.template-default .productCarousel .tab-content .product-sku {
  margin-bottom: 0; }

.template-default .productCarousel .tab-content .rating--small span {
  line-height: 0; }
  .template-default .productCarousel .tab-content .rating--small span.rating-count {
    position: relative;
    top: clamp(-0.1rem, -0.05952vw, -1.14286px); }

.template-default .productCarousel .tab-content .card-body {
  background-color: #fbfbfb;
  padding: clamp(2.5rem, 1.4881vw, 28.57143px) clamp(1.8rem, 1.07143vw, 20.57143px) clamp(1.5rem, 0.89286vw, 17.14286px);
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 1023px) {
    .template-default .productCarousel .tab-content .card-body {
      background-color: white; } }
  @media screen and (max-width: 1023px) {
    .template-default .productCarousel .tab-content .card-body .card-title a {
      font-size: 1.7rem; } }
  .template-default .productCarousel .tab-content .card-body .product-description {
    flex: 0; }
    @media screen and (max-width: 1023px) {
      .template-default .productCarousel .tab-content .card-body .product-description {
        font-size: 1.4rem;
        line-height: 1.96rem; } }
  @media screen and (max-width: 1023px) {
    .template-default .productCarousel .tab-content .card-body .review-block {
      flex-direction: row; } }

/*==================[  Only Home page   ]====================*/
s .tab-content.has-jsContent.is-active .card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.productCarousel .productCarousel-slide {
  padding: 0;
  margin-right: -0.1rem; }
  @media screen and (max-width: 1279px) {
    .productCarousel .productCarousel-slide {
      border-left: clamp(0.1rem, 0.05952vw, 1.14286px) solid black;
      border-right: clamp(0.1rem, 0.05952vw, 1.14286px) solid black; } }
  @media screen and (min-width: 2880px) {
    .productCarousel .productCarousel-slide {
      margin-right: -0.2rem; } }

/*=================[  Home product tab   ]====================*/
/*=================[  Home IOS CSS    ]====================*/
/*=================[  Home IOS CSS    ]====================*/
@media screen and (max-width: 1279px) {
  .sticky-add .navPages-container {
    height: calc(100dvh - clamp(5.5rem, 3.27381vw, 62.85714px)); } }

@media screen and (max-width: 1023px) {
  .sticky-add .navPages-container {
    height: calc(100dvh - clamp(5.589rem, 3.32679vw, 63.87429px)); } }

@media screen and (max-width: 767px) {
  .sticky-add .navPages-container {
    height: calc(100dvh - clamp(5.236rem, 3.11667vw, 59.84px)); } }

@media screen and (max-width: 412px) {
  .sticky-add .navPages-container {
    height: calc(100dvh - clamp(5.002rem, 2.97738vw, 57.16571px)); } }

@media screen and (max-width: 375px) {
  .sticky-add .navPages-container {
    height: calc(100dvh - clamp(4.578rem, 2.725vw, 52.32px)); } }

@media screen and (max-width: 1279px) {
  .sticky-add .navPages .collapsable .navPage-subMenu-list,
  .sticky-add .navPages .collapsable .navPage-childList {
    top: 5.5rem; } }

@media screen and (max-width: 1023px) {
  .sticky-add .navPages .collapsable .navPage-subMenu-list,
  .sticky-add .navPages .collapsable .navPage-childList {
    top: 5.6rem; } }

@media screen and (max-width: 767px) {
  .sticky-add .navPages .collapsable .navPage-subMenu-list,
  .sticky-add .navPages .collapsable .navPage-childList {
    top: 5.2rem; } }

@media screen and (max-width: 412px) {
  .sticky-add .navPages .collapsable .navPage-subMenu-list,
  .sticky-add .navPages .collapsable .navPage-childList {
    top: 5rem; } }

@media screen and (max-width: 375px) {
  .sticky-add .navPages .collapsable .navPage-subMenu-list,
  .sticky-add .navPages .collapsable .navPage-childList {
    top: 4rem; } }

@media screen and (max-width: 1279px) {
  .navPages-container {
    position: absolute;
    top: 100%;
    display: none;
    background-color: white;
    height: calc(100dvh - clamp(9.907rem, 5.89702vw, 113.22286px)); } }

@media screen and (max-width: 1023px) {
  .navPages-container {
    height: calc(100dvh - clamp(8.442rem, 5.025vw, 96.48px)); } }

@media screen and (max-width: 412px) {
  .navPages-container {
    height: calc(100dvh - clamp(9.302rem, 5.5369vw, 106.30857px)); } }

@media screen and (max-width: 375px) {
  .navPages-container {
    height: calc(100dvh - clamp(8.619rem, 5.13036vw, 98.50286px)); } }

@media screen and (max-width: 1279px) {
  .navPages-container.is-open {
    padding-top: 0; } }

.navPages-container.is-open .navPages {
  padding: 0;
  background-color: #fbfbfb; }
  @media screen and (max-width: 1023px) {
    .navPages-container.is-open .navPages {
      padding-bottom: 6rem; } }

.navPages-container .mobileNavigation {
  background-color: #0e4f9d; }
  .navPages-container .mobileNavigation .navPages-item > .hitarea {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1; }
  @media screen and (max-width: 1279px) {
    .navPages-container .mobileNavigation .third-level {
      position: relative; } }
  .navPages-container .mobileNavigation .third-level .hitarea {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1; }

.navPages-container .navPages-list--user.mobileNavigation {
  background-color: #fbfbfb; }
  @media screen and (max-width: 1279px) {
    .navPages-container .navPages-list--user.mobileNavigation .navPages-item {
      margin-bottom: 0; } }
  .navPages-container .navPages-list--user.mobileNavigation .navPages-item .hitarea {
    height: auto; }
    @media screen and (max-width: 1279px) {
      .navPages-container .navPages-list--user.mobileNavigation .navPages-item .hitarea {
        height: 5.5rem;
        bottom: auto; } }

.navPages {
  max-width: 100%;
  background-color: #0e4f9d; }
  @media screen and (max-width: 1023px) {
    .navPages {
      background-color: #fbfbfb; } }
  .navPages .sf-menu.navPages-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: ease-in-out .4s; }
    @media screen and (max-width: 1279px) {
      .navPages .sf-menu.navPages-list {
        display: none; } }
  .navPages .navPages-item {
    position: relative; }
    @media screen and (max-width: 1279px) {
      .navPages .navPages-item {
        padding: 0;
        position: relative;
        margin: 0;
        width: 100%; } }
    .navPages .navPages-item.sfHover > .navPages-action::after {
      width: 100%; }
    .navPages .navPages-item.sfHover > .navPages-action:hover::after {
      width: 100%; }
    .navPages .navPages-item.sfHover > .navPages-action svg {
      transform: rotate(-180deg); }
    .navPages .navPages-item.sfHover .has-subMenu:hover svg {
      color: white; }
    .navPages .navPages-item:last-of-type .navPage-subMenu, .navPages .navPages-item:nth-last-child(2) .navPage-subMenu, .navPages .navPages-item:nth-last-child(3) .navPage-subMenu, .navPages .navPages-item:nth-last-child(4) .navPage-subMenu {
      left: auto;
      right: 0; }
      .navPages .navPages-item:last-of-type .navPage-subMenu:has(.megamenu-inner.third-level .navPage-subMenu-list .navPage-subMenu-item.sfHover), .navPages .navPages-item:nth-last-child(2) .navPage-subMenu:has(.megamenu-inner.third-level .navPage-subMenu-list .navPage-subMenu-item.sfHover), .navPages .navPages-item:nth-last-child(3) .navPage-subMenu:has(.megamenu-inner.third-level .navPage-subMenu-list .navPage-subMenu-item.sfHover), .navPages .navPages-item:nth-last-child(4) .navPage-subMenu:has(.megamenu-inner.third-level .navPage-subMenu-list .navPage-subMenu-item.sfHover) {
        transition: 0.45s ease-in-out; }
    .navPages .navPages-item:last-of-type .megamenu-inner.third-level .navPage-subMenu-item.sfHover .navPage-childList, .navPages .navPages-item:nth-last-child(2) .megamenu-inner.third-level .navPage-subMenu-item.sfHover .navPage-childList, .navPages .navPages-item:nth-last-child(3) .megamenu-inner.third-level .navPage-subMenu-item.sfHover .navPage-childList, .navPages .navPages-item:nth-last-child(4) .megamenu-inner.third-level .navPage-subMenu-item.sfHover .navPage-childList {
      transform: none;
      left: 100%; }
    .navPages .navPages-item:last-of-type .megamenu-inner.third-level .navPage-subMenu-list .navPages-action.has-subMenu .icon-arrow-menu, .navPages .navPages-item:nth-last-child(2) .megamenu-inner.third-level .navPage-subMenu-list .navPages-action.has-subMenu .icon-arrow-menu, .navPages .navPages-item:nth-last-child(3) .megamenu-inner.third-level .navPage-subMenu-list .navPages-action.has-subMenu .icon-arrow-menu, .navPages .navPages-item:nth-last-child(4) .megamenu-inner.third-level .navPage-subMenu-list .navPages-action.has-subMenu .icon-arrow-menu {
      transform: none; }
    .navPages .navPages-item:last-of-type .megamenu-inner.third-level .navPage-childList, .navPages .navPages-item:nth-last-child(2) .megamenu-inner.third-level .navPage-childList, .navPages .navPages-item:nth-last-child(3) .megamenu-inner.third-level .navPage-childList, .navPages .navPages-item:nth-last-child(4) .megamenu-inner.third-level .navPage-childList {
      transform: none;
      left: 0;
      border-right: 0;
      border-left-width: clamp(0.1rem, 0.05952vw, 1.14286px);
      border-top-left-radius: clamp(0.5rem, 0.29762vw, 5.71429px);
      border-bottom-left-radius: clamp(0.5rem, 0.29762vw, 5.71429px);
      border-top-right-radius: 0;
      filter: drop-shadow(0px clamp(0.8rem, 0.47619vw, 9.14286px) clamp(1rem, 0.59524vw, 11.42857px) rgba(0, 0, 0, 0.1));
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    @media screen and (max-width: 1365px) {
      .navPages .navPages-item:nth-last-child(5) .navPage-subMenu {
        left: auto;
        right: 0; }
      .navPages .navPages-item:nth-last-child(5) .megamenu-inner.third-level {
        flex-direction: row-reverse;
        margin-right: -8rem; }
        .navPages .navPages-item:nth-last-child(5) .megamenu-inner.third-level .navPage-subMenu-item.sfHover .navPage-childList {
          transform: translateX(-100%); }
        .navPages .navPages-item:nth-last-child(5) .megamenu-inner.third-level .navPage-subMenu-list .navPages-action.has-subMenu .icon-arrow-menu {
          transform: rotate(180deg); }
        .navPages .navPages-item:nth-last-child(5) .megamenu-inner.third-level .navPage-childList {
          transform: translateX(100%);
          left: 0;
          border-right: 0;
          border-left-width: clamp(0.1rem, 0.05952vw, 1.14286px);
          border-top-left-radius: clamp(0.5rem, 0.29762vw, 5.71429px);
          border-bottom-left-radius: clamp(0.5rem, 0.29762vw, 5.71429px);
          border-top-right-radius: 0;
          filter: drop-shadow(0px clamp(0.8rem, 0.47619vw, 9.14286px) clamp(1rem, 0.59524vw, 11.42857px) rgba(0, 0, 0, 0.1)); } }
  .navPages .collapsable .navPages-action svg {
    display: block; }
  .navPages .collapsable .navPage-subMenu-list,
  .navPages .collapsable .navPage-childList {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F2F2F2;
    z-index: 11;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 9rem !important;
    margin-left: 0px;
    height: 100vh;
    margin: 0; }
    @media screen and (max-width: 1279px) {
      .navPages .collapsable .navPage-subMenu-list,
      .navPages .collapsable .navPage-childList {
        top: 10rem;
        border-left: 0;
        border-right: 0; } }
    @media screen and (max-width: 1023px) {
      .navPages .collapsable .navPage-subMenu-list,
      .navPages .collapsable .navPage-childList {
        top: 8.4rem; } }
    @media screen and (max-width: 767px) {
      .navPages .collapsable .navPage-subMenu-list,
      .navPages .collapsable .navPage-childList {
        top: 9.5rem; } }
    @media screen and (max-width: 412px) {
      .navPages .collapsable .navPage-subMenu-list,
      .navPages .collapsable .navPage-childList {
        top: 9.3rem; } }
    @media screen and (max-width: 375px) {
      .navPages .collapsable .navPage-subMenu-list,
      .navPages .collapsable .navPage-childList {
        top: 8.3rem; } }
    .navPages .collapsable .navPage-subMenu-list .navPages-action,
    .navPages .collapsable .navPage-subMenu-list .navPages-action.activePage,
    .navPages .collapsable .navPage-childList .navPages-action,
    .navPages .collapsable .navPage-childList .navPages-action.activePage {
      color: black; }
  .navPages .collapsable .mobile-back-menu {
    border-bottom: 0.1rem solid #bdbdbd; }
    .navPages .collapsable .mobile-back-menu + .item-mobile-only {
      border-bottom: 0.1rem solid #bdbdbd; }
  .navPages .collapsable .navPage-subMenu-item:not(.item-mobile-only) {
    border-bottom: 0.1rem solid #bdbdbd; }
  .navPages .collapsable .navPage-childList-item {
    margin: 0; }
  .navPages .collapsable .third-level .item-mobile-only {
    border: 0; }
  .navPages .collapsable .third-level .navPages-action svg {
    display: block;
    fill: black;
    transform: rotate(0deg); }
  .navPages .navPages-action {
    position: relative; }
    .navPages .navPages-action::after {
      left: 0px;
      width: 0px;
      content: "";
      height: clamp(0.3rem, 0.17857vw, 3.42857px);
      bottom: 0px;
      position: absolute;
      background-color: #f15904;
      transition: 0.45s; }
    .navPages .navPages-action:focus {
      color: white; }
    .navPages .navPages-action svg {
      stroke: none;
      transition: all 0.45s ease;
      margin: 0 0 0 clamp(1rem, 0.59524vw, 11.42857px);
      width: clamp(0.9rem, 0.53571vw, 10.28571px);
      height: clamp(0.6rem, 0.35714vw, 6.85714px);
      margin-top: clamp(0.2rem, 0.11905vw, 2.28571px); }
      @media screen and (max-width: 1023px) {
        .navPages .navPages-action svg {
          height: 0.7rem;
          width: 1.1rem; } }
    .navPages .navPages-action:hover svg {
      fill: white; }
  .navPages .navPage-subMenu-list {
    margin: 0 auto;
    max-width: inherit;
    width: clamp(32.5rem, 19.34524vw, 371.42857px);
    padding: 0; }
    @media screen and (max-width: 1439px) {
      .navPages .navPage-subMenu-list {
        width: 25rem; } }
    @media screen and (max-width: 1279px) {
      .navPages .navPage-subMenu-list {
        display: none;
        padding: 0;
        width: 100%;
        column-count: 1; } }
    @media screen and (max-width: 1023px) {
      .navPages .navPage-subMenu-list {
        column-count: auto; } }
    @media screen and (max-width: 1279px) {
      .navPages .navPage-subMenu-list .back-menu {
        display: block;
        margin-bottom: 1.1rem; } }
  .navPages .navPage-subMenu-item {
    float: none;
    margin: 0;
    width: max-content;
    padding: 0 !important;
    margin-bottom: 0;
    width: 100%; }
    .navPages .navPage-subMenu-item > .navPage-subMenu-action {
      border: 0;
      margin-bottom: 0; }
    @media screen and (max-width: 1279px) {
      .navPages .navPage-subMenu-item.item-mobile-only {
        display: block; }
        .navPages .navPage-subMenu-item.item-mobile-only a {
          padding: 0rem 0 0.1rem; } }

.navPages-action,
.navPages-action.activePage {
  font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
  line-height: normal;
  font-weight: 600;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  text-transform: uppercase;
  color: white;
  padding: clamp(0.55rem, 0.32738vw, 6.28571px) clamp(2.75rem, 1.6369vw, 31.42857px) clamp(0.55rem, 0.32738vw, 6.28571px); }
  @media screen and (max-width: 1580px) {
    .navPages-action,
    .navPages-action.activePage {
      padding: 0.4rem 1.5rem 0.7rem; } }
  @media screen and (max-width: 1365px) {
    .navPages-action,
    .navPages-action.activePage {
      font-size: 1.6rem; } }
  @media screen and (max-width: 1279px) {
    .navPages-action,
    .navPages-action.activePage {
      font-size: 1.8rem;
      padding: 1.77rem 2rem 1.9rem;
      text-transform: capitalize;
      border-bottom: 0.1rem solid #bdbdbd; } }
  @media screen and (max-width: 1279px) {
    .navPages-action.get-a-quote,
    .navPages-action.activePage.get-a-quote {
      text-transform: none; } }
  .navPages-action svg,
  .navPages-action.activePage svg {
    fill: white;
    stroke: none; }
    @media screen and (max-width: 1279px) {
      .navPages-action svg,
      .navPages-action.activePage svg {
        transform: rotate(275deg); } }
  .navPages-action:hover,
  .navPages-action.activePage:hover {
    color: white; }

.navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-item.sfHover .navPages-action.has-subMenu {
  background-color: #0e4f9d; }

.navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-item .navPages-action.has-subMenu {
  padding: clamp(1.65rem, 0.98214vw, 18.85714px) clamp(2.1rem, 1.25vw, 24px) clamp(1.65rem, 0.98214vw, 18.85714px) clamp(4rem, 2.38095vw, 45.71429px);
  text-transform: capitalize; }
  @media screen and (max-width: 1439px) {
    .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-item .navPages-action.has-subMenu {
      padding: 1.5rem 1.3rem 1.5rem 1.7rem; } }
  @media screen and (max-width: 1365px) {
    .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-item .navPages-action.has-subMenu {
      padding: 1.5rem 2rem 1.5rem 3rem; } }
  @media screen and (max-width: 1279px) {
    .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-item .navPages-action.has-subMenu {
      padding: 1.77rem 2rem 1.9rem;
      font-weight: 600;
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-item .navPages-action.has-subMenu:hover {
    background-color: #0e4f9d; }
    @media screen and (max-width: 1279px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-item .navPages-action.has-subMenu:hover {
        background-color: transparent; } }
    .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-item .navPages-action.has-subMenu:hover .icon-arrow-menu {
      transform: none; }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-item .navPages-action.has-subMenu::after {
    display: none; }
  @media screen and (max-width: 1279px) {
    .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-item .navPages-action.has-subMenu svg {
      fill: black; } }

.navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-item a {
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  font-weight: 500;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }
  @media screen and (max-width: 1365px) {
    .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-item a {
      font-size: 1.4rem; } }
  @media screen and (max-width: 1279px) {
    .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-item a {
      font-size: 1.8rem;
      font-weight: 600; } }

.navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-item .navPage-childList-action {
  color: black;
  padding: 0 clamp(3.4rem, 2.02381vw, 38.85714px) 0 clamp(3.4rem, 2.02381vw, 38.85714px);
  margin-bottom: clamp(1.15rem, 0.68452vw, 13.14286px);
  margin-top: clamp(1.15rem, 0.68452vw, 13.14286px);
  text-transform: capitalize; }
  @media screen and (max-width: 1439px) {
    .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-item .navPage-childList-action {
      padding: 0 1.3rem 0 1.7rem;
      margin-bottom: 1.1rem;
      margin-top: 1.1rem; } }
  @media screen and (max-width: 1365px) {
    .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-item .navPage-childList-action {
      padding: 0 2rem 0 3rem;
      margin-bottom: 1.2rem;
      margin-top: 1.2rem; } }
  @media screen and (max-width: 1279px) {
    .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-item .navPage-childList-action {
      padding: 1.77rem 2rem 1.9rem;
      font-weight: 600;
      margin-top: 0;
      margin-bottom: 0; } }

.navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-item .icon-arrow-menu {
  width: clamp(0.5rem, 0.29762vw, 5.71429px);
  height: clamp(0.9rem, 0.53571vw, 10.28571px);
  margin: 0 0 0 clamp(3.8rem, 2.2619vw, 43.42857px); }
  @media screen and (max-width: 1279px) {
    .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-item .icon-arrow-menu {
      width: 0.9rem;
      height: 1.2rem; } }

.navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
  margin: 0 0 0 clamp(1rem, 0.59524vw, 11.42857px);
  width: clamp(0.9rem, 0.53571vw, 10.28571px);
  height: clamp(0.6rem, 0.35714vw, 6.85714px); }

.navPage-subMenu {
  background-color: white;
  padding: 0 !important;
  top: calc(100% - clamp(-0.1rem, -0.05952vw, -1.14286px));
  top: 100%;
  max-width: inherit;
  text-align: left;
  margin: 0 auto; }

@media screen and (max-width: 1279px) {
  .navPages-list.sf-menu {
    display: none; } }

.navPages-container .navPages-list.mobileNavigation {
  display: none;
  border: none;
  margin: 0;
  padding: 0;
  height: auto; }
  @media screen and (max-width: 1279px) {
    .navPages-container .navPages-list.mobileNavigation {
      display: flex;
      flex-direction: column; } }

/*==============[ Mega Menu Css ]================*/
.megamenu-inner {
  background-color: #0E4F9D;
  max-height: calc(100svh - 19.8rem); }
  .megamenu-inner .navPage-subMenu-list {
    background-color: #0E4F9D;
    max-height: calc(100svh - 19.8rem); }
    @media screen and (max-width: 1279px) {
      .megamenu-inner .navPage-subMenu-list {
        padding-bottom: 4rem; } }
  .megamenu-inner .navPage-childList {
    background: #fff;
    filter: drop-shadow(0px clamp(0.4rem, 0.2381vw, 4.57143px) clamp(1rem, 0.59524vw, 11.42857px) rgba(0, 0, 0, 0.1));
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #E0E0E0;
    border-left: 0;
    border-radius: clamp(0.5rem, 0.29762vw, 5.71429px);
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    position: absolute;
    width: 100%;
    max-width: clamp(26.5rem, 15.77381vw, 302.85714px);
    top: 0;
    left: 100%;
    height: 100%;
    z-index: -1;
    transform: translateX(-100%); }
    @media screen and (max-width: 1439px) {
      .megamenu-inner .navPage-childList {
        width: 25rem; } }
    .megamenu-inner .navPage-childList .nav-third-level-wrap {
      padding-top: clamp(0.5rem, 0.29762vw, 5.71429px);
      padding-bottom: clamp(0.5rem, 0.29762vw, 5.71429px); }
    .megamenu-inner .navPage-childList .navPage-childList-action:hover {
      color: #f15904; }
  .megamenu-inner .navPage-subMenu-item:hover .navPage-childList {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    z-index: 0; }
  .megamenu-inner .navPage-subMenu-item.sfHover .navPage-childList {
    -webkit-transform: translateX(0);
    z-index: 0;
    transform: translateX(0);
    visibility: visible; }
  @media screen and (max-width: 1279px) {
    .megamenu-inner .navPage-subMenu-item.item-mobile-only {
      display: block; } }

/*==============[ Mega Menu Css ]================*/
/*==============[ Mega webpage Menu Css ]================*/
.navPages-list--user .navPages-action,
.navPages-list--user .navPages-action.activePage {
  color: black;
  padding: 1.4rem 2rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  transition: none; }
  .navPages-list--user .navPages-action:focus,
  .navPages-list--user .navPages-action.activePage:focus {
    color: black; }
  .navPages-list--user .navPages-action:hover svg,
  .navPages-list--user .navPages-action.activePage:hover svg {
    fill: black; }
  @media screen and (max-width: 1023px) {
    .navPages-list--user .navPages-action,
    .navPages-list--user .navPages-action.activePage {
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  .navPages-list--user .navPages-action svg,
  .navPages-list--user .navPages-action.activePage svg {
    fill: black;
    transform: rotate(0deg); }

.navPages-list--user .collapsable {
  border-bottom: 0.05rem solid #bdbdbd;
  padding-bottom: 2.9rem;
  transition: none; }
  .navPages-list--user .collapsable .navPages-action {
    transition: none;
    border-bottom: 0; }
    .navPages-list--user .collapsable .navPages-action svg {
      display: block;
      transform: rotate(-180deg); }

.navPages-list--user .navpage-list {
  display: none;
  margin: 0; }
  .navPages-list--user .navpage-list .navPages-action {
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
    font-weight: 400;
    line-height: clamp(2.56rem, 1.52381vw, 29.25714px);
    text-transform: capitalize;
    padding: 0 2rem;
    border: 0; }

.navPages-list--user .navpage-list-child {
  margin-top: 0.6rem; }
  .navPages-list--user .navpage-list-child .navPages-item + .navPages-item {
    margin-top: 1rem; }
  .navPages-list--user .navpage-list-child .navPages-action {
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }

@media screen and (max-width: 1023px) {
  .navPages-list--user .navPages-action.ship-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 500;
    line-height: normal;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    justify-content: inherit; }
    .navPages-list--user .navPages-action.ship-link svg {
      width: 1.2rem;
      height: 1.2rem;
      fill: #0e4f9d; } }

.last-block-child {
  width: 100% !important; }

/*==============[ Header Menu nice scroll ]================*/
.second-level {
  height: 100%;
  margin-top: 0;
  width: clamp(32.5rem, 19.34524vw, 371.42857px); }
  @media screen and (max-width: 1439px) {
    .second-level {
      width: 25rem; } }
  @media screen and (max-width: 1279px) {
    .second-level {
      width: 100%; } }

.navPages .navPage-subMenu-list {
  max-height: calc(100svh - 19.8rem);
  margin-top: 0;
  position: relative; }
  @media screen and (max-width: 1279px) {
    .navPages .navPage-subMenu-list {
      max-height: 100%; } }
  .navPages .navPage-subMenu-list .navPage-childList {
    max-height: calc(100svh - 19.8rem);
    margin-top: 0; }
    @media screen and (max-width: 1279px) {
      .navPages .navPage-subMenu-list .navPage-childList {
        max-height: 100%;
        overflow: auto; } }

.nav-third-level-wrap {
  height: 100%;
  margin-top: 0; }
  @media screen and (max-width: 1279px) {
    .nav-third-level-wrap {
      max-height: 100vh;
      padding-bottom: 6rem;
      overflow: auto; } }

.nav-third-level .nicescroll-rails {
  background-color: white !important; }
  .nav-third-level .nicescroll-rails .nicescroll-cursors {
    background-color: black !important; }

/*==============[ Header Menu nice scroll ]================*/
.button {
  height: auto;
  font-weight: 500;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  line-height: normal;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(2rem, 1.19048vw, 22.85714px);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  margin: 0;
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #f15904;
  color: white;
  background: #f15904;
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
  min-width: clamp(18rem, 10.71429vw, 205.71429px);
  transition: all 0.45s ease-in-out; }
  @media screen and (min-width: 1025px) {
    .button:hover {
      background: #0e4f9d;
      border-color: #0e4f9d;
      color: white; } }
  @media screen and (max-width: 1279px) {
    .button:hover {
      color: white;
      background: #f15904;
      border-color: #f15904; } }
  .button:active, .button:focus {
    color: white;
    background: #f15904;
    border-color: #f15904; }
    @media screen and (min-width: 1025px) {
      .button:active:hover, .button:focus:hover {
        background: white;
        border-color: #f15904;
        color: #f15904; } }
  .button--primary {
    background: white;
    color: #f15904;
    border-color: #f15904; }
    @media screen and (min-width: 1025px) {
      .button--primary:hover {
        background: #f15904;
        border-color: #f15904;
        color: white; } }
    @media screen and (max-width: 1279px) {
      .button--primary:hover {
        background: white;
        color: #f15904;
        border-color: #f15904; } }
    .button--primary:active, .button--primary:focus {
      background: white;
      color: #f15904;
      border-color: #f15904; }
      @media screen and (min-width: 1025px) {
        .button--primary:active:hover, .button--primary:focus:hover {
          background: #f15904;
          border-color: #f15904;
          color: white; } }
  .button--secondary {
    background: white;
    border-color: black;
    color: black; }
    @media screen and (min-width: 1025px) {
      .button--secondary:hover {
        background: #f15904;
        border-color: #f15904;
        color: white; } }
    .button--secondary:focus, .button--secondary:active {
      background: white;
      border-color: black;
      color: black; }
      @media screen and (min-width: 1025px) {
        .button--secondary:focus:hover, .button--secondary:active:hover {
          background: #f15904;
          border-color: #f15904;
          color: white; } }
  .button--green {
    background: #198849;
    border-color: #198849;
    color: white; }
    @media screen and (min-width: 1025px) {
      .button--green:hover {
        background: #f15904;
        border-color: #f15904;
        color: white; } }
    @media screen and (max-width: 1279px) {
      .button--green:hover {
        background: #198849;
        border-color: #198849;
        color: white; } }
    .button--green:focus, .button--green:active {
      background: #198849;
      border-color: #198849;
      color: white; }
      @media screen and (min-width: 1025px) {
        .button--green:focus:hover, .button--green:active:hover {
          background: #f15904;
          border-color: #f15904;
          color: white; } }
  .button--lightgrey {
    background: #f2f2f2;
    border-color: #f2f2f2;
    color: black; }
    @media screen and (min-width: 1025px) {
      .button--lightgrey:hover {
        background: #f15904;
        border-color: #f15904;
        color: white; } }
    @media screen and (max-width: 1279px) {
      .button--lightgrey:hover {
        background: #f2f2f2;
        border-color: #f2f2f2;
        color: black; } }
    .button--lightgrey:focus, .button--lightgrey:active {
      background: #f2f2f2;
      border-color: #f2f2f2;
      color: black; }
      @media screen and (min-width: 1025px) {
        .button--lightgrey:focus:hover, .button--lightgrey:active:hover {
          background: #f15904;
          border-color: #f15904;
          color: white; } }

.swal2-html-container {
  font-size: clamp(1.4rem, 0.83333vw, 16px); }

div:where(.swal2-icon) {
  width: clamp(5.4rem, 3.21429vw, 61.71429px);
  height: clamp(5.4rem, 3.21429vw, 61.71429px); }

.swal2-popup .swal2-actions .button.swal2-confirm,
.swal2-popup .swal2-actions .confirm,
.swal2-popup .swal2-actions .button.swal2-deny,
.button-container .button.swal2-confirm,
.button-container .confirm,
.button-container .button.swal2-deny {
  height: auto;
  font-weight: 500;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  line-height: normal;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(2rem, 1.19048vw, 22.85714px);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  margin: 0;
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #f15904;
  color: white;
  background: #f15904;
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
  min-width: max-content;
  transition: all 0.45s ease-in-out; }
  @media screen and (max-width: 767px) {
    .swal2-popup .swal2-actions .button.swal2-confirm,
    .swal2-popup .swal2-actions .confirm,
    .swal2-popup .swal2-actions .button.swal2-deny,
    .button-container .button.swal2-confirm,
    .button-container .confirm,
    .button-container .button.swal2-deny {
      padding: 1.2rem 2rem; } }
  @media screen and (min-width: 1025px) {
    .swal2-popup .swal2-actions .button.swal2-confirm:hover,
    .swal2-popup .swal2-actions .confirm:hover,
    .swal2-popup .swal2-actions .button.swal2-deny:hover,
    .button-container .button.swal2-confirm:hover,
    .button-container .confirm:hover,
    .button-container .button.swal2-deny:hover {
      background: #0e4f9d;
      border-color: #0e4f9d;
      color: white; } }
  .swal2-popup .swal2-actions .button.swal2-confirm:active, .swal2-popup .swal2-actions .button.swal2-confirm:focus,
  .swal2-popup .swal2-actions .confirm:active,
  .swal2-popup .swal2-actions .confirm:focus,
  .swal2-popup .swal2-actions .button.swal2-deny:active,
  .swal2-popup .swal2-actions .button.swal2-deny:focus,
  .button-container .button.swal2-confirm:active,
  .button-container .button.swal2-confirm:focus,
  .button-container .confirm:active,
  .button-container .confirm:focus,
  .button-container .button.swal2-deny:active,
  .button-container .button.swal2-deny:focus {
    color: white;
    background: #f15904;
    border-color: #f15904; }
    @media screen and (min-width: 1025px) {
      .swal2-popup .swal2-actions .button.swal2-confirm:active:hover, .swal2-popup .swal2-actions .button.swal2-confirm:focus:hover,
      .swal2-popup .swal2-actions .confirm:active:hover,
      .swal2-popup .swal2-actions .confirm:focus:hover,
      .swal2-popup .swal2-actions .button.swal2-deny:active:hover,
      .swal2-popup .swal2-actions .button.swal2-deny:focus:hover,
      .button-container .button.swal2-confirm:active:hover,
      .button-container .button.swal2-confirm:focus:hover,
      .button-container .confirm:active:hover,
      .button-container .confirm:focus:hover,
      .button-container .button.swal2-deny:active:hover,
      .button-container .button.swal2-deny:focus:hover {
        background: white;
        border-color: #f15904;
        color: #f15904; } }

.swal2-popup .swal2-actions .button.swal2-confirm,
.swal2-popup .swal2-actions .button.swal2-deny,
.button-container .button.swal2-confirm,
.button-container .button.swal2-deny {
  height: auto;
  font-weight: 500;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  line-height: normal;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(2rem, 1.19048vw, 22.85714px);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  margin: 0;
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid black;
  color: black;
  background: white;
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
  min-width: max-content;
  transition: all 0.45s ease-in-out; }
  @media screen and (min-width: 1025px) {
    .swal2-popup .swal2-actions .button.swal2-confirm:hover,
    .swal2-popup .swal2-actions .button.swal2-deny:hover,
    .button-container .button.swal2-confirm:hover,
    .button-container .button.swal2-deny:hover {
      background: #f15904;
      border-color: #f15904;
      color: white; } }
  @media screen and (max-width: 767px) {
    .swal2-popup .swal2-actions .button.swal2-confirm,
    .swal2-popup .swal2-actions .button.swal2-deny,
    .button-container .button.swal2-confirm,
    .button-container .button.swal2-deny {
      padding: 1.2rem 2rem; } }
  .swal2-popup .swal2-actions .button.swal2-confirm:focus, .swal2-popup .swal2-actions .button.swal2-confirm:active,
  .swal2-popup .swal2-actions .button.swal2-deny:focus,
  .swal2-popup .swal2-actions .button.swal2-deny:active,
  .button-container .button.swal2-confirm:focus,
  .button-container .button.swal2-confirm:active,
  .button-container .button.swal2-deny:focus,
  .button-container .button.swal2-deny:active {
    background: white;
    border-color: black;
    color: black; }
    @media screen and (min-width: 1025px) {
      .swal2-popup .swal2-actions .button.swal2-confirm:focus:hover, .swal2-popup .swal2-actions .button.swal2-confirm:active:hover,
      .swal2-popup .swal2-actions .button.swal2-deny:focus:hover,
      .swal2-popup .swal2-actions .button.swal2-deny:active:hover,
      .button-container .button.swal2-confirm:focus:hover,
      .button-container .button.swal2-confirm:active:hover,
      .button-container .button.swal2-deny:focus:hover,
      .button-container .button.swal2-deny:active:hover {
        background: #f15904;
        border-color: #f15904;
        color: white; } }

.swal2-popup .swal2-actions .button.swal2-cancel,
.swal2-popup .swal2-actions .cancel,
.button-container .button.swal2-cancel,
.button-container .cancel {
  height: auto;
  font-weight: 500;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  line-height: normal;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(2rem, 1.19048vw, 22.85714px);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  margin: 0 0 0 clamp(1.2rem, 0.71429vw, 13.71429px);
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #f15904;
  color: white;
  background: #f15904;
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
  min-width: max-content;
  transition: all 0.45s ease-in-out; }
  .swal2-popup .swal2-actions .button.swal2-cancel:after,
  .swal2-popup .swal2-actions .cancel:after,
  .button-container .button.swal2-cancel:after,
  .button-container .cancel:after {
    transition: all 0.65s ease-in-out;
    left: 150%; }
  @media screen and (max-width: 767px) {
    .swal2-popup .swal2-actions .button.swal2-cancel,
    .swal2-popup .swal2-actions .cancel,
    .button-container .button.swal2-cancel,
    .button-container .cancel {
      padding: 1.2rem 2rem; } }
  @media screen and (min-width: 1025px) {
    .swal2-popup .swal2-actions .button.swal2-cancel:hover,
    .swal2-popup .swal2-actions .cancel:hover,
    .button-container .button.swal2-cancel:hover,
    .button-container .cancel:hover {
      background: #0e4f9d;
      border-color: #0e4f9d;
      color: white; } }
  .swal2-popup .swal2-actions .button.swal2-cancel:active, .swal2-popup .swal2-actions .button.swal2-cancel:focus,
  .swal2-popup .swal2-actions .cancel:active,
  .swal2-popup .swal2-actions .cancel:focus,
  .button-container .button.swal2-cancel:active,
  .button-container .button.swal2-cancel:focus,
  .button-container .cancel:active,
  .button-container .cancel:focus {
    color: white;
    background: #f15904;
    border-color: #f15904; }
    @media screen and (min-width: 1025px) {
      .swal2-popup .swal2-actions .button.swal2-cancel:active:hover, .swal2-popup .swal2-actions .button.swal2-cancel:focus:hover,
      .swal2-popup .swal2-actions .cancel:active:hover,
      .swal2-popup .swal2-actions .cancel:focus:hover,
      .button-container .button.swal2-cancel:active:hover,
      .button-container .button.swal2-cancel:focus:hover,
      .button-container .cancel:active:hover,
      .button-container .cancel:focus:hover {
        background: white;
        border-color: #f15904;
        color: #f15904; } }

.slick-next::before,
.slick-prev::before {
  display: none; }

.slick-next:hover, .slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
  background-color: transparent; }

.slick-list {
  margin-bottom: 0; }

.slick-dots {
  line-height: 0;
  bottom: -4.4rem;
  display: none; }
  @media screen and (max-width: 1279px) {
    .slick-dots {
      bottom: -4.5rem;
      margin: 0 auto;
      left: 0; } }
  .slick-dots:has(li + li) {
    display: inline-block; }
  .slick-dots li {
    height: clamp(0.7rem, 0.41667vw, 8px);
    width: clamp(0.7rem, 0.41667vw, 8px);
    padding: 0;
    margin: 0 clamp(1.15rem, 0.68452vw, 13.14286px) clamp(0.8rem, 0.47619vw, 9.14286px); }
    .slick-dots li.slick-active button {
      opacity: 1;
      background-color: #f15904; }
    .slick-dots li button {
      height: 100%;
      width: 100%;
      border: 0;
      background-color: #D9D9D9;
      border-radius: 0; }
      .slick-dots li button::before {
        display: none;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }

.slick-next,
.slick-prev {
  padding: 0;
  width: auto;
  border: 0;
  height: auto;
  margin: 0;
  background-color: transparent; }
  .slick-next svg,
  .slick-prev svg {
    width: clamp(1.731rem, 1.03036vw, 19.78286px);
    height: clamp(1.471rem, 0.8756vw, 16.81143px);
    transition: 0.45s ease-in-out;
    fill: black; }
  .slick-next:hover,
  .slick-prev:hover {
    background-color: transparent; }
    .slick-next:hover svg,
    .slick-prev:hover svg {
      fill: #f15904; }
      @media screen and (max-width: 1023px) {
        .slick-next:hover svg,
        .slick-prev:hover svg {
          fill: black; } }

.slick-disabled {
  opacity: 0.9; }

.slick-track {
  display: flex; }

.slick-arrow {
  top: calc(clamp(-4.6rem, -2.7381vw, -52.57143px) + clamp(-1.8rem, -1.07143vw, -20.57143px)); }

.slick-next {
  right: 6.92%; }
  @media screen and (max-width: 1365px) {
    .slick-next {
      right: 5.5rem; } }
  @media screen and (max-width: 1279px) {
    .slick-next {
      right: 2rem; } }

.slick-prev {
  right: calc(7.142% + clamp(6.9rem, 4.10714vw, 78.85714px));
  left: auto; }
  @media screen and (max-width: 1279px) {
    .slick-prev {
      right: 9rem; } }
  .slick-prev::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: clamp(3.6rem, 2.14286vw, 41.14286px);
    width: clamp(0.1rem, 0.05952vw, 1.14286px);
    background-color: black;
    margin-top: clamp(-1rem, -0.59524vw, -11.42857px);
    margin-left: clamp(2.5rem, 1.4881vw, 28.57143px);
    pointer-events: none; }
    @media screen and (max-width: 1365px) {
      .slick-prev::after {
        margin-left: clamp(2.5rem, 1.4881vw, 28.57143px); } }

.footer {
  border: 0;
  padding: 0; }

h3.footer-info-heading,
.footer-info-heading {
  font-size: clamp(2rem, 1.19048vw, 22.85714px);
  line-height: 0.9;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: clamp(1.9rem, 1.13095vw, 21.71429px);
  letter-spacing: clamp(0.02rem, 0.0119vw, 0.22857px); }

@media screen and (max-width: 1023px) {
  .footer-info-list {
    display: none;
    padding-top: 0.5rem; } }

.footer-info-list a {
  color: black;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  font-weight: 400;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  line-height: clamp(2.24rem, 1.33333vw, 25.6px); }
  @media screen and (max-width: 767px) {
    .footer-info-list a {
      line-height: 2.56rem; } }
  @media screen and (min-width: 1025px) {
    .footer-info-list a:hover {
      color: #f15904; } }

.footer-info-list li {
  margin-bottom: clamp(1.3rem, 0.77381vw, 14.85714px); }
  @media screen and (max-width: 1023px) {
    .footer-info-list li {
      text-align: left; } }
  @media screen and (max-width: 767px) {
    .footer-info-list li {
      margin-bottom: 1rem; } }
  .footer-info-list li:last-of-type {
    margin-bottom: 0; }

.footer-info-col {
  font-size: clamp(1.3rem, 0.77381vw, 14.85714px);
  line-height: clamp(2.4rem, 1.42857vw, 27.42857px);
  padding: 0;
  width: 24.33%; }
  @media screen and (max-width: 1580px) {
    .footer-info-col {
      width: 33.33%; } }
  @media screen and (max-width: 1023px) {
    .footer-info-col {
      width: 100%; } }
  .footer-info-col .footer-info-heading {
    position: relative; }
    @media screen and (max-width: 1023px) {
      .footer-info-col .footer-info-heading {
        margin-bottom: 0;
        line-height: 3.2rem;
        text-align: left; }
        .footer-info-col .footer-info-heading::after {
          content: "";
          display: block;
          position: absolute;
          right: 0;
          width: 1.3rem;
          height: 1.3rem;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.50195 8.50195V13.498H8.50195V8.50195H13.5V5.50195H8.50195V0.498047H5.50195V5.50195H0.5V8.50195H5.50195Z' fill='%2321397D'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: center;
          top: 50%;
          transform: translate(0, -50%); }
        .footer-info-col .footer-info-heading.active::after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='4' viewBox='0 0 14 4' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.5 0.5H13.5V3.5H0.5V0.5Z' fill='%2321397D'/%3E%3C/svg%3E"); } }
  @media screen and (max-width: 1023px) {
    .footer-info-col + .footer-info-col {
      margin-top: 2.2rem; } }

.newsletter-block {
  padding: clamp(2.4rem, 1.42857vw, 27.42857px) 0 0;
  background-color: black;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative; }
  @media screen and (min-width: 2880px) {
    .newsletter-block {
      gap: 0 7rem; } }
  @media screen and (max-width: 1279px) {
    .newsletter-block {
      flex-direction: column;
      padding-top: 2rem; } }
  .newsletter-block * {
    color: white; }
  .newsletter-block .footer-info-heading {
    font-size: clamp(2.6rem, 1.54762vw, 29.71429px);
    font-weight: 700; }
  .newsletter-block h4 {
    margin-bottom: clamp(1.8rem, 1.07143vw, 20.57143px);
    text-align: center;
    font-weight: 700;
    font-size: clamp(2.6rem, 1.54762vw, 29.71429px);
    line-height: clamp(2.86rem, 1.70238vw, 32.68571px);
    text-transform: uppercase; }
    @media screen and (max-width: 1580px) {
      .newsletter-block h4 {
        font-size: 2.5rem; } }
    @media screen and (max-width: 1365px) {
      .newsletter-block h4 {
        font-size: 2.2rem; } }
    @media screen and (max-width: 767px) {
      .newsletter-block h4 {
        font-size: 2.6rem;
        margin-bottom: 1.4rem;
        line-height: 2.8rem;
        padding: 0 4rem; } }
    @media screen and (max-width: 412px) {
      .newsletter-block h4 {
        font-size: 2.2rem;
        padding: 0; } }
    .newsletter-block h4 + p {
      margin-bottom: clamp(2.7rem, 1.60714vw, 30.85714px);
      font-weight: 500;
      text-align: center;
      padding: 0 clamp(3rem, 1.78571vw, 34.28571px); }
      @media screen and (max-width: 767px) {
        .newsletter-block h4 + p {
          padding: 0; } }

.left-newsletter {
  background-color: #0e4f9d;
  padding: clamp(4.5rem, 2.67857vw, 51.42857px) clamp(9rem, 5.35714vw, 102.85714px) clamp(3.3rem, 1.96429vw, 37.71429px) clamp(6.8rem, 4.04762vw, 77.71429px);
  width: 47.3%;
  margin-bottom: clamp(-5rem, -2.97619vw, -57.14286px);
  margin-left: clamp(-3.8rem, -2.2619vw, -43.42857px); }
  @media screen and (max-width: 1580px) {
    .left-newsletter {
      width: 50%;
      padding: clamp(4.5rem, 2.67857vw, 51.42857px) clamp(5.5rem, 3.27381vw, 62.85714px) clamp(3.3rem, 1.96429vw, 37.71429px) clamp(5.5rem, 3.27381vw, 62.85714px); } }
  @media screen and (max-width: 1439px) {
    .left-newsletter {
      padding: clamp(4.5rem, 2.67857vw, 51.42857px) clamp(5rem, 2.97619vw, 57.14286px) clamp(3.3rem, 1.96429vw, 37.71429px) clamp(5rem, 2.97619vw, 57.14286px); } }
  @media screen and (max-width: 1365px) {
    .left-newsletter {
      padding: clamp(4.5rem, 2.67857vw, 51.42857px) clamp(5.5rem, 3.27381vw, 62.85714px) clamp(3.3rem, 1.96429vw, 37.71429px) clamp(5.5rem, 3.27381vw, 62.85714px); } }
  @media screen and (max-width: 1279px) {
    .left-newsletter {
      margin-bottom: 0;
      width: 100%;
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .left-newsletter {
      padding: 4.9rem 2rem 2.4rem; } }
  .left-newsletter .form {
    margin-bottom: 0; }
    .left-newsletter .form .form-field {
      margin-bottom: clamp(2.8rem, 1.66667vw, 32px);
      width: clamp(50.3rem, 29.94048vw, 574.85714px);
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 1580px) {
        .left-newsletter .form .form-field {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .left-newsletter .form .form-field {
          margin-bottom: 1.8rem; } }
  .left-newsletter .form-prefixPostfix .form-input {
    background-color: transparent;
    border-color: white;
    border-right: 0;
    color: rgba(255, 255, 255, 0.8);
    padding: clamp(1.45rem, 0.8631vw, 16.57143px) clamp(2.7rem, 1.60714vw, 30.85714px); }
    .left-newsletter .form-prefixPostfix .form-input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.8);
      opacity: 1; }
    .left-newsletter .form-prefixPostfix .form-input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.8);
      opacity: 1; }
    .left-newsletter .form-prefixPostfix .form-input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.8);
      opacity: 1; }
    .left-newsletter .form-prefixPostfix .form-input:-moz-placeholder {
      color: rgba(255, 255, 255, 0.8);
      opacity: 1; }
    .left-newsletter .form-prefixPostfix .form-input:focus {
      border-color: white; }
    @media screen and (max-width: 412px) {
      .left-newsletter .form-prefixPostfix .form-input {
        width: 100%;
        border-right: 0.1rem solid white;
        text-align: center; } }
  .left-newsletter .button {
    background-color: transparent;
    border-color: white;
    padding: 0 clamp(3.05rem, 1.81548vw, 34.85714px);
    min-width: auto;
    font-size: clamp(1.5rem, 0.89286vw, 17.14286px); }
    @media screen and (max-width: 1279px) {
      .left-newsletter .button {
        width: auto; } }
    @media screen and (max-width: 767px) {
      .left-newsletter .button {
        padding: 0.5rem 3.2rem 0.8rem; } }
    @media screen and (max-width: 412px) {
      .left-newsletter .button {
        padding: 1.2rem 2rem 1.3rem;
        width: 100%;
        margin-top: 2rem; } }
    @media screen and (min-width: 1025px) {
      .left-newsletter .button:hover {
        color: #f15904; } }
    @media screen and (max-width: 1023px) {
      .left-newsletter .button:hover {
        color: white; } }
    .left-newsletter .button:focus {
      background-color: transparent; }
      @media screen and (max-width: 1023px) {
        .left-newsletter .button:focus {
          color: white; } }

.right-contact {
  margin-bottom: clamp(2.1rem, 1.25vw, 24px);
  width: calc(100% - 47.3%); }
  @media screen and (max-width: 1580px) {
    .right-contact {
      width: calc(100% - 50%); } }
  @media screen and (max-width: 1279px) {
    .right-contact {
      width: 100%;
      margin: 4.6rem 0 5.2rem; } }
  @media screen and (max-width: 767px) {
    .right-contact {
      margin: 4.6rem 0 5.9rem; } }
  .right-contact h4 {
    text-align: left;
    font-size: clamp(2.6rem, 1.54762vw, 29.71429px);
    line-height: clamp(2.86rem, 1.70238vw, 32.68571px); }
    @media screen and (max-width: 1279px) {
      .right-contact h4 {
        text-align: center; } }
    .right-contact h4 + p {
      margin-bottom: clamp(3.3rem, 1.96429vw, 37.71429px);
      text-align: left;
      padding: 0; }
      @media screen and (max-width: 1279px) {
        .right-contact h4 + p {
          text-align: center; } }
      @media screen and (max-width: 767px) {
        .right-contact h4 + p {
          padding: 0 1rem; } }
  @media screen and (max-width: 1279px) {
    .right-contact .button-wrap {
      -webkit-justify-content: center;
      justify-content: center; } }
  @media screen and (max-width: 767px) {
    .right-contact .button-wrap {
      flex-wrap: wrap;
      padding: 0 2rem; } }
  .right-contact .button-wrap .button {
    background-color: transparent;
    color: white;
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid white;
    font-size: clamp(1.5rem, 0.89286vw, 17.14286px);
    min-width: clamp(22rem, 13.09524vw, 251.42857px);
    padding: clamp(1.25rem, 0.74405vw, 14.28571px) clamp(2rem, 1.19048vw, 22.85714px) clamp(1.25rem, 0.74405vw, 14.28571px) clamp(3rem, 1.78571vw, 34.28571px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media screen and (min-width: 1025px) {
      .right-contact .button-wrap .button:hover {
        background-color: #f15904;
        border-color: #f15904; } }
    @media screen and (max-width: 1580px) {
      .right-contact .button-wrap .button {
        min-width: 18.5rem; } }
    @media screen and (max-width: 1365px) {
      .right-contact .button-wrap .button {
        min-width: 16.6rem;
        padding: 1.3rem 2rem 1.25rem 2rem; } }
    @media screen and (max-width: 767px) {
      .right-contact .button-wrap .button {
        width: 100%; } }
    .right-contact .button-wrap .button + .button {
      margin-left: clamp(3rem, 1.78571vw, 34.28571px); }
      @media screen and (max-width: 1365px) {
        .right-contact .button-wrap .button + .button {
          margin-left: 2.5rem; } }
      @media screen and (max-width: 767px) {
        .right-contact .button-wrap .button + .button {
          margin-left: 0;
          margin-top: 2rem; } }
    .right-contact .button-wrap .button svg {
      width: clamp(1.6rem, 0.95238vw, 18.28571px);
      height: clamp(1.6rem, 0.95238vw, 18.28571px);
      fill: white; }

.footer-info {
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 1279px) {
    .footer-info {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 1023px) {
    .footer-info {
      margin-bottom: 0; } }
  .footer-info .footer-wrap {
    gap: 0 4rem; }
    @media screen and (min-width: 1920px) {
      .footer-info .footer-wrap {
        gap: 0 clamp(3.6rem, 2.14286vw, 41.14286px); } }
    @media screen and (min-width: 2880px) {
      .footer-info .footer-wrap {
        gap: 0 clamp(7rem, 4.16667vw, 80px); } }
    @media screen and (max-width: 1580px) {
      .footer-info .footer-wrap {
        gap: 0 6.6rem; } }
    @media screen and (max-width: 1439px) {
      .footer-info .footer-wrap {
        gap: 0 6.1rem; } }
    @media screen and (max-width: 1279px) {
      .footer-info .footer-wrap {
        gap: 0 3rem; } }
    @media screen and (max-width: 1023px) {
      .footer-info .footer-wrap {
        flex-wrap: wrap; } }
  .footer-info .left-block {
    width: 44.7%;
    flex-shrink: 0; }
    @media screen and (max-width: 1023px) {
      .footer-info .left-block {
        flex-wrap: wrap; } }
    @media screen and (max-width: 1279px) {
      .footer-info .left-block {
        width: 42%; } }
    @media screen and (max-width: 1023px) {
      .footer-info .left-block {
        width: 100%;
        text-align: center; } }
    .footer-info .left-block .footer-info-col {
      padding: 0;
      max-width: clamp(12.5rem, 7.44048vw, 142.85714px);
      width: auto; }
    .footer-info .left-block p {
      font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
      font-weight: 500;
      margin-bottom: clamp(2.6rem, 1.54762vw, 29.71429px); }
      @media screen and (max-width: 1580px) {
        .footer-info .left-block p {
          font-size: 1.6rem; } }
      @media screen and (max-width: 1023px) {
        .footer-info .left-block p {
          text-align: center;
          line-height: 2.08rem;
          margin-bottom: 1.7rem; } }
  .footer-info .footer-inner {
    padding-top: clamp(5rem, 2.97619vw, 57.14286px); }
    @media screen and (max-width: 1279px) {
      .footer-info .footer-inner {
        padding-top: 4rem; } }
    @media screen and (max-width: 1023px) {
      .footer-info .footer-inner {
        padding-top: 3.9rem; } }
    .footer-info .footer-inner.left-block {
      padding-top: clamp(8.5rem, 5.05952vw, 97.14286px); }
      @media screen and (max-width: 1279px) {
        .footer-info .footer-inner.left-block {
          padding-top: 4rem; } }
      @media screen and (max-width: 767px) {
        .footer-info .footer-inner.left-block {
          padding-top: 3.4rem; } }
  .footer-info .right-block {
    gap: 0 clamp(7.4rem, 4.40476vw, 84.57143px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: calc(100% - (44.7% + clamp(7.8rem, 4.64286vw, 89.14286px))); }
    @media screen and (max-width: 1580px) {
      .footer-info .right-block {
        gap: 0 2rem; } }
    @media screen and (max-width: 1279px) {
      .footer-info .right-block {
        width: calc(100% - (42% + 30px)); } }
    @media screen and (max-width: 1023px) {
      .footer-info .right-block {
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 4.1rem;
        padding: 0 2rem;
        margin-top: 3rem; } }

.footer-logo {
  gap: 0 clamp(3rem, 1.78571vw, 34.28571px);
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: clamp(1.5rem, 0.89286vw, 17.14286px); }
  @media screen and (max-width: 1023px) {
    .footer-logo {
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; } }
  @media screen and (max-width: 767px) {
    .footer-logo {
      flex-wrap: wrap;
      margin-bottom: 1.5rem; } }
  .footer-logo .store-logo {
    width: 43.3%; }
    @media screen and (max-width: 1279px) {
      .footer-logo .store-logo {
        width: 46.3%; } }
    @media screen and (max-width: 1023px) {
      .footer-logo .store-logo {
        width: 40%; } }
    @media screen and (max-width: 767px) {
      .footer-logo .store-logo {
        width: 89.4%;
        padding: 0 2.8rem;
        margin-bottom: 0; } }
    .footer-logo .store-logo img {
      width: 100%; }
    @media screen and (max-width: 1279px) {
      .footer-logo .store-logo .header-logo-image {
        max-height: max-content; } }
  .footer-logo h3 {
    font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
    line-height: clamp(2.3rem, 1.36905vw, 26.28571px);
    font-weight: 700;
    margin-bottom: clamp(0.2rem, 0.11905vw, 2.28571px);
    text-transform: uppercase; }
    @media screen and (max-width: 1279px) {
      .footer-logo h3 {
        margin-bottom: 0; } }
  .footer-logo h4 {
    font-size: clamp(2.2rem, 1.30952vw, 25.14286px);
    font-weight: 700;
    margin-top: clamp(2rem, 1.19048vw, 22.85714px);
    position: relative;
    margin-bottom: 0; }
    @media screen and (max-width: 1279px) {
      .footer-logo h4 {
        font-size: 1.8rem;
        margin-bottom: 0;
        margin-top: 1.9rem; } }
    @media screen and (max-width: 767px) {
      .footer-logo h4 {
        font-size: 2.2rem;
        line-height: 3.6rem; } }
    .footer-logo h4 sup {
      font-size: clamp(0.8rem, 0.47619vw, 9.14286px);
      font-weight: 700;
      line-height: clamp(1.04rem, 0.61905vw, 11.88571px);
      position: absolute;
      display: flex;
      right: clamp(-0.8rem, -0.47619vw, -9.14286px); }

.store-location {
  position: relative;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  font-weight: 600;
  line-height: 1.3;
  padding-left: clamp(2.2rem, 1.30952vw, 25.14286px);
  margin-bottom: clamp(5.7rem, 3.39286vw, 65.14286px);
  display: block; }
  @media screen and (max-width: 1023px) {
    .store-location {
      margin-bottom: 0;
      display: inline-block; } }
  .store-location::after {
    display: inline-block;
    content: "";
    width: clamp(2.1rem, 1.25vw, 24px);
    height: clamp(2.1rem, 1.25vw, 24px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cg clip-path='url(%23clip0_227_221)'%3E%3Cpath d='M10.5 1.75C7.11813 1.75 4.375 4.49312 4.375 7.875C4.375 12.4687 10.5 19.25 10.5 19.25C10.5 19.25 16.625 12.4687 16.625 7.875C16.625 4.49312 13.8819 1.75 10.5 1.75ZM10.5 10.0625C9.2925 10.0625 8.3125 9.0825 8.3125 7.875C8.3125 6.6675 9.2925 5.6875 10.5 5.6875C11.7075 5.6875 12.6875 6.6675 12.6875 7.875C12.6875 9.0825 11.7075 10.0625 10.5 10.0625Z' fill='%23D35D31'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_227_221'%3E%3Crect width='21' height='21' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: clamp(-0.5rem, -0.29762vw, -5.71429px); }

/*================[ footer copy rights ]=================*/
.footer-bottom-bar {
  background-color: #f2f2f2;
  padding: clamp(1.599rem, 0.95179vw, 18.27429px) 0; }
  @media screen and (max-width: 1023px) {
    .footer-bottom-bar {
      padding: 1.5rem 0; } }
  .footer-bottom-bar .footer-bottom-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0; }
    @media screen and (max-width: 1023px) {
      .footer-bottom-bar .footer-bottom-links {
        -webkit-justify-content: center;
        justify-content: center;
        flex-wrap: wrap; } }
    .footer-bottom-bar .footer-bottom-links p {
      text-align: center; }
    .footer-bottom-bar .footer-bottom-links li {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: clamp(1.4rem, 0.83333vw, 16px);
      font-weight: 400;
      line-height: 1.3;
      text-decoration: none; }
      @media screen and (max-width: 1023px) {
        .footer-bottom-bar .footer-bottom-links li {
          line-height: inherit; } }
      .footer-bottom-bar .footer-bottom-links li a {
        color: black;
        text-decoration: none;
        position: relative; }
        @media screen and (min-width: 1025px) {
          .footer-bottom-bar .footer-bottom-links li a:hover {
            color: #f15904; } }
        @media screen and (min-width: 1025px) {
          .footer-bottom-bar .footer-bottom-links li a:hover::before {
            background-color: #f15904; } }
        .footer-bottom-bar .footer-bottom-links li a::before {
          left: 0px;
          width: 0px;
          content: "";
          display: inline-block;
          width: 100%;
          height: clamp(0.1rem, 0.05952vw, 1.14286px);
          bottom: clamp(0.1rem, 0.05952vw, 1.14286px);
          position: absolute;
          background-color: #c1c1c1;
          transition: 0.45s ease-in-out; }
      .footer-bottom-bar .footer-bottom-links li:last-child a::after {
        display: none; }
      .footer-bottom-bar .footer-bottom-links li:first-child {
        margin-right: clamp(0.7rem, 0.41667vw, 8px); }
      .footer-bottom-bar .footer-bottom-links li:not(.copyright-block)::after {
        content: "|";
        margin: 0 clamp(0.6rem, 0.35714vw, 6.85714px);
        color: black;
        font-size: clamp(1.4rem, 0.83333vw, 16px);
        font-weight: 400;
        line-height: 1.3; }
      .footer-bottom-bar .footer-bottom-links li:not(.copyright-block):last-of-type::after {
        display: none; }

/*================[ footer copy rights ]=================*/
.footer-usp {
  padding: clamp(2.8rem, 1.66667vw, 32px) 0;
  background-color: #f2f2f2; }
  .footer-usp {
    display: none; }
  .footer-usp:has(.container > div div) {
    display: block; }
  @media screen and (max-width: 1279px) {
    .footer-usp .container {
      padding: 0 1rem; } }
  @media screen and (max-width: 1023px) {
    .footer-usp .container {
      padding: 0; } }
  .footer-usp .usp-inner,
  .footer-usp [data-sub-layout] {
    padding: clamp(0.35rem, 0.20833vw, 4px) 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto; }
    @media screen and (max-width: 1023px) {
      .footer-usp .usp-inner,
      .footer-usp [data-sub-layout] {
        flex-basis: auto !important; } }
    @media screen and (min-width: 1025px) {
      .footer-usp .usp-inner:hover [class^="sd-simple-text-"] p a,
      .footer-usp [data-sub-layout]:hover [class^="sd-simple-text-"] p a {
        color: #f15904; } }
    .footer-usp .usp-inner .icon,
    .footer-usp [data-sub-layout] .icon {
      width: clamp(3.5rem, 2.08333vw, 40px);
      height: clamp(3.7rem, 2.20238vw, 42.28571px);
      margin-bottom: clamp(1.6rem, 0.95238vw, 18.28571px);
      min-height: clamp(3.7rem, 2.20238vw, 42.28571px); }
      .footer-usp .usp-inner .icon svg,
      .footer-usp [data-sub-layout] .icon svg {
        fill: #0e4f9d;
        transition: 0.45s ease-in-out; }
      .footer-usp .usp-inner .icon.usp-air svg,
      .footer-usp [data-sub-layout] .icon.usp-air svg {
        width: clamp(3.5rem, 2.08333vw, 40px); }
      .footer-usp .usp-inner .icon.usp-case svg,
      .footer-usp [data-sub-layout] .icon.usp-case svg {
        width: clamp(3.5rem, 2.08333vw, 40px);
        height: clamp(2.7rem, 1.60714vw, 30.85714px); }
      .footer-usp .usp-inner .icon.usp-quote svg,
      .footer-usp [data-sub-layout] .icon.usp-quote svg {
        width: clamp(3.2rem, 1.90476vw, 36.57143px);
        height: clamp(3.5rem, 2.08333vw, 40px); }
    .footer-usp .usp-inner [id^="sd-image-"],
    .footer-usp .usp-inner a [data-edit-mode],
    .footer-usp [data-sub-layout] [id^="sd-image-"],
    .footer-usp [data-sub-layout] a [data-edit-mode] {
      width: clamp(3.6rem, 2.14286vw, 41.14286px);
      height: clamp(3.7rem, 2.20238vw, 42.28571px);
      margin-bottom: clamp(1.6rem, 0.95238vw, 18.28571px) !important;
      min-height: clamp(3.7rem, 2.20238vw, 42.28571px);
      object-fit: cover !important; }
    .footer-usp .usp-inner [data-edit-mode]:has(> img),
    .footer-usp [data-sub-layout] [data-edit-mode]:has(> img) {
      width: clamp(3.6rem, 2.14286vw, 41.14286px);
      height: clamp(3.7rem, 2.20238vw, 42.28571px);
      margin-bottom: clamp(1.6rem, 0.95238vw, 18.28571px) !important;
      min-height: clamp(3.7rem, 2.20238vw, 42.28571px);
      object-fit: cover !important; }
    .footer-usp .usp-inner:first-of-type [id^="sd-image-"],
    .footer-usp .usp-inner:first-of-type a [data-edit-mode],
    .footer-usp [data-sub-layout]:first-of-type [id^="sd-image-"],
    .footer-usp [data-sub-layout]:first-of-type a [data-edit-mode] {
      width: clamp(3.5rem, 2.08333vw, 40px); }
    .footer-usp .usp-inner p,
    .footer-usp [data-sub-layout] p {
      padding: 0 clamp(6rem, 3.57143vw, 68.57143px); }
      @media screen and (max-width: 1580px) {
        .footer-usp .usp-inner p,
        .footer-usp [data-sub-layout] p {
          padding: 0 2rem; } }
      @media screen and (max-width: 1439px) {
        .footer-usp .usp-inner p,
        .footer-usp [data-sub-layout] p {
          padding: 0 3rem; } }
    .footer-usp .usp-inner [data-placement-status] > div,
    .footer-usp [data-sub-layout] [data-placement-status] > div {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    .footer-usp .usp-inner a,
    .footer-usp [data-sub-layout] a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    .footer-usp .usp-inner p,
    .footer-usp [data-sub-layout] p {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      text-align: center;
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
      font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
      font-weight: 700;
      line-height: clamp(1.76rem, 1.04762vw, 20.11429px);
      text-transform: uppercase;
      text-decoration: none; }
      @media screen and (max-width: 1439px) {
        .footer-usp .usp-inner p,
        .footer-usp [data-sub-layout] p {
          font-size: 1.4rem; } }
      @media screen and (max-width: 1023px) {
        .footer-usp .usp-inner p,
        .footer-usp [data-sub-layout] p {
          font-size: 1.6rem; } }
    .footer-usp .usp-inner span,
    .footer-usp [data-sub-layout] span {
      padding: 0 2rem; }
    .footer-usp .usp-inner:hover .icon svg,
    .footer-usp [data-sub-layout]:hover .icon svg {
      fill: #FD632A; }
  .footer-usp [data-sub-layout-container] [data-container-styling] {
    display: none; }
  @media screen and (max-width: 1023px) {
    .footer-usp [data-sub-layout-container].slick-initialized [data-sub-layout] {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      border-left: clamp(0.1rem, 0.05952vw, 1.14286px) solid rgba(189, 189, 189, 0.9); } }
  .footer-usp [data-sub-layout-container] [data-sub-layout] {
    flex-basis: 20%;
    max-width: 20%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: auto;
    border-left: clamp(0.1rem, 0.05952vw, 1.14286px) solid rgba(189, 189, 189, 0.9); }
    @media screen and (max-width: 1023px) {
      .footer-usp [data-sub-layout-container] [data-sub-layout] {
        display: none; } }
    .footer-usp [data-sub-layout-container] [data-sub-layout]:first-of-type {
      border-left: 0; }
    .footer-usp [data-sub-layout-container] [data-sub-layout] [data-sub-layout] {
      border-left: clamp(0.1rem, 0.05952vw, 1.14286px) solid rgba(189, 189, 189, 0.9); }
    .footer-usp [data-sub-layout-container] [data-sub-layout] > [data-widget-id] {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      height: 100%; }

/****************** VARIABLES START *********************** */
/****************** VARIABLES START *********************** */
.template-cart .page {
  min-height: clamp(20rem, 11.90476vw, 228.57143px);
  padding-top: 0; }
  @media screen and (max-width: 1279px) {
    .template-cart .page {
      min-height: 15rem; } }

.template-cart .body {
  background-color: #F7F7F7; }
  @media screen and (max-width: 1365px) {
    .template-cart .body {
      overflow-x: hidden; } }
  @media screen and (max-width: 1279px) {
    .template-cart .body {
      background-color: #fbfbfb; } }
  @media screen and (max-width: 1279px) {
    .template-cart .body .container {
      padding: 0 2rem; } }
  .template-cart .body:has(.cart-no-product) {
    background-color: white;
    margin-top: 0; }
  .template-cart .body:has(.mobile-checkout.hide) {
    margin-top: 0; }

@media screen and (max-width: 1279px) {
  .template-cart .page-heading {
    text-align: center; } }

@media screen and (max-width: 1023px) {
  .template-cart .page-heading {
    margin-top: 2.7rem; } }

.min-cart-open {
  overflow: hidden; }

[data-cart-container] .dropdown-menu {
  max-width: 39.8rem;
  width: 39.8rem !important;
  padding: clamp(1.5rem, 0.89286vw, 17.14286px) clamp(2rem, 1.19048vw, 22.85714px) clamp(2.4rem, 1.42857vw, 27.42857px);
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
  background-color: white;
  margin: 0;
  width: 100%;
  min-width: clamp(16.7rem, 9.94048vw, 190.85714px);
  border-radius: 0px 0px clamp(0.5rem, 0.29762vw, 5.71429px) clamp(0.5rem, 0.29762vw, 5.71429px);
  right: 0 !important;
  left: auto !important;
  top: 100% !important; }
  @media screen and (max-width: 1365px) {
    [data-cart-container] .dropdown-menu {
      max-width: 29.8rem;
      width: 29.8rem !important; } }

[data-cart-container] .loadingOverlay {
  padding: 0 clamp(2rem, 1.19048vw, 22.85714px); }

.previewCart-emptyBody {
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  padding: clamp(2.8rem, 1.66667vw, 32px) clamp(2rem, 1.19048vw, 22.85714px); }

.previewCart {
  padding-top: clamp(1rem, 0.59524vw, 11.42857px); }

.cart-no-product {
  font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
  text-transform: capitalize;
  text-align: center;
  padding-top: clamp(2rem, 1.19048vw, 22.85714px); }

.page-content-cart {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .page-content-cart {
      padding: 0 2rem; } }

.cart-page-padding {
  overflow: inherit; }

@media screen and (max-width: 1279px) {
  .cart-content {
    flex-wrap: wrap; } }

.cart-content .page-heading {
  margin-top: clamp(3.8rem, 2.2619vw, 43.42857px);
  margin-bottom: clamp(5.1rem, 3.03571vw, 58.28571px); }
  @media screen and (max-width: 1279px) {
    .cart-content .page-heading {
      margin-bottom: 4.2rem;
      margin-top: 2.5rem; } }

.cart-content .page-sidebar {
  order: 1;
  padding-left: clamp(5.4rem, 3.21429vw, 61.71429px);
  padding-top: clamp(4.3rem, 2.55952vw, 49.14286px);
  padding-right: 0;
  height: auto;
  margin: 0;
  background-color: white;
  position: relative;
  border-left: clamp(0.1rem, 0.05952vw, 1.14286px) solid #D7DBD8;
  width: 26.4%; }
  @media screen and (max-width: 1580px) {
    .cart-content .page-sidebar {
      width: 33.3%; } }
  @media screen and (max-width: 1439px) {
    .cart-content .page-sidebar {
      width: 36.4%; } }
  @media screen and (max-width: 1365px) {
    .cart-content .page-sidebar {
      width: 35.4%; } }
  @media screen and (max-width: 1279px) {
    .cart-content .page-sidebar {
      width: 100%;
      box-shadow: none;
      display: block;
      padding-left: 0;
      padding-top: 0;
      border: 0; } }
  .cart-content .page-sidebar::after {
    width: calc(100% + 7vw);
    left: 0;
    background-color: white;
    right: inherit;
    content: "";
    display: inline-block;
    top: 0;
    bottom: 0;
    position: absolute;
    height: 100%; }
    @media screen and (max-width: 1279px) {
      .cart-content .page-sidebar::after {
        display: none; } }
  .cart-content .page-sidebar .left-sidebar {
    height: 100%;
    position: relative;
    z-index: 9; }
    @media screen and (max-width: 1279px) {
      .cart-content .page-sidebar .left-sidebar {
        padding: 2rem 4rem;
        margin: 0 -2rem;
        border-top: clamp(0.1rem, 0.05952vw, 1.14286px) solid #D7DBD8;
        background-color: white; } }
    @media screen and (max-width: 767px) {
      .cart-content .page-sidebar .left-sidebar {
        padding: 2rem 4rem;
        margin: 0 -4rem; } }
    .cart-content .page-sidebar .left-sidebar .mobile-checkout {
      display: none; }
  .cart-content .page-sidebar + .page-content {
    margin-top: 0;
    padding-right: clamp(5.3rem, 3.15476vw, 60.57143px); }
    @media screen and (max-width: 1279px) {
      .cart-content .page-sidebar + .page-content {
        padding-right: 0; } }

.cart-content .page-content {
  order: 0;
  padding-left: 0; }
  @media screen and (min-width: 1024px) {
    .cart-content .page-content {
      flex: auto; } }
  @media screen and (max-width: 1279px) {
    .cart-content .page-content {
      width: 100%;
      padding-right: 0;
      max-width: 100%;
      margin-bottom: 5rem; } }
  @media screen and (max-width: 1279px) {
    .cart-content .page-content {
      margin-bottom: 3rem; } }

.cart-content .alertBox {
  margin-bottom: ge-rem(30px); }

.cart-content-padding-right {
  padding: 0; }

.cart-checkoutbar h4 {
  color: #29372f;
  font-size: clamp(3rem, 1.78571vw, 34.28571px);
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0; }
  @media screen and (max-width: 1023px) {
    .cart-checkoutbar h4 {
      padding-top: 2.3rem; } }

.cart-totals {
  width: 100%; }

.cart-remove {
  width: clamp(1.7rem, 1.0119vw, 19.42857px);
  height: clamp(1.9rem, 1.13095vw, 21.71429px);
  margin-left: clamp(4rem, 2.38095vw, 45.71429px);
  margin-right: clamp(0.4rem, 0.2381vw, 4.57143px);
  padding: 0;
  background-color: transparent; }
  @media screen and (max-width: 1365px) {
    .cart-remove {
      margin-left: 2rem; } }
  @media screen and (max-width: 1279px) {
    .cart-remove {
      margin-left: 3rem; } }
  @media screen and (max-width: 1023px) {
    .cart-remove {
      position: absolute;
      top: 2rem;
      right: 0.3rem;
      margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .cart-remove {
      bottom: 2.3rem;
      right: 0.3rem;
      top: auto; } }
  .cart-remove:hover svg {
    fill: #f15904; }
    @media screen and (max-width: 1023px) {
      .cart-remove:hover svg {
        fill: black; } }
  .cart-remove svg {
    fill: black; }

/*--------[Cart Table Style]-----------*/
.cart {
  margin-bottom: clamp(7.7rem, 4.58333vw, 88px); }
  @media screen and (max-width: 1279px) {
    .cart {
      display: table;
      margin-bottom: 0; } }
  @media screen and (max-width: 1023px) {
    .cart {
      display: block; } }
  .cart .cart-header {
    background-color: #f2f2f2; }
    @media screen and (max-width: 1279px) {
      .cart .cart-header {
        display: table-header-group; } }
    @media screen and (max-width: 1023px) {
      .cart .cart-header {
        display: none; } }

.cart-header-item {
  padding: clamp(1.05rem, 0.625vw, 12px) 0;
  border-bottom: clamp(0.1rem, 0.05952vw, 1.14286px) solid black;
  color: #1D252D;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.2rem, 0.71429vw, 13.71429px);
  font-weight: 700;
  line-height: normal;
  letter-spacing: clamp(0.12rem, 0.07143vw, 1.37143px);
  text-transform: uppercase; }
  .cart-header-item:first-of-type {
    text-align: left;
    padding-left: clamp(4.8rem, 2.85714vw, 54.85714px); }

.cart-list {
  border-color: black; }
  @media screen and (max-width: 1279px) {
    .cart-list {
      display: table-row-group; } }
  @media screen and (max-width: 1023px) {
    .cart-list {
      display: block; } }

.cart-header-item:last-of-type {
  padding-right: clamp(5.5rem, 3.27381vw, 62.85714px); }

.cart-item {
  padding: clamp(4rem, 2.38095vw, 45.71429px) 0;
  display: table-row;
  border-color: black; }
  @media screen and (min-width: 1024px) {
    .cart-item {
      display: table-row; } }
  @media screen and (max-width: 1023px) {
    .cart-item {
      padding-top: 2rem;
      padding-left: 20%;
      display: block;
      position: relative; } }
  @media screen and (max-width: 767px) {
    .cart-item {
      padding: 2rem 0 2.2rem; } }
  .cart-item:has(.cart-item-figure.GiftCertificate) .cart-item-quantity .form-increment {
    -webkit-justify-content: center;
    justify-content: center; }
  .cart-item:has(.cart-item-figure.GiftCertificate) .cart-item-title .cart-sku {
    display: none; }
    .cart-item:has(.cart-item-figure.GiftCertificate) .cart-item-title .cart-sku + a {
      display: none; }

.cart-item-block {
  padding: clamp(4rem, 2.38095vw, 45.71429px) 0;
  display: table-cell;
  position: relative; }
  @media screen and (max-width: 1365px) {
    .cart-item-block {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (max-width: 1279px) {
    .cart-item-block {
      display: table-cell;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 1023px) {
    .cart-item-block {
      padding: 1.6rem 0;
      display: block;
      position: static; } }
  .cart-item-block.giftcertificate + .cart-item-quantity input {
    padding: 0; }
  @media screen and (max-width: 1365px) {
    .cart-item-block:last-child {
      width: 17%; } }
  @media screen and (max-width: 1279px) {
    .cart-item-block:last-child {
      text-align: right;
      padding-right: 5.5rem; } }
  @media screen and (max-width: 1279px) {
    .cart-item-block:last-child {
      padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .cart-item-block:last-child {
      width: 100%;
      margin-left: 2.1rem; } }

.cart-info-price,
.cart-item-price {
  text-align: center; }

.cart-item-figure {
  width: 11.19%;
  vertical-align: top; }
  @media screen and (max-width: 1279px) {
    .cart-item-figure {
      float: left;
      margin: 0;
      width: auto;
      padding-left: 0; } }
  @media screen and (max-width: 1023px) {
    .cart-item-figure {
      width: 18%;
      margin-left: -25%;
      padding: 0;
      text-align: left;
      float: left; } }
  @media screen and (max-width: 767px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: 0;
      width: 6rem; } }
  .cart-item-figure::after {
    display: none; }
  .cart-item-figure img {
    width: 100%;
    object-fit: cover;
    max-width: 6.52vw;
    padding: clamp(1.1rem, 0.65476vw, 12.57143px);
    background-color: white;
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
    max-height: clamp(10.9rem, 6.4881vw, 124.57143px); }
    @media screen and (max-width: 1580px) {
      .cart-item-figure img {
        min-width: 7.569vw; } }
    @media screen and (max-width: 1279px) {
      .cart-item-figure img {
        width: auto;
        min-width: 10rem; } }
    @media screen and (max-width: 1023px) {
      .cart-item-figure img {
        height: 100%;
        padding: 0.55rem; } }
    @media screen and (max-width: 767px) {
      .cart-item-figure img {
        min-width: 6rem;
        max-height: 6rem; } }

.cart-item-title {
  padding-left: clamp(2.9rem, 1.72619vw, 33.14286px);
  padding-right: clamp(2rem, 1.19048vw, 22.85714px);
  padding-bottom: clamp(3.6rem, 2.14286vw, 41.14286px);
  height: auto;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 1365px) {
    .cart-item-title {
      padding-left: 2rem;
      padding-right: 1rem; } }
  @media screen and (max-width: 1279px) {
    .cart-item-title {
      display: table-cell; } }
  @media screen and (max-width: 1023px) {
    .cart-item-title {
      padding-bottom: 0;
      padding-left: 0;
      padding-top: 0;
      display: block; } }
  @media screen and (max-width: 767px) {
    .cart-item-title {
      padding-left: 1.7rem;
      width: calc(100% - 6rem);
      float: left; } }

.cart-item-name {
  font-size: clamp(1.7rem, 1.0119vw, 19.42857px);
  font-weight: 600;
  line-height: clamp(1.87rem, 1.1131vw, 21.37143px);
  text-transform: capitalize;
  margin-bottom: clamp(1.2rem, 0.71429vw, 13.71429px); }
  @media screen and (max-width: 1023px) {
    .cart-item-name {
      font-size: 1.6rem;
      margin-bottom: 0.8rem; } }
  .cart-item-name a {
    text-decoration: none;
    color: #0e4f9d;
    text-underline-offset: clamp(0.3rem, 0.17857vw, 3.42857px); }
    @media screen and (min-width: 1025px) {
      .cart-item-name a:hover {
        text-decoration: underline;
        text-underline-offset: clamp(0.3rem, 0.17857vw, 3.42857px); } }

.cart-item-brand {
  font-size: clamp(1.2rem, 0.71429vw, 13.71429px);
  display: none;
  font-weight: 600;
  line-height: clamp(1.47rem, 0.875vw, 16.8px);
  text-align: left;
  margin-bottom: clamp(1rem, 0.59524vw, 11.42857px); }

.cart-sku {
  color: #000000;
  font-size: clamp(1.3rem, 0.77381vw, 14.85714px);
  font-weight: 400;
  line-height: clamp(2.08rem, 1.2381vw, 23.77143px);
  margin-bottom: clamp(1rem, 0.59524vw, 11.42857px); }
  .cart-sku span {
    font-weight: 700;
    padding-right: clamp(0.2rem, 0.11905vw, 2.28571px); }

.cart-item-name__label {
  color: black; }

.cart-item-block .definitionList {
  color: black;
  font-size: clamp(1.3rem, 0.77381vw, 14.85714px);
  font-weight: 400;
  line-height: clamp(1.56rem, 0.92857vw, 17.82857px);
  margin-bottom: 0; }
  .cart-item-block .definitionList::after, .cart-item-block .definitionList::before {
    clear: none; }
  .cart-item-block .definitionList .wrap-list {
    margin-bottom: 0.5rem; }

.options-list {
  margin-bottom: clamp(0.7rem, 0.41667vw, 8px); }

.definitionList-key {
  font-weight: 700;
  color: #000000;
  text-transform: capitalize; }

.definitionList-value {
  color: #000000;
  text-transform: capitalize; }

.edit-url {
  color: #000000;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.3rem, 0.77381vw, 14.85714px);
  font-weight: 500;
  line-height: clamp(2rem, 1.19048vw, 22.85714px);
  margin-top: clamp(0.7rem, 0.41667vw, 8px); }
  @media screen and (max-width: 1023px) {
    .edit-url {
      position: static;
      right: 5rem;
      top: 1.3rem; } }
  .edit-url:hover {
    color: #f15904; }
    @media screen and (max-width: 1023px) {
      .edit-url:hover {
        color: #000000; } }
    .edit-url:hover svg {
      fill: #f15904; }
      @media screen and (max-width: 1023px) {
        .edit-url:hover svg {
          fill: #D35D31; } }
  .edit-url .icon {
    margin-left: clamp(0.5rem, 0.29762vw, 5.71429px);
    width: clamp(1.3rem, 0.77381vw, 14.85714px);
    height: clamp(1.16rem, 0.69048vw, 13.25714px);
    margin-top: clamp(-0.2rem, -0.11905vw, -2.28571px); }
  .edit-url svg {
    fill: #D35D31;
    width: clamp(1.3rem, 0.77381vw, 14.85714px);
    height: clamp(1.16rem, 0.69048vw, 13.25714px); }

.cart-item-value {
  color: black;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.4rem, 0.83333vw, 16px);
  font-weight: 500;
  line-height: normal; }
  @media screen and (max-width: 1023px) {
    .cart-item-value {
      font-weight: 500;
      padding-left: 0;
      float: left; } }
  @media screen and (max-width: 767px) {
    .cart-item-value {
      padding-left: 2.4rem; } }

.cart-total-value {
  color: black;
  text-align: right;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.4rem, 0.83333vw, 16px);
  font-weight: 500;
  line-height: clamp(1.9572rem, 1.165vw, 22.368px);
  letter-spacing: clamp(-0.028rem, -0.01667vw, -0.32px); }

.cart-total-label {
  color: black;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.4rem, 0.83333vw, 16px);
  font-weight: 500;
  line-height: clamp(1.9572rem, 1.165vw, 22.368px);
  letter-spacing: clamp(-0.028rem, -0.01667vw, -0.32px); }
  @media screen and (max-width: 1279px) {
    .cart-total-label {
      width: 50%;
      text-align: left;
      padding-left: 0; } }
  .cart-total-label strong {
    font-weight: 500; }

.cart-total-value {
  text-align: right; }
  @media screen and (max-width: 1279px) {
    .cart-total-value {
      width: 50%;
      padding-right: 0; } }
  .cart-total-value .shipping-estimate-show {
    color: #f15904;
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-weight: 500;
    line-height: clamp(1.9572rem, 1.165vw, 22.368px);
    letter-spacing: clamp(-0.028rem, -0.01667vw, -0.32px);
    font-style: normal; }
    @media screen and (min-width: 1025px) {
      .cart-total-value .shipping-estimate-show:hover {
        text-decoration: none; } }
    @media screen and (min-width: 1025px) {
      .cart-total-value .shipping-estimate-show a:hover {
        color: #f15904;
        text-decoration: none; } }
    @media screen and (max-width: 1279px) {
      .cart-total-value .shipping-estimate-show a {
        color: #f15904; } }
  .cart-total-value .coupon-code-add,
  .cart-total-value button {
    color: #f15904;
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-weight: 500;
    line-height: clamp(1.9572rem, 1.165vw, 22.368px);
    letter-spacing: clamp(-0.028rem, -0.01667vw, -0.32px);
    text-underline-offset: clamp(0.1rem, 0.05952vw, 1.14286px);
    font-style: normal; }
    @media screen and (min-width: 1025px) {
      .cart-total-value .coupon-code-add:hover,
      .cart-total-value button:hover {
        color: #f15904;
        text-decoration: none; } }
    @media screen and (max-width: 1279px) {
      .cart-total-value .coupon-code-add:hover,
      .cart-total-value button:hover {
        text-decoration: underline;
        color: #f15904; } }

.cart-total {
  margin-bottom: 0;
  padding: clamp(0.4rem, 0.2381vw, 4.57143px) 0; }
  @media screen and (max-width: 1023px) {
    .cart-total {
      padding: 0.8rem 0; } }
  .cart-total:first-of-type {
    padding-top: clamp(0.51rem, 0.30357vw, 5.82857px); }
    @media screen and (max-width: 1023px) {
      .cart-total:first-of-type {
        padding: 1rem 0; } }
  .cart-total .select2-container .select2-selection--single {
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: clamp(1.462rem, 0.87024vw, 16.70857px) clamp(3.5rem, 2.08333vw, 40px) clamp(1.462rem, 0.87024vw, 16.70857px) clamp(2rem, 1.19048vw, 22.85714px); }
  .cart-total .select2-container.select2-container--below .select2-selection__rendered {
    color: #000000; }
  .cart-total .select2-results__options li {
    font-size: clamp(1.2rem, 0.71429vw, 13.71429px); }
  .cart-total .select2-search--dropdown .select2-search__field {
    font-size: clamp(1.2rem, 0.71429vw, 13.71429px); }
  .cart-total .form-label {
    color: black;
    text-align: right;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    font-weight: 500;
    line-height: clamp(1.9572rem, 1.165vw, 22.368px);
    letter-spacing: clamp(-0.028rem, -0.01667vw, -0.32px);
    padding: clamp(1.3rem, 0.77381vw, 14.85714px) 0;
    text-transform: capitalize; }
  .cart-total .form-input {
    height: auto;
    padding: clamp(1.462rem, 0.87024vw, 16.70857px) clamp(2rem, 1.19048vw, 22.85714px) clamp(1.462rem, 0.87024vw, 16.70857px) clamp(2rem, 1.19048vw, 22.85714px);
    line-height: clamp(1.95rem, 1.16071vw, 22.28571px);
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    font-weight: 500; }
  .cart-total .estimator-form .button--primary {
    width: 100%; }
    @media screen and (max-width: 1365px) {
      .cart-total .estimator-form .button--primary {
        padding-left: 2rem;
        padding-right: 2rem; } }
  @media screen and (max-width: 1365px) {
    .cart-total .estimator-form .estimator-form-label .form-label {
      padding: 0;
      margin-bottom: 1rem; } }
  .cart-total .estimator-form .estimator-form-input {
    width: 66%; }
    @media screen and (max-width: 1365px) {
      .cart-total .estimator-form .estimator-form-input {
        width: 100%; } }
  .cart-total .estimator-form .select2-container .select2-selection--single {
    color: #828282; }
  .cart-total .shipping-quotes {
    font-weight: 400;
    text-align: left;
    font-size: clamp(1.4rem, 0.83333vw, 16px); }
    .cart-total .shipping-quotes ul {
      margin: 0; }
    .cart-total .shipping-quotes:has(> ul) {
      margin-bottom: clamp(2.5rem, 1.4881vw, 28.57143px);
      margin-top: clamp(2.5rem, 1.4881vw, 28.57143px); }
    .cart-total .shipping-quotes:has(.shipping-quote) .button {
      margin-bottom: clamp(3rem, 1.78571vw, 34.28571px); }
      @media screen and (max-width: 1279px) {
        .cart-total .shipping-quotes:has(.shipping-quote) .button {
          margin-bottom: 2rem; } }
    .cart-total .shipping-quotes .button {
      width: 100%; }
    .cart-total .shipping-quotes .estimator-form-row {
      margin-bottom: clamp(0.3rem, 0.17857vw, 3.42857px); }
      @media screen and (max-width: 1279px) {
        .cart-total .shipping-quotes .estimator-form-row {
          margin-bottom: 0.4rem; } }
      .cart-total .shipping-quotes .estimator-form-row .shipping-quote {
        width: clamp(2rem, 1.19048vw, 22.85714px);
        height: clamp(2rem, 1.19048vw, 22.85714px);
        border-radius: 50%; }
      .cart-total .shipping-quotes .estimator-form-row .shipping-quote:checked {
        appearance: inherit !important; }
      .cart-total .shipping-quotes .estimator-form-row .estimator-form-input--price {
        text-align: right;
        margin-top: clamp(0.4rem, 0.2381vw, 4.57143px); }
        @media screen and (max-width: 1023px) {
          .cart-total .shipping-quotes .estimator-form-row .estimator-form-input--price {
            margin-top: 0.3rem; } }
        @media screen and (max-width: 767px) {
          .cart-total .shipping-quotes .estimator-form-row .estimator-form-input--price {
            margin-top: 0.2rem; } }
      .cart-total .shipping-quotes .estimator-form-row input[type=radio] {
        position: relative;
        visibility: hidden;
        position: relative;
        top: clamp(0.4rem, 0.2381vw, 4.57143px); }
        .cart-total .shipping-quotes .estimator-form-row input[type=radio]::before {
          content: " ";
          position: absolute;
          width: clamp(2rem, 1.19048vw, 22.85714px);
          height: clamp(2rem, 1.19048vw, 22.85714px);
          top: 0;
          border-radius: 50%;
          visibility: visible;
          border: clamp(0.1rem, 0.05952vw, 1.14286px) solid black;
          background: white; }
        .cart-total .shipping-quotes .estimator-form-row input[type=radio]:after {
          content: " ";
          position: absolute;
          width: clamp(0.8rem, 0.47619vw, 9.14286px);
          height: clamp(0.8rem, 0.47619vw, 9.14286px);
          border-radius: 50%;
          background-color: black;
          top: clamp(0.6rem, 0.35714vw, 6.85714px);
          left: clamp(0.6rem, 0.35714vw, 6.85714px); }
          @media screen and (min-width: 2880px) {
            .cart-total .shipping-quotes .estimator-form-row input[type=radio]:after {
              margin-top: 0;
              border: 0; } }
        .cart-total .shipping-quotes .estimator-form-row input[type=radio]:checked::before {
          border-color: black;
          background: white; }
        .cart-total .shipping-quotes .estimator-form-row input[type=radio]:checked::after {
          visibility: visible; }

@media screen and (max-width: 1279px) {
  .shipping-estimator {
    margin-top: 4rem; } }

.cart-totals {
  margin-top: 0;
  margin-bottom: clamp(0.5rem, 0.29762vw, 5.71429px); }
  @media screen and (max-width: 1023px) {
    .cart-totals {
      margin-top: 0;
      margin-bottom: 0.2rem; } }
  .cart-totals .cart-total:last-of-type .cart-total-label {
    padding: clamp(2rem, 1.19048vw, 22.85714px) 0; }
    @media screen and (max-width: 1279px) {
      .cart-totals .cart-total:last-of-type .cart-total-label {
        padding-left: 0;
        padding-top: 0; } }
    @media screen and (max-width: 1023px) {
      .cart-totals .cart-total:last-of-type .cart-total-label {
        padding-top: 1.5rem;
        padding-bottom: 2.1rem; } }
    .cart-totals .cart-total:last-of-type .cart-total-label strong {
      font-weight: 500;
      color: black;
      font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
      font-weight: 700;
      line-height: clamp(2.2368rem, 1.33143vw, 25.56343px);
      letter-spacing: clamp(-0.032rem, -0.01905vw, -0.36571px); }

.cart-total-grandTotal {
  padding: clamp(1.8rem, 1.07143vw, 20.57143px) 0 clamp(1rem, 0.59524vw, 11.42857px); }
  @media screen and (max-width: 1279px) {
    .cart-total-grandTotal {
      padding-right: 0;
      padding-top: 0; } }
  @media screen and (max-width: 1023px) {
    .cart-total-grandTotal {
      padding-bottom: 0;
      padding-top: 1.1rem; } }
  .cart-total-grandTotal span {
    color: black;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(2.4rem, 1.42857vw, 27.42857px);
    font-weight: 700;
    line-height: clamp(3.3552rem, 1.99714vw, 38.34514px);
    letter-spacing: clamp(-0.048rem, -0.02857vw, -0.54857px); }

.cart-total + .cart-total {
  border-color: #efefef; }
  @media screen and (max-width: 1279px) {
    .cart-total + .cart-total {
      border-top: clamp(0.1rem, 0.05952vw, 1.14286px) solid #efefef; } }

.cart-checkout-button .button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  font-size: clamp(2rem, 1.19048vw, 22.85714px);
  padding: clamp(1.15rem, 0.68452vw, 13.14286px) clamp(2rem, 1.19048vw, 22.85714px); }
  @media screen and (max-width: 1279px) {
    .cart-checkout-button .button {
      width: 100%;
      font-size: 2rem;
      font-weight: 700;
      line-height: normal;
      padding: 1.15rem 2rem; } }

.cart-checkout-button svg {
  width: clamp(1.4rem, 0.83333vw, 16px);
  height: clamp(1.8rem, 1.07143vw, 20.57143px);
  fill: white;
  margin-left: clamp(1.1rem, 0.65476vw, 12.57143px); }

.cart-form .form-input {
  width: calc(100% - clamp(8.7rem, 5.17857vw, 99.42857px)); }
  @media screen and (max-width: 1279px) {
    .cart-form .form-input {
      width: calc(100% - clamp(13.1rem, 7.79762vw, 149.71429px)); } }
  @media screen and (max-width: 767px) {
    .cart-form .form-input {
      width: calc(100% - clamp(12.6rem, 7.5vw, 144px)); } }
  @media screen and (max-width: 412px) {
    .cart-form .form-input {
      width: 100%; } }

.cart-form .button {
  padding: clamp(1.2rem, 0.71429vw, 13.71429px) clamp(1rem, 0.59524vw, 11.42857px);
  min-width: inherit;
  margin-left: clamp(1.5rem, 0.89286vw, 17.14286px);
  width: auto; }
  @media screen and (max-width: 1279px) {
    .cart-form .button {
      padding: 1.2rem 3.25rem; } }
  @media screen and (max-width: 767px) {
    .cart-form .button {
      padding: 1.2rem 3rem; } }
  @media screen and (max-width: 412px) {
    .cart-form .button {
      padding: 1.2rem 2.3rem;
      width: 100%;
      margin-left: 0;
      margin-top: 2rem; } }

@media screen and (max-width: 1279px) {
  .cart-item-label {
    display: none; } }

@media screen and (max-width: 1023px) {
  .cart-item-label {
    font-size: 1.4rem;
    padding-left: 0;
    line-height: 1.1;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0.12rem;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; } }

@media screen and (max-width: 767px) {
  .cart-item-label {
    width: 11rem;
    text-align: right;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.12rem;
    line-height: normal; } }

.cart-item-info {
  width: 14.87%; }
  @media screen and (max-width: 1580px) {
    .cart-item-info {
      width: 16.66%; } }
  @media screen and (max-width: 1365px) {
    .cart-item-info {
      width: 14.66%; } }
  @media screen and (max-width: 1279px) {
    .cart-item-info {
      float: none;
      width: 16.66%; } }
  @media screen and (max-width: 1023px) {
    .cart-item-info {
      width: calc(33.3% - .4rem);
      clear: none;
      float: left;
      display: inline-block;
      padding-top: 2.5rem;
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .cart-item-info {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      float: none;
      padding-top: 1.2rem; } }
  .cart-item-info .form-increment {
    border-color: #bdbdbd;
    width: clamp(12rem, 7.14286vw, 137.14286px);
    background-color: white;
    margin: 0 0.8rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1580px) {
      .cart-item-info .form-increment {
        margin: 0; } }
    @media screen and (max-width: 1279px) {
      .cart-item-info .form-increment {
        margin: 0 auto; } }
    @media screen and (max-width: 1023px) {
      .cart-item-info .form-increment {
        width: 12rem;
        margin-left: 0; } }
    @media screen and (max-width: 767px) {
      .cart-item-info .form-increment {
        margin-left: 2.5rem;
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .cart-item-info .form-increment .button {
        width: 3.5rem;
        height: 4.8rem; } }
    .cart-item-info .form-increment .button:hover .icon svg {
      fill: #f15904; }
    @media screen and (max-width: 767px) {
      .cart-item-info .form-increment .button .icon::before {
        right: 1.4rem; } }
    .cart-item-info .form-increment .button .icon svg {
      fill: black; }
    @media screen and (max-width: 767px) {
      .cart-item-info .form-increment .button[data-action="inc"] .icon::after {
        right: 1.8rem; } }
    .cart-item-info .form-increment input {
      width: calc(100% - 7rem);
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }
      @media screen and (max-width: 1023px) {
        .cart-item-info .form-increment input {
          line-height: 4.8rem; } }
      @media screen and (max-width: 767px) {
        .cart-item-info .form-increment input {
          width: calc(100% - 7rem);
          line-height: 4.8rem; } }
      .cart-item-info .form-increment input + .button {
        margin-left: 0;
        width: clamp(3.5rem, 2.08333vw, 40px);
        margin-top: 0; }
        @media screen and (max-width: 1023px) {
          .cart-item-info .form-increment input + .button {
            height: 4.8rem; } }
        @media screen and (max-width: 767px) {
          .cart-item-info .form-increment input + .button {
            height: 4.8rem; } }
  @media screen and (max-width: 1023px) {
    .cart-item-info.cart-info-price {
      text-align: left;
      padding-right: 2rem; } }
  @media screen and (max-width: 767px) {
    .cart-item-info.cart-info-price {
      margin-left: 1.7rem; } }
  @media screen and (max-width: 1023px) {
    .cart-item-info.cart-item-quantity {
      text-align: left;
      padding-right: 2rem; } }
  @media screen and (max-width: 767px) {
    .cart-item-info.cart-item-quantity {
      margin-left: 1.7rem; } }
  .cart-item-info.cart-item-quantity .form-label {
    color: black;
    text-align: left;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    line-height: clamp(1.9572rem, 1.165vw, 22.368px);
    letter-spacing: clamp(-0.028rem, -0.01667vw, -0.32px);
    padding: 0;
    text-transform: capitalize; }
    @media screen and (max-width: 1023px) {
      .cart-item-info.cart-item-quantity .form-label {
        font-weight: 700;
        letter-spacing: 0.12rem;
        line-height: normal;
        font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; } }
    @media screen and (max-width: 767px) {
      .cart-item-info.cart-item-quantity .form-label {
        text-align: right;
        font-size: 1.2rem; } }

/*--------[Cart Table Style]-----------*/
.cart-right-image {
  margin-top: clamp(4rem, 2.38095vw, 45.71429px);
  text-align: center;
  margin-bottom: clamp(6rem, 3.57143vw, 68.57143px); }
  @media screen and (max-width: 1279px) {
    .cart-right-image {
      margin-bottom: 4rem; } }

body:has(.cart-no-product) .cart-sticky-mobile {
  display: none; }

body:has(.cart-no-product) .page-heading {
  margin-top: 0; }

body .mobile-checkout.sticky-custom-checkout {
  transition: all .45s ease-in-out;
  position: -webkit-sticky;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0; }
  body .mobile-checkout.sticky-custom-checkout:has(> .sticky-custom-checkout) {
    padding: 0; }

.header .cart-totals {
  display: none; }

body.sticky-add .mobile-checkout .wrap-total {
  opacity: 0;
  height: 0;
  padding: 0; }

.wrap-total {
  padding: clamp(0.5rem, 0.29762vw, 5.71429px) clamp(1rem, 0.59524vw, 11.42857px) clamp(1.2rem, 0.71429vw, 13.71429px); }
  @media screen and (max-width: 1023px) {
    .wrap-total {
      padding-bottom: 1.1rem; } }

.cart-sticky-mobile {
  display: none; }

@media screen and (max-width: 1279px) {
  .template-cart .cart-sticky-mobile {
    display: block; } }

.mobile-checkout {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  background-color: white;
  padding: clamp(1rem, 0.59524vw, 11.42857px) clamp(2rem, 1.19048vw, 22.85714px);
  padding-top: 0;
  top: 0;
  z-index: 99;
  left: 0;
  right: 0;
  padding: 1rem;
  transition: all .45s ease-in-out; }
  .mobile-checkout .sticky-mobile-checkout {
    display: block !important; }

/* Animation for slideInDowncart start */
/* Animation for slideInDown start */
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible; } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible; } }

/* Animation for slideInDowncart end */
.mobile-checkout-buttons {
  color: black;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.4rem, 0.83333vw, 16px);
  font-weight: 700;
  line-height: clamp(1.952rem, 1.1619vw, 22.30857px);
  letter-spacing: clamp(-0.028rem, -0.01667vw, -0.32px); }

.mobile-checkout-total {
  color: black;
  text-align: right;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
  font-weight: 700;
  line-height: clamp(2.5164rem, 1.49786vw, 28.75886px);
  letter-spacing: clamp(-0.036rem, -0.02143vw, -0.41143px); }

/*==================[ Custom Checkout bar   ]====================*/
.cart-sticky-mobile {
  transition: all .3s linear; }
  .cart-sticky-mobile:has(.hide.mobile-checkout) {
    z-index: -999;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0; }

.main-content {
  margin-top: 2000px;
  /* Make sure the page is long enough to scroll */ }

.checkout-button {
  position: relative; }

/*==================[ Custom Checkout bar   ]====================*/
/*==================[ Cart page paypal and google   ]====================*/
.cart-content .or-use-label {
  text-align: center;
  margin-bottom: clamp(1.5rem, 0.89286vw, 17.14286px); }

.cart-content .cart-additionalCheckoutButtons {
  width: 100%; }

/*==================[ Cart page paypal and google   ]====================*/
@media screen and (max-width: 767px) {
  #CartEditProductFieldsForm .form-option-wrapper {
    width: 100%; } }

@media screen and (max-width: 375px) {
  #CartEditProductFieldsForm .form-option-wrapper {
    width: 100%; } }

@media screen and (max-width: 767px) {
  #CartEditProductFieldsForm [data-product-attribute="swatch"] .form-option-wrapper {
    width: auto; } }

@media screen and (max-width: 375px) {
  #CartEditProductFieldsForm [data-product-attribute="swatch"] .form-option-wrapper {
    width: auto; } }

[data-content-region="cart_below_totals"] {
  margin-top: clamp(0.5rem, 0.29762vw, 5.71429px); }

/*--- [Cart Slider] ---*/
.mincart-active {
  overflow: hidden; }

.body-cart-slide-open {
  width: 100%;
  height: 100vh;
  overflow: hidden; }

.cart-sliding-block-inn {
  width: clamp(61.1rem, 36.36905vw, 698.28571px);
  top: 0;
  height: 100svh;
  background-color: #F7F7F7;
  bottom: 0;
  position: fixed;
  overflow: auto;
  right: calc(clamp(-65rem, -38.69048vw, -742.85714px) - 20rem);
  top: 0;
  z-index: 9999;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1) 0s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: column; }
  @media screen and (max-width: 1439px) {
    .cart-sliding-block-inn {
      width: 53.5rem; } }
  @media screen and (max-width: 666px) {
    .cart-sliding-block-inn {
      width: 35rem; } }

.cart-slide-open {
  width: 100%;
  position: fixed;
  height: 100vh;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.8); }
  .cart-slide-open .cart-sliding-block-inn {
    right: 0; }

.cart-sliding-block .cart-sliding-block-inn {
  border: 0; }

.cart-sliding-block .mini-cart {
  margin-bottom: 0; }
  .cart-sliding-block .mini-cart .cart-mini-item {
    padding: clamp(2rem, 1.19048vw, 22.85714px) 0 clamp(2rem, 1.19048vw, 22.85714px) 0;
    border-bottom: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
    position: relative; }

.cart-sliding-block .cart-heading {
  padding: clamp(2.7rem, 1.60714vw, 30.85714px) 0 0;
  margin: 0 clamp(3.1rem, 1.84524vw, 35.42857px);
  border-bottom: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; }
  @media screen and (max-width: 666px) {
    .cart-sliding-block .cart-heading {
      padding: 2rem 0 0 0;
      margin: 0 2rem; } }
  .cart-sliding-block .cart-heading .cart-heading-inn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: clamp(2.8rem, 1.66667vw, 32px); }
    @media screen and (max-width: 666px) {
      .cart-sliding-block .cart-heading .cart-heading-inn {
        padding-bottom: 2rem; } }
  .cart-sliding-block .cart-heading h3 {
    color: #29372f;
    font-size: clamp(3rem, 1.78571vw, 34.28571px);
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-transform: none;
    margin-bottom: 0; }
    @media screen and (max-width: 666px) {
      .cart-sliding-block .cart-heading h3 {
        font-size: 2rem;
        line-height: 2rem; } }
    .cart-sliding-block .cart-heading h3 .count-cart {
      padding-left: clamp(0.3rem, 0.17857vw, 3.42857px); }
    .cart-sliding-block .cart-heading h3 span {
      color: #f15904;
      font-size: clamp(3rem, 1.78571vw, 34.28571px);
      font-weight: 700;
      line-height: normal; }
      @media screen and (max-width: 666px) {
        .cart-sliding-block .cart-heading h3 span {
          font-size: 2rem;
          line-height: 2rem; } }
  .cart-sliding-block .cart-heading .cart-slide-close {
    cursor: pointer; }
    @media screen and (min-width: 1025px) {
      .cart-sliding-block .cart-heading .cart-slide-close:hover svg {
        fill: #f15904; } }
    .cart-sliding-block .cart-heading .cart-slide-close svg {
      width: clamp(1.4rem, 0.83333vw, 16px);
      height: clamp(1.4rem, 0.83333vw, 16px);
      margin-left: clamp(1.2rem, 0.71429vw, 13.71429px);
      fill: black; }

.cart-sliding-block .cart-body-container {
  padding: 0 clamp(3rem, 1.78571vw, 34.28571px) 0 clamp(3rem, 1.78571vw, 34.28571px);
  overflow: auto; }
  @media screen and (max-width: 666px) {
    .cart-sliding-block .cart-body-container {
      padding: 0 2rem; } }

.cart-sliding-block .card-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .cart-sliding-block .card-block {
      flex-wrap: wrap; } }
  .cart-sliding-block .card-block .cart-image {
    padding: 0px;
    min-width: clamp(7.1rem, 4.22619vw, 81.14286px);
    height: clamp(7.1rem, 4.22619vw, 81.14286px);
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
    padding: clamp(0.7rem, 0.41667vw, 8px);
    background-color: white;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    flex-shrink: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .cart-sliding-block .card-block .cart-image {
        margin-top: 0rem; } }
    .cart-sliding-block .card-block .cart-image .cart-item-image {
      height: clamp(7.1rem, 4.22619vw, 81.14286px);
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .cart-sliding-block .card-block .cart-image img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      object-position: center center; }
    .cart-sliding-block .card-block .cart-image.GiftCertificate {
      max-width: clamp(7.1rem, 4.22619vw, 81.14286px);
      max-height: clamp(7.1rem, 4.22619vw, 81.14286px); }
      .cart-sliding-block .card-block .cart-image.GiftCertificate + .cart-body + .cart-mini-item-quantity .form-increment {
        -webkit-justify-content: center;
        justify-content: center; }
  .cart-sliding-block .card-block .cart-body {
    position: relative;
    width: auto;
    flex: auto;
    padding-left: clamp(2.5rem, 1.4881vw, 28.57143px); }
    @media screen and (max-width: 767px) {
      .cart-sliding-block .card-block .cart-body {
        width: 75%;
        flex: none; } }
    .cart-sliding-block .card-block .cart-body .brand-name,
    .cart-sliding-block .card-block .cart-body .productView-info {
      display: none; }
    .cart-sliding-block .card-block .cart-body .cart-title {
      color: #0e4f9d;
      font-size: clamp(1.5rem, 0.89286vw, 17.14286px);
      font-weight: 600;
      line-height: clamp(1.65rem, 0.98214vw, 18.85714px);
      text-transform: capitalize;
      margin-bottom: clamp(0.3rem, 0.17857vw, 3.42857px);
      padding-right: 6rem; }
      @media screen and (max-width: 1023px) {
        .cart-sliding-block .card-block .cart-body .cart-title {
          padding-right: 1rem; } }
      @media screen and (min-width: 1025px) {
        .cart-sliding-block .card-block .cart-body .cart-title:hover a {
          text-decoration: underline; } }
      .cart-sliding-block .card-block .cart-body .cart-title a {
        color: #0e4f9d;
        font-size: clamp(1.5rem, 0.89286vw, 17.14286px);
        font-weight: 600;
        line-height: clamp(1.65rem, 0.98214vw, 18.85714px);
        text-transform: capitalize;
        text-underline-offset: clamp(0.4rem, 0.2381vw, 4.57143px); }
      .cart-sliding-block .card-block .cart-body .cart-title + p {
        font-size: clamp(1.3rem, 0.77381vw, 14.85714px);
        line-height: clamp(1.3rem, 0.77381vw, 14.85714px);
        text-transform: capitalize; }

.cart-sliding-block .cart-mini-item-price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end; }
  .cart-sliding-block .cart-mini-item-price .rrp-price {
    font-size: clamp(1.3rem, 0.77381vw, 14.85714px);
    line-height: normal;
    color: black;
    font-weight: 400;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    padding: 0;
    margin-left: 1rem; }
    @media screen and (max-width: 1580px) {
      .cart-sliding-block .cart-mini-item-price .rrp-price {
        text-decoration: line-through -1px; } }
    .cart-sliding-block .cart-mini-item-price .rrp-price + .cart-item-value {
      font-weight: 600;
      float: none;
      color: #D61F1F; }
      @media screen and (max-width: 1023px) {
        .cart-sliding-block .cart-mini-item-price .rrp-price + .cart-item-value {
          text-decoration: none; } }
  .cart-sliding-block .cart-mini-item-price .cart-item-value {
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    line-height: normal;
    color: #151515;
    font-weight: 600;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    padding: 0; }

.cart-sliding-block .cart-mini-item-quantity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .cart-sliding-block .cart-mini-item-quantity {
      padding-left: 9.3rem;
      margin-top: 0.2rem; } }
  @media screen and (max-width: 767px) {
    .cart-sliding-block .cart-mini-item-quantity .remove-btn {
      position: static;
      top: -0.5rem;
      right: 0.2rem; } }

.cart-sliding-block .form-increment {
  background-color: white;
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: clamp(12rem, 7.14286vw, 137.14286px); }
  @media screen and (max-width: 1023px) {
    .cart-sliding-block .form-increment {
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  .cart-sliding-block .form-increment input {
    font-size: clamp(1.5rem, 0.89286vw, 17.14286px);
    line-height: clamp(4.8rem, 2.85714vw, 54.85714px); }
    @media screen and (max-width: 1023px) {
      .cart-sliding-block .form-increment input {
        width: calc(100% - 90px); } }
  .cart-sliding-block .form-increment .button--icon {
    height: clamp(4.8rem, 2.85714vw, 54.85714px); }
    @media screen and (max-width: 1023px) {
      .cart-sliding-block .form-increment .button--icon {
        width: 3rem; } }
    .cart-sliding-block .form-increment .button--icon svg svg {
      margin: 0; }
    .cart-sliding-block .form-increment .button--icon:hover {
      background-color: transparent; }
      .cart-sliding-block .form-increment .button--icon:hover svg {
        fill: #f15904; }
    .cart-sliding-block .form-increment .button--icon.icon--inc {
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
      .cart-sliding-block .form-increment .button--icon.icon--inc .icon::after {
        height: 0.8rem;
        right: 1.8rem; }
        @media screen and (max-width: 767px) {
          .cart-sliding-block .form-increment .button--icon.icon--inc .icon::after {
            right: 1.4rem; } }
      .cart-sliding-block .form-increment .button--icon.icon--inc .icon::before {
        width: 0.8rem;
        right: 1.5rem;
        height: 0.2rem; }
        @media screen and (max-width: 767px) {
          .cart-sliding-block .form-increment .button--icon.icon--inc .icon::before {
            right: 1.1rem; } }
    .cart-sliding-block .form-increment .button--icon.icon--dec {
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
      .cart-sliding-block .form-increment .button--icon.icon--dec .icon::before {
        width: 0.8rem;
        left: 1.6rem;
        height: 0.2rem; }
        @media screen and (max-width: 767px) {
          .cart-sliding-block .form-increment .button--icon.icon--dec .icon::before {
            left: 1.1rem; } }

.cart-sliding-block .cart-mini-item-remove {
  font-size: 0;
  line-height: 0;
  margin-left: clamp(2rem, 1.19048vw, 22.85714px);
  display: block;
  margin-top: clamp(-0.2rem, -0.11905vw, -2.28571px); }
  @media screen and (max-width: 767px) {
    .cart-sliding-block .cart-mini-item-remove {
      margin-top: 0; } }
  @media screen and (min-width: 1025px) {
    .cart-sliding-block .cart-mini-item-remove:hover .icon svg {
      fill: #f15904; } }
  .cart-sliding-block .cart-mini-item-remove .icon {
    width: clamp(1.4rem, 0.83333vw, 16px);
    height: clamp(1.6rem, 0.95238vw, 18.28571px); }
    .cart-sliding-block .cart-mini-item-remove .icon svg {
      fill: #000; }

.cart-sliding-block .cart-mini-footer .cart-mini-footer-wrap {
  padding: clamp(2.1rem, 1.25vw, 24px) clamp(3rem, 1.78571vw, 34.28571px) clamp(3.6rem, 2.14286vw, 41.14286px); }

.cart-sliding-block .cart-mini-subtotal-inn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .cart-sliding-block .cart-mini-subtotal-inn .cart-mini-subtotal-heading {
    color: #151515;
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(2.23rem, 1.32738vw, 25.48571px);
    letter-spacing: clamp(-0.032rem, -0.01905vw, -0.36571px); }
    @media screen and (max-width: 666px) {
      .cart-sliding-block .cart-mini-subtotal-inn .cart-mini-subtotal-heading {
        font-size: 1.5rem;
        line-height: 2.4rem; } }
  .cart-sliding-block .cart-mini-subtotal-inn .cart-mini-subtotal-value {
    color: #151515;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(2.4rem, 1.42857vw, 27.42857px);
    font-weight: 700;
    line-height: clamp(3.3552rem, 1.99714vw, 38.34514px);
    letter-spacing: clamp(-0.048rem, -0.02857vw, -0.54857px); }
    @media screen and (max-width: 666px) {
      .cart-sliding-block .cart-mini-subtotal-inn .cart-mini-subtotal-value {
        font-size: 1.6rem;
        line-height: 2.4rem; } }

.cart-sliding-block .cart-mini-actions-inn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: clamp(2.9rem, 1.72619vw, 33.14286px); }
  .cart-sliding-block .cart-mini-actions-inn .button {
    font-size: clamp(2rem, 1.19048vw, 22.85714px);
    width: 100%;
    padding: clamp(1.25rem, 0.74405vw, 14.28571px) clamp(1.5rem, 0.89286vw, 17.14286px) clamp(1.25rem, 0.74405vw, 14.28571px);
    line-height: normal; }
    @media screen and (max-width: 1023px) {
      .cart-sliding-block .cart-mini-actions-inn .button {
        font-size: 1.6rem; } }
  .cart-sliding-block .cart-mini-actions-inn .left-block {
    width: 100%; }

.cart-sliding-block:has(.no-cartproduct) .cart-heading {
  border-bottom: 0; }

.cart-sliding-block .cart-mini-empty {
  text-align: center;
  font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
  line-height: clamp(1.8rem, 1.07143vw, 20.57143px);
  color: black;
  text-align: center;
  font-weight: 400;
  line-height: clamp(2.8rem, 1.66667vw, 32px); }

.cart-sliding-block .no-cartproduct {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column; }
  .cart-sliding-block .no-cartproduct p {
    text-align: center;
    font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
    color: black;
    text-align: center;
    font-weight: 400;
    line-height: clamp(2.88rem, 1.71429vw, 32.91429px);
    margin-top: clamp(0.2rem, 0.11905vw, 2.28571px);
    margin-bottom: clamp(2.1rem, 1.25vw, 24px); }
    .cart-sliding-block .no-cartproduct p:empty {
      display: none; }
    .cart-sliding-block .no-cartproduct p span {
      display: block;
      text-align: center; }
  .cart-sliding-block .no-cartproduct .buton-no-cart {
    margin-top: clamp(2.7rem, 1.60714vw, 30.85714px); }
    .cart-sliding-block .no-cartproduct .buton-no-cart .button {
      width: 100%;
      font-size: clamp(2rem, 1.19048vw, 22.85714px);
      padding: clamp(1.15rem, 0.68452vw, 13.14286px) clamp(1.5rem, 0.89286vw, 17.14286px) clamp(1.15rem, 0.68452vw, 13.14286px); }

.cart-sliding-block .productCarousel .slick-track {
  margin: 0; }

.cart-sliding-block .productCarousel .card:hover {
  box-shadow: none; }

.template-default .sidecart-might-product .productCarousel .card {
  display: block; }

.sidecart-might-product {
  background-color: white;
  margin-bottom: 0;
  padding-left: clamp(0.6rem, 0.35714vw, 6.85714px); }
  .sidecart-might-product div.slick-slider {
    padding: 0 0 clamp(4.7rem, 2.79762vw, 53.71429px); }
    .sidecart-might-product div.slick-slider:not(.slick-list) {
      padding: 0; }
    .sidecart-might-product div.slick-slider:has(.slick-list) {
      padding: 0 0 clamp(4.7rem, 2.79762vw, 53.71429px); }
    .sidecart-might-product div.slick-slider .productCarousel-slide {
      border-color: #bdbdbd; }
  .sidecart-might-product .card:hover .wishlistbtn {
    display: none; }
  .sidecart-might-product h2 {
    color: black;
    text-align: center;
    font-size: clamp(2.6rem, 1.54762vw, 29.71429px);
    font-weight: 700;
    line-height: clamp(2.86rem, 1.70238vw, 32.68571px);
    padding-top: clamp(2.5rem, 1.4881vw, 28.57143px);
    margin-bottom: clamp(2.7rem, 1.60714vw, 30.85714px); }
  .sidecart-might-product .card:hover {
    box-shadow: none; }
  .sidecart-might-product .wishlistbtn {
    display: none; }
  .sidecart-might-product .card-figcaption {
    display: none; }
  .sidecart-might-product .card-title {
    padding-right: 0; }
    .sidecart-might-product .card-title a {
      font-size: clamp(1.5rem, 0.89286vw, 17.14286px);
      line-height: clamp(1.65rem, 0.98214vw, 18.85714px); }
  .sidecart-might-product .card-body {
    padding: 0 clamp(2.2rem, 1.30952vw, 25.14286px) clamp(1.8rem, 1.07143vw, 20.57143px) clamp(2.3rem, 1.36905vw, 26.28571px); }
  .sidecart-might-product .product-description {
    display: none; }
  .sidecart-might-product .card-figure {
    padding: clamp(2.2rem, 1.30952vw, 25.14286px) clamp(4.45rem, 2.64881vw, 50.85714px) clamp(0.4rem, 0.2381vw, 4.57143px);
    margin-bottom: clamp(2.8rem, 1.66667vw, 32px); }
  .sidecart-might-product .productCarousel-slide {
    height: auto; }
  .sidecart-might-product .compare-price-box .card-text {
    color: black;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
    font-weight: 700;
    line-height: clamp(1.92rem, 1.14286vw, 21.94286px); }

.alertBox {
  font-size: clamp(1.4rem, 0.83333vw, 16px);
  line-height: clamp(1.75rem, 1.04167vw, 20px);
  background-color: #29372f;
  border-radius: 0;
  color: black;
  margin-bottom: clamp(3rem, 1.78571vw, 34.28571px);
  padding: clamp(1.5rem, 0.89286vw, 17.14286px) clamp(1.5rem, 0.89286vw, 17.14286px); }
  .alertBox--info {
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    line-height: clamp(1.75rem, 1.04167vw, 20px);
    color: white; }
    .alertBox--info svg {
      fill: white; }
  .alertBox--success {
    background-color: #008a06;
    color: white; }
    .alertBox--success svg {
      fill: white; }
  .alertBox--info {
    background-color: #f15904;
    color: white; }
    .alertBox--info svg {
      fill: white; }
  .alertBox--warning {
    background-color: #0e4f9d;
    color: white; }
    .alertBox--warning svg {
      fill: white; }
  .alertBox--error {
    background-color: #d61f1f;
    color: white; }
    .alertBox--error svg {
      fill: white; }

.login {
  max-width: 100%; }

.login-row {
  max-width: 70%; }
  @media screen and (max-width: 1279px) {
    .login-row {
      max-width: 100%; } }
  .login-row .form-actions {
    text-align: left; }

.login-form {
  padding: 0 clamp(1rem, 0.59524vw, 11.42857px); }
  @media screen and (min-width: 1024px) {
    .login-form {
      width: 50%; } }
  @media screen and (max-width: 1023px) {
    .login-form {
      padding: 0;
      margin-bottom: 0; } }

.new-customer {
  padding: 0 clamp(1rem, 0.59524vw, 11.42857px); }
  @media screen and (min-width: 1024px) {
    .new-customer {
      width: 50%; } }
  @media screen and (max-width: 1023px) {
    .new-customer {
      padding: 0;
      margin-top: 3rem; } }
  .new-customer .panel .panel-body,
  .new-customer .panel .panel-header {
    background-color: #fbfbfb; }
  .new-customer .panel .panel-body {
    border: 0; }
  @media screen and (max-width: 767px) {
    .new-customer .button {
      width: 100%; } }

.form-actions .forgot-password {
  text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .form-actions .forgot-password {
      text-align: center;
      margin-bottom: 0; } }

.new-customer-fact-list {
  margin-top: clamp(1rem, 0.59524vw, 11.42857px); }

.new-customer-fact {
  padding-left: 0; }

.panel .panel-body {
  margin-bottom: clamp(1.5rem, 0.89286vw, 17.14286px);
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
  background-color: #fbfbfb;
  overflow: hidden;
  padding: clamp(2rem, 1.19048vw, 22.85714px) clamp(2rem, 1.19048vw, 22.85714px); }

.panel ul a {
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  font-weight: 500;
  line-height: normal;
  color: black; }
  @media screen and (max-width: 1023px) {
    .panel ul a {
      font-size: 1.4rem; } }
  .panel ul a:hover {
    color: #f15904; }

.panel .search-refine {
  text-decoration: underline; }

.account-product-figure {
  width: clamp(9.5rem, 5.65476vw, 108.57143px); }
  @media screen and (max-width: 767px) {
    .account-product-figure {
      width: 7rem; } }
  .account-product-figure img {
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
    padding: clamp(0.4rem, 0.2381vw, 4.57143px); }
  .account-product-figure::after {
    display: none; }

.account-sidebar .definitionList-key,
.account-order-address .definitionList-key {
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  font-weight: 600;
  line-height: clamp(1.67rem, 0.99405vw, 19.08571px); }

.account-sidebar .definitionList-value,
.account-sidebar li,
.account-order-address .definitionList-value,
.account-order-address li {
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  font-weight: 400;
  line-height: clamp(1.67rem, 0.99405vw, 19.08571px);
  margin-bottom: clamp(1.2rem, 0.71429vw, 13.71429px); }

.account-product-body .definitionList-key {
  font-size: clamp(1.4rem, 0.83333vw, 16px);
  font-weight: 600;
  line-height: clamp(1.67rem, 0.99405vw, 19.08571px); }

.account-product-body .definitionList-value,
.account-product-body li {
  font-size: clamp(1.4rem, 0.83333vw, 16px);
  font-weight: 400;
  line-height: clamp(1.67rem, 0.99405vw, 19.08571px);
  margin-bottom: clamp(1.2rem, 0.71429vw, 13.71429px); }

.template-editaccount .form {
  margin-bottom: 0; }

/* ==================== 404 Error page-Style ==================== */
.template-404 .page-content--centered {
  margin-top: clamp(3rem, 1.78571vw, 34.28571px); }

.template-404 .page-content .form {
  margin-bottom: 5rem; }

/* ==================== Giftcertificte and error page input ==================== */
@media screen and (max-width: 1279px) {
  .page-content,
  .account .form-prefixPostfix.wrap {
    flex-wrap: nowrap; } }

@media screen and (max-width: 767px) {
  .page-content,
  .account .form-prefixPostfix.wrap {
    flex-wrap: wrap; } }

.page-content .form-input,
.account .form-prefixPostfix.wrap .form-input {
  width: auto; }
  .page-content .form-input + .button,
  .account .form-prefixPostfix.wrap .form-input + .button {
    margin-left: clamp(2rem, 1.19048vw, 22.85714px);
    width: auto;
    padding: clamp(1.2rem, 0.71429vw, 13.71429px) clamp(2rem, 1.19048vw, 22.85714px); }
    @media screen and (max-width: 767px) {
      .page-content .form-input + .button,
      .account .form-prefixPostfix.wrap .form-input + .button {
        margin-left: 0;
        margin-top: 2rem;
        width: 100%; } }

/* ==================== Giftcertificte and error page input ==================== */
/* ==================== 404 Error page-Style ==================== */
/* ==================== newsletter subscribe Success page-Style ==================== */
.template-newsletter_subscribe .top-banner-section .page-heading {
  padding-top: clamp(3rem, 1.78571vw, 34.28571px); }

.template-newsletter_subscribe .page-content {
  margin-top: clamp(3rem, 1.78571vw, 34.28571px);
  margin-bottom: clamp(5rem, 2.97619vw, 57.14286px);
  min-height: clamp(29rem, 17.2619vw, 331.42857px); }

/* ==================== newsletter subscribe Success page-Style ==================== */
.account-body form {
  margin: 0; }

form {
  margin: 0; }
  form br {
    display: none; }

.form-actions {
  text-align: center;
  max-width: 100%;
  margin-top: 2rem; }
  @media screen and (max-width: 1023px) {
    .form-actions {
      margin-top: 2rem; } }
  .form-actions .button {
    /* ==================== whislist page button mobile ==================== */ }
    @media screen and (max-width: 767px) {
      .form-actions .button {
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center; } }
    .form-actions .button + .button {
      margin-left: clamp(1.6rem, 0.95238vw, 18.28571px); }
      @media screen and (max-width: 767px) {
        .form-actions .button + .button {
          margin: clamp(2rem, 1.19048vw, 22.85714px) 0 0; } }
    @media screen and (max-width: 767px) {
      .form-actions .button + input + input + input {
        margin-top: 2rem; } }

/* ==================== FORM ELEMENT STYLE ==================== */
.form-row {
  margin: 0 clamp(-1rem, -0.59524vw, -11.42857px); }
  .form-row .form-field,
  .form-row .form-fieldset {
    padding-left: clamp(1rem, 0.59524vw, 11.42857px);
    padding-right: clamp(1rem, 0.59524vw, 11.42857px); }
    .form-row .form-field .form-field,
    .form-row .form-fieldset .form-field {
      width: 100%; }
    .form-row .form-field .form-field-group,
    .form-row .form-fieldset .form-field-group {
      border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
      border-radius: 0;
      padding: clamp(2rem, 1.19048vw, 22.85714px) clamp(2rem, 1.19048vw, 22.85714px); }
  .form-row .form-column .form-field {
    padding: 0; }
    .form-row .form-column .form-field.form-field-group {
      border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
      border-radius: 0;
      padding: clamp(2rem, 1.19048vw, 22.85714px) clamp(2rem, 1.19048vw, 22.85714px); }

.form-input,
.form-select,
input {
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.5rem, 0.89286vw, 17.14286px);
  line-height: clamp(1.9rem, 1.13095vw, 21.71429px);
  font-weight: 400;
  color: black;
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
  padding: clamp(1.462rem, 0.87024vw, 16.70857px) clamp(2rem, 1.19048vw, 22.85714px);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  height: auto;
  background: white;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  transition: border-color ease-in-out 0.45s; }
  .form-input:focus,
  .form-select:focus,
  input:focus {
    border-color: #bdbdbd;
    box-shadow: none; }
  .form-input:-internal-autofill-selected,
  .form-select:-internal-autofill-selected,
  input:-internal-autofill-selected {
    background-color: white !important;
    box-shadow: clamp(7rem, 4.16667vw, 80px) clamp(7rem, 4.16667vw, 80px) white inset !important; }
  .form-input:-internal-autofill-previewed,
  .form-select:-internal-autofill-previewed,
  input:-internal-autofill-previewed {
    background-color: white !important;
    box-shadow: clamp(7rem, 4.16667vw, 80px) clamp(7rem, 4.16667vw, 80px) white inset !important; }
  .form-input::-webkit-input-placeholder,
  .form-select::-webkit-input-placeholder,
  input::-webkit-input-placeholder {
    color: #828282;
    opacity: 1; }
  .form-input::-moz-placeholder,
  .form-select::-moz-placeholder,
  input::-moz-placeholder {
    color: #828282;
    opacity: 1; }
  .form-input:-ms-input-placeholder,
  .form-select:-ms-input-placeholder,
  input:-ms-input-placeholder {
    color: #828282;
    opacity: 1; }
  .form-input:-moz-placeholder,
  .form-select:-moz-placeholder,
  input:-moz-placeholder {
    color: #828282;
    opacity: 1; }

.account--fixed .select2-container .select2-selection--single {
  padding: clamp(1.462rem, 0.87024vw, 16.70857px) clamp(4.062rem, 2.41786vw, 46.42286px) clamp(1.462rem, 0.87024vw, 16.70857px) clamp(2rem, 1.19048vw, 22.85714px); }

.form-field {
  margin: 0 0 clamp(1.2rem, 0.71429vw, 13.71429px);
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5' fill='none'%3E%3Cpath d='M7.73607 -5.52483e-08L4.49973 2.63218L1.26393 -3.38154e-07L-5.85776e-08 1.3401L4.49973 5L9 1.3401L7.73607 -5.52483e-08Z' fill='%231F1F1F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: clamp(1rem, 0.59524vw, 11.42857px); }

.form-actions .button,
.form-actions input,
.form-actions a {
  vertical-align: middle; }

.form-field--success .form-input[type="text"] {
  background-position: right clamp(1.8rem, 1.07143vw, 20.57143px) center; }

input:focus + label {
  outline: none !important; }

.form-label,
.form-label--alternate {
  margin: 0 0 clamp(1.1rem, 0.65476vw, 12.57143px);
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #0e4f9d; }
  .form-label small,
  .form-label--alternate small {
    font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
    font-weight: 600;
    color: #D35D31;
    margin-left: 0;
    float: none;
    text-transform: uppercase;
    vertical-align: baseline;
    margin-left: clamp(-0.3rem, -0.17857vw, -3.42857px); }

.form-field--error .form-inlineMessage {
  font-size: clamp(1.3rem, 0.77381vw, 14.85714px);
  line-height: 1.2;
  font-weight: 500;
  text-transform: capitalize;
  margin: clamp(0.3rem, 0.17857vw, 3.42857px) 0 0; }
  .form-field--error .form-inlineMessage::before {
    width: clamp(1.5rem, 0.89286vw, 17.14286px);
    height: clamp(1.5rem, 0.89286vw, 17.14286px);
    top: clamp(0.2rem, 0.11905vw, 2.28571px); }

.form-field--error .form-input:focus {
  border-color: #d61f1f; }

.g-recaptcha {
  text-align: left;
  margin-top: clamp(1rem, 0.59524vw, 11.42857px); }
  .g-recaptcha > div {
    margin: 0 0 clamp(2rem, 1.19048vw, 22.85714px) 0; }
  @media only screen and (max-width: 479px) {
    .g-recaptcha iframe {
      transform: none; } }
  @media only screen and (max-width: 374px) {
    .g-recaptcha {
      max-width: 232px; } }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before,
.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  width: clamp(2.1rem, 1.25vw, 24px);
  height: clamp(2.1rem, 1.25vw, 24px);
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
  background: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.form-checkbox + .form-label::before {
  top: clamp(0.4rem, 0.2381vw, 4.57143px); }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: none;
  width: clamp(2.1rem, 1.25vw, 24px);
  height: clamp(2.1rem, 1.25vw, 24px);
  border-color: black;
  background: #0e4f9d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M3.73608 9.44035L0.161084 5.86535C-0.0536948 5.65057 -0.0536948 5.30233 0.161084 5.08753L0.938883 4.3097C1.15366 4.0949 1.50192 4.0949 1.7167 4.3097L4.12499 6.71797L9.28329 1.55971C9.49806 1.34493 9.84633 1.34493 10.0611 1.55971L10.8389 2.33753C11.0537 2.5523 11.0537 2.90054 10.8389 3.11535L4.51391 9.44037C4.2991 9.65515 3.95086 9.65515 3.73608 9.44035Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: center;
  left: 0;
  top: clamp(0.4rem, 0.2381vw, 4.57143px); }

.form-checkbox + .form-label,
.form-radio + .form-label {
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  line-height: normal;
  font-weight: 600;
  margin-bottom: clamp(1.2rem, 0.71429vw, 13.71429px);
  text-transform: capitalize;
  padding-left: clamp(2.5rem, 1.4881vw, 28.57143px); }

.form-radio + .form-label::before {
  border-radius: 50%;
  top: clamp(0.4rem, 0.2381vw, 4.57143px); }

.form-radio + .form-label::after {
  border-radius: 50%;
  width: clamp(1.4rem, 0.83333vw, 16px);
  height: clamp(1.4rem, 0.83333vw, 16px);
  background-color: white; }

.form-radio:checked + .form-label::before {
  border-color: #198849;
  background: white; }

.form-radio:checked + .form-label::after {
  background: #198849;
  border-color: white;
  top: 50%;
  left: clamp(0.5rem, 0.29762vw, 5.71429px);
  transform: translate(0, -50%);
  width: clamp(1rem, 0.59524vw, 11.42857px);
  height: clamp(1rem, 0.59524vw, 11.42857px); }
  @media screen and (min-width: 1880px) {
    .form-radio:checked + .form-label::after {
      width: clamp(1.6rem, 0.95238vw, 18.28571px);
      height: clamp(1.6rem, 0.95238vw, 18.28571px);
      margin-top: 0.1rem; } }

button,
a {
  outline: none !important; }

.form-minMaxRow .button {
  min-width: inherit; }

.form-prefixPostfix .form-input {
  height: auto; }

.form-prefixPostfix .button {
  height: auto; }

/* ==================== FORM ELEMENT STYLE ==================== */
/* ==================== Category sidebar price ==================== */
.form-minMaxRow {
  margin: 0;
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; }
  .form-minMaxRow .form-field {
    padding: 0; }
    @media screen and (max-width: 1279px) {
      .form-minMaxRow .form-field {
        width: 33.33%; } }
    @media screen and (max-width: 1279px) {
      .form-minMaxRow .form-field:last-child {
        width: 33.33%; } }
    @media screen and (max-width: 767px) {
      .form-minMaxRow .form-field:last-child {
        margin-top: 0; } }
    .form-minMaxRow .form-field + .form-field .form-input {
      border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
      border-top: 0;
      border-bottom: 0; }
      @media screen and (max-width: 1279px) {
        .form-minMaxRow .form-field + .form-field .form-input {
          border-right: 0.05rem solid #bdbdbd; } }
    @media screen and (max-width: 1279px) {
      .form-minMaxRow .form-field:nth-child(3) {
        width: 33.33%; } }
  .form-minMaxRow .form-input {
    padding: clamp(1.05rem, 0.625vw, 12px) clamp(1rem, 0.59524vw, 11.42857px);
    color: black;
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    font-weight: 500;
    line-height: normal;
    text-align: center;
    line-height: clamp(2.4rem, 1.42857vw, 27.42857px);
    border: 0; }
  .form-minMaxRow .button {
    border-radius: 0;
    background-color: #f2f2f2;
    border: 0;
    border-left: 0;
    padding: clamp(1.05rem, 0.625vw, 12px) clamp(1rem, 0.59524vw, 11.42857px);
    color: black; }
    @media screen and (max-width: 1365px) {
      .form-minMaxRow .button {
        width: 100%; } }
    @media screen and (min-width: 1025px) {
      .form-minMaxRow .button:hover {
        color: #f15904; } }

/* ==================== Category sidebar price ==================== */
.template-createaccount_thanks .top-banner-section .page-heading {
  padding-top: clamp(3rem, 1.78571vw, 34.28571px); }

.page-content--textCenter {
  margin-top: clamp(2rem, 1.19048vw, 22.85714px); }

.navBar--account {
  margin-top: clamp(2rem, 1.19048vw, 22.85714px); }
  @media screen and (min-width: 1024px) {
    .navBar--account {
      display: block; } }
  @media screen and (max-width: 1023px) {
    .navBar--account {
      display: block; } }
  .navBar--account + .account,
  .navBar--account + .wishlist-add,
  .navBar--account + .alertBox,
  .navBar--account + div > .productGrid,
  .navBar--account + form,
  .navBar--account + .share-wishlist {
    margin-top: clamp(4rem, 2.38095vw, 45.71429px); }
    @media screen and (max-width: 1023px) {
      .navBar--account + .account,
      .navBar--account + .wishlist-add,
      .navBar--account + .alertBox,
      .navBar--account + div > .productGrid,
      .navBar--account + form,
      .navBar--account + .share-wishlist {
        margin-top: 2rem; } }

.navBar--sub {
  margin-bottom: 0;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: clamp(2rem, 1.19048vw, 22.85714px);
  /*================[ Search page ]===================*/
  /*================[ Search page ]===================*/ }
  .navBar--sub .navBar-item {
    margin-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media screen and (max-width: 1023px) {
      .navBar--sub .navBar-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: max-content;
        margin: 0.5rem auto; } }
    .navBar--sub .navBar-item.is-active {
      color: #f15904;
      font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
      font-weight: 600;
      text-transform: uppercase;
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
      border-bottom: 0.1rem solid #f15904; }
      @media screen and (max-width: 767px) {
        .navBar--sub .navBar-item.is-active {
          font-size: 1.4rem; } }
      .navBar--sub .navBar-item.is-active .navBar-action {
        color: #f15904; }
        @media screen and (max-width: 1023px) {
          .navBar--sub .navBar-item.is-active .navBar-action {
            display: inline-block; } }
        @media screen and (min-width: 1025px) {
          .navBar--sub .navBar-item.is-active .navBar-action:hover {
            color: #0e4f9d; } }
  .navBar--sub .navBar-action,
  .navBar--sub a {
    border: 0;
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
    font-weight: 600;
    line-height: normal;
    color: black;
    text-transform: uppercase;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }
    @media screen and (max-width: 767px) {
      .navBar--sub .navBar-action,
      .navBar--sub a {
        font-size: 1.4rem; } }
    .navBar--sub .navBar-action.navBar-action-color--active,
    .navBar--sub a.navBar-action-color--active {
      color: #f15904; }
    @media screen and (min-width: 1025px) {
      .navBar--sub .navBar-action:hover,
      .navBar--sub a:hover {
        color: #f15904; } }
  .navBar--sub .account-navigation {
    margin-top: clamp(2rem, 1.19048vw, 22.85714px);
    margin-bottom: clamp(4rem, 2.38095vw, 45.71429px); }
  .navBar--sub.search-nav {
    margin-top: clamp(0.9rem, 0.53571vw, 10.28571px); }

@media screen and (max-width: 1023px) {
  .account-body {
    margin-left: 0;
    margin-right: 0; } }

.account--fixed {
  margin-top: 2rem;
  width: 80%; }
  @media screen and (max-width: 1279px) {
    .account--fixed {
      margin-left: auto;
      margin-right: auto;
      width: 100%; } }
  @media screen and (max-width: 1023px) {
    .account--fixed {
      width: 100%; } }

.account {
  margin-bottom: 0; }
  @media screen and (max-width: 1023px) {
    .account {
      margin-bottom: 0; } }
  .account .account {
    padding-bottom: 0; }

@media screen and (max-width: 1023px) {
  .account-content,
  .account-sidebar {
    padding-left: 0;
    padding-right: 0; } }

.account-heading,
.account-listItem,
.account-listShipping,
.account-orderTotal-value,
.table-tbody tr,
.table--line,
.table--line .table-thead {
  border-color: black; }

.table--line .table-thead {
  background-color: #f2f2f2; }

.account-listItem {
  padding: clamp(4rem, 2.38095vw, 45.71429px) 0; }
  @media screen and (max-width: 1023px) {
    .account-listItem {
      padding: 2rem 0; } }

.account-heading {
  font-size: clamp(2.8rem, 1.66667vw, 32px);
  font-weight: 600;
  line-height: clamp(2.87rem, 1.70833vw, 32.8px);
  text-transform: capitalize; }

.account-product-title {
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.7rem, 1.0119vw, 19.42857px);
  font-weight: 600;
  line-height: clamp(1.87rem, 1.1131vw, 21.37143px);
  text-transform: capitalize; }
  @media screen and (max-width: 1023px) {
    .account-product-title {
      font-size: 1.6rem; } }
  .account-product-title a {
    text-decoration: underline; }

.account-product-description {
  font-size: clamp(1.4rem, 0.83333vw, 16px);
  font-weight: 500;
  line-height: clamp(1.67rem, 0.99405vw, 19.08571px);
  margin-bottom: clamp(1.8rem, 1.07143vw, 20.57143px); }

.account-product-detail-heading {
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.4rem, 0.83333vw, 16px);
  line-height: clamp(1.67rem, 0.99405vw, 19.08571px);
  margin-bottom: 0; }

.account-product-detail span {
  font-size: clamp(1.4rem, 0.83333vw, 16px);
  font-weight: 500;
  line-height: clamp(1.67rem, 0.99405vw, 19.08571px); }

.account-listShipping-title {
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  font-weight: 500;
  line-height: clamp(1.67rem, 0.99405vw, 19.08571px); }

.account-product-price {
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  font-weight: 500;
  line-height: clamp(1.67rem, 0.99405vw, 19.08571px); }

.account-listShipping {
  margin-bottom: 0; }

.account-product--alignMiddle {
  padding-left: clamp(4rem, 2.38095vw, 45.71429px); }
  @media screen and (max-width: 767px) {
    .account-product--alignMiddle {
      padding-left: 2rem; } }
  .account-product--alignMiddle .account-product-checkItem {
    left: clamp(-4rem, -2.38095vw, -45.71429px); }
    @media screen and (max-width: 767px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2rem; } }

@media screen and (max-width: 767px) {
  .account-product .form-checkbox + .form-label::before {
    top: -0.35rem; } }

.account-product .form-checkbox:checked + .form-label::after,
.account-product .form-radio:checked + .form-label::after {
  transform: none;
  border: 0; }
  @media screen and (max-width: 767px) {
    .account-product .form-checkbox:checked + .form-label::after,
    .account-product .form-radio:checked + .form-label::after {
      top: -0.35rem; } }

.body:has(.navBar--account) .form .form-checkbox:checked + .form-label::after,
.body:has(.navBar--account) .form .form-radio:checked + .form-label::after {
  width: clamp(2.1rem, 1.25vw, 24px);
  height: clamp(2.1rem, 1.25vw, 24px); }

.account-orderTotal .account-orderTotal-key {
  font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
  font-weight: 600;
  line-height: clamp(1.67rem, 0.99405vw, 19.08571px);
  padding: clamp(2.2rem, 1.30952vw, 25.14286px) 0; }
  .account-orderTotal .account-orderTotal-key:last-of-type {
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }

.account-orderTotal .account-orderTotal-value {
  font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
  padding: clamp(2.2rem, 1.30952vw, 25.14286px) 0;
  font-weight: 400;
  line-height: clamp(1.67rem, 0.99405vw, 19.08571px); }
  .account-orderTotal .account-orderTotal-value:last-of-type {
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }

/*--- [inbox message] ---*/
.template-account_inbox .account-list + h2 {
  font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
  font-weight: 400;
  line-height: clamp(1.67rem, 0.99405vw, 19.08571px); }

.template-account_inbox .account-listItem {
  padding: clamp(2rem, 1.19048vw, 22.85714px) 0; }
  @media screen and (max-width: 767px) {
    .template-account_inbox .account-listItem {
      padding-bottom: 4rem; } }

@media screen and (max-width: 767px) {
  .template-account_inbox .account-orderStatus {
    bottom: 2rem; } }

.account-product-title.is-read {
  font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
  font-weight: 400;
  line-height: clamp(1.67rem, 0.99405vw, 19.08571px);
  color: black; }
  .account-product-title.is-read + .is-read {
    color: black; }

/*--- [inbox message] ---*/
/*--- [giftcertificates  page ] ---*/
.gift-certificate-form .form-checkbox + .form-label {
  line-height: clamp(3rem, 1.78571vw, 34.28571px);
  padding-left: clamp(3rem, 1.78571vw, 34.28571px);
  margin-bottom: 0; }
  @media screen and (max-width: 1023px) {
    .gift-certificate-form .form-checkbox + .form-label {
      line-height: 2.5rem; } }

.template-giftcertificates_balance .account > h3 {
  font-size: clamp(2.2rem, 1.30952vw, 25.14286px);
  line-height: clamp(2.2rem, 1.30952vw, 25.14286px); }

.template-giftcertificates_balance .form-label {
  cursor: inherit; }

@media screen and (max-width: 1279px) {
  .template-giftcertificates_balance .form--oneField .form-prefixPostfix.wrap {
    flex-wrap: wrap; } }

@media screen and (max-width: 1279px) {
  .template-giftcertificates_balance .form--oneField .form-prefixPostfix.wrap .form-input {
    order: 0; } }

@media screen and (max-width: 1279px) {
  .template-giftcertificates_balance .form--oneField .form-prefixPostfix.wrap .form-inlineMessage {
    order: 2; } }

@media screen and (max-width: 767px) {
  .template-giftcertificates_balance .form--oneField .form-prefixPostfix.wrap .form-inlineMessage {
    order: 1; } }

@media screen and (max-width: 767px) {
  .template-giftcertificates_balance .form--oneField .form-prefixPostfix.wrap .button {
    order: 2; } }

.template-giftcertificates .form-field--success .form-radio + .form-label::before {
  border-color: black; }

.template-giftcertificates .form-radio:checked + .form-label::before {
  border-color: black;
  background: white; }

.template-giftcertificates .form-radio:checked + .form-label::after {
  background: black;
  border-color: white;
  top: 50%;
  left: clamp(0.6rem, 0.35714vw, 6.85714px);
  transform: translate(0, -50%);
  width: clamp(0.8rem, 0.47619vw, 9.14286px);
  height: clamp(0.8rem, 0.47619vw, 9.14286px);
  transition: none; }
  @media screen and (min-width: 2880px) {
    .template-giftcertificates .form-radio:checked + .form-label::after {
      margin-top: 0; } }

.template-giftcertificates .form-radio + .form-label:last-of-type {
  margin-bottom: 0; }

@media screen and (max-width: 1023px) {
  .template-giftcertificates .form-checkbox + .form-label::before,
  .template-giftcertificates .form-checkbox + .form-label::after {
    top: 0.2rem; } }

/*--- [giftcertificates  page ] ---*/
/* ==================== Forgot-Password-Style ==================== */
@media screen and (max-width: 1023px) {
  .template-forgotpassword .top-banner-section .page-heading {
    padding-top: 0.7rem; } }

.template-forgotpassword .top-banner-section + .container .account {
  margin-top: clamp(3rem, 1.78571vw, 34.28571px); }

@media screen and (min-width: 768px) {
  .template-forgotpassword .form-prefixPostfix .form-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; } }

.template-forgotpassword .form-prefixPostfix--centeredColumn.wrap {
  flex-direction: row;
  -webkit-flex-direction: row; }
  @media screen and (max-width: 1279px) {
    .template-forgotpassword .form-prefixPostfix--centeredColumn.wrap {
      flex-direction: unset;
      flex-wrap: wrap; } }
  .template-forgotpassword .form-prefixPostfix--centeredColumn.wrap .g-recaptcha {
    width: 100%;
    order: 5; }
    @media screen and (max-width: 767px) {
      .template-forgotpassword .form-prefixPostfix--centeredColumn.wrap .g-recaptcha {
        order: 4;
        margin-top: 2rem; } }
    @media screen and (max-width: 767px) {
      .template-forgotpassword .form-prefixPostfix--centeredColumn.wrap .g-recaptcha > div {
        margin-bottom: 0; } }

.forgot-password-form .form-label {
  display: block;
  width: 100%; }
  @media screen and (max-width: 1279px) {
    .forgot-password-form .form-label {
      order: 0; } }

@media screen and (max-width: 1279px) {
  .forgot-password-form .form-input {
    order: 1; } }

@media screen and (max-width: 1279px) {
  .forgot-password-form .form-inlineMessage {
    order: 4; } }

@media screen and (max-width: 767px) {
  .forgot-password-form .form-inlineMessage {
    order: 3; } }

.forgot-password-form .button {
  margin: 0 0 0 clamp(2rem, 1.19048vw, 22.85714px);
  width: auto;
  padding: clamp(1.1rem, 0.65476vw, 12.57143px) clamp(2rem, 1.19048vw, 22.85714px); }
  @media screen and (max-width: 1279px) {
    .forgot-password-form .button {
      order: 3; } }
  @media screen and (max-width: 767px) {
    .forgot-password-form .button {
      margin-top: clamp(2rem, 1.19048vw, 22.85714px);
      width: 100%;
      order: 5;
      margin-left: 0; } }

/* ==================== Forgot-Password-Style ==================== */
.panel--address .form-actions {
  position: static;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .panel--address .form-actions .button {
    width: 50%;
    min-width: max-content;
    margin-bottom: 0; }
    .panel--address .form-actions .button + .button {
      margin-left: 2rem; }

.address-title {
  font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
  font-weight: 600;
  line-height: clamp(1.67rem, 0.99405vw, 19.08571px); }

.addressList {
  margin-bottom: 0; }
  .addressList .panel-body {
    min-height: clamp(26rem, 15.47619vw, 297.14286px);
    margin-bottom: 0; }

.address {
  margin-bottom: 0;
  padding: 0 clamp(1rem, 0.59524vw, 11.42857px); }
  @media screen and (max-width: 1279px) {
    .address {
      margin-bottom: 2rem; } }
  .address:last-of-type {
    margin-bottom: 0; }

.address-details li,
.address-details .address-label,
.address-details .address-description {
  font-size: clamp(1.4rem, 0.83333vw, 16px);
  font-weight: 400;
  line-height: clamp(1.67rem, 0.99405vw, 19.08571px);
  margin-bottom: clamp(1rem, 0.59524vw, 11.42857px); }
  .address-details li:empty,
  .address-details .address-label:empty,
  .address-details .address-description:empty {
    display: none; }

.wishlists-table {
  max-width: 100%; }

.table thead tr th,
.table thead tr td {
  padding: clamp(1.5rem, 0.89286vw, 17.14286px) 0;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.2rem, 0.71429vw, 13.71429px);
  font-weight: 700;
  line-height: normal;
  letter-spacing: clamp(0.12rem, 0.07143vw, 1.37143px);
  text-transform: uppercase; }

.table thead tr th:last-of-type {
  padding-right: clamp(4.5rem, 2.67857vw, 51.42857px); }
  @media screen and (max-width: 1023px) {
    .table thead tr th:last-of-type {
      padding-right: 2rem; } }
  @media screen and (max-width: 767px) {
    .table thead tr th:last-of-type {
      padding-left: 11rem;
      padding-right: 0; } }

.table thead tr td:first-of-type a {
  text-decoration: underline; }

.table tr th,
.table tr td {
  padding: clamp(2rem, 1.19048vw, 22.85714px) 0;
  text-align: left; }

.table .table-tbody tr td:first-of-type a {
  text-decoration: underline; }

.account .table--line tr td + td {
  padding-left: clamp(3.5rem, 2.08333vw, 40px); }
  @media screen and (max-width: 1023px) {
    .account .table--line tr td + td {
      padding-left: 3rem; } }

.wishlist-form {
  max-width: 50%; }
  @media screen and (max-width: 1023px) {
    .wishlist-form {
      max-width: 100%; } }

.wishlist-add .form-checkbox + .form-label:last-child,
.wishlist-add .form-radio + .form-label:last-child {
  margin-bottom: 0;
  line-height: clamp(2.8rem, 1.66667vw, 32px); }

.table-actions .form .button {
  min-width: clamp(12rem, 7.14286vw, 137.14286px); }
  .table-actions .form .button + .button {
    margin-left: clamp(0.7rem, 0.41667vw, 8px); }
    @media screen and (max-width: 767px) {
      .table-actions .form .button + .button {
        margin-top: 1.6rem;
        margin-left: 0; } }

.share-wishlist {
  max-width: 80%; }
  @media screen and (max-width: 1023px) {
    .share-wishlist {
      max-width: 100%; } }
  .share-wishlist + .alertBox {
    margin-bottom: 0; }

.account .productGrid {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .account .productGrid {
      flex-wrap: wrap;
      border-top: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; } }
  .account .productGrid [value="Remove Item"] {
    min-width: 100%; }
  .account .productGrid + .pagination {
    margin-bottom: 0; }

.account .product {
  position: relative; }
  @media screen and (min-width: 2020px) {
    .account .product {
      margin-right: clamp(-0.2rem, -0.11905vw, -2.28571px); } }
  @media screen and (min-width: 2890px) {
    .account .product {
      margin-right: clamp(-0.4rem, -0.2381vw, -4.57143px); } }
  @media screen and (min-width: 2020px) {
    .account .product .sale-flag-side {
      padding: 0.4rem 0.85rem 0.4rem; } }
  @media screen and (max-width: 1023px) {
    .account .product {
      width: auto !important;
      margin-right: 0;
      flex: 1 1 33.3333%;
      max-width: 33.3333%;
      margin-bottom: 0;
      border-right: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
      border-bottom: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 666px) {
    .account .product {
      flex: 1 1 50%;
      max-width: 50%; } }
  .account .product .wishlistbtn {
    display: none; }

.account .card:hover {
  box-shadow: none; }
  .account .card:hover .wishlistbtn,
  .account .card:hover .compare-btn {
    display: none; }

@media screen and (max-width: 767px) {
  .account .card .card-figure {
    padding: 3.2rem 2.7rem 0.4rem; } }

.account .card .card-text {
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.template-wishlists form {
  margin-bottom: 0; }

.template-wishlist .productGrid {
  margin-top: clamp(3rem, 1.78571vw, 34.28571px); }

.template-wishlist .card {
  height: auto; }

.template-wishlist .card-title {
  min-height: clamp(6rem, 3.57143vw, 68.57143px); }

.template-wishlist .product {
  position: relative; }

.template-wishlist .form.remove-wish {
  position: absolute;
  top: clamp(0.5rem, 0.29762vw, 5.71429px);
  right: clamp(2rem, 1.19048vw, 22.85714px);
  z-index: 99; }
  @media screen and (max-width: 1023px) {
    .template-wishlist .form.remove-wish {
      right: 1.5rem; } }
  .template-wishlist .form.remove-wish .icon {
    width: clamp(1.5rem, 0.89286vw, 17.14286px);
    height: clamp(1.5rem, 0.89286vw, 17.14286px); }
    .template-wishlist .form.remove-wish .icon:hover svg {
      fill: #f15904; }
      @media screen and (max-width: 1023px) {
        .template-wishlist .form.remove-wish .icon:hover svg {
          fill: black; } }
    .template-wishlist .form.remove-wish .icon svg {
      fill: black; }

@media screen and (max-width: 1023px) {
  .template-wishlist .top-banner-section + .container,
  .template-account_recentitems .top-banner-section + .container {
    padding: 0; } }

@media screen and (max-width: 1023px) {
  .template-wishlist .top-banner-section + .container .share-wishlist,
  .template-account_recentitems .top-banner-section + .container .share-wishlist {
    padding: 0 2rem; } }

.template-wishlist .card-figure,
.template-account_recentitems .card-figure {
  margin-left: 0;
  margin-right: 0; }

.template-wishlist .card-title,
.template-account_recentitems .card-title {
  height: 100%;
  display: flex; }

.template-wishlist .productGrid,
.template-account_recentitems .productGrid {
  flex-wrap: wrap; }

.template-wishlist .product,
.template-account_recentitems .product {
  width: 25%; }
  @media screen and (max-width: 1023px) {
    .template-wishlist .product,
    .template-account_recentitems .product {
      width: 33.3333%; } }
  @media screen and (max-width: 666px) {
    .template-wishlist .product,
    .template-account_recentitems .product {
      width: 50%; } }

@media screen and (max-width: 1279px) {
  .blog-main-section .container {
    padding: 0 2rem; } }

.blog-main-section .blog-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media screen and (max-width: 1279px) {
    .blog-main-section .blog-list {
      margin-bottom: 5rem; } }
  .blog-main-section .blog-list .blog {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%; }
    .blog-main-section .blog-list .blog-item {
      width: 25%;
      position: relative;
      margin-right: clamp(-0.1rem, -0.05952vw, -1.14286px);
      margin-bottom: clamp(-0.1rem, -0.05952vw, -1.14286px); }
      @media screen and (min-width: 2890px) {
        .blog-main-section .blog-list .blog-item {
          margin-right: -0.3rem;
          margin-bottom: -0.3rem; } }
      @media screen and (max-width: 1279px) {
        .blog-main-section .blog-list .blog-item {
          width: 33.33%; } }
      @media screen and (max-width: 1023px) {
        .blog-main-section .blog-list .blog-item {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .blog-main-section .blog-list .blog-item {
          width: 100%; } }
      @media screen and (min-width: 1025px) {
        .blog-main-section .blog-list .blog-item:hover .blog-title a {
          text-decoration: underline;
          text-underline-offset: clamp(0.3rem, 0.17857vw, 3.42857px); } }
      .blog-main-section .blog-list .blog-item::after {
        content: "";
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
        opacity: 1;
        z-index: 11;
        pointer-events: none;
        transition: 0.45s ease-in-out; }
    @media screen and (max-width: 1279px) {
      .blog-main-section .blog-list .blog-post-figure {
        height: 18.438vw; } }
    @media screen and (max-width: 1023px) {
      .blog-main-section .blog-list .blog-post-figure {
        height: 23.438vw; } }
    @media screen and (max-width: 767px) {
      .blog-main-section .blog-list .blog-post-figure {
        height: 48.4vw; } }
    .blog-main-section .blog-list .blog-thumbnail {
      aspect-ratio: 360 / 180;
      margin: 0;
      width: 100%; }
    .blog-main-section .blog-list .blog-header {
      margin-bottom: clamp(1rem, 0.59524vw, 11.42857px); }
    .blog-main-section .blog-list .blog-date {
      margin-bottom: 0;
      margin-top: clamp(1rem, 0.59524vw, 11.42857px);
      font-size: clamp(1.3rem, 0.77381vw, 14.85714px);
      line-height: clamp(1.6rem, 0.95238vw, 18.28571px); }
      @media screen and (max-width: 1023px) {
        .blog-main-section .blog-list .blog-date {
          text-align: center; } }
    .blog-main-section .blog-list .blog .pdp-social-links {
      margin: 0; }

.blog-main-section .blog-post-figure {
  width: 100%; }

.blog-main-section .blog-thumbnail {
  max-width: 100%;
  margin-bottom: 0; }
  .blog-main-section .blog-thumbnail a {
    display: block;
    height: 100%;
    width: 100%; }
  .blog-main-section .blog-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.blog-main-section .blog-post + .tags,
.blog-main-section .blog-post + .pdp-social-links {
  margin-top: clamp(3rem, 1.78571vw, 34.28571px); }

.blog-main-section .blog-header {
  margin-bottom: clamp(2rem, 1.19048vw, 22.85714px); }
  @media screen and (max-width: 767px) {
    .blog-main-section .blog-header {
      margin-bottom: 1rem; } }

.blog-main-section .blog-date, .blog-main-section .blog-author {
  text-align: left;
  color: black; }

.blog-main-section .blog .tags {
  margin-bottom: 3rem;
  margin-top: 0; }
  @media screen and (max-width: 1023px) {
    .blog-main-section .blog .tags {
      margin-bottom: 0; } }

.blog-main-section .blog .pdp-social-links {
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .blog-main-section .blog .pdp-social-links:empty {
    display: none; }
  .blog-main-section .blog .pdp-social-links .socialLinks-item .icon {
    width: 1.6rem;
    height: 1.6rem; }

.blog-main-section .tag {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding: 0 clamp(0.7rem, 0.41667vw, 8px); }
  @media screen and (max-width: 767px) {
    .blog-main-section .tag {
      font-size: 1.4rem; } }
  .blog-main-section .tag a {
    color: white;
    background-color: black;
    min-width: max-content;
    padding: clamp(1.2rem, 0.71429vw, 13.71429px) clamp(2rem, 1.19048vw, 22.85714px); }
    @media screen and (max-width: 1023px) {
      .blog-main-section .tag a {
        padding: 0.8rem 2.2rem 0.6rem; } }
    .blog-main-section .tag a:hover {
      color: white;
      background-color: #f15904; }

@media screen and (max-width: 1023px) {
  .blog-socialLink {
    margin-bottom: 1rem; } }

.blog-socialLink .socialLinks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .blog-socialLink .socialLinks .icon {
    position: relative; }
    .blog-socialLink .socialLinks .icon::before {
      position: absolute;
      content: "";
      display: inline-block;
      background: #0e4f9d;
      border: 0; }
      @media screen and (max-width: 1023px) {
        .blog-socialLink .socialLinks .icon::before {
          display: none; } }
    .blog-socialLink .socialLinks .icon:hover svg {
      fill: white;
      z-index: 10; }
      @media screen and (max-width: 1023px) {
        .blog-socialLink .socialLinks .icon:hover svg {
          fill: #0e4f9d; } }
    .blog-socialLink .socialLinks .icon svg {
      fill: #0e4f9d; }
  .blog-socialLink .socialLinks .socialLinks-item--pinterest {
    width: auto; }

@media screen and (max-width: 1023px) {
  .template-blog .top-banner-section .page-heading {
    padding-top: 1.2rem; } }

@media screen and (max-width: 1023px) {
  .template-blog .pagination {
    padding: 0; } }

.template-blog .top-banner-section {
  margin-bottom: clamp(3rem, 1.78571vw, 34.28571px); }
  @media screen and (max-width: 1279px) {
    .template-blog .top-banner-section {
      margin-bottom: 2rem; } }

.template-blog_post .tags-home {
  display: none; }

.template-blog_post .blog-main-section .blog-post-figure {
  min-height: 40.714vw; }
  @media screen and (max-width: 1023px) {
    .template-blog_post .blog-main-section .blog-post-figure {
      min-height: 35.438vw; } }
  @media screen and (max-width: 767px) {
    .template-blog_post .blog-main-section .blog-post-figure {
      min-height: 45.469vw; } }

.template-blog_post .blog-header {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.template-blog_post .blog-post-figure + .blog-post-body {
  margin-top: clamp(2rem, 1.19048vw, 22.85714px); }

.template-blog_post .blog-post-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0; }
  @media screen and (max-width: 1279px) {
    .template-blog_post .blog-post-body h1,
    .template-blog_post .blog-post-body .h1,
    .template-blog_post .blog-post-body h2,
    .template-blog_post .blog-post-body .h2,
    .template-blog_post .blog-post-body h3,
    .template-blog_post .blog-post-body .h3,
    .template-blog_post .blog-post-body h4,
    .template-blog_post .blog-post-body .h4,
    .template-blog_post .blog-post-body h5,
    .template-blog_post .blog-post-body .h5,
    .template-blog_post .blog-post-body h6,
    .template-blog_post .blog-post-body .h6 {
      margin-bottom: 1.5rem; } }

.template-blog_post .blog-title {
  font-size: 3.2rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2rem; }
  @media screen and (max-width: 767px) {
    .template-blog_post .blog-title {
      font-size: 2.4rem; } }

.template-blog_post .top-banner-section {
  margin-bottom: clamp(3rem, 1.78571vw, 34.28571px); }
  @media screen and (max-width: 1279px) {
    .template-blog_post .top-banner-section {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 1279px) {
    .template-blog_post .top-banner-section + .container {
      padding: 0 2rem; } }

@media screen and (max-width: 1279px) {
  .template-blog_post .blog-main-section .blog-post {
    margin-bottom: 4.5rem; } }

@media screen and (max-width: 1023px) {
  .template-blog_post .blog-main-section .blog-post {
    text-align: left; } }

@media screen and (max-width: 1023px) {
  .template-blog_post .blog-main-section .blog-post a {
    text-align: left;
    display: inherit;
    width: auto; } }

.template-blog_post table tr td:has(> img) {
  padding-left: 0; }

.tags-home {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex: none; }
  .tags-home li {
    margin: 0; }
    .tags-home li + li {
      margin-left: clamp(1rem, 0.59524vw, 11.42857px); }
  .tags-home .blog-tag {
    font-size: clamp(1.2rem, 0.71429vw, 13.71429px);
    font-weight: 700;
    line-height: normal;
    color: black;
    text-transform: capitalize;
    display: inline-block;
    padding: clamp(0.2rem, 0.11905vw, 2.28571px) clamp(0.9rem, 0.53571vw, 10.28571px);
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid black;
    border-radius: clamp(10rem, 5.95238vw, 114.28571px);
    margin-bottom: clamp(1.3rem, 0.77381vw, 14.85714px);
    width: max-content; }
    @media screen and (max-width: 1023px) {
      .tags-home .blog-tag {
        margin-bottom: 1rem;
        padding: 0.2rem 0.75rem; } }

.top-banner-section {
  background-color: #fbfbfb;
  padding-left: 7.142%;
  padding-right: 7.142%; }
  @media screen and (max-width: 1279px) {
    .top-banner-section {
      padding: 0 2rem; } }
  @media screen and (max-width: 1279px) {
    .top-banner-section.no-image .left-content {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 1023px) {
    .top-banner-section.no-image .left-content {
      padding-left: 2rem;
      padding-right: 2rem;
      width: 100%; } }
  .top-banner-section.image-banner {
    padding-left: 7.142%;
    padding-right: 0; }
    @media screen and (max-width: 1279px) {
      .top-banner-section.image-banner {
        padding-left: 2rem; } }
    @media screen and (max-width: 1023px) {
      .top-banner-section.image-banner {
        padding: 0;
        flex-direction: column-reverse;
        position: relative; } }
    .top-banner-section.image-banner .image-block {
      position: relative;
      background-repeat: no-repeat;
      object-fit: cover;
      background-size: cover;
      background-position: right;
      width: 100%;
      height: 100%;
      background-position: center center; }
      @media screen and (max-width: 1680px) {
        .top-banner-section.image-banner .image-block {
          height: 100%; } }
      @media screen and (max-width: 1023px) {
        .top-banner-section.image-banner .image-block {
          width: 100vw;
          height: 38.164vw; } }
      @media screen and (max-width: 767px) {
        .top-banner-section.image-banner .image-block {
          width: 100vw;
          height: 38.164vw; } }
    .top-banner-section.image-banner .left-content {
      width: calc(100% - 38.214vw); }
      @media screen and (max-width: 1279px) {
        .top-banner-section.image-banner .left-content {
          padding-left: 0;
          padding-right: 0; } }
      @media screen and (max-width: 1023px) {
        .top-banner-section.image-banner .left-content {
          padding-left: 2rem;
          padding-right: 2rem;
          width: 100%; } }
    .top-banner-section.image-banner .right-image {
      width: 38.214vw; }
      @media screen and (max-width: 1023px) {
        .top-banner-section.image-banner .right-image {
          width: 100%;
          overflow: hidden; } }
    .top-banner-section.image-banner .description-box {
      margin-bottom: clamp(4rem, 2.38095vw, 45.71429px);
      margin-right: clamp(7.5rem, 4.46429vw, 85.71429px); }
      @media screen and (max-width: 1680px) {
        .top-banner-section.image-banner .description-box {
          margin-right: clamp(6.5rem, 3.86905vw, 74.28571px); } }
      @media screen and (max-width: 1023px) {
        .top-banner-section.image-banner .description-box {
          text-align: center;
          margin-right: 0;
          margin-bottom: 3.2rem;
          padding: 0 0.7rem; } }
    .top-banner-section.image-banner:has(.description-box) .page-heading {
      margin-bottom: clamp(1.5rem, 0.89286vw, 17.14286px);
      padding-bottom: 0; }
      @media screen and (max-width: 1023px) {
        .top-banner-section.image-banner:has(.description-box) .page-heading {
          text-align: center;
          margin-bottom: clamp(1.1rem, 0.65476vw, 12.57143px);
          padding-top: 3.2rem; } }
  .top-banner-section .cat-description:empty {
    display: none; }
  .top-banner-section:has(.description-box) .page-heading {
    margin-bottom: clamp(1.5rem, 0.89286vw, 17.14286px);
    padding-bottom: 0;
    padding-top: 1.2rem; }
    @media screen and (max-width: 1023px) {
      .top-banner-section:has(.description-box) .page-heading {
        text-align: center;
        margin-bottom: 1rem; } }
  .top-banner-section ul + .read-more {
    padding-left: 0; }
  .top-banner-section .read-more {
    padding-left: 0;
    cursor: pointer;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    color: black;
    padding-left: clamp(1.2rem, 0.71429vw, 13.71429px);
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px); }
    .top-banner-section .read-more::after {
      content: "";
      display: inline-block;
      width: clamp(1rem, 0.59524vw, 11.42857px);
      height: clamp(1rem, 0.59524vw, 11.42857px);
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.76562 6.76562V10.7617H6.76562V6.76562H10.7635V4.76562H6.76562V0.763874H4.76562V4.76562H0.765625V6.76562H4.76562Z' fill='%23D35D31'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      object-fit: cover;
      background-size: contain;
      margin-left: clamp(0.9rem, 0.53571vw, 10.28571px);
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); }
    .top-banner-section .read-more:hover {
      color: #0e4f9d; }
      .top-banner-section .read-more:hover::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.76562 6.76562V10.7617H6.76562V6.76562H10.7635V4.76562H6.76562V0.763874H4.76562V4.76562H0.765625V6.76562H4.76562Z' fill='%2321397D'/%3E%3C/svg%3E"); }
    .top-banner-section .read-more.read-less::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2' viewBox='0 0 10 2' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 -0.000244141H9.99784V1.99976H0V-0.000244141Z' fill='%23D35D31'/%3E%3C/svg%3E");
      background-position: center;
      height: clamp(0.2rem, 0.11905vw, 2.28571px);
      margin-top: clamp(0.1rem, 0.05952vw, 1.14286px); }
    .top-banner-section .read-more.read-less:hover::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2' viewBox='0 0 10 2' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 -0.000244141H9.99784V1.99976H0V-0.000244141Z' fill='%2321397D'/%3E%3C/svg%3E"); }
  .top-banner-section .page-heading {
    padding-top: clamp(1.2rem, 0.71429vw, 13.71429px);
    padding-bottom: clamp(4rem, 2.38095vw, 45.71429px);
    margin-bottom: 0; }
    @media screen and (max-width: 1023px) {
      .top-banner-section .page-heading {
        text-align: center;
        padding-top: 3.2rem; } }

.category-header-image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.description-box {
  margin-bottom: clamp(4rem, 2.38095vw, 45.71429px); }
  @media screen and (max-width: 1023px) {
    .description-box {
      text-align: center;
      margin-right: 0;
      margin-bottom: 4.6rem; } }
  .description-box:has(.hidden-content) .cat-content-box {
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    overflow: inherit;
    text-overflow: ellipsis;
    display: inherit; }
  .description-box .cat-content-box {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; }
  .description-box h2,
  .description-box .h2,
  .description-box h3,
  .description-box .h3,
  .description-box h4,
  .description-box .h4,
  .description-box h5,
  .description-box .h5,
  .description-box h6,
  .description-box .h6 {
    margin-bottom: clamp(1rem, 0.59524vw, 11.42857px); }
  .description-box h2,
  .description-box .h2 {
    margin-bottom: 1.4rem; }
  .description-box p,
  .description-box div {
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
    font-weight: 400;
    line-height: clamp(2.56rem, 1.52381vw, 29.25714px);
    text-transform: none !important; }
  .description-box ul {
    margin-left: 0;
    margin-top: clamp(1rem, 0.59524vw, 11.42857px);
    list-style: none; }
    .description-box ul li {
      font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
      font-weight: 400;
      line-height: clamp(2.56rem, 1.52381vw, 29.25714px); }

.cat-description-two {
  display: none; }
  .cat-description-two p:last-of-type,
  .cat-description-two div:last-of-type {
    content: "";
    display: contents; }

/*==============[ cat guarantee-bar  ]================*/
.cat-guarantee .guarantee-bar {
  background-color: #f2f2f2;
  padding: 0; }

.cat-guarantee .guarantee-item {
  padding: clamp(1.1rem, 0.65476vw, 12.57143px) 0; }
  @media screen and (max-width: 1279px) {
    .cat-guarantee .guarantee-item {
      padding: 1.35rem 0; } }
  @media screen and (max-width: 1023px) {
    .cat-guarantee .guarantee-item {
      padding: 1.35rem 0 1.35rem; } }

.cat-guarantee .guarantee-wrap p {
  color: #0e4f9d;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  line-height: clamp(1.76rem, 1.04762vw, 20.11429px);
  letter-spacing: clamp(0.08rem, 0.04762vw, 0.91429px);
  text-transform: uppercase; }
  @media screen and (max-width: 1279px) {
    .cat-guarantee .guarantee-wrap p {
      margin: 0 4rem;
      text-align: center;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.65rem;
      letter-spacing: 0.075rem;
      text-transform: uppercase; } }
  @media screen and (max-width: 767px) {
    .cat-guarantee .guarantee-wrap p {
      margin: 0 6rem; } }
  @media screen and (max-width: 412px) {
    .cat-guarantee .guarantee-wrap p {
      font-size: 1.3rem; } }

@media screen and (max-width: 1279px) {
  .cat-guarantee .guarantee-wrap .guarantee-icon {
    display: none; } }

.cat-guarantee .guarantee-wrap svg {
  fill: #0e4f9d; }

.cat-guarantee .guarantee-slider .slick-arrow:hover svg {
  fill: #f15904; }
  @media screen and (max-width: 1023px) {
    .cat-guarantee .guarantee-slider .slick-arrow:hover svg {
      fill: #0e4f9d; } }

.cat-guarantee .guarantee-slider .slick-arrow svg {
  fill: #0e4f9d; }

/*==============[ cat guarantee-bar  ]================*/
/*--- [ Category Sidebar Option ] ----*/
/*--- [ Sub Category Sidebar ] ----*/
.no-cat-product {
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  font-weight: 400;
  line-height: clamp(1.92rem, 1.14286vw, 21.94286px);
  color: black;
  margin-top: clamp(1.8rem, 1.07143vw, 20.57143px); }
  @media screen and (max-width: 1279px) {
    .no-cat-product {
      text-align: center;
      padding: 0 2rem; } }

.navsubList-item {
  margin-bottom: clamp(0.7rem, 0.41667vw, 8px); }
  .navsubList-item:last-of-type {
    margin-bottom: 0; }

.navList-action {
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  font-weight: 400;
  line-height: clamp(1.92rem, 1.14286vw, 21.94286px);
  color: black;
  text-transform: capitalize; }
  @media screen and (max-width: 1023px) {
    .navList-action {
      font-size: 1.4rem; } }
  @media screen and (min-width: 1025px) {
    .navList-action:hover {
      color: #0e4f9d; } }

.sidebarBlock.categorysidebar {
  display: none; }

.sidebarBlock.categorysidebar:has(> .navList li) {
  display: block; }

.navigation-treeview {
  margin-left: 0;
  margin-bottom: clamp(3.2rem, 1.90476vw, 36.57143px);
  list-style: none; }
  @media screen and (max-width: 1279px) {
    .navigation-treeview {
      margin-bottom: 0; } }
  .navigation-treeview a {
    position: relative;
    margin-right: 3rem; }
    @media screen and (max-width: 1439px) {
      .navigation-treeview a {
        margin-right: 3rem; } }
  .navigation-treeview .navsubList-item {
    position: relative; }
    .navigation-treeview .navsubList-item:hover > .icon.icon-cat {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.76562 6.76562V10.7617H6.76562V6.76562H10.7635V4.76562H6.76562V0.763874H4.76562V4.76562H0.765625V6.76562H4.76562Z' fill='%23D35D31'/%3E%3C/svg%3E"); }
      @media screen and (max-width: 1023px) {
        .navigation-treeview .navsubList-item:hover > .icon.icon-cat {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.76562 6.76562V10.7617H6.76562V6.76562H10.7635V4.76562H6.76562V0.763874H4.76562V4.76562H0.765625V6.76562H4.76562Z' fill='%2321397D'/%3E%3C/svg%3E"); } }
      .navigation-treeview .navsubList-item:hover > .icon.icon-cat.is-active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2' viewBox='0 0 10 2' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 -0.000244141H9.99784V1.99976H0V-0.000244141Z' fill='%2321397D'/%3E%3C/svg%3E"); }
        @media screen and (max-width: 1023px) {
          .navigation-treeview .navsubList-item:hover > .icon.icon-cat.is-active {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2' viewBox='0 0 10 2' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 -0.000244141H9.99784V1.99976H0V-0.000244141Z' fill='%23D35D31'/%3E%3C/svg%3E"); } }
    .navigation-treeview .navsubList-item .icon.icon-cat {
      position: absolute;
      right: 0rem;
      width: clamp(1rem, 0.59524vw, 11.42857px);
      height: clamp(1rem, 0.59524vw, 11.42857px);
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.76562 6.76562V10.7617H6.76562V6.76562H10.7635V4.76562H6.76562V0.763874H4.76562V4.76562H0.765625V6.76562H4.76562Z' fill='%2321397D'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      top: clamp(0.6rem, 0.35714vw, 6.85714px);
      right: clamp(0.3rem, 0.17857vw, 3.42857px); }
      .navigation-treeview .navsubList-item .icon.icon-cat:hover {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.76562 6.76562V10.7617H6.76562V6.76562H10.7635V4.76562H6.76562V0.763874H4.76562V4.76562H0.765625V6.76562H4.76562Z' fill='%23D35D31'/%3E%3C/svg%3E");
        cursor: pointer; }
        @media screen and (max-width: 1023px) {
          .navigation-treeview .navsubList-item .icon.icon-cat:hover {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.76562 6.76562V10.7617H6.76562V6.76562H10.7635V4.76562H6.76562V0.763874H4.76562V4.76562H0.765625V6.76562H4.76562Z' fill='%2321397D'/%3E%3C/svg%3E"); } }
      .navigation-treeview .navsubList-item .icon.icon-cat.is-active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2' viewBox='0 0 10 2' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 -0.000244141H9.99784V1.99976H0V-0.000244141Z' fill='%23D35D31'/%3E%3C/svg%3E"); }
        .navigation-treeview .navsubList-item .icon.icon-cat.is-active:hover {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2' viewBox='0 0 10 2' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 -0.000244141H9.99784V1.99976H0V-0.000244141Z' fill='%2321397D'/%3E%3C/svg%3E"); }
          @media screen and (max-width: 1023px) {
            .navigation-treeview .navsubList-item .icon.icon-cat.is-active:hover {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2' viewBox='0 0 10 2' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 -0.000244141H9.99784V1.99976H0V-0.000244141Z' fill='%23D35D31'/%3E%3C/svg%3E"); } }

.inner-category {
  padding-left: clamp(1rem, 0.59524vw, 11.42857px);
  overflow: hidden;
  display: none;
  list-style: none;
  margin-top: clamp(1rem, 0.59524vw, 11.42857px); }

.navList .navList-sub .navList-item {
  margin-bottom: clamp(0.9rem, 0.53571vw, 10.28571px); }
  .navList .navList-sub .navList-item:last-child {
    margin-bottom: 0; }
  .navList .navList-sub .navList-item ul.inner-category {
    margin-top: clamp(1rem, 0.59524vw, 11.42857px);
    margin-bottom: clamp(1rem, 0.59524vw, 11.42857px); }

.navList .navList-sub h2 {
  margin: 0;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 0; }

/*--- [ Category Sidebar Option ] ----*/
/*--- [ Category Sidebar Slider Part ] ----*/
.cat-learn-block {
  margin-top: clamp(2.5rem, 1.4881vw, 28.57143px); }
  @media screen and (max-width: 1279px) {
    .cat-learn-block {
      display: none; } }

.learn-block-slider {
  padding-bottom: 6rem; }
  @media screen and (max-width: 1279px) {
    .learn-block-slider {
      padding: 0 1rem;
      padding-bottom: 0; } }
  @media screen and (max-width: 1023px) {
    .learn-block-slider.slick-slider {
      margin-bottom: 5rem; } }
  .learn-block-slider .slick-dots {
    position: static;
    margin-top: clamp(3.6rem, 2.14286vw, 41.14286px); }
    @media screen and (max-width: 1023px) {
      .learn-block-slider .slick-dots {
        margin-bottom: 0; } }
  .learn-block-slider:has(.slick-dots) {
    padding-bottom: 0; }
  .learn-block-slider.slick-initialized .learn-block-item {
    display: block; }
    @media screen and (max-width: 1279px) {
      .learn-block-slider.slick-initialized .learn-block-item {
        padding: 0 1rem; } }

.learn-block-item {
  position: relative;
  height: auto;
  display: none; }

.cat-sidebar-img {
  position: relative;
  height: 100%; }
  @media screen and (min-width: 1025px) {
    .cat-sidebar-img {
      aspect-ratio: 340/418; } }
  @media screen and (max-width: 1023px) {
    .cat-sidebar-img {
      height: 41.8rem; } }
  .cat-sidebar-img::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 15%;
    right: 0;
    width: 100%;
    opacity: 0.85;
    background: linear-gradient(180deg, rgba(31, 31, 31, 0) 14.46%, #000000 54.66%); }
  .cat-sidebar-img img {
    height: 100%;
    object-fit: cover; }
    @media screen and (min-width: 1025px) {
      .cat-sidebar-img img {
        aspect-ratio: 340/418; } }

.cat-sidebar-content {
  position: absolute;
  left: clamp(2.3rem, 1.36905vw, 26.28571px);
  right: clamp(2.3rem, 1.36905vw, 26.28571px);
  bottom: clamp(2.5rem, 1.4881vw, 28.57143px);
  z-index: 99; }
  @media screen and (max-width: 1279px) {
    .cat-sidebar-content {
      left: 3rem;
      right: 3rem; } }
  .cat-sidebar-content .cat-learn-heading {
    color: white;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(2.8rem, 1.66667vw, 32px);
    font-weight: 700;
    line-height: clamp(2.8rem, 1.66667vw, 32px);
    text-transform: uppercase;
    margin-bottom: clamp(1.1rem, 0.65476vw, 12.57143px);
    display: block;
    margin-left: clamp(1.7rem, 1.0119vw, 19.42857px); }
    @media screen and (max-width: 1365px) {
      .cat-sidebar-content .cat-learn-heading {
        font-size: 2.2rem;
        line-height: 2.2rem;
        margin-left: 0; } }
    @media screen and (max-width: 1279px) {
      .cat-sidebar-content .cat-learn-heading {
        font-size: 2.8rem;
        line-height: 2.8rem;
        margin-left: 1.7rem; } }
  .cat-sidebar-content p {
    color: white;
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
    line-height: clamp(2.56rem, 1.52381vw, 29.25714px);
    font-weight: 400;
    margin-bottom: clamp(2.3rem, 1.36905vw, 26.28571px);
    margin-left: clamp(1.7rem, 1.0119vw, 19.42857px); }
    @media screen and (max-width: 1365px) {
      .cat-sidebar-content p {
        font-size: 1.4rem;
        line-height: 1.96rem;
        margin-left: 0; } }
    @media screen and (max-width: 1279px) {
      .cat-sidebar-content p {
        font-size: 1.6rem;
        line-height: 2.56rem;
        margin-left: 1.7rem; } }
  .cat-sidebar-content .button {
    white-space: wrap;
    z-index: 99;
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
    padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(2rem, 1.19048vw, 22.85714px);
    background-color: transparent;
    color: white;
    font-weight: 700;
    width: 100%;
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid white; }
    @media screen and (max-width: 1580px) {
      .cat-sidebar-content .button {
        font-size: 1.4rem; } }
    @media screen and (max-width: 1365px) {
      .cat-sidebar-content .button {
        padding: 1rem;
        font-size: 1.2rem; } }
    @media screen and (max-width: 1279px) {
      .cat-sidebar-content .button {
        padding: 1.7rem 2rem;
        font-size: 1.6rem; } }
    @media screen and (min-width: 1025px) {
      .cat-sidebar-content .button:hover {
        background-color: #f15904;
        color: white;
        border-color: #f15904; } }

.mobile-cat-sidebar {
  display: none; }
  @media screen and (max-width: 1279px) {
    .mobile-cat-sidebar {
      display: block; } }
  @media screen and (max-width: 1279px) {
    .mobile-cat-sidebar .cat-learn-block {
      display: block; } }

/*--- [ Category Sidebar Slider Part ] ----*/
/*--- [sort box Actionbar] ---*/
.filter-block {
  margin-bottom: clamp(1.5rem, 0.89286vw, 17.14286px); }
  @media screen and (max-width: 1279px) {
    .filter-block {
      -webkit-justify-content: center;
      justify-content: center;
      margin-top: 1.6rem;
      margin-bottom: 0; } }

.actionBar {
  margin: 0; }
  @media screen and (max-width: 767px) {
    .actionBar.show-product {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .actionBar:not(.show-product) {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .actionBar + .actionBar {
      width: 50%; } }
  .actionBar-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media screen and (max-width: 1279px) {
      .actionBar-wrap {
        padding: 0 4rem;
        -webkit-justify-content: center;
        justify-content: center; } }
    .actionBar-wrap .select2-results {
      max-height: none;
      overflow: visible;
      height: auto; }
    .actionBar-wrap .left-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .actionBar-wrap .left-content {
          -webkit-justify-content: center;
          justify-content: center;
          width: 100%; } }
      .actionBar-wrap .left-content .get-count {
        color: black;
        font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
        font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
        font-weight: 700;
        line-height: normal; }
        @media screen and (max-width: 1279px) {
          .actionBar-wrap .left-content .get-count {
            margin-bottom: 2.1rem; } }
        .actionBar-wrap .left-content .get-count span {
          margin-right: clamp(0.3rem, 0.17857vw, 3.42857px); }
  .actionBar-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1279px) {
      .actionBar-left {
        display: none; } }
    .actionBar-left + .actionBar {
      margin-left: clamp(2.4rem, 1.42857vw, 27.42857px); }
      .actionBar-left + .actionBar + .product-short {
        margin-left: clamp(2.4rem, 1.42857vw, 27.42857px); }
        @media screen and (max-width: 1279px) {
          .actionBar-left + .actionBar + .product-short {
            display: none; } }
  .actionBar-section {
    float: right; }
    @media screen and (max-width: 767px) {
      .actionBar-section {
        width: 100%; } }
    .actionBar-section .form-field {
      cursor: pointer;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin-bottom: 0;
      border: 0;
      background: none;
      border-radius: 0;
      position: relative;
      padding: 0; }
      .actionBar-section .form-field:hover {
        border-color: #f15904; }
        @media screen and (max-width: 767px) {
          .actionBar-section .form-field:hover {
            border-color: #e5e5e5; } }
    .actionBar-section .form-label {
      color: black;
      margin: 0;
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
      font-size: clamp(1.4rem, 0.83333vw, 16px);
      line-height: normal;
      font-weight: 500;
      z-index: 1;
      padding: 0;
      padding: clamp(1.6rem, 0.95238vw, 18.28571px) clamp(0.5rem, 0.29762vw, 5.71429px) clamp(1.6rem, 0.95238vw, 18.28571px) clamp(1.5rem, 0.89286vw, 17.14286px);
      min-width: max-content;
      text-transform: capitalize;
      display: none; }
      @media screen and (max-width: 767px) {
        .actionBar-section .form-label {
          margin-right: 0; } }
    .actionBar-section .form-select {
      border-radius: 0;
      border: 0;
      padding: clamp(1.6rem, 0.95238vw, 18.28571px) clamp(3.6rem, 2.14286vw, 41.14286px) clamp(1.6rem, 0.95238vw, 18.28571px) clamp(2rem, 1.19048vw, 22.85714px);
      font-size: clamp(1.4rem, 0.83333vw, 16px);
      line-height: normal;
      font-weight: 500;
      color: black;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.91606 0.234131L6.50014 4.40148L11.0842 0.234131L12.7659 2.08398L7.34098 7.01573C6.86421 7.44916 6.13608 7.44916 5.6593 7.01573L0.234375 2.08398L1.91606 0.234131Z' fill='%231F1F1F'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: 1rem auto;
      background-position: top 50% right 12%;
      height: auto;
      background: rgba(242, 242, 242, 0.4);
      text-transform: capitalize;
      background: none;
      min-width: clamp(17.3rem, 10.29762vw, 197.71429px); }
    .actionBar-section .select2-container {
      min-width: inherit; }
      .actionBar-section .select2-container .select2-selection--single {
        border-radius: 0;
        border: 0;
        padding: clamp(1.6rem, 0.95238vw, 18.28571px) clamp(2rem, 1.19048vw, 22.85714px) clamp(1.6rem, 0.95238vw, 18.28571px) clamp(2rem, 1.19048vw, 22.85714px);
        font-weight: 500;
        background: rgba(242, 242, 242, 0.4);
        font-size: clamp(1.4rem, 0.83333vw, 16px);
        line-height: clamp(1.83rem, 1.08929vw, 20.91429px);
        font-weight: 500;
        text-transform: capitalize; }
        @media screen and (max-width: 1023px) {
          .actionBar-section .select2-container .select2-selection--single .select2-selection__arrow {
            right: 1.6rem; } }
        .actionBar-section .select2-container .select2-selection--single .select2-selection__arrow b {
          height: clamp(0.8rem, 0.47619vw, 9.14286px);
          width: clamp(1.3rem, 0.77381vw, 14.85714px);
          margin-top: clamp(0.1rem, 0.05952vw, 1.14286px); }
          @media screen and (max-width: 1279px) {
            .actionBar-section .select2-container .select2-selection--single .select2-selection__arrow b {
              margin-top: 0; } }
        .actionBar-section .select2-container .select2-selection--single .select2-selection__rendered {
          width: clamp(10.6rem, 6.30952vw, 121.14286px);
          margin-right: clamp(2.7rem, 1.60714vw, 30.85714px); }
      .actionBar-section .select2-container .select2-results__option {
        font-weight: 500;
        text-transform: capitalize; }
      .actionBar-section .select2-container--open .select2-selection__arrow b {
        transform: rotate(-180deg); }
      .actionBar-section .select2-container--open .select2-dropdown {
        border-radius: 0;
        margin-top: 0;
        z-index: 9999;
        border: 0;
        background-color: #f2f2f2; }
    .actionBar-section.action-product .select2-container .select2-selection--single .select2-selection__rendered {
      width: clamp(12rem, 7.14286vw, 137.14286px);
      margin-right: clamp(2.7rem, 1.60714vw, 30.85714px); }
    .actionBar-section .select2-container.select2-container--open:not(.select2) {
      min-width: 100%;
      left: 0 !important; }
      .actionBar-section .select2-container.select2-container--open:not(.select2) .select2-dropdown {
        min-width: 100%; }
    .actionBar-section .select2-results__option {
      font-size: clamp(1.4rem, 0.83333vw, 16px); }
  @media screen and (max-width: 767px) {
    .actionBar-right-content {
      flex-direction: row-reverse; } }
  .actionBar.show-product {
    margin-right: 0; }
    @media screen and (max-width: 1279px) {
      .actionBar.show-product {
        display: none; } }
    @media screen and (max-width: 767px) {
      .actionBar.show-product {
        margin-right: 0;
        border-left: 0; } }
    @media screen and (max-width: 767px) {
      .actionBar.show-product .form-field {
        border-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; } }
    .actionBar.show-product .form-label {
      min-width: clamp(3.5rem, 2.08333vw, 40px);
      margin-right: 0; }
  @media screen and (max-width: 767px) {
    .actionBar + .actionBar .form-field {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; } }

.compare-count {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: black;
  text-align: center;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.4rem, 0.83333vw, 16px);
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background-color: rgba(242, 242, 242, 0.4);
  padding: clamp(1rem, 0.59524vw, 11.42857px) clamp(2.7rem, 1.60714vw, 30.85714px) clamp(1rem, 0.59524vw, 11.42857px) clamp(3.5rem, 2.08333vw, 40px); }
  .compare-count:hover {
    color: #f15904; }
    .compare-count:hover span,
    .compare-count:hover .countPill {
      color: #f15904; }
    .compare-count:hover .icon svg {
      fill: #f15904; }
  .compare-count .icon {
    margin-left: clamp(1.2rem, 0.71429vw, 13.71429px);
    width: clamp(1.6rem, 0.95238vw, 18.28571px);
    height: clamp(1.7rem, 1.0119vw, 19.42857px); }
    .compare-count .icon svg {
      fill: black; }
  .compare-count .compare-bracket {
    margin-left: clamp(0.3rem, 0.17857vw, 3.42857px); }
  .compare-count span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #0e4f9d; }
    .compare-count span .countPill {
      color: #0e4f9d;
      transition: none; }

/*--- [sort box Actionbar] ---*/
/*--- [Mobile Fillter Block] ---*/
@media screen and (max-width: 1279px) {
  .template-category .page-sidebar {
    display: none;
    position: inherit;
    height: auto;
    position: absolute;
    top: -7rem;
    z-index: 99;
    padding: 0;
    width: auto;
    left: 0;
    right: 0;
    background-color: white; } }

@media screen and (max-width: 412px) {
  .template-category .page-sidebar {
    top: -13.6rem; } }

@media screen and (max-width: 1279px) {
  .template-brand .page-sidebar {
    display: none;
    position: inherit;
    height: auto;
    position: absolute;
    top: -7rem;
    z-index: 999;
    padding: 0;
    width: auto;
    left: 0;
    right: 0;
    background-color: white; } }

@media screen and (max-width: 412px) {
  .template-brand .page-sidebar {
    top: -13.6rem; } }

@media screen and (max-width: 1279px) {
  .template-search .page-sidebar {
    display: none;
    position: inherit;
    height: auto;
    position: absolute;
    top: -8rem;
    z-index: 999;
    padding: 0;
    width: auto;
    background-color: white;
    left: 0;
    right: 0; } }

@media screen and (max-width: 412px) {
  .template-search .page-sidebar {
    top: -13.6rem; } }

.body:has(#product-listing-container.u-hidden) .filter-mobile-wrap {
  display: none; }

.body:has(#product-listing-container.u-hidden) .search-nav-top {
  margin-top: 0; }

.body:has(#product-listing-container.u-hidden) .search-info {
  -webkit-justify-content: center;
  justify-content: center; }

.filter-mobile-wrap {
  display: none; }
  @media screen and (max-width: 1279px) {
    .filter-mobile-wrap {
      display: block;
      margin-bottom: 2rem; } }
  .filter-mobile-wrap .mobile-filter-box {
    display: block; }
  .filter-mobile-wrap .filter-by {
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #0e4f9d;
    padding: 1.5rem 2rem;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: normal;
    color: white;
    width: 100%;
    position: relative;
    transition: all 0.45s ease-in-out;
    text-transform: uppercase; }
    .filter-mobile-wrap .filter-by::after {
      content: "";
      display: inline-block;
      width: 1.3rem;
      height: 1.3rem;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center;
      position: absolute;
      right: 2rem;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M6.5 13V0' stroke='white' stroke-width='2.25'/%3E%3Cpath d='M13 6.5L0 6.5' stroke='white' stroke-width='2.25'/%3E%3C/svg%3E"); }
    .filter-mobile-wrap .filter-by.active {
      transition: all 0.45s ease-in-out; }
      .filter-mobile-wrap .filter-by.active::after {
        transition: all 0.45s ease-in-out;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='3' viewBox='0 0 13 3' fill='none'%3E%3Cpath d='M13 1.5L0 1.5' stroke='white' stroke-width='2.25'/%3E%3C/svg%3E"); }
    .filter-mobile-wrap .filter-by .icon {
      width: 2.3rem;
      height: 2.1rem;
      margin-right: 1.9rem; }
      @media screen and (max-width: 1023px) {
        .filter-mobile-wrap .filter-by .icon {
          width: 2.1rem;
          height: 1.9rem; } }
    .filter-mobile-wrap .filter-by svg {
      fill: white; }

@media screen and (max-width: 1279px) {
  .categories-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 2rem;
    position: relative; } }

@media screen and (max-width: 412px) {
  .categories-mobile {
    flex-wrap: wrap; } }

.categories-mobile:has(.categories-sort-box .sidebar-category) .categories-mobile-box {
  display: none;
  margin-top: 0; }
  @media screen and (max-width: 1279px) {
    .categories-mobile:has(.categories-sort-box .sidebar-category) .categories-mobile-box {
      display: block;
      padding: 0 9rem;
      position: relative; } }
  @media screen and (max-width: 1279px) {
    .categories-mobile:has(.categories-sort-box .sidebar-category) .categories-mobile-box {
      margin: 0 0.7rem 0 0;
      padding: 0;
      width: 51.7%; } }
  @media screen and (max-width: 767px) {
    .categories-mobile:has(.categories-sort-box .sidebar-category) .categories-mobile-box {
      position: static; } }
  @media screen and (max-width: 412px) {
    .categories-mobile:has(.categories-sort-box .sidebar-category) .categories-mobile-box {
      width: 100%;
      margin: 0; } }

.categories-mobile:has(.categories-sort-box .sidebar-category) .categories-by {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

@media screen and (max-width: 1279px) {
  .categories-mobile:has(.categories-sort-box .sidebar-category) .mobile-sort-box {
    margin: 0 0 0 0.7rem;
    padding: 0;
    width: 48.2%; } }

@media screen and (max-width: 412px) {
  .categories-mobile:has(.categories-sort-box .sidebar-category) .mobile-sort-box {
    width: 100%;
    margin: 1.5rem 0 0 0; } }

@media screen and (max-width: 1279px) {
  .categories-mobile:has(.categories-sort-box .sidebar-category) .mobile-sort-box .actionBar-section {
    float: none; } }

.categories-mobile-box {
  display: none; }
  .categories-mobile-box .sidebarBlock-heading {
    display: none; }
  .categories-mobile-box .categories-by {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.82rem;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0;
    background-color: rgba(242, 242, 242, 0.4);
    position: relative;
    padding: 1.6rem 2rem;
    display: none; }
    .categories-mobile-box .categories-by::after {
      content: "";
      display: inline-block;
      height: 0.8rem;
      width: 1.3rem;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center;
      position: absolute;
      right: 1.6rem;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.91606 0.234131L6.50014 4.40148L11.0842 0.234131L12.7659 2.08398L7.34098 7.01573C6.86421 7.44916 6.13608 7.44916 5.6593 7.01573L0.234375 2.08398L1.91606 0.234131Z' fill='%231F1F1F'/%3E%3C/svg%3E"); }
    .categories-mobile-box .categories-by.active::after {
      transform: rotate(180deg); }
  .categories-mobile-box .categories-sort-box {
    position: absolute;
    top: 5rem;
    z-index: 99;
    width: auto;
    left: 0rem;
    right: 0rem; }
    @media screen and (max-width: 767px) {
      .categories-mobile-box .categories-sort-box {
        left: 2rem;
        right: 2rem; } }
  .categories-mobile-box .sidebar-category {
    padding: 1.6rem 2rem;
    background-color: #f2f2f2;
    border-top: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; }
    @media screen and (max-width: 1023px) {
      .categories-mobile-box .sidebar-category {
        padding: 1.5rem; } }

@media screen and (max-width: 1279px) {
  .mobile-sort-box {
    margin: 0;
    padding: 0;
    width: 100%; } }

@media screen and (max-width: 1279px) {
  .mobile-sort-box .actionBar-section {
    float: none; } }

/*--- [Mobile Fillter Block] ---*/
.hidden-content {
  display: none; }

.sticky-add .actionBar-section .select2-container--open .select2-dropdown {
  z-index: 99; }

@media screen and (max-width: 1279px) {
  .template-search:has(#product-listing-container.u-hidden) .search-nav {
    margin-top: 3rem;
    margin-bottom: 3rem; } }

.template-search:has(#product-listing-container.u-hidden) .page-content {
  min-height: clamp(40rem, 23.80952vw, 457.14286px); }
  @media screen and (max-width: 1279px) {
    .template-search:has(#product-listing-container.u-hidden) .page-content .panel--large {
      padding: 0 2rem; } }
  @media screen and (max-width: 1279px) {
    .template-search:has(#product-listing-container.u-hidden) .page-content #search-results-content .actionBar {
      margin-left: 2rem;
      margin-right: 2rem;
      margin-bottom: 2rem;
      width: auto; } }
  .template-search:has(#product-listing-container.u-hidden) .page-content #search-results-content .actionBar + ul {
    margin-left: 0;
    margin-bottom: clamp(4rem, 2.38095vw, 45.71429px); }
    @media screen and (max-width: 1279px) {
      .template-search:has(#product-listing-container.u-hidden) .page-content #search-results-content .actionBar + ul {
        margin-bottom: 2rem;
        margin-left: 2rem;
        margin-right: 3rem; } }

.template-search .panel-body {
  margin-bottom: clamp(1.5rem, 0.89286vw, 17.14286px); }

.template-search .filter-block {
  margin-top: 0; }

.search-suggestion {
  margin-bottom: clamp(1rem, 0.59524vw, 11.42857px); }

.search-suggestion a {
  color: #f15904; }
  .search-suggestion a:hover {
    color: #0e4f9d; }

.search-suggestion .suggestion-title {
  margin-bottom: 1rem; }

.template-brands .page {
  margin-top: clamp(1.5rem, 0.89286vw, 17.14286px); }

.brand .card-img-container {
  max-width: 100%; }
  .brand .card-img-container::after {
    padding-bottom: 90%; }

.brand .card-body {
  text-align: center; }
  .brand .card-body .card-title {
    padding: 0; }
  .brand .card-body a {
    text-align: center; }

@media screen and (max-width: 1279px) {
  .brand .card-figure {
    padding-left: 2rem;
    padding-right: 2rem; } }

@media screen and (max-width: 767px) {
  .brand .card-figure {
    margin-bottom: 0; } }

.brandGrid {
  margin-top: clamp(1rem, 0.59524vw, 11.42857px); }
  @media screen and (max-width: 1023px) {
    .brandGrid {
      margin-top: 0; } }
  @media screen and (max-width: 1023px) {
    .brandGrid .card {
      border: 0.05rem solid #bdbdbd;
      margin-bottom: 1rem; } }

.comparTableCustom {
  overflow-x: auto; }

@media screen and (max-width: 1023px) {
  .compareTable-row {
    padding-top: clamp(3rem, 1.78571vw, 34.28571px); } }

.compareTable-row th {
  width: clamp(32rem, 19.04762vw, 365.71429px); }
  @media screen and (max-width: 1023px) {
    .compareTable-row th {
      width: 26rem; } }
  @media screen and (max-width: 1023px) {
    .compareTable-row th:first-child {
      width: 0; } }

.compareTable-headingText {
  font-size: clamp(1.8rem, 1.07143vw, 20.57143px); }
  @media screen and (min-width: 1024px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable {
  border: 0;
  table-layout: inherit; }
  @media screen and (max-width: 1279px) {
    .compareTable {
      table-layout: fixed;
      padding-top: 3rem; } }
  .compareTable-removeProduct {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: Center;
    -moz-box-align: Center;
    -ms-flex-align: Center;
    -webkit-align-items: Center;
    align-items: Center;
    height: clamp(2.1rem, 1.25vw, 24px);
    width: clamp(2.1rem, 1.25vw, 24px);
    background-color: transparent;
    position: absolute;
    top: clamp(1rem, 0.59524vw, 11.42857px);
    right: clamp(0.5rem, 0.29762vw, 5.71429px); }
    @media screen and (max-width: 1279px) {
      .compareTable-removeProduct {
        height: 2rem;
        width: 2rem;
        padding: 0.3rem; } }
    @media screen and (max-width: 767px) {
      .compareTable-removeProduct {
        padding: .1rem; } }
    @media screen and (min-width: 1025px) {
      .compareTable-removeProduct:hover .icon {
        fill: #f15904; } }
    .compareTable-removeProduct .icon {
      fill: black;
      height: 100%;
      width: 100%;
      margin-top: 0; }
  .compareTable-product {
    padding-top: clamp(1rem, 0.59524vw, 11.42857px);
    padding-bottom: 0;
    position: relative; }
    .compareTable-product .card {
      border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; }
      .compareTable-product .card:hover {
        box-shadow: none; }
        .compareTable-product .card:hover::after {
          display: none; }
      .compareTable-product .card::after {
        display: none; }
      .compareTable-product .card-figure {
        padding: clamp(4.5rem, 2.67857vw, 51.42857px) clamp(5.5rem, 3.27381vw, 62.85714px) clamp(0.4rem, 0.2381vw, 4.57143px);
        position: relative; }
        @media screen and (max-width: 1023px) {
          .compareTable-product .card-figure {
            padding: 3rem 5rem 0.4rem; } }
        @media screen and (max-width: 767px) {
          .compareTable-product .card-figure {
            padding: 3.2rem 4.7rem 0.4rem;
            margin-bottom: 2.6rem; } }
        .compareTable-product .card-figure:hover .card-img-container {
          opacity: 1;
          filter: none; }
      .compareTable-product .card-text {
        color: black;
        font-size: clamp(1.5rem, 0.89286vw, 17.14286px);
        font-weight: 400;
        line-height: clamp(1.8rem, 1.07143vw, 20.57143px);
        margin-bottom: clamp(1rem, 0.59524vw, 11.42857px); }
        .compareTable-product .card-text a {
          color: black;
          text-decoration: none; }
          @media screen and (min-width: 1025px) {
            .compareTable-product .card-text a:hover {
              color: #f15904; } }
      .compareTable-product .card-title {
        min-height: clamp(6rem, 3.57143vw, 68.57143px);
        overflow: hidden; }
      @media screen and (max-width: 1365px) {
        .compareTable-product .card .price-section {
          font-size: 1.6rem; } }
      @media screen and (max-width: 767px) {
        .compareTable-product .card .price-section {
          font-size: 1.4rem;
          text-align: start; } }
      .compareTable-product .card .price-section + .price-section {
        margin-top: 0; }
      .compareTable-product .card-body {
        padding-top: 0;
        margin-bottom: 0;
        padding-left: clamp(1.8rem, 1.07143vw, 20.57143px);
        padding-right: clamp(1.8rem, 1.07143vw, 20.57143px);
        text-align: left; }
  .compareTable-heading {
    padding-top: clamp(2.2rem, 1.30952vw, 25.14286px);
    padding-bottom: clamp(2.2rem, 1.30952vw, 25.14286px);
    font-weight: 600; }
  .compareTable-action {
    padding: clamp(2rem, 1.19048vw, 22.85714px) clamp(1rem, 0.59524vw, 11.42857px); }
  .compareTable-item {
    padding-top: clamp(2.4rem, 1.42857vw, 27.42857px);
    padding-bottom: clamp(2.2rem, 1.30952vw, 25.14286px); }
    @media screen and (max-width: 1023px) {
      .compareTable-item {
        font-size: 1.4rem;
        padding-top: 4rem; } }
    .compareTable-item .icon {
      width: clamp(1.2rem, 0.71429vw, 13.71429px);
      height: clamp(1.1rem, 0.65476vw, 12.57143px);
      line-height: 0; }

.template-compare .page-content {
  padding-top: clamp(1.5rem, 0.89286vw, 17.14286px);
  overflow: auto;
  margin-bottom: 5rem; }

@media screen and (max-width: 1279px) {
  .template-compare .container {
    padding: 0 2rem; } }

/*--- [ Category Product Grid  ] ----*/
.page-content .productGrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 clamp(5.5rem, 3.27381vw, 62.85714px); }
  @media screen and (max-width: 1279px) {
    .page-content .productGrid {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap; } }
  @media screen and (max-width: 1023px) {
    .page-content .productGrid {
      margin-bottom: 0; } }
  .page-content .productGrid::before, .page-content .productGrid::after {
    display: none; }
  @media screen and (max-width: 1279px) {
    .page-content .productGrid:has(.product) {
      border-top: 0.05rem solid #bdbdbd;
      margin-bottom: 5rem; } }

.page-content .product {
  padding: 0;
  position: relative;
  margin-right: clamp(-0.1rem, -0.05952vw, -1.14286px);
  margin-bottom: clamp(-0.1rem, -0.05952vw, -1.14286px);
  z-index: 1;
  width: calc(33.33333% + 0.666666px) !important;
  transition: 0.45s ease-in-out;
  overflow: inherit; }
  @media screen and (min-width: 2020px) {
    .page-content .product {
      margin-right: clamp(-0.2rem, -0.11905vw, -2.28571px); } }
  @media screen and (min-width: 2890px) {
    .page-content .product {
      margin-right: clamp(-0.4rem, -0.2381vw, -4.57143px); } }
  @media screen and (max-width: 1279px) {
    .page-content .product {
      width: auto !important;
      margin-right: 0;
      flex: 1 1 33.3333%;
      max-width: 33.3333%;
      margin-bottom: 0;
      border-right: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
      border-bottom: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; } }
  @media screen and (max-width: 666px) {
    .page-content .product {
      flex: 1 1 50%;
      max-width: 50%; } }
  @media screen and (max-width: 1279px) {
    .page-content .product:nth-child(3n) {
      border-right: none; } }
  @media screen and (max-width: 666px) {
    .page-content .product:nth-child(3n) {
      border-right: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; } }
  @media screen and (max-width: 666px) {
    .page-content .product:nth-child(even) {
      border-right: none; } }
  .page-content .product::before {
    display: none; }
  .page-content .product .card {
    margin-bottom: 0; }
  @media (hover: hover) {
    .page-content .product:hover {
      z-index: 2; }
      .page-content .product:hover::after {
        opacity: 1;
        border-color: black; } }
  @media screen and (max-width: 767px) {
    .page-content .product .button {
      font-size: 1rem; } }

/*--- [ Category Product Grid  ] ----*/
ul.inlineList {
  margin-bottom: clamp(0.5rem, 0.29762vw, 5.71429px); }
  @media screen and (max-width: 1023px) {
    ul.inlineList {
      margin-top: 0.9rem; } }
  ul.inlineList + a[data-faceted-search-facet] {
    color: #f15904;
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
    font-weight: 500;
    line-height: clamp(1.6rem, 0.95238vw, 18.28571px);
    text-decoration-line: underline;
    display: inline-block;
    margin-bottom: clamp(1.7rem, 1.0119vw, 19.42857px); }
    @media screen and (max-width: 1023px) {
      ul.inlineList + a[data-faceted-search-facet] {
        position: static;
        right: 0;
        top: 1.3rem;
        margin-bottom: 2.4rem; } }
    ul.inlineList + a[data-faceted-search-facet]:hover {
      color: #0e4f9d; }

.facetLabel {
  position: relative;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: black;
  padding: clamp(1.05rem, 0.625vw, 12px) clamp(1.8rem, 1.07143vw, 20.57143px) clamp(1.05rem, 0.625vw, 12px) clamp(2.5rem, 1.4881vw, 28.57143px);
  border-radius: 0;
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid black;
  background-color: white;
  transition: 0.45s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  letter-spacing: clamp(0.016rem, 0.00952vw, 0.18286px);
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: clamp(0.3rem, 0.17857vw, 3.42857px); }
  .facetLabel:hover {
    border-color: #f15904;
    background-color: #f15904;
    color: white; }
    .facetLabel:hover .icon {
      fill: white; }
  .facetLabel .icon {
    position: inherit;
    height: clamp(1rem, 0.59524vw, 11.42857px);
    width: clamp(1rem, 0.59524vw, 11.42857px);
    transition: 0.45s ease-in-out;
    fill: black;
    margin-left: clamp(0.9rem, 0.53571vw, 10.28571px);
    margin-top: clamp(-0.1rem, -0.05952vw, -1.14286px); }
    @media screen and (max-width: 1023px) {
      .facetLabel .icon {
        margin-top: -0.2rem; } }

.inlineList--labels {
  margin-left: 0; }
  @media screen and (max-width: 1023px) {
    .inlineList--labels {
      padding-right: 2rem; } }
  .inlineList--labels > li {
    margin-left: 0;
    margin-right: clamp(1rem, 0.59524vw, 11.42857px);
    margin-bottom: clamp(2rem, 1.19048vw, 22.85714px); }
    @media screen and (max-width: 1023px) {
      .inlineList--labels > li {
        margin-right: 1rem; } }

.sidebarBlock-heading {
  text-align: left;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(2.4rem, 1.42857vw, 27.42857px);
  font-weight: 600;
  line-height: normal;
  margin-bottom: clamp(1.2rem, 0.71429vw, 13.71429px); }

.facetedSearch {
  background-color: transparent; }
  .facetedSearch:has(.inlineList--labels) .sidebarBlock-heading {
    margin-bottom: clamp(2rem, 1.19048vw, 22.85714px); }
    @media screen and (max-width: 1279px) {
      .facetedSearch:has(.inlineList--labels) .sidebarBlock-heading {
        display: none; } }
  .facetedSearch .sidebarBlock-heading {
    margin-bottom: 2.2rem; }
    .facetedSearch .sidebarBlock-heading + p {
      margin-bottom: 1rem; }

.accordion {
  margin-bottom: 0; }
  @media screen and (max-width: 1279px) {
    .accordion {
      border: 0; } }
  .accordion--navList .accordion-block {
    overflow: hidden;
    background-color: white;
    margin-top: 0;
    padding-bottom: clamp(1.95rem, 1.16071vw, 22.28571px); }
    .accordion--navList .accordion-block:last-child .accordion-navigation:hover {
      border-color: black; }
    .accordion--navList .accordion-block + .accordion-block {
      border-top: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
      padding-top: clamp(1.8rem, 1.07143vw, 20.57143px); }
    .accordion--navList .accordion-block:last-of-type {
      border-bottom: 0; }
      @media screen and (max-width: 1279px) {
        .accordion--navList .accordion-block:last-of-type .accordion-content {
          padding-bottom: 2.4rem; } }
  .accordion--navList .accordion-navigation {
    position: relative;
    padding: 0;
    margin-bottom: 0 !important;
    border: 0; }
    .accordion--navList .accordion-navigation:hover {
      border-color: black; }
      @media screen and (max-width: 1279px) {
        .accordion--navList .accordion-navigation:hover {
          border-color: transparent; } }
      .accordion--navList .accordion-navigation:hover .accordion-title {
        color: black; }
    .accordion--navList .accordion-navigation .accordion-indicator {
      fill: black;
      width: clamp(1rem, 0.59524vw, 11.42857px);
      margin-right: clamp(0.4rem, 0.2381vw, 4.57143px);
      height: clamp(1rem, 0.59524vw, 11.42857px);
      stroke: none; }
      .accordion--navList .accordion-navigation .accordion-indicator:hover {
        fill: #f15904; }
    .accordion--navList .accordion-navigation + .facetedSearch-clearLink {
      text-transform: capitalize;
      color: #f15904;
      font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
      font-weight: 500;
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
      line-height: clamp(1.6rem, 0.95238vw, 18.28571px);
      display: block;
      top: clamp(0.6rem, 0.35714vw, 6.85714px);
      right: clamp(2.5rem, 1.4881vw, 28.57143px); }
      @media screen and (max-width: 1279px) {
        .accordion--navList .accordion-navigation + .facetedSearch-clearLink {
          top: 50%;
          text-decoration: underline; } }
      @media screen and (min-width: 1025px) {
        .accordion--navList .accordion-navigation + .facetedSearch-clearLink:hover {
          color: #0e4f9d; } }
  .accordion--navList .accordion-title {
    padding: 0;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(2rem, 1.19048vw, 22.85714px);
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .accordion--navList .accordion-title {
        padding: 0.2rem 0; } }
  @media screen and (max-width: 1279px) {
    .accordion--navList .accordion-heading {
      margin: 0 1.1rem 0 0; } }
  .accordion--navList .accordion-content {
    padding: clamp(1.2rem, 0.71429vw, 13.71429px) 0 0;
    margin-bottom: clamp(1rem, 0.59524vw, 11.42857px); }
    .accordion--navList .accordion-content .navList-item {
      margin-bottom: clamp(0.8rem, 0.47619vw, 9.14286px); }
      @media screen and (max-width: 1279px) {
        .accordion--navList .accordion-content .navList-item {
          margin-bottom: 2.1rem; } }
      .accordion--navList .accordion-content .navList-item:last-child {
        margin-bottom: 0; }
  .accordion-content .navList {
    padding: 0; }
    .accordion-content .navList--inner {
      margin-top: 1rem; }
    .accordion-content .navList-item {
      margin-bottom: 1rem; }
      .accordion-content .navList-item:last-child {
        margin-bottom: 0; }
    .accordion-content .navList-action {
      padding: 0; }
    .accordion-content .navList-action--checkbox {
      font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
      font-style: normal;
      font-weight: 500;
      line-height: clamp(1.92rem, 1.14286vw, 21.94286px);
      color: black;
      padding: 0 clamp(2rem, 1.19048vw, 22.85714px) 0 clamp(3.2rem, 1.90476vw, 36.57143px);
      margin: 0;
      transition: 0.45s ease-in-out; }
      @media screen and (min-width: 1025px) {
        .accordion-content .navList-action--checkbox:hover {
          color: #0e4f9d; } }
      .accordion-content .navList-action--checkbox::before {
        height: clamp(2.1rem, 1.25vw, 24px);
        width: clamp(2.1rem, 1.25vw, 24px);
        top: clamp(0.3rem, 0.17857vw, 3.42857px);
        border-color: black;
        border-radius: 0;
        transition: 0.45s ease-in-out; }
        @media screen and (max-width: 1365px) {
          .accordion-content .navList-action--checkbox::before {
            width: 2rem;
            height: 2rem; } }
      .accordion-content .navList-action--checkbox:after {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: clamp(-0.1rem, -0.05952vw, -1.14286px);
        top: 50%;
        transform: translate(0, -50%);
        left: clamp(0.5rem, 0.29762vw, 5.71429px);
        width: clamp(1.1rem, 0.65476vw, 12.57143px);
        height: clamp(1.1rem, 0.65476vw, 12.57143px);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M3.73608 9.44035L0.161084 5.86535C-0.0536948 5.65057 -0.0536948 5.30233 0.161084 5.08753L0.938883 4.3097C1.15366 4.0949 1.50192 4.0949 1.7167 4.3097L4.12499 6.71797L9.28329 1.55971C9.49806 1.34493 9.84633 1.34493 10.0611 1.55971L10.8389 2.33753C11.0537 2.5523 11.0537 2.90054 10.8389 3.11535L4.51391 9.44037C4.2991 9.65515 3.95086 9.65515 3.73608 9.44035Z' fill='white'/%3E%3C/svg%3E");
        background-position: 100%;
        transition: 0.45s ease-in-out; }
        @media screen and (min-width: 1920px) {
          .accordion-content .navList-action--checkbox:after {
            margin-top: 0; } }
        @media screen and (max-width: 1439px) {
          .accordion-content .navList-action--checkbox:after {
            margin-top: clamp(-0.1rem, -0.05952vw, -1.14286px); } }
        @media screen and (max-width: 1365px) {
          .accordion-content .navList-action--checkbox:after {
            margin-top: clamp(-0.2rem, -0.11905vw, -2.28571px); } }
        @media screen and (max-width: 1023px) {
          .accordion-content .navList-action--checkbox:after {
            margin-top: -0.1rem; } }
        @media screen and (max-width: 767px) {
          .accordion-content .navList-action--checkbox:after {
            margin-top: -0.2rem; } }
        @media screen and (max-width: 374px) {
          .accordion-content .navList-action--checkbox:after {
            margin-top: -0.1rem; } }
      .accordion-content .navList-action--checkbox.is-selected:hover {
        color: black; }
        .accordion-content .navList-action--checkbox.is-selected:hover::before {
          background-color: black;
          border-color: black; }
      .accordion-content .navList-action--checkbox.is-selected::before {
        background-color: #0e4f9d;
        border-color: #0e4f9d; }
    .accordion-content .navList-action-close {
      position: absolute;
      top: -0.2rem;
      right: 0rem;
      padding: 0.4rem;
      display: none; }
      .accordion-content .navList-action-close .icon {
        height: 0.8rem;
        width: 0.8rem;
        fill: #f15904; }

.facetedSearch {
  background-color: transparent; }
  @media screen and (max-width: 1279px) {
    .facetedSearch {
      padding: 1.7rem 2rem 0; } }
  .facetedSearch-refineFilters {
    background-color: white;
    position: relative; }
    @media screen and (max-width: 1279px) {
      .facetedSearch-refineFilters {
        display: block; } }
    @media screen and (max-width: 1279px) {
      .facetedSearch-refineFilters .sidebarBlock-heading,
      .facetedSearch-refineFilters p {
        display: none; } }
  .facetedSearch .sidebarBlock-heading {
    margin-bottom: clamp(1.2rem, 0.71429vw, 13.71429px); }
  .facetedSearch .facetedSearch-toggle + .facetedSearch-navList,
  .facetedSearch .sidebarBlock + .facetedSearch-navList {
    margin-top: clamp(1.7rem, 1.0119vw, 19.42857px);
    border-top: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
    padding-top: clamp(1.85rem, 1.10119vw, 21.14286px); }
    @media screen and (max-width: 1023px) {
      .facetedSearch .facetedSearch-toggle + .facetedSearch-navList,
      .facetedSearch .sidebarBlock + .facetedSearch-navList {
        margin-top: 1rem; } }
  @media screen and (max-width: 1279px) {
    .facetedSearch-toggle {
      display: none; } }
  @media screen and (max-width: 1279px) {
    .facetedSearch-navList {
      display: block; } }
  .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
    border-radius: 0; }
  .facetedSearch-clearLink {
    display: none; }

.show-more {
  color: #f15904;
  display: block;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  font-weight: 500;
  line-height: clamp(1.6rem, 0.95238vw, 18.28571px);
  text-decoration-line: underline;
  padding: 0 clamp(2rem, 1.19048vw, 22.85714px) 0 clamp(3.1rem, 1.84524vw, 35.42857px);
  margin-top: clamp(1.6rem, 0.95238vw, 18.28571px); }
  .show-more span {
    color: #f15904;
    display: block;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
    font-weight: 500;
    line-height: clamp(1.6rem, 0.95238vw, 18.28571px);
    text-decoration-line: underline; }
  .show-more:hover {
    color: #0e4f9d; }
    .show-more:hover span {
      color: #0e4f9d; }

.facet-quick-heading {
  text-align: center;
  margin-bottom: clamp(2.3rem, 1.36905vw, 26.28571px); }

.facetedSearch-content--rating .navList-item {
  line-height: 1.5; }

.icon--ratingFull svg {
  fill: #D35D31;
  stroke: none; }

.icon--ratingEmpty svg {
  stroke: none;
  fill: #bdbdbd; }

.facetedSearch-content--rating .navList-item {
  margin-bottom: clamp(1rem, 0.59524vw, 11.42857px); }

.facetedSearch-content--rating a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: clamp(1.4rem, 0.83333vw, 16px); }

.facetedSearch-content--rating .rating--small {
  margin-right: clamp(1rem, 0.59524vw, 11.42857px);
  margin-top: clamp(0.3rem, 0.17857vw, 3.42857px); }

.facetedSearch-content--rating .icon {
  width: clamp(1.2rem, 0.71429vw, 13.71429px);
  height: clamp(1.1rem, 0.65476vw, 12.57143px);
  line-height: 0; }

.facetedSearch-content--rating span {
  line-height: 0; }

.card .rating--small {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: inherit;
  flex-direction: row-reverse; }
  .card .rating--small .icon {
    width: clamp(1.2rem, 0.71429vw, 13.71429px);
    height: clamp(1.1rem, 0.65476vw, 12.57143px);
    line-height: 0; }
  .card .rating--small span {
    line-height: normal; }
    @media screen and (max-width: 1023px) {
      .card .rating--small span.rating-count {
        position: relative;
        top: -1px; } }

.card [data-test-info-type="productRating"] {
  position: relative;
  top: -1px; }

.card .no-review {
  display: none; }
  .card .no-review + .rating-count {
    display: none; }

.card .rating-count {
  color: #565B5C;
  font-size: clamp(1.1rem, 0.65476vw, 12.57143px);
  font-weight: 600;
  line-height: clamp(1.32rem, 0.78571vw, 15.08571px);
  letter-spacing: clamp(0.11rem, 0.06548vw, 1.25714px);
  text-transform: uppercase;
  margin-right: clamp(0.7rem, 0.41667vw, 8px); }

/*--- [ Pagination Style ] ---*/
@media screen and (max-width: 1365px) {
  .page .page-sidebar + .page-content .pagination {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 1279px) {
  .page .page-sidebar + .page-content:has(.productGrid) .pagination {
    padding-left: 2rem;
    padding-right: 2rem; } }

@media screen and (max-width: 1279px) {
  .template-blog .pagination {
    padding-left: 0;
    padding-right: 0; } }

/*--- [ Pagination padding for blog page ] ---*/
.pagination {
  margin: 0 0 clamp(7.5rem, 4.46429vw, 85.71429px);
  position: relative; }
  @media screen and (max-width: 1365px) {
    .pagination {
      padding: 0 6rem; } }
  @media screen and (max-width: 1279px) {
    .pagination {
      padding: 0 2rem;
      margin: 0 0 5rem; } }
  .pagination  .pagination-list {
    display: none; }
  .pagination:has(.pagination-item .mobile-page span) .pagination-list {
    display: block; }
  .pagination-list {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative; }
    @media screen and (max-width: 1279px) {
      .pagination-list {
        display: block;
        position: relative; } }
    .pagination-list .pagination-item {
      border: 0; }
    .pagination-list .pagination-item {
      padding: 0;
      border-radius: 0;
      margin-left: clamp(-0.1rem, -0.05952vw, -1.14286px);
      margin-right: 0;
      margin-bottom: 0; }
      .pagination-list .pagination-item .pagination-link,
      .pagination-list .pagination-item .mobile-page {
        font-size: clamp(1.3rem, 0.77381vw, 14.85714px);
        color: black;
        font-weight: 700;
        line-height: clamp(1.56rem, 0.92857vw, 17.82857px);
        text-transform: uppercase;
        text-align: center;
        min-width: clamp(4.8rem, 2.85714vw, 54.85714px);
        height: clamp(4.8rem, 2.85714vw, 54.85714px);
        padding: clamp(1rem, 0.59524vw, 11.42857px);
        border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
        border-radius: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center; }
        @media screen and (max-width: 1023px) {
          .pagination-list .pagination-item .pagination-link,
          .pagination-list .pagination-item .mobile-page {
            min-width: 4.6rem;
            height: 4.6rem; } }
        @media screen and (min-width: 1025px) {
          .pagination-list .pagination-item .pagination-link:hover,
          .pagination-list .pagination-item .mobile-page:hover {
            background-color: #f15904;
            border-color: #f15904;
            color: white; }
            .pagination-list .pagination-item .pagination-link:hover svg,
            .pagination-list .pagination-item .mobile-page:hover svg {
              fill: white; } }
        .pagination-list .pagination-item .pagination-link.mobile-page,
        .pagination-list .pagination-item .mobile-page.mobile-page {
          border: 0;
          font-weight: 500;
          line-height: 0; }
          @media screen and (max-width: 767px) {
            .pagination-list .pagination-item .pagination-link.mobile-page,
            .pagination-list .pagination-item .mobile-page.mobile-page {
              margin-top: 0.1rem; } }
          @media screen and (min-width: 1025px) {
            .pagination-list .pagination-item .pagination-link.mobile-page:hover,
            .pagination-list .pagination-item .mobile-page.mobile-page:hover {
              background-color: white;
              color: black; } }
          .pagination-list .pagination-item .pagination-link.mobile-page .mobile-pages-count,
          .pagination-list .pagination-item .mobile-page.mobile-page .mobile-pages-count {
            font-weight: 700; }
    .pagination-list .pagination-item--current .pagination-link {
      position: relative;
      color: #f15904; }
    .pagination-list .pagination-item--previous {
      position: absolute;
      left: 0; }
    .pagination-list .pagination-item--next {
      position: absolute;
      right: 0; }
    .pagination-list .pagination-item--next,
    .pagination-list .pagination-item--previous {
      float: inherit; }
      @media screen and (max-width: 1023px) {
        .pagination-list .pagination-item--next,
        .pagination-list .pagination-item--previous {
          position: absolute; } }
      .pagination-list .pagination-item--next .pagination-link,
      .pagination-list .pagination-item--previous .pagination-link {
        font-size: 0; }
        @media screen and (min-width: 1025px) {
          .pagination-list .pagination-item--next .pagination-link:hover .icon svg,
          .pagination-list .pagination-item--previous .pagination-link:hover .icon svg {
            fill: white; } }
        @media screen and (max-width: 1023px) {
          .pagination-list .pagination-item--next .pagination-link:hover .icon svg,
          .pagination-list .pagination-item--previous .pagination-link:hover .icon svg {
            fill: black; } }
      .pagination-list .pagination-item--next .icon,
      .pagination-list .pagination-item--previous .icon {
        width: clamp(0.8rem, 0.47619vw, 9.14286px);
        height: clamp(1.5rem, 0.89286vw, 17.14286px);
        margin: 0; }
        .pagination-list .pagination-item--next .icon svg,
        .pagination-list .pagination-item--previous .icon svg {
          width: clamp(0.8rem, 0.47619vw, 9.14286px);
          height: clamp(1.5rem, 0.89286vw, 17.14286px);
          fill: black; }

/*--- [ Pagination Style ] ---*/
.card {
  border: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 4;
  padding: 0;
  height: 100%;
  background: white;
  transition: 0.45s ease-in-out; }
  .card:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer; }
    @media screen and (max-width: 1279px) {
      .card:hover {
        box-shadow: none; } }
    .card:hover .button-compare {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media screen and (max-width: 1279px) {
        .card:hover .button-compare {
          display: none; } }
    .card:hover .wishlistbtn {
      display: block; }
    .card:hover .card-figcaption {
      opacity: 1; }
    @media screen and (min-width: 1025px) {
      .card:hover .card-title a {
        text-decoration: underline;
        text-underline-offset: clamp(0.4rem, 0.2381vw, 4.57143px); } }
    @media screen and (max-width: 1023px) {
      .card:hover .card-title a {
        text-decoration: none; } }
  .card::after {
    content: "";
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
    opacity: 1;
    z-index: 11;
    pointer-events: none;
    transition: 0.45s ease-in-out; }
    @media screen and (max-width: 1279px) {
      .card::after {
        display: none; } }
  .card-figure {
    padding: clamp(4.5rem, 2.67857vw, 51.42857px) clamp(6.1rem, 3.63095vw, 69.71429px) clamp(0.4rem, 0.2381vw, 4.57143px);
    margin: 0 clamp(0.3rem, 0.17857vw, 3.42857px) clamp(2.8rem, 1.66667vw, 32px); }
    @media screen and (max-width: 1023px) {
      .card-figure {
        padding: 3rem 5rem 0.4rem; } }
    @media screen and (max-width: 767px) {
      .card-figure {
        padding: 3.2rem 4.7rem 0.4rem;
        margin-bottom: 2.6rem; } }
  .card-img-container::after {
    padding-bottom: 100%; }
  .card-image {
    width: 100%;
    height: 100%; }
  .card-body {
    text-align: center;
    padding: 0 clamp(2.7rem, 1.60714vw, 30.85714px) clamp(2.2rem, 1.30952vw, 25.14286px);
    flex: auto;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 1439px) {
      .card-body {
        padding: 0 2rem 2.1rem; } }
    .card-body .card-text {
      color: black; }
  .card .card-figcaption .card-figcaption-body {
    width: 100%;
    padding: 0 clamp(2.5rem, 1.4881vw, 28.57143px) 0;
    top: auto;
    left: 0;
    transform: none;
    position: absolute;
    bottom: 0; }
  .card .card-figcaption .button {
    width: 100%;
    line-height: normal; }
    .card .card-figcaption .button:active {
      border: clamp(0.1rem, 0.05952vw, 1.14286px) solid; }
    @media screen and (min-width: 1025px) {
      .card .card-figcaption .button.quickview:hover {
        background: white;
        border-color: #f15904;
        color: #f15904; } }
    .card .card-figcaption .button.quickview:focus, .card .card-figcaption .button.quickview:active {
      background: white;
      color: black;
      border: clamp(0.1rem, 0.05952vw, 1.14286px) solid black; }
      @media screen and (min-width: 1025px) {
        .card .card-figcaption .button.quickview:focus:hover, .card .card-figcaption .button.quickview:active:hover {
          background: white;
          border-color: #f15904;
          color: #f15904; } }
    .card .card-figcaption .button + .button {
      margin-top: clamp(0.9rem, 0.53571vw, 10.28571px); }
      .card .card-figcaption .button + .button.card-figcaption-button:focus, .card .card-figcaption .button + .button.card-figcaption-button:active {
        background: #198849;
        border-color: #198849;
        color: white;
        border-width: clamp(0.1rem, 0.05952vw, 1.14286px); }
        @media screen and (min-width: 1025px) {
          .card .card-figcaption .button + .button.card-figcaption-button:focus:hover, .card .card-figcaption .button + .button.card-figcaption-button:active:hover {
            background: #f15904;
            border-color: #f15904;
            color: white; } }
    .card .card-figcaption .button--green {
      background: #198849;
      border-color: #198849;
      color: white; }
      @media screen and (min-width: 1025px) {
        .card .card-figcaption .button--green:hover {
          background: #f15904;
          border-color: #f15904;
          color: white; } }
      @media screen and (max-width: 1023px) {
        .card .card-figcaption .button--green:hover {
          background: #198849;
          border-color: #198849;
          color: white; } }
      .card .card-figcaption .button--green:focus, .card .card-figcaption .button--green:active {
        background: #198849;
        border-color: #198849;
        color: white; }
        @media screen and (min-width: 1025px) {
          .card .card-figcaption .button--green:focus:hover, .card .card-figcaption .button--green:active:hover {
            background: #f15904;
            border-color: #f15904;
            color: white; } }
  .card h3.card-title,
  .card .card-title {
    text-transform: none;
    flex: auto;
    margin-bottom: clamp(1.2rem, 0.71429vw, 13.71429px);
    font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
    font-weight: 600;
    line-height: clamp(2.5rem, 1.4881vw, 28.57143px); }
    @media screen and (max-width: 1365px) {
      .card h3.card-title,
      .card .card-title {
        padding-right: 0;
        margin-bottom: 0.9rem;
        font-size: 1.6rem; } }
    @media screen and (max-width: 1023px) {
      .card h3.card-title,
      .card .card-title {
        font-weight: 600;
        line-height: 1.76rem; } }
    .card h3.card-title a,
    .card .card-title a {
      color: #0e4f9d;
      text-align: left;
      text-transform: capitalize; }
      .card h3.card-title a:hover,
      .card .card-title a:hover {
        color: #0e4f9d;
        text-decoration: underline; }
  .card .review-block {
    margin-bottom: clamp(0.8rem, 0.47619vw, 9.14286px); }
    @media screen and (max-width: 1023px) {
      .card .review-block {
        margin-bottom: 0.7rem; } }
    @media screen and (max-width: 767px) {
      .card .review-block {
        flex-direction: column; } }
  .card .product-sku {
    color: #565B5C;
    font-size: clamp(1.3rem, 0.77381vw, 14.85714px);
    font-weight: 500;
    line-height: clamp(1.56rem, 0.92857vw, 17.82857px);
    text-transform: capitalize;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .card .product-sku {
        text-align: left;
        margin-bottom: 0.9rem; } }
  .card .product-description {
    color: #161C22;
    font-size: clamp(1.5rem, 0.89286vw, 17.14286px);
    font-weight: 400;
    line-height: clamp(2.25rem, 1.33929vw, 25.71429px);
    text-align: left;
    margin-bottom: clamp(1.1rem, 0.65476vw, 12.57143px);
    flex: auto;
    height: 100%; }
    @media screen and (max-width: 1580px) {
      .card .product-description {
        font-size: 1.4rem;
        line-height: 1.8rem; } }
    @media screen and (max-width: 1023px) {
      .card .product-description {
        font-size: 1.3rem;
        line-height: 1.95rem;
        margin-bottom: 0.8rem; } }
    .card .product-description span {
      display: block; }
  .card-text {
    color: black;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0; }
    @media screen and (max-width: 1023px) {
      .card-text {
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
    @media screen and (max-width: 374px) {
      .card-text {
        flex-wrap: wrap; } }
  .card .compare-btn:has(input[type="checkbox"]:checked) .button-compare {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1279px) {
      .card .compare-btn:has(input[type="checkbox"]:checked) .button-compare {
        display: none; } }
  .card .button-compare {
    margin-right: 0;
    display: none;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    min-width: max-content;
    padding: 0;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    color: black;
    background-color: transparent;
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    font-weight: 500;
    line-height: clamp(1.98rem, 1.17857vw, 22.62857px);
    text-transform: capitalize;
    border: 0; }
    @media screen and (max-width: 1279px) {
      .card .button-compare {
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0;
        position: relative;
        display: none; } }
    .card .button-compare input {
      width: clamp(1.6rem, 0.95238vw, 18.28571px);
      height: clamp(1.6rem, 0.95238vw, 18.28571px);
      border: clamp(0.1rem, 0.05952vw, 1.14286px) solid black;
      margin-right: clamp(1.6rem, 0.95238vw, 18.28571px); }
    .card .button-compare:hover {
      color: #0e4f9d; }
      .card .button-compare:hover input[type="checkbox"] + .compare-box {
        border-color: black; }
        @media screen and (max-width: 1279px) {
          .card .button-compare:hover input[type="checkbox"] + .compare-box {
            background-color: transparent; } }
    .card .button-compare input[type="checkbox"] {
      opacity: 0;
      position: absolute;
      z-index: 1; }
      .card .button-compare input[type="checkbox"]:checked + .compare-box {
        background-color: black;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M3.73608 9.44035L0.161084 5.86535C-0.0536948 5.65057 -0.0536948 5.30233 0.161084 5.08753L0.938883 4.3097C1.15366 4.0949 1.50192 4.0949 1.7167 4.3097L4.12499 6.71797L9.28329 1.55971C9.49806 1.34493 9.84633 1.34493 10.0611 1.55971L10.8389 2.33753C11.0537 2.5523 11.0537 2.90054 10.8389 3.11535L4.51391 9.44037C4.2991 9.65515 3.95086 9.65515 3.73608 9.44035Z' fill='white'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: clamp(1.1rem, 0.65476vw, 12.57143px) clamp(1.1rem, 0.65476vw, 12.57143px);
        border-color: black; }
        @media screen and (max-width: 1279px) {
          .card .button-compare input[type="checkbox"]:checked + .compare-box {
            background-color: transparent;
            border-color: transparent; } }
    .card .button-compare .compare-box {
      position: relative;
      height: clamp(1.7rem, 1.0119vw, 19.42857px);
      width: clamp(1.7rem, 1.0119vw, 19.42857px);
      margin-left: clamp(0.6rem, 0.35714vw, 6.85714px);
      vertical-align: bottom;
      display: inline-block;
      border: clamp(0.1rem, 0.05952vw, 1.14286px) solid black;
      border-radius: 0;
      top: 1px; }
      @media screen and (max-width: 1279px) {
        .card .button-compare .compare-box {
          position: absolute;
          left: 5rem; } }
      @media screen and (max-width: 767px) {
        .card .button-compare .compare-box {
          height: 1.3rem;
          width: 1.3rem; } }
  .card .price--rrp,
  .card .price--non-sale,
  .card .price--discounted {
    text-decoration: none;
    position: relative; }
    .card .price--rrp::after,
    .card .price--non-sale::after,
    .card .price--discounted::after {
      content: "";
      display: inline-block;
      position: absolute;
      width: 100%;
      background-color: black;
      height: clamp(0.1rem, 0.05952vw, 1.14286px);
      top: 50%;
      left: 0;
      right: 0;
      margin: 0.1rem auto 0;
      transform: translate(0, -50%); }
      @media screen and (min-width: 1920px) {
        .card .price--rrp::after,
        .card .price--non-sale::after,
        .card .price--discounted::after {
          margin: 0rem auto 0; } }
      @media screen and (min-width: 2880px) {
        .card .price--rrp::after,
        .card .price--non-sale::after,
        .card .price--discounted::after {
          margin: 0rem auto 0; } }

.product:hover .sale-flag-side {
  background-color: #D61F1F; }

.compare-price-box {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 1365px) {
    .compare-price-box {
      align-items: inherit; } }

.card-badges .sale-flag-side {
  border-radius: 0;
  background-color: #D61F1F;
  padding: clamp(0.3rem, 0.17857vw, 3.42857px) clamp(0.84rem, 0.5vw, 9.6px);
  height: auto; }
  @media screen and (min-width: 2880px) {
    .card-badges .sale-flag-side {
      padding: clamp(0.3rem, 0.17857vw, 3.42857px) clamp(0.84rem, 0.5vw, 9.6px) clamp(0.4rem, 0.2381vw, 4.57143px); } }

.card-badges .sale-text {
  font-size: clamp(1.2rem, 0.71429vw, 13.71429px);
  line-height: clamp(1.2rem, 0.71429vw, 13.71429px);
  font-style: normal;
  font-weight: 600;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }
  @media screen and (min-width: 2880px) {
    .card-badges .sale-text {
      line-height: normal; } }

.wishlistbtn {
  position: absolute;
  top: clamp(1.8rem, 1.07143vw, 20.57143px);
  right: clamp(2.1rem, 1.25vw, 24px);
  z-index: 1;
  width: clamp(2rem, 1.19048vw, 22.85714px);
  height: clamp(1.6rem, 0.95238vw, 18.28571px);
  display: none; }
  @media screen and (max-width: 1023px) {
    .wishlistbtn {
      width: 1.6rem;
      right: 1rem;
      top: 1.2rem;
      right: 1.5rem;
      display: block; } }
  .wishlistbtn svg {
    transition: transform 0.45s ease;
    fill: none;
    fill: black;
    width: clamp(1.8rem, 1.07143vw, 20.57143px);
    height: clamp(1.2rem, 0.71429vw, 13.71429px); }
  .wishlistbtn:hover svg {
    fill: #f15904; }

@media screen and (min-width: 1920px) {
  .tab-content .price--rrp::after,
  .tab-content .price--non-sale::after,
  .tab-content .price--discounted::after {
    margin: 0; } }

.tab-content .quickview {
  display: none; }

/*--- [Breadcrumb] ---*/
nav[aria-label="Breadcrumb"] ol.breadcrumbs {
  text-align: left;
  margin: 0;
  padding: clamp(1.5rem, 0.89286vw, 17.14286px) 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  line-height: normal;
  overflow-x: auto; }
  nav[aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-flex; }
    nav[aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb:first-child::before {
      display: none; }
    nav[aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb:not(:first-child) {
      position: relative;
      margin: 0; }
      nav[aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb:not(:first-child)::before {
        content: "/";
        margin: 0;
        transform: inherit;
        margin: 0 clamp(1.1rem, 0.65476vw, 12.57143px) 0 clamp(1rem, 0.59524vw, 11.42857px);
        background-repeat: no-repeat;
        width: 0;
        height: 0;
        font-weight: 500;
        font-size: clamp(1.2rem, 0.71429vw, 13.71429px);
        color: black; }
    nav[aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb .breadcrumb-label {
      font-weight: 500;
      font-size: clamp(1.2rem, 0.71429vw, 13.71429px);
      color: black;
      text-decoration: none;
      text-transform: capitalize;
      -webkit-transition: ease-in-out 0.45s;
      -moz-transition: ease-in-out 0.45s;
      transition: ease-in-out 0.45s;
      line-height: normal; }
      @media screen and (min-width: 1025px) {
        nav[aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb .breadcrumb-label:hover span {
          color: #f15904; } }

/*--- [Breadcrumb image] ---*/
@media screen and (max-width: 1023px) {
  .top-banner-section.image-banner nav[aria-label="Breadcrumb"] {
    position: absolute;
    top: 0;
    z-index: 99; } }

@media screen and (max-width: 1023px) {
  .top-banner-section.image-banner nav[aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb:not(:first-child)::before {
    color: white; } }

@media screen and (max-width: 1023px) {
  .top-banner-section.image-banner nav[aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb-label {
    color: white; } }

@media screen and (max-width: 1023px) {
  .top-banner-section.image-banner nav[aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb-label::after {
    color: white; } }

/*--- [Breadcrumb image] ---*/
.template-page.about-us header {
  border-bottom: clamp(0.1rem, 0.05952vw, 1.14286px) solid white; }
  @media screen and (max-width: 1023px) {
    .template-page.about-us header {
      border: 0; } }

.template-page.about-us body {
  scroll-behavior: unset; }

.page-image-banner {
  position: relative;
  aspect-ratio: 1680 / 296; }
  .page-image-banner::after {
    background: linear-gradient(180deg, rgba(31, 31, 31, 0) -3.27%, #000000 115.8%);
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 0; }
    @media screen and (max-width: 1023px) {
      .page-image-banner::after {
        display: none; } }
  .page-image-banner .page-image-banner-sub {
    position: relative; }
    @media screen and (max-width: 1023px) {
      .page-image-banner .page-image-banner-sub::after {
        background: linear-gradient(180deg, rgba(31, 31, 31, 0) -3.27%, #000000 115.8%);
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        z-index: 0; } }
    @media screen and (max-width: 1023px) {
      .page-image-banner .page-image-banner-sub img {
        width: 100vw;
        height: 38.164vw; } }
  .page-image-banner .page-image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .page-image-banner .page-image-content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: clamp(85rem, 50.59524vw, 971.42857px);
    z-index: 10; }
    @media screen and (max-width: 1023px) {
      .page-image-banner .page-image-content {
        position: static;
        transform: none;
        width: auto;
        padding: 4rem 2rem 4.5rem; } }
  .page-image-banner .page-image-title {
    text-align: center;
    color: white;
    text-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
    font-size: clamp(6.5rem, 3.86905vw, 74.28571px);
    font-weight: 700;
    line-height: clamp(7.8rem, 4.64286vw, 89.14286px);
    margin-bottom: clamp(-0.6rem, -0.35714vw, -6.85714px);
    z-index: 10;
    position: relative; }
    @media screen and (max-width: 1279px) {
      .page-image-banner .page-image-title {
        font-size: 3.3rem;
        text-align: center;
        line-height: 3.33rem;
        word-wrap: break-word;
        margin-bottom: 1.3rem; } }
    @media screen and (max-width: 1023px) {
      .page-image-banner .page-image-title {
        color: black; } }
  .page-image-banner .page-image-description {
    text-align: center;
    color: white;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(3.4rem, 2.02381vw, 38.85714px);
    font-weight: 700;
    line-height: clamp(3.8rem, 2.2619vw, 43.42857px);
    text-transform: uppercase;
    z-index: 10;
    position: relative; }
    @media screen and (max-width: 1279px) {
      .page-image-banner .page-image-description {
        font-size: 2.3rem;
        text-align: center;
        line-height: 2rem;
        word-wrap: break-word;
        padding: 0 2rem; } }
    @media screen and (max-width: 1023px) {
      .page-image-banner .page-image-description {
        color: black;
        padding: 0; } }

body.sticky-add .page-nav {
  background-color: #f2f2f2; }
  body.sticky-add .page-nav.sticky {
    position: sticky;
    top: clamp(10.8rem, 6.42857vw, 123.42857px);
    z-index: 99;
    transition: all .25s ease-out 0s; }
    @media screen and (max-width: 1920px) {
      body.sticky-add .page-nav.sticky {
        top: 10.4rem; } }
    @media screen and (max-width: 1680px) {
      body.sticky-add .page-nav.sticky {
        top: 9.041rem; } }
    @media screen and (max-width: 1580px) {
      body.sticky-add .page-nav.sticky {
        top: 9.241rem; } }
    @media screen and (max-width: 1365px) {
      body.sticky-add .page-nav.sticky {
        top: 8.941rem; } }
    @media screen and (max-width: 1279px) {
      body.sticky-add .page-nav.sticky {
        top: 5.589rem; } }
    @media screen and (max-width: 767px) {
      body.sticky-add .page-nav.sticky {
        top: 5.236rem; } }
    @media screen and (max-width: 415px) {
      body.sticky-add .page-nav.sticky {
        top: 4.9rem; } }
    @media screen and (max-width: 1023px) {
      body.sticky-add .page-nav.sticky .page-link {
        margin: 0; } }
    body.sticky-add .page-nav.sticky .page-nav-inner a {
      padding: clamp(1.4rem, 0.83333vw, 16px) 0; }

.page-nav {
  background-color: #f2f2f2;
  padding: 0 1rem; }
  .page-nav .about-mobile-tab {
    display: none;
    color: #0e4f9d;
    text-align: center;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(1.5rem, 0.89286vw, 17.14286px);
    font-weight: 500;
    line-height: clamp(1.65rem, 0.98214vw, 18.85714px);
    letter-spacing: clamp(0.075rem, 0.04464vw, 0.85714px);
    text-transform: uppercase;
    padding: clamp(1.9rem, 1.13095vw, 21.71429px) 0;
    position: relative; }
    .page-nav .about-mobile-tab::after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      height: clamp(1.1rem, 0.65476vw, 12.57143px);
      width: clamp(2rem, 1.19048vw, 22.85714px);
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11' fill='none'%3E%3Cg clip-path='url(%23clip0_147_17940)'%3E%3Cpath d='M17.1913 -1.22774e-07L9.99941 5.79079L2.80874 -7.51454e-07L-1.28871e-07 2.94822L9.99941 11L20 2.94822L17.1913 -1.22774e-07Z' fill='%2321397D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_147_17940'%3E%3Crect width='11' height='20' fill='white' transform='translate(20) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
      background-size: 100%;
      background-position: center;
      top: 50%;
      transform: translate(0, -50%); }
    .page-nav .about-mobile-tab.is-active::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11' fill='none'%3E%3Cg clip-path='url(%23clip0_147_17946)'%3E%3Cpath d='M2.80874 11L10.0006 5.20921L17.1913 11L20 8.05178L10.0006 -1.39081e-06L-1.28871e-07 8.05178L2.80874 11Z' fill='%2321397D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_147_17946'%3E%3Crect width='11' height='20' fill='white' transform='translate(0 11) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
    .page-nav .about-mobile-tab.is-active::before {
      content: "";
      display: block;
      position: absolute;
      right: -2rem;
      height: 0.05rem;
      width: auto;
      left: -2rem;
      background-color: black;
      bottom: 0; }
    @media screen and (max-width: 1023px) {
      .page-nav .about-mobile-tab {
        display: block; } }

.page-nav-inner {
  list-style: none;
  margin: 0;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (max-width: 1023px) {
    .page-nav-inner {
      flex-wrap: wrap;
      display: none;
      margin-bottom: 0.8rem; } }
  .page-nav-inner.is-active {
    display: block; }
  .page-nav-inner .page-link {
    margin-bottom: 0;
    min-width: clamp(19.2rem, 11.42857vw, 219.42857px);
    text-align: center;
    margin: 0 clamp(2rem, 1.19048vw, 22.85714px); }
    @media screen and (max-width: 1279px) {
      .page-nav-inner .page-link {
        min-width: inherit; } }
    @media screen and (max-width: 1023px) {
      .page-nav-inner .page-link {
        min-width: inherit;
        width: auto; } }
    .page-nav-inner .page-link.is-active a::after {
      width: 100%; }
  .page-nav-inner a {
    color: #0e4f9d;
    text-align: center;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(1.5rem, 0.89286vw, 17.14286px);
    font-weight: 500;
    line-height: clamp(1.65rem, 0.98214vw, 18.85714px);
    letter-spacing: clamp(0.075rem, 0.04464vw, 0.85714px);
    text-transform: uppercase;
    display: inline-block;
    padding: clamp(1.93rem, 1.14881vw, 22.05714px) 0;
    transition: none;
    position: relative; }
    .page-nav-inner a:hover {
      color: black; }
      .page-nav-inner a:hover::after {
        width: 100%; }
    .page-nav-inner a::after {
      content: "";
      display: inline-block;
      position: absolute;
      bottom: 0;
      width: 0;
      height: clamp(0.3rem, 0.17857vw, 3.42857px);
      left: 0px;
      background-color: #D35D31;
      transition: 0.45s; }
      @media screen and (max-width: 1023px) {
        .page-nav-inner a::after {
          display: none; } }
    .page-nav-inner a.active-link::after {
      width: 100%; }

/*==============[ trusted block ]================*/
.trusted-block__inner {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 14.48%; }
  @media screen and (max-width: 1580px) {
    .trusted-block__inner {
      padding: 0 7.142%; } }
  @media screen and (max-width: 1365px) {
    .trusted-block__inner {
      padding: 0 6rem; } }
  @media screen and (max-width: 1279px) {
    .trusted-block__inner {
      padding: 0 2rem; } }
  @media screen and (max-width: 1023px) {
    .trusted-block__inner {
      flex-wrap: wrap; } }

.trusted-block__image {
  width: calc(100% - clamp(61.9rem, 36.84524vw, 707.42857px));
  aspect-ratio: 493 / 350;
  max-width: calc(100% - clamp(61.9rem, 36.84524vw, 707.42857px)); }
  @media screen and (max-width: 1279px) {
    .trusted-block__image {
      width: 80%;
      max-width: max-content; } }
  @media screen and (max-width: 1023px) {
    .trusted-block__image {
      width: 100%; } }
  .trusted-block__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.trusted-block__content {
  max-width: clamp(61.9rem, 36.84524vw, 707.42857px);
  margin-left: clamp(8.1rem, 4.82143vw, 92.57143px);
  margin-top: clamp(3.4rem, 2.02381vw, 38.85714px); }
  @media screen and (max-width: 1279px) {
    .trusted-block__content {
      margin-left: 5rem; } }
  @media screen and (max-width: 1023px) {
    .trusted-block__content {
      width: 100%;
      margin-left: 0;
      margin-top: 6rem;
      text-align: center;
      max-width: inherit; } }
  .trusted-block__content .trusted-heading {
    margin-bottom: clamp(2.2rem, 1.30952vw, 25.14286px);
    position: relative;
    text-align: left;
    line-height: clamp(4.32rem, 2.57143vw, 49.37143px); }
    @media screen and (max-width: 1279px) {
      .trusted-block__content .trusted-heading {
        font-size: 3rem;
        line-height: 3.3rem;
        margin-bottom: 1.5rem; } }
    @media screen and (max-width: 1023px) {
      .trusted-block__content .trusted-heading {
        text-align: center; } }
    .trusted-block__content .trusted-heading::before {
      content: "";
      position: absolute;
      display: inline-block;
      height: clamp(0.6rem, 0.35714vw, 6.85714px);
      width: clamp(10rem, 5.95238vw, 114.28571px);
      top: clamp(-2.3rem, -1.36905vw, -26.28571px);
      background-color: #D35D31; }
      @media screen and (max-width: 1023px) {
        .trusted-block__content .trusted-heading::before {
          left: 0;
          right: 0;
          margin: 0 auto; } }
  .trusted-block__content p {
    line-height: normal;
    margin-bottom: clamp(1rem, 0.59524vw, 11.42857px); }
    .trusted-block__content p:last-of-type {
      margin-bottom: 0; }
  .trusted-block__content .link-tab {
    margin-top: clamp(3rem, 1.78571vw, 34.28571px);
    color: black;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block; }
    @media screen and (max-width: 1023px) {
      .trusted-block__content .link-tab {
        margin-top: 1.6rem; } }
    .trusted-block__content .link-tab:hover {
      color: #f15904; }

/*==============[ trusted block ]================*/
.section-heading {
  color: black;
  font-size: clamp(3.6rem, 2.14286vw, 41.14286px);
  font-weight: 600;
  line-height: clamp(4.32rem, 2.57143vw, 49.37143px);
  margin-bottom: clamp(2.3rem, 1.36905vw, 26.28571px);
  text-transform: uppercase;
  position: relative;
  text-align: center;
  line-height: clamp(3.6rem, 2.14286vw, 41.14286px); }
  @media screen and (max-width: 1023px) {
    .section-heading {
      font-size: 3rem;
      line-height: 3.3rem; } }

/*==============[ About logo ]================*/
.about-logo-bar {
  border-bottom: clamp(0.1rem, 0.05952vw, 1.14286px) solid #e0e0e0;
  padding-top: clamp(11rem, 6.54762vw, 125.71429px); }
  @media screen and (max-width: 1365px) {
    .about-logo-bar {
      padding-top: 8rem; } }
  @media screen and (max-width: 1023px) {
    .about-logo-bar {
      padding-top: 0;
      padding-top: 5.1rem; } }
  .about-logo-bar .slick-arrow {
    top: 50%;
    transform: translate(0, -50%); }
    .about-logo-bar .slick-arrow::after {
      display: none; }
  .about-logo-bar .slick-prev {
    right: auto;
    left: 0; }
  .about-logo-bar .slick-next {
    left: auto;
    right: 0; }
  .about-logo-bar .about-logo-slider {
    padding: 0 clamp(12.3rem, 7.32143vw, 140.57143px) 0 clamp(11.9rem, 7.08333vw, 136px); }
    @media screen and (max-width: 1365px) {
      .about-logo-bar .about-logo-slider {
        padding: 0 4rem; } }
    .about-logo-bar .about-logo-slider.slick-initialized .about-logo-item {
      display: block; }
    .about-logo-bar .about-logo-slider .slick-list {
      margin: 0 clamp(-3rem, -1.78571vw, -34.28571px); }
      @media screen and (max-width: 1279px) {
        .about-logo-bar .about-logo-slider .slick-list {
          margin: 0 -1.5rem; } }
    .about-logo-bar .about-logo-slider .about-logo-item {
      display: none;
      padding: 0 clamp(3rem, 1.78571vw, 34.28571px); }
      @media screen and (max-width: 1279px) {
        .about-logo-bar .about-logo-slider .about-logo-item {
          padding: 0 1.5rem; } }

.about-logo-wrap {
  width: 8.929vw;
  height: 3.571vw; }
  @media screen and (max-width: 1580px) {
    .about-logo-wrap {
      width: 100%;
      height: 100%; } }
  .about-logo-wrap img {
    object-fit: cover;
    height: 100%; }

/*==============[ About logo ]================*/
/*==============[ our expertise ]================*/
.our-expertise-block {
  margin-top: clamp(0.5rem, 0.29762vw, 5.71429px); }
  @media screen and (max-width: 1279px) {
    .our-expertise-block {
      margin-top: 0;
      padding-top: 7rem; } }
  @media screen and (max-width: 1023px) {
    .our-expertise-block {
      padding-top: 7.5rem;
      margin-top: -0.5rem; } }
  @media screen and (max-width: 767px) {
    .our-expertise-block {
      padding-top: 5rem; } }

.our-expertise-main {
  margin-bottom: clamp(0.5rem, 0.29762vw, 5.71429px); }
  @media screen and (max-width: 1023px) {
    .our-expertise-main {
      margin-bottom: 0; } }

.our-expertise-slider .slick-slide {
  height: auto; }
  @media screen and (max-width: 1023px) {
    .our-expertise-slider .slick-slide {
      padding: 0 0.25rem; } }

.our-expertise-slider .slick-arrow {
  top: calc(clamp(-4.6rem, -2.7381vw, -52.57143px) + clamp(-2.8rem, -1.66667vw, -32px)); }
  .our-expertise-slider .slick-arrow::after {
    display: none; }

.our-expertise-slider .slick-prev {
  right: auto;
  left: 7.142%; }

.our-expertise-slider .slick-next {
  left: auto;
  right: 7.142%; }

.our-expertise-inner {
  height: 100%;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .our-expertise-inner {
      flex-wrap: wrap; } }

.our-expertise-heading {
  max-width: clamp(99rem, 58.92857vw, 1131.42857px);
  margin: 0 auto clamp(0.3rem, 0.17857vw, 3.42857px);
  text-align: center; }
  .our-expertise-heading h3 {
    margin-bottom: clamp(2.9rem, 1.72619vw, 33.14286px);
    line-height: clamp(4.32rem, 2.57143vw, 49.37143px); }
    @media screen and (max-width: 1279px) {
      .our-expertise-heading h3 {
        font-size: 2.8rem;
        line-height: 2.8rem;
        margin-bottom: 1.5rem; } }
    @media screen and (max-width: 1023px) {
      .our-expertise-heading h3 {
        font-size: 2.6rem;
        line-height: 2.6rem;
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media screen and (max-width: 1279px) {
      .our-expertise-heading h3 br {
        display: none; } }
  .our-expertise-heading p {
    font-weight: 400;
    line-height: normal;
    padding: 0 clamp(3rem, 1.78571vw, 34.28571px); }

.our-expertise-image {
  width: 46.22%; }
  @media screen and (max-width: 1023px) {
    .our-expertise-image {
      width: 100%;
      height: 44.589vw; } }
  @media screen and (max-width: 767px) {
    .our-expertise-image {
      height: 54.589vw; } }
  .our-expertise-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.our-expertise-content {
  background-color: #0e4f9d;
  padding: clamp(4.3rem, 2.55952vw, 49.14286px) clamp(4.4rem, 2.61905vw, 50.28571px) clamp(4.2rem, 2.5vw, 48px);
  width: calc(100% - 46.22%);
  border-right: clamp(0.1rem, 0.05952vw, 1.14286px) solid white;
  position: relative; }
  @media screen and (max-width: 1365px) {
    .our-expertise-content {
      padding: 3.3rem 2.6rem 4.4rem; } }
  @media screen and (max-width: 1279px) {
    .our-expertise-content {
      padding: 3.3rem 2rem 4.4rem; } }
  @media screen and (max-width: 1023px) {
    .our-expertise-content {
      width: 100%;
      height: 100%;
      padding: 3.3rem 2.6rem 4.4rem; } }
  .our-expertise-content::after {
    content: "";
    display: block;
    content: '';
    position: absolute;
    left: -1.11rem;
    top: 5.2rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 23px 0 0;
    border-color: #0e4f9d transparent transparent transparent;
    z-index: 9;
    transform: rotate(315deg); }
    @media screen and (max-width: 1023px) {
      .our-expertise-content::after {
        top: -1.1rem;
        left: 4rem;
        transform: rotate(45deg); } }
  .our-expertise-content * {
    color: white; }
  .our-expertise-content .expertise-heading {
    font-size: clamp(2.6rem, 1.54762vw, 29.71429px);
    font-weight: 600;
    line-height: clamp(2.86rem, 1.70238vw, 32.68571px);
    text-transform: uppercase;
    margin-bottom: clamp(1.4rem, 0.83333vw, 16px); }
    @media screen and (max-width: 1279px) {
      .our-expertise-content .expertise-heading {
        word-wrap: break-word;
        font-size: 2rem;
        line-height: 2.1rem; } }
    @media screen and (max-width: 1023px) {
      .our-expertise-content .expertise-heading {
        margin-right: -0.5rem; } }
    @media screen and (max-width: 1023px) {
      .our-expertise-content .expertise-heading br {
        display: none; } }
  .our-expertise-content p {
    margin-bottom: clamp(0.8rem, 0.47619vw, 9.14286px); }

.our-expertise-Business {
  margin-left: 0;
  list-style: none; }
  .our-expertise-Business li {
    margin-bottom: clamp(0.8rem, 0.47619vw, 9.14286px); }
    .our-expertise-Business li:last-of-type {
      margin-bottom: 0; }

.our-expertise-bold {
  font-weight: 700;
  line-height: normal;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  text-transform: capitalize;
  display: inline-block; }
  @media screen and (min-width: 1025px) {
    .our-expertise-bold:hover {
      color: #f15904; } }
  @media screen and (max-width: 1023px) {
    .our-expertise-bold:hover {
      color: white; } }
  @media screen and (min-width: 1025px) {
    .our-expertise-bold:focus {
      color: #f15904; } }
  @media screen and (max-width: 1023px) {
    .our-expertise-bold:focus {
      color: white; } }

.page-btn-link {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .page-btn-link {
      padding: 0 2rem; } }
  .page-btn-link .button {
    padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(4.55rem, 2.70833vw, 52px);
    min-width: clamp(29.025rem, 17.27679vw, 331.71429px);
    background-color: transparent; }
    @media screen and (min-width: 1025px) {
      .page-btn-link .button:hover {
        background: #0e4f9d;
        border-color: #0e4f9d;
        color: white; } }
    @media screen and (max-width: 1279px) {
      .page-btn-link .button:hover {
        color: white;
        background: #f15904;
        border-color: #f15904; } }
    .page-btn-link .button:active, .page-btn-link .button:focus {
      color: black;
      background: transparent;
      border-color: black; }
      @media screen and (min-width: 1025px) {
        .page-btn-link .button:active:hover, .page-btn-link .button:focus:hover {
          background: #0e4f9d;
          border-color: #0e4f9d;
          color: white; } }
    @media screen and (max-width: 767px) {
      .page-btn-link .button {
        min-width: max-content;
        width: 100%; } }

/*==============[ our expertise ]================*/
/*==============[ About accordion ]================*/
@media screen and (max-width: 1023px) {
  .about-us-accordion {
    padding-top: 4.4rem; } }

@media screen and (max-width: 767px) {
  .about-us-accordion {
    padding-top: 4.4rem; } }

.about-accordion-sub-block {
  padding: 0 8.36190%; }
  @media screen and (max-width: 1279px) {
    .about-accordion-sub-block {
      padding: 0; } }

.accordion-inner-heading {
  color: #0e4f9d;
  font-size: clamp(2.6rem, 1.54762vw, 29.71429px);
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  padding: clamp(2.4rem, 1.42857vw, 27.42857px) 0;
  text-transform: capitalize;
  position: relative;
  cursor: pointer; }
  @media screen and (max-width: 1365px) {
    .accordion-inner-heading {
      font-size: 2.2rem;
      line-height: 2.2rem; } }
  @media screen and (max-width: 1279px) {
    .accordion-inner-heading {
      font-size: 1.8rem;
      line-height: 1.8rem;
      padding: 1.8rem 0; } }
  .accordion-inner-heading:hover {
    color: #f15904; }
    @media screen and (max-width: 1279px) {
      .accordion-inner-heading:hover {
        color: #0e4f9d; } }
    .accordion-inner-heading:hover::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11' fill='none'%3E%3Cpath d='M17.1913 -1.22774e-07L9.99941 5.79079L2.80874 -7.51454e-07L4.37721e-07 2.94822L9.99941 11L20 2.94822L17.1913 -1.22774e-07Z' fill='%23D35D31'/%3E%3C/svg%3E"); }
      @media screen and (max-width: 1279px) {
        .accordion-inner-heading:hover::after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11' fill='none'%3E%3Cg clip-path='url(%23clip0_147_17940)'%3E%3Cpath d='M17.1913 -1.22774e-07L9.99941 5.79079L2.80874 -7.51454e-07L-1.28871e-07 2.94822L9.99941 11L20 2.94822L17.1913 -1.22774e-07Z' fill='%2321397D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_147_17940'%3E%3Crect width='11' height='20' fill='white' transform='translate(20) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); } }
  .accordion-inner-heading::after {
    content: "";
    display: block;
    position: absolute;
    right: clamp(1.1rem, 0.65476vw, 12.57143px);
    height: clamp(1.1rem, 0.65476vw, 12.57143px);
    width: clamp(2rem, 1.19048vw, 22.85714px);
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11' fill='none'%3E%3Cg clip-path='url(%23clip0_147_17940)'%3E%3Cpath d='M17.1913 -1.22774e-07L9.99941 5.79079L2.80874 -7.51454e-07L-1.28871e-07 2.94822L9.99941 11L20 2.94822L17.1913 -1.22774e-07Z' fill='%2321397D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_147_17940'%3E%3Crect width='11' height='20' fill='white' transform='translate(20) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: 100%;
    background-position: center;
    top: clamp(3.8rem, 2.2619vw, 43.42857px); }
    @media screen and (max-width: 1365px) {
      .accordion-inner-heading::after {
        top: 2.9rem; } }
    @media screen and (max-width: 1279px) {
      .accordion-inner-heading::after {
        top: 2.1rem;
        height: clamp(1.1rem, 0.65476vw, 12.57143px);
        width: clamp(2rem, 1.19048vw, 22.85714px); } }
    @media screen and (max-width: 1023px) {
      .accordion-inner-heading::after {
        top: 2.1rem; } }
  .accordion-inner-heading.is-active:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11' fill='none'%3E%3Cpath d='M2.80874 11L10.0006 5.20921L17.1913 11L20 8.05178L10.0006 -1.67394e-06L-1.28871e-07 8.05178L2.80874 11Z' fill='%23D35D31'/%3E%3C/svg%3E"); }
    @media screen and (max-width: 1279px) {
      .accordion-inner-heading.is-active:hover::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11' fill='none'%3E%3Cg clip-path='url(%23clip0_147_17946)'%3E%3Cpath d='M2.80874 11L10.0006 5.20921L17.1913 11L20 8.05178L10.0006 -1.39081e-06L-1.28871e-07 8.05178L2.80874 11Z' fill='%2321397D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_147_17946'%3E%3Crect width='11' height='20' fill='white' transform='translate(0 11) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); } }
  .accordion-inner-heading.is-active::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11' fill='none'%3E%3Cg clip-path='url(%23clip0_147_17946)'%3E%3Cpath d='M2.80874 11L10.0006 5.20921L17.1913 11L20 8.05178L10.0006 -1.39081e-06L-1.28871e-07 8.05178L2.80874 11Z' fill='%2321397D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_147_17946'%3E%3Crect width='11' height='20' fill='white' transform='translate(0 11) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
    @media screen and (max-width: 1279px) {
      .accordion-inner-heading.is-active::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11' fill='none'%3E%3Cg clip-path='url(%23clip0_147_17946)'%3E%3Cpath d='M2.80874 11L10.0006 5.20921L17.1913 11L20 8.05178L10.0006 -1.39081e-06L-1.28871e-07 8.05178L2.80874 11Z' fill='%2321397D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_147_17946'%3E%3Crect width='11' height='20' fill='white' transform='translate(0 11) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); } }

.about-accordion-inner {
  border-bottom: clamp(0.1rem, 0.05952vw, 1.14286px) solid rgba(189, 189, 189, 0.9); }

.about-accordion-list {
  display: none;
  margin-top: 0;
  margin-bottom: clamp(3.3rem, 1.96429vw, 37.71429px);
  padding-right: clamp(2rem, 1.19048vw, 22.85714px);
  color: #000000; }
  @media screen and (max-width: 1279px) {
    .about-accordion-list {
      margin-bottom: 2.8rem; } }

/*==============[ About accordion ]================*/
.about-us-accordion .about-accordion-sub-block .about-section-heading-two {
  text-align: center;
  margin-bottom: clamp(1.7rem, 1.0119vw, 19.42857px);
  font-size: clamp(3.6rem, 2.14286vw, 41.14286px);
  line-height: clamp(3.636rem, 2.16429vw, 41.55429px); }
  @media screen and (max-width: 1023px) {
    .about-us-accordion .about-accordion-sub-block .about-section-heading-two {
      font-size: 3rem;
      line-height: 3.3rem;
      margin-bottom: 1.8rem; } }

.about-section-heading-two {
  text-align: center;
  margin-bottom: clamp(1.7rem, 1.0119vw, 19.42857px);
  font-size: clamp(3.6rem, 2.14286vw, 41.14286px);
  line-height: clamp(3.636rem, 2.16429vw, 41.55429px); }
  @media screen and (max-width: 1023px) {
    .about-section-heading-two {
      font-size: 3rem;
      line-height: 3.3rem;
      margin-bottom: 1.8rem; } }

/*==============[ Our Product Service ]================*/
@media screen and (max-width: 1023px) {
  .our-product-service {
    padding-top: 4.4rem; } }

@media screen and (max-width: 767px) {
  .our-product-service {
    padding-top: 4.4rem; } }

.our-product-service .about-section-heading-two {
  margin-bottom: clamp(6.7rem, 3.9881vw, 76.57143px); }
  @media screen and (max-width: 1279px) {
    .our-product-service .about-section-heading-two {
      margin-bottom: 4.4rem; } }
  @media screen and (max-width: 1023px) {
    .our-product-service .about-section-heading-two {
      margin-bottom: 3.4rem; } }

.our-product-main {
  flex-wrap: wrap;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .our-product-main {
      border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; } }
  .our-product-main .image-block {
    width: 78.4%;
    margin: 0 auto clamp(3.6rem, 2.14286vw, 41.14286px);
    aspect-ratio: 300/240; }
    @media screen and (max-width: 1023px) {
      .our-product-main .image-block {
        width: 100%; } }
    .our-product-main .image-block img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .our-product-main .product-card {
    width: 33.33%;
    padding: clamp(4.1rem, 2.44048vw, 46.85714px) clamp(4.8rem, 2.85714vw, 54.85714px) clamp(3.3rem, 1.96429vw, 37.71429px);
    position: relative;
    margin-right: clamp(-0.1rem, -0.05952vw, -1.14286px);
    margin-bottom: clamp(-0.1rem, -0.05952vw, -1.14286px);
    overflow: hidden;
    cursor: pointer; }
    @media screen and (max-width: 1365px) {
      .our-product-main .product-card {
        padding: 2.3rem 3rem 3rem; } }
    @media screen and (max-width: 1023px) {
      .our-product-main .product-card {
        width: 50%;
        margin: 0;
        border-right: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
        border-bottom: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; } }
    @media screen and (max-width: 767px) {
      .our-product-main .product-card {
        width: 100%;
        border-right: 0;
        border-bottom: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; } }
    @media screen and (max-width: 1023px) {
      .our-product-main .product-card:nth-child(even) {
        border-right: 0; } }
    @media screen and (max-width: 1023px) {
      .our-product-main .product-card:nth-last-of-type(2) {
        border-bottom: 0; } }
    @media screen and (max-width: 767px) {
      .our-product-main .product-card:nth-last-of-type(2) {
        border-bottom: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; } }
    @media screen and (max-width: 1023px) {
      .our-product-main .product-card:last-child {
        border-bottom: 0; } }
    .our-product-main .product-card::after {
      content: "";
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
      opacity: 1;
      z-index: 11;
      pointer-events: none;
      transition: 0.45s ease-in-out; }
      @media screen and (max-width: 1023px) {
        .our-product-main .product-card::after {
          display: none; } }
    .our-product-main .product-card:hover .image-block + .product-card-heading {
      opacity: 0; }
      @media screen and (max-width: 1279px) {
        .our-product-main .product-card:hover .image-block + .product-card-heading {
          opacity: 1; } }
    .our-product-main .product-card:hover .product-body {
      top: 46.8%; }

.product-card-heading {
  text-align: center;
  font-size: clamp(2.2rem, 1.30952vw, 25.14286px);
  font-weight: 600;
  line-height: clamp(2.64rem, 1.57143vw, 30.17143px);
  text-transform: none;
  margin-bottom: 0; }
  @media screen and (max-width: 1365px) {
    .product-card-heading {
      font-size: 1.8rem;
      line-height: 1.9rem; } }

.product-body {
  padding: clamp(3.5rem, 2.08333vw, 40px) clamp(4rem, 2.38095vw, 45.71429px) clamp(4rem, 2.38095vw, 45.71429px);
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  overflow: hidden;
  text-align: center;
  transition: 0.45s ease-in-out; }
  @media screen and (max-width: 1279px) {
    .product-body {
      display: none; } }
  .product-body .product-card-heading {
    margin-bottom: clamp(2.1rem, 1.25vw, 24px);
    color: white; }
  .product-body .button {
    min-width: inherit;
    width: 100%; }

/*==============[ Our Product Service ]================*/
/*==============[ Testimonial Service  ]================*/
.about-testimonial-block {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F2F2F2 100%);
  padding-bottom: clamp(12rem, 7.14286vw, 137.14286px); }
  @media screen and (max-width: 1279px) {
    .about-testimonial-block {
      padding-top: 7rem;
      padding-bottom: 9.5rem; } }
  @media screen and (max-width: 1023px) {
    .about-testimonial-block {
      padding-bottom: 7.5rem;
      padding-top: 5rem; } }
  @media screen and (max-width: 767px) {
    .about-testimonial-block {
      padding-bottom: 6rem; } }
  .about-testimonial-block .slick-arrow {
    top: 50%;
    transform: translate(0, -50%);
    margin-top: clamp(-2rem, -1.19048vw, -22.85714px); }
    @media screen and (max-width: 1279px) {
      .about-testimonial-block .slick-arrow {
        margin-top: 0; } }
    .about-testimonial-block .slick-arrow::after {
      display: none; }
  .about-testimonial-block .slick-prev {
    right: auto; }
  .about-testimonial-block .slick-next {
    left: auto;
    right: 0; }
  .about-testimonial-block .slick-list {
    margin: 0 3rem; }

.review-block-icon {
  margin-bottom: clamp(2.4rem, 1.42857vw, 27.42857px); }
  @media screen and (max-width: 1023px) {
    .review-block-icon {
      margin-bottom: 1.5rem; } }
  .review-block-icon .icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: auto; }
    .review-block-icon .icon svg {
      width: clamp(10.9rem, 6.4881vw, 124.57143px);
      height: clamp(1.497rem, 0.89107vw, 17.10857px); }
      @media screen and (max-width: 1023px) {
        .review-block-icon .icon svg {
          width: 9rem;
          height: 1.5rem; } }

.about-testimonial-heading {
  margin-bottom: clamp(4.3rem, 2.55952vw, 49.14286px);
  line-height: clamp(3.6rem, 2.14286vw, 41.14286px); }
  @media screen and (max-width: 1023px) {
    .about-testimonial-heading {
      line-height: 2.8rem; } }

.testimonial-inner {
  text-align: center;
  max-width: 78%;
  margin: 0 auto; }
  @media screen and (max-width: 1023px) {
    .testimonial-inner {
      max-width: 100%; } }
  .testimonial-inner p {
    text-align: center;
    font-size: clamp(2.6rem, 1.54762vw, 29.71429px);
    font-weight: 400;
    line-height: clamp(3.9rem, 2.32143vw, 44.57143px); }
    @media screen and (max-width: 1365px) {
      .testimonial-inner p {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-bottom: 1rem; } }
    @media screen and (max-width: 1023px) {
      .testimonial-inner p {
        font-size: 1.6rem;
        line-height: 1.9rem;
        margin-bottom: 1rem; } }
  .testimonial-inner .name-tag {
    display: inline-block;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(2rem, 1.19048vw, 22.85714px);
    font-weight: 500;
    line-height: clamp(2.6rem, 1.54762vw, 29.71429px);
    margin-top: clamp(0.1rem, 0.05952vw, 1.14286px);
    margin-bottom: clamp(5.1rem, 3.03571vw, 58.28571px); }
    @media screen and (max-width: 1279px) {
      .testimonial-inner .name-tag {
        margin-bottom: 2.5rem; } }
    @media screen and (max-width: 1023px) {
      .testimonial-inner .name-tag {
        margin-bottom: 3.6rem;
        font-size: 1.6rem; } }

.testimonial-slider .slick-dots {
  position: static; }

/*==============[ Testimonial Service  ]================*/
/*==============[ Customer Benefits  ]================*/
.customer-block {
  background-color: #0e4f9d;
  padding-bottom: clamp(10rem, 5.95238vw, 114.28571px); }
  @media screen and (max-width: 1279px) {
    .customer-block {
      padding-bottom: 8rem; } }
  @media screen and (max-width: 1023px) {
    .customer-block {
      padding-bottom: 5.1rem;
      padding-top: 4.4rem; } }
  @media screen and (max-width: 767px) {
    .customer-block {
      padding-bottom: 5.1rem;
      padding-top: 4.4rem; } }
  .customer-block .about-section-heading-two {
    color: white;
    text-transform: uppercase; }
  .customer-block .about-accordion-sub-block {
    margin: 0; }
    @media screen and (max-width: 1279px) {
      .customer-block .about-accordion-sub-block {
        padding: 0; } }
  .customer-block .about-accordion-inner {
    border-color: white; }
  .customer-block .accordion-inner-heading {
    color: white; }
    .customer-block .accordion-inner-heading:hover {
      color: #f15904; }
      @media screen and (max-width: 1279px) {
        .customer-block .accordion-inner-heading:hover {
          color: white; } }
      .customer-block .accordion-inner-heading:hover::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11' fill='none'%3E%3Cpath d='M17.1913 -1.22774e-07L9.99941 5.79079L2.80874 -7.51454e-07L4.37721e-07 2.94822L9.99941 11L20 2.94822L17.1913 -1.22774e-07Z' fill='%23D35D31'/%3E%3C/svg%3E"); }
        @media screen and (max-width: 1279px) {
          .customer-block .accordion-inner-heading:hover::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11' fill='none'%3E%3Cg clip-path='url(%23clip0_147_17868)'%3E%3Cpath d='M17.1913 -1.22774e-07L9.99941 5.79079L2.80874 -7.51454e-07L-1.28871e-07 2.94822L9.99941 11L20 2.94822L17.1913 -1.22774e-07Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_147_17868'%3E%3Crect width='11' height='20' fill='white' transform='translate(20) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); } }
    .customer-block .accordion-inner-heading::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11' fill='none'%3E%3Cg clip-path='url(%23clip0_147_17868)'%3E%3Cpath d='M17.1913 -1.22774e-07L9.99941 5.79079L2.80874 -7.51454e-07L-1.28871e-07 2.94822L9.99941 11L20 2.94822L17.1913 -1.22774e-07Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_147_17868'%3E%3Crect width='11' height='20' fill='white' transform='translate(20) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
    .customer-block .accordion-inner-heading.is-active::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11' fill='none'%3E%3Cg clip-path='url(%23clip0_147_17874)'%3E%3Cpath d='M2.80874 11L10.0006 5.20921L17.1913 11L20 8.05178L10.0006 -1.39081e-06L-1.28871e-07 8.05178L2.80874 11Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_147_17874'%3E%3Crect width='11' height='20' fill='white' transform='translate(0 11) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
    .customer-block .accordion-inner-heading.is-active:hover::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11' fill='none'%3E%3Cpath d='M2.80874 11L10.0006 5.20921L17.1913 11L20 8.05178L10.0006 -1.67394e-06L-1.28871e-07 8.05178L2.80874 11Z' fill='%23D35D31'/%3E%3C/svg%3E"); }
      @media screen and (max-width: 1279px) {
        .customer-block .accordion-inner-heading.is-active:hover::after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11' fill='none'%3E%3Cg clip-path='url(%23clip0_147_17874)'%3E%3Cpath d='M2.80874 11L10.0006 5.20921L17.1913 11L20 8.05178L10.0006 -1.39081e-06L-1.28871e-07 8.05178L2.80874 11Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_147_17874'%3E%3Crect width='11' height='20' fill='white' transform='translate(0 11) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); } }
  .customer-block p {
    color: white; }

/*==============[ Customer Benefits  ]================*/
/*==============[ Story Block  ]================*/
.story-main {
  margin-top: clamp(0.7rem, 0.41667vw, 8px); }
  @media screen and (max-width: 1023px) {
    .story-main {
      margin-top: 0; } }
  @media screen and (max-width: 1023px) {
    .story-main .trusted-block:first-of-type {
      padding-top: 5rem; } }
  .story-main .trusted-block:first-of-type .story-block__inner {
    flex-direction: row-reverse;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      .story-main .trusted-block:first-of-type .story-block__inner {
        flex-direction: column; } }
  .story-main .trusted-block:first-of-type .trusted-block__content {
    margin-right: clamp(4.8rem, 2.85714vw, 54.85714px);
    margin-left: 0;
    margin-top: clamp(1.3rem, 0.77381vw, 14.85714px); }
    @media screen and (max-width: 1023px) {
      .story-main .trusted-block:first-of-type .trusted-block__content {
        margin-right: 0;
        margin-top: 7.3rem; } }
  .story-main .trusted-block:first-of-type .story-heading {
    padding: 0; }
  .story-main .trusted-block:first-of-type p {
    padding: 0; }
  .story-main .trusted-block:last-child .trusted-block__content {
    min-width: clamp(66.4rem, 39.52381vw, 758.85714px);
    margin-left: clamp(4.3rem, 2.55952vw, 49.14286px);
    padding-left: clamp(1rem, 0.59524vw, 11.42857px);
    margin-top: 0;
    padding-right: clamp(0.5rem, 0.29762vw, 5.71429px); }
    @media screen and (max-width: 1279px) {
      .story-main .trusted-block:last-child .trusted-block__content {
        min-width: inherit;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-top: 3rem; } }
    @media screen and (max-width: 1023px) {
      .story-main .trusted-block:last-child .trusted-block__content {
        margin-top: 7.3rem; } }
  .story-main .trusted-block__content {
    max-width: clamp(65.8rem, 39.16667vw, 752px);
    margin-left: clamp(4.8rem, 2.85714vw, 54.85714px); }
    @media screen and (max-width: 1279px) {
      .story-main .trusted-block__content {
        max-width: inherit; } }
    @media screen and (max-width: 1023px) {
      .story-main .trusted-block__content {
        max-width: inherit;
        width: 100%;
        margin-left: 0;
        margin-top: 7.3rem; } }
  @media screen and (max-width: 1279px) {
    .story-main .trusted-block__content {
      max-width: 50%; } }
  @media screen and (max-width: 1023px) {
    .story-main .trusted-block__content {
      width: 100%;
      max-width: 100%;
      margin-right: 0;
      margin-top: 7.3rem; } }
  .story-main .story-block__inner {
    justify-content: center;
    padding: 0 14.28%; }
    @media screen and (max-width: 1580px) {
      .story-main .story-block__inner {
        padding: 0 7.142%; } }
    @media screen and (max-width: 1365px) {
      .story-main .story-block__inner {
        padding: 0 6rem; } }
    @media screen and (max-width: 1279px) {
      .story-main .story-block__inner {
        padding: 0 2rem; } }
    @media screen and (max-width: 1023px) {
      .story-main .story-block__inner {
        flex-wrap: wrap; } }
  .story-main .trusted-block__image {
    width: calc(100% - clamp(65.8rem, 39.16667vw, 752px));
    aspect-ratio: 493 / 350;
    max-width: calc(100% - clamp(65.8rem, 39.16667vw, 752px)); }
    @media screen and (max-width: 1279px) {
      .story-main .trusted-block__image {
        width: 80%;
        max-width: max-content; } }
    @media screen and (max-width: 1023px) {
      .story-main .trusted-block__image {
        width: 100%; } }
  .story-main p {
    padding-left: clamp(3.2rem, 1.90476vw, 36.57143px);
    line-height: clamp(2.56rem, 1.52381vw, 29.25714px); }
    @media screen and (max-width: 1023px) {
      .story-main p {
        padding-left: 0; } }

.story-heading {
  position: relative;
  text-align: left;
  padding-left: clamp(3.2rem, 1.90476vw, 36.57143px); }
  @media screen and (max-width: 1279px) {
    .story-heading {
      font-size: 3rem;
      line-height: 3.3rem; } }
  @media screen and (max-width: 1023px) {
    .story-heading {
      text-align: center;
      padding-left: 0; } }
  .story-heading::before {
    content: "";
    position: absolute;
    display: inline-block;
    height: clamp(0.6rem, 0.35714vw, 6.85714px);
    width: clamp(10rem, 5.95238vw, 114.28571px);
    top: clamp(-2.3rem, -1.36905vw, -26.28571px);
    background-color: #f15904; }
    @media screen and (max-width: 1023px) {
      .story-heading::before {
        left: 0;
        right: 0;
        margin: 0 auto; } }

/*==============[ Story Block  ]================*/
/*==============[ about learning center  ]================*/
.about-learning-center {
  margin-top: clamp(0.7rem, 0.41667vw, 8px); }
  @media screen and (max-width: 1023px) {
    .about-learning-center {
      margin-top: 0; } }

.about-learning__inner {
  margin-bottom: clamp(1.5rem, 0.89286vw, 17.14286px); }
  @media screen and (max-width: 1023px) {
    .about-learning__inner {
      flex-wrap: wrap;
      margin-bottom: 0; } }

.about-learning__image {
  width: calc(100% - 52.62%);
  aspect-ratio: 681/412; }
  @media screen and (max-width: 1023px) {
    .about-learning__image {
      width: 100%; } }
  .about-learning__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.about-learning__content {
  width: 52.62%;
  background-color: #0e4f9d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: clamp(10.7rem, 6.36905vw, 122.28571px) 0 clamp(10.8rem, 6.42857vw, 123.42857px) clamp(9.7rem, 5.77381vw, 110.85714px); }
  @media screen and (max-width: 1279px) {
    .about-learning__content {
      padding: 2.9rem 5rem 4.2rem; } }
  @media screen and (max-width: 1023px) {
    .about-learning__content {
      width: 100%;
      padding: 2.9rem 2rem 4.2rem;
      text-align: center; } }
  .about-learning__content * {
    color: white; }
  .about-learning__content .about-learn-subheading {
    margin-bottom: clamp(0.1rem, 0.05952vw, 1.14286px);
    line-height: clamp(2.6rem, 1.54762vw, 29.71429px);
    font-size: clamp(2.6rem, 1.54762vw, 29.71429px);
    line-height: clamp(2.6rem, 1.54762vw, 29.71429px);
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }
    @media screen and (max-width: 1580px) {
      .about-learning__content .about-learn-subheading {
        font-size: 2.2rem; } }
    @media screen and (max-width: 1023px) {
      .about-learning__content .about-learn-subheading {
        font-size: 2.6rem;
        line-height: 2.6rem; } }
    @media screen and (max-width: 412px) {
      .about-learning__content .about-learn-subheading {
        font-size: 2rem;
        line-height: 2rem; } }
  .about-learning__content h3 {
    margin-bottom: clamp(2.1rem, 1.25vw, 24px);
    font-size: clamp(4rem, 2.38095vw, 45.71429px);
    line-height: clamp(4rem, 2.38095vw, 45.71429px);
    font-weight: 700; }
    @media screen and (max-width: 1580px) {
      .about-learning__content h3 {
        line-height: 3rem;
        font-size: 3.4rem; } }
    @media screen and (max-width: 1279px) {
      .about-learning__content h3 {
        font-size: 2.8rem; } }
    @media screen and (max-width: 1023px) {
      .about-learning__content h3 {
        font-size: 3rem;
        margin-bottom: 0.5rem; } }
  .about-learning__content p {
    font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
    line-height: clamp(2.7rem, 1.60714vw, 30.85714px);
    padding-right: clamp(17rem, 10.11905vw, 194.28571px);
    margin-bottom: clamp(3.4rem, 2.02381vw, 38.85714px);
    font-weight: 400; }
    @media screen and (max-width: 1279px) {
      .about-learning__content p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding-right: 0; } }
    @media screen and (max-width: 1023px) {
      .about-learning__content p {
        padding: 0;
        margin-bottom: 2.3rem; } }
  .about-learning__content .button {
    margin-top: 0;
    background-color: transparent;
    color: white;
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid white;
    padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(6.38rem, 3.79762vw, 72.91429px);
    width: fit-content; }
    @media screen and (max-width: 1365px) {
      .about-learning__content .button {
        padding: 1.7rem 4rem; } }
    @media screen and (max-width: 1023px) {
      .about-learning__content .button {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .about-learning__content .button {
        margin: 0;
        width: auto;
        -webkit-justify-content: center;
        justify-content: center; } }
    @media screen and (max-width: 412px) {
      .about-learning__content .button {
        width: 100%;
        padding: 1.7rem 2rem; } }
    .about-learning__content .button:hover {
      background-color: #f15904;
      border-color: #f15904; }

/*==============[ about learning center  ]================*/
.banners {
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
  font-weight: 500;
  line-height: clamp(1.98rem, 1.17857vw, 22.62857px);
  text-transform: capitalize;
  padding: clamp(1rem, 0.59524vw, 11.42857px) 0;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .banners {
      font-size: 1.6rem;
      line-height: 1.75rem;
      padding: 1.1rem 0 1.1rem; } }
  .banners p {
    margin-bottom: 0; }

.close-icon-banner {
  position: absolute;
  right: clamp(2rem, 1.19048vw, 22.85714px);
  top: clamp(0.8rem, 0.47619vw, 9.14286px);
  cursor: pointer; }
  @media screen and (max-width: 1023px) {
    .close-icon-banner {
      top: 0.9rem; } }
  .close-icon-banner .icon {
    width: clamp(1.4rem, 0.83333vw, 16px);
    height: clamp(1.4rem, 0.83333vw, 16px); }
    .close-icon-banner .icon svg {
      fill: white; }

.top-banner-section + .container .page-content--centered {
  margin-top: clamp(3rem, 1.78571vw, 34.28571px); }

.template-page_contact_form .page-content .form-input {
  width: 100%; }

.template-page_contact_form .page-content #contact-us-page > p {
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 1279px) {
    .template-page_contact_form .page-content #contact-us-page > p {
      width: 100%; } }

.template-page_contact_form .page-content .form {
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 1279px) {
    .template-page_contact_form .page-content .form {
      width: 100%; } }

.template-page_contact_form .page-content .form-field + .g-recaptcha {
  margin-top: clamp(2rem, 1.19048vw, 22.85714px); }

.template-sitemap h2 {
  margin-top: 0; }

.template-sitemap .page-site-content {
  float: none;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  margin-top: clamp(2rem, 1.19048vw, 22.85714px); }
  @media screen and (max-width: 1023px) {
    .template-sitemap .page-site-content {
      max-width: 100%; } }
  .template-sitemap .page-site-content > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    @media screen and (max-width: 1023px) {
      .template-sitemap .page-site-content > ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-left: 0; } }
    .template-sitemap .page-site-content > ul.sitemap-block {
      margin-left: 0; }
      @media screen and (max-width: 1023px) {
        .template-sitemap .page-site-content > ul.sitemap-block > li {
          margin-bottom: 3rem; } }
      .template-sitemap .page-site-content > ul.sitemap-block > li::after {
        display: none; }
    .template-sitemap .page-site-content > ul > li {
      width: 33.33%;
      list-style: none;
      background: none;
      margin-bottom: 1rem; }
      @media screen and (max-width: 767px) {
        .template-sitemap .page-site-content > ul > li {
          width: 100%; } }
      .template-sitemap .page-site-content > ul > li::before {
        display: none; }
      .template-sitemap .page-site-content > ul > li ul {
        margin-bottom: 0;
        margin-left: 2rem; }
        .template-sitemap .page-site-content > ul > li ul li {
          position: relative;
          margin: 0.8rem 0; }
          .template-sitemap .page-site-content > ul > li ul li:last-child {
            margin-bottom: 0; }
          .template-sitemap .page-site-content > ul > li ul li .view-all {
            color: #0e4f9d;
            text-decoration: underline; }
            .template-sitemap .page-site-content > ul > li ul li .view-all:hover {
              color: #f15904; }

.template-page .about-accordion-sub-block > h3 {
  margin-bottom: clamp(1rem, 0.59524vw, 11.42857px); }

.template-page table tr {
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; }
  .template-page table tr th {
    padding: clamp(2rem, 1.19048vw, 22.85714px); }
  .template-page table tr td {
    padding: clamp(1rem, 0.59524vw, 11.42857px) clamp(2rem, 1.19048vw, 22.85714px); }
    .template-page table tr td + td {
      text-align: center; }

.template-page .page-content h3 {
  line-height: clamp(3.5rem, 2.08333vw, 40px);
  margin-bottom: clamp(3rem, 1.78571vw, 34.28571px); }
  @media screen and (max-width: 1023px) {
    .template-page .page-content h3 {
      line-height: 2.3rem;
      margin-bottom: 1.2rem; } }

.template-page .page-content > h3 {
  margin-bottom: clamp(3rem, 1.78571vw, 34.28571px);
  color: #f15904;
  text-transform: capitalize; }

.arc-zone-exclusive-logo {
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
  padding: clamp(0.4rem, 0.2381vw, 4.57143px);
  width: 100%;
  height: 100%; }

#arc-zone-exclusives .arc-zone-exclusive-logo {
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
  padding: clamp(0.4rem, 0.2381vw, 4.57143px); }

#arc-zone-exclusives tr {
  border-bottom: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
  border-left: 0;
  border-right: 0;
  border-top: 0; }
  @media screen and (max-width: 1023px) {
    #arc-zone-exclusives tr {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: flex-start; } }
  @media screen and (max-width: 767px) {
    #arc-zone-exclusives tr {
      flex-direction: column; } }

#arc-zone-exclusives h3 {
  text-align: left; }
  #arc-zone-exclusives h3 ~ p {
    text-align: left; }

#arc-zone-exclusives td {
  padding-left: 0;
  padding-bottom: clamp(2rem, 1.19048vw, 22.85714px);
  padding-top: clamp(2rem, 1.19048vw, 22.85714px); }
  @media screen and (max-width: 767px) {
    #arc-zone-exclusives td:first-of-type {
      padding-right: 0;
      padding-bottom: 0; } }

.page-content:has(.hand-pick) .chart > h3 {
  color: #f15904;
  text-transform: capitalize; }

.chart > h3:has(.page-content .hand-pick) {
  color: #f15904; }

.about-accordion-block + .about-accordion-block {
  margin-top: clamp(6rem, 3.57143vw, 68.57143px); }
  @media screen and (max-width: 1279px) {
    .about-accordion-block + .about-accordion-block {
      margin-top: 4rem; } }

.about-accordion-block h4,
.about-accordion-block h3 {
  text-transform: capitalize; }
  .about-accordion-block h4:has(~ .about-accordion-inner),
  .about-accordion-block h3:has(~ .about-accordion-inner) {
    margin-bottom: clamp(0.5rem, 0.29762vw, 5.71429px); }

.accordion-inner-heading {
  padding-right: clamp(3rem, 1.78571vw, 34.28571px); }
  @media screen and (max-width: 1023px) {
    .accordion-inner-heading {
      padding-right: 5rem; } }

#toc .btn {
  padding: clamp(0.6rem, 0.35714vw, 6.85714px) clamp(1rem, 0.59524vw, 11.42857px);
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
  min-width: clamp(3.5rem, 2.08333vw, 40px);
  display: inline-block;
  text-align: center;
  color: black;
  margin-bottom: clamp(0.2rem, 0.11905vw, 2.28571px); }
  @media screen and (min-width: 1025px) {
    #toc .btn:hover {
      background-color: #f15904;
      border-color: #f15904;
      color: white; } }

#arc-zone-exclusives h3 a {
  color: black; }
  #arc-zone-exclusives h3 a:hover {
    color: #f15904; }

body:not(.template-default) .form-label {
  text-transform: capitalize; }

/*--- [ Model Style ] ---*/
.modal {
  border-radius: 0;
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
  box-shadow: 0 clamp(0.2rem, 0.11905vw, 2.28571px) clamp(1.7rem, 1.0119vw, 19.42857px) rgba(0, 0, 0, 0.1); }
  .modal-body {
    padding: 0; }
  .modal[data-prevent-quick-search-close] .modal-close {
    right: clamp(3rem, 1.78571vw, 34.28571px);
    top: clamp(2rem, 1.19048vw, 22.85714px); }
    @media screen and (max-width: 1023px) {
      .modal[data-prevent-quick-search-close] .modal-close {
        right: 1.5rem; } }
  .modal-header {
    padding: clamp(2.5rem, 1.4881vw, 28.57143px) clamp(4rem, 2.38095vw, 45.71429px) clamp(2.5rem, 1.4881vw, 28.57143px) clamp(3rem, 1.78571vw, 34.28571px);
    border-color: #bdbdbd; }
    .modal-header .modal-close {
      width: auto;
      height: auto;
      right: 0px;
      top: clamp(-0.2rem, -0.11905vw, -2.28571px); }
      @media screen and (max-width: 1023px) {
        .modal-header .modal-close {
          top: .3rem; } }
      .modal-header .modal-close.help-modal-close {
        position: static;
        text-align: right; }
        .modal-header .modal-close.help-modal-close span {
          background-image: none;
          position: static;
          font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
          font-weight: 500;
          line-height: clamp(1.4rem, 0.83333vw, 16px); }
  .modal-header-title {
    font-size: clamp(2.2rem, 1.30952vw, 25.14286px);
    font-weight: 600;
    line-height: clamp(2.2rem, 1.30952vw, 25.14286px);
    margin-bottom: 0; }
    @media screen and (max-width: 1439px) {
      .modal-header-title {
        line-height: 1.2;
        padding: 0 2rem;
        font-size: 1.8rem; } }
    @media screen and (max-width: 1023px) {
      .modal-header-title {
        line-height: 1.2; } }
  .modal--alert {
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
    font-weight: 500;
    line-height: clamp(1.4rem, 0.83333vw, 16px); }
    .modal--alert .modal-content {
      font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
      font-weight: 500;
      line-height: normal;
      height: auto !important;
      overflow: inherit !important; }
  .modal-content {
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
    font-weight: 500;
    line-height: clamp(1.6rem, 0.95238vw, 18.28571px); }
    .modal-content .form-input {
      border-color: #bdbdbd;
      margin-bottom: clamp(1.5rem, 0.89286vw, 17.14286px); }
  .modal-close {
    right: clamp(1.5rem, 0.89286vw, 17.14286px);
    top: clamp(1.8rem, 1.07143vw, 20.57143px); }
    .modal-close span:not(.aria-description--hidden) {
      font-size: 0;
      width: auto;
      height: auto;
      display: block; }
      .modal-close span:not(.aria-description--hidden) .icon {
        width: clamp(1.4rem, 0.83333vw, 16px);
        height: clamp(1.5rem, 0.89286vw, 17.14286px);
        margin-top: clamp(-0.2rem, -0.11905vw, -2.28571px); }
        .modal-close span:not(.aria-description--hidden) .icon svg {
          fill: black;
          stroke: none; }
    .modal-close:hover span {
      color: #f15904; }
      .modal-close:hover span:not(.aria-description--hidden) .icon svg {
        fill: #f15904; }
    .modal-close:focus::after, .modal-close:focus::before {
      display: none; }
  @media screen and (max-width: 767px) {
    .modal .facetedSearch-optionColumns {
      column-count: 2; } }
  .modal .navList-item {
    margin-bottom: clamp(1.2rem, 0.71429vw, 13.71429px); }
    .modal .navList-item a {
      font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
      line-height: clamp(1.4rem, 0.83333vw, 16px);
      font-weight: 500;
      color: black;
      transition: 0.45s ease-in-out; }
      @media screen and (max-width: 1023px) {
        .modal .navList-item a {
          line-height: normal; } }
      .modal .navList-item a:hover {
        color: #f15904; }

.modal .button-container .confirm {
  height: auto;
  font-weight: 500;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  line-height: normal;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(2rem, 1.19048vw, 22.85714px);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  margin: 0;
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #f15904;
  color: white;
  background: #f15904;
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
  min-width: max-content;
  transition: all 0.45s ease-in-out; }
  @media screen and (max-width: 767px) {
    .modal .button-container .confirm {
      padding: 1.2rem 2rem; } }
  @media screen and (min-width: 1025px) {
    .modal .button-container .confirm:hover {
      background: #0e4f9d;
      border-color: #0e4f9d;
      color: white; } }
  @media screen and (max-width: 1023px) {
    .modal .button-container .confirm:hover {
      color: white;
      background: #f15904;
      border-color: #f15904; } }
  .modal .button-container .confirm:active, .modal .button-container .confirm:focus {
    color: white;
    background: #f15904;
    border-color: #f15904; }
    @media screen and (min-width: 1025px) {
      .modal .button-container .confirm:active:hover, .modal .button-container .confirm:focus:hover {
        background: white;
        border-color: #f15904;
        color: #f15904; } }

div:where(.swal2-container) div:where(.swal2-popup) {
  border-radius: 0 !important;
  color: black !important;
  width: clamp(40rem, 23.80952vw, 457.14286px) !important;
  padding: clamp(2rem, 1.19048vw, 22.85714px) !important; }

.modal-body {
  padding: clamp(3rem, 1.78571vw, 34.28571px); }
  @media screen and (max-width: 666px) {
    .modal-body .form-option-wrapper {
      width: 100%; } }
  @media screen and (max-width: 666px) {
    .modal-body .price-review-section {
      flex-direction: column;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start; } }
  @media screen and (max-width: 666px) {
    .modal-body .usp-section {
      flex-direction: column; } }
  @media screen and (max-width: 666px) {
    .modal-body .usp-section li + li {
      margin-top: 2rem; } }

#modal-review-form .modal-close {
  top: 50%;
  transform: translateY(-50%);
  right: clamp(3rem, 1.78571vw, 34.28571px); }

.writeReview-productDetails {
  padding: 0; }
  .writeReview-productDetails .product-brand {
    display: none; }

.writeReview-form {
  padding: 0 0 0 clamp(2rem, 1.19048vw, 22.85714px); }
  @media screen and (max-width: 1023px) {
    .writeReview-form {
      padding-left: 0; } }
  @media screen and (max-width: 666px) {
    .writeReview-form .button {
      width: 100%; } }

.modal--large {
  width: 100%; }

.swal2-container {
  z-index: 9999; }

.template-product .body {
  background: #F7F7F7; }
  @media screen and (max-width: 1023px) {
    .template-product .body {
      background-color: #fbfbfb; } }

.product-left {
  width: 64.3%;
  padding: 0 clamp(12rem, 7.14286vw, 137.14286px);
  overflow: hidden; }
  @media screen and (max-width: 1580px) {
    .product-left {
      width: 60%;
      padding: 0 80px; } }
  @media screen and (max-width: 1279px) {
    .product-left {
      width: 100%;
      padding: 0;
      overflow: inherit; }
      .product-left nav[aria-label="Breadcrumb"] ol.breadcrumbs {
        background: white;
        padding: 15px 30px;
        margin: 0 -30px; } }
  @media screen and (max-width: 767px) {
    .product-left nav[aria-label="Breadcrumb"] ol.breadcrumbs {
      padding: 15px 20px;
      margin: 0 -20px; } }

.product-right {
  width: 35.7%;
  background: white;
  padding: clamp(3.8rem, 2.2619vw, 43.42857px) clamp(6rem, 3.57143vw, 68.57143px);
  position: sticky;
  height: 100%; }
  @media screen and (max-width: 1580px) {
    .product-right {
      width: 40%;
      padding: 38px 37px;
      height: 130vh; } }
  @media screen and (max-width: 1279px) {
    .product-right {
      width: auto;
      padding: 0 30px;
      margin: 0 -30px;
      background: white;
      position: inherit;
      height: 100%; } }
  @media screen and (max-width: 767px) {
    .product-right {
      margin: 0 -20px;
      padding: 0 20px; } }

.sticky-add .product-right {
  top: clamp(9rem, 5.35714vw, 102.85714px); }

.price-review-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: clamp(0.1rem, 0.05952vw, 1.14286px) solid #E0E0E0;
  padding-bottom: clamp(1.8rem, 1.07143vw, 20.57143px);
  margin-bottom: clamp(2rem, 1.19048vw, 22.85714px); }
  @media screen and (max-width: 767px) {
    .price-review-section {
      margin-bottom: 25px; } }
  @media screen and (max-width: 374px) {
    .price-review-section {
      flex-wrap: wrap; } }

.productView-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .productView-rating .icon {
    width: clamp(1.3rem, 0.77381vw, 14.85714px);
    height: clamp(1.3rem, 0.77381vw, 14.85714px); }
  .productView-rating .review-text {
    margin-left: clamp(0.8rem, 0.47619vw, 9.14286px);
    margin-top: calc(-1 * clamp(0.2rem, 0.11905vw, 2.28571px)); }
  .productView-rating span {
    font-size: clamp(1.2rem, 0.71429vw, 13.71429px);
    font-weight: 500;
    line-height: 0;
    color: black;
    margin-top: calc(-1 * clamp(0.1rem, 0.05952vw, 1.14286px)); }
    .productView-rating span a {
      font-size: clamp(1.4rem, 0.83333vw, 16px);
      font-weight: 500;
      line-height: normal;
      color: #f15904;
      text-decoration: underline; }
      @media screen and (max-width: 767px) {
        .productView-rating span a {
          font-size: 12px; } }
      @media screen and (min-width: 1025px) {
        .productView-rating span a:hover {
          color: black; } }

.kit-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: clamp(1rem, 0.59524vw, 11.42857px) clamp(2rem, 1.19048vw, 22.85714px) clamp(1.2rem, 0.71429vw, 13.71429px);
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #D35D31; }
  .kit-section .link {
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    color: #f15904; }
    .kit-section .link:hover {
      color: black; }

.kit-image {
  width: clamp(5.1rem, 3.03571vw, 58.28571px);
  height: clamp(5.1rem, 3.03571vw, 58.28571px); }
  .kit-image img {
    height: 100%; }

.kit-text {
  margin-left: clamp(2.2rem, 1.30952vw, 25.14286px);
  width: calc(100% - clamp(15rem, 8.92857vw, 171.42857px)); }
  .kit-text h5 {
    font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
    line-height: clamp(2.6rem, 1.54762vw, 29.71429px);
    color: #0e4f9d;
    text-transform: capitalize;
    margin: 0; }
  .kit-text p {
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    font-weight: 500;
    line-height: clamp(2rem, 1.19048vw, 22.85714px);
    color: black; }

.usp-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  font-weight: 700;
  line-height: clamp(1.9rem, 1.13095vw, 21.71429px);
  color: #161c22;
  margin: 0; }
  @media screen and (max-width: 1279px) {
    .usp-section {
      padding-bottom: clamp(3.6rem, 2.14286vw, 41.14286px);
      justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    .usp-section {
      font-size: 13px;
      line-height: 16px; } }
  .usp-section li {
    text-align: center;
    margin: 0;
    padding: 0 clamp(1.5rem, 0.89286vw, 17.14286px); }
    @media screen and (max-width: 1365px) {
      .usp-section li p {
        font-size: 1.4rem; } }
    @media screen and (max-width: 1023px) {
      .usp-section li p {
        font-size: 1.3rem; } }

.usp-icon {
  margin-bottom: clamp(1.3rem, 0.77381vw, 14.85714px); }
  .usp-icon svg {
    width: clamp(2.5rem, 1.4881vw, 28.57143px);
    height: clamp(2.5rem, 1.4881vw, 28.57143px); }
    .usp-icon svg.return-icon {
      width: clamp(1.9rem, 1.13095vw, 21.71429px); }
    .usp-icon svg.stock-icon {
      width: clamp(2.4rem, 1.42857vw, 27.42857px); }

.video-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .video-btn svg {
    width: clamp(2.8rem, 1.66667vw, 32px);
    height: clamp(2.8rem, 1.66667vw, 32px);
    fill: white; }

.print-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  border-top: clamp(0.1rem, 0.05952vw, 1.14286px) solid black;
  padding: clamp(3.6rem, 2.14286vw, 41.14286px) 0 clamp(1.9rem, 1.13095vw, 21.71429px); }
  @media screen and (max-width: 1279px) {
    .print-section {
      border-top: 0; } }
  @media screen and (max-width: 767px) {
    .print-section {
      border-top: 1px solid black;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      margin-top: 30px;
      padding: 29px 0 16px; } }

.print-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: clamp(1.4rem, 0.83333vw, 16px);
  font-weight: 500;
  line-height: normal;
  color: black;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  padding-bottom: clamp(1rem, 0.59524vw, 11.42857px); }
  @media screen and (max-width: 767px) {
    .print-btn {
      order: 1;
      -webkit-justify-content: center;
      justify-content: center;
      width: 100%;
      padding-bottom: 20px; } }
  @media screen and (min-width: 1025px) {
    .print-btn:hover {
      color: #f15904; } }
  .print-btn svg {
    width: clamp(2.1rem, 1.25vw, 24px);
    height: clamp(1.9rem, 1.13095vw, 21.71429px);
    fill: #f15904;
    margin-left: clamp(0.8rem, 0.47619vw, 9.14286px); }

.tab-item {
  border-top: clamp(0.1rem, 0.05952vw, 1.14286px) solid black;
  padding: clamp(3rem, 1.78571vw, 34.28571px) 0; }
  .tab-item .tab-heading {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
    width: 100%; }
    .tab-item .tab-heading.active .tab-icon:after {
      height: 0; }
    .tab-item .tab-heading h4 {
      margin: 0; }
      @media screen and (max-width: 767px) {
        .tab-item .tab-heading h4 {
          font-size: 26px;
          line-height: 29px; } }

.tab-icon {
  width: clamp(4rem, 2.38095vw, 45.71429px);
  height: clamp(4rem, 2.38095vw, 45.71429px);
  background: #F2F2F2;
  position: relative; }
  @media screen and (min-width: 1025px) {
    .tab-icon:hover {
      background: #f15904; }
      .tab-icon:hover::before, .tab-icon:hover::after {
        background: white; } }
  .tab-icon::before, .tab-icon::after {
    content: "";
    position: absolute;
    right: clamp(1.3rem, 0.77381vw, 14.85714px);
    top: 50%;
    margin: auto;
    background: black;
    transition: ease-in-out 200ms;
    transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .tab-icon::before, .tab-icon::after {
        right: 13px; } }
  .tab-icon::before {
    width: clamp(1.4rem, 0.83333vw, 16px);
    height: clamp(0.2rem, 0.11905vw, 2.28571px); }
  .tab-icon::after {
    width: clamp(0.2rem, 0.11905vw, 2.28571px);
    height: clamp(1.4rem, 0.83333vw, 16px);
    right: clamp(1.9rem, 1.13095vw, 21.71429px); }
    @media screen and (max-width: 767px) {
      .tab-icon::after {
        right: 19px; } }

.detail-tab-block {
  margin-bottom: clamp(1rem, 0.59524vw, 11.42857px);
  margin-top: clamp(2.3rem, 1.36905vw, 26.28571px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column; }
  .detail-tab-block.short-content {
    -webkit-line-clamp: inherit;
    overflow: visible;
    text-overflow: inherit; }
    .detail-tab-block.short-content + .read-more-link:after {
      height: 0; }
  @media screen and (max-width: 767px) {
    .detail-tab-block table {
      width: 100% !important; } }
  .detail-tab-block ul li:last-of-type {
    margin-bottom: 0; }
  .detail-tab-block p {
    line-height: clamp(2.6rem, 1.54762vw, 29.71429px); }
  .detail-tab-block .btn:focus {
    color: #f15904; }
    .detail-tab-block .btn:focus:hover {
      color: #0e4f9d; }

.read-more-link {
  text-transform: uppercase;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: black;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  position: relative;
  padding-right: clamp(1.8rem, 1.07143vw, 20.57143px); }
  @media screen and (min-width: 1025px) {
    .read-more-link:focus {
      color: black; } }
  @media screen and (max-width: 1023px) {
    .read-more-link:focus {
      color: black; } }
  @media screen and (min-width: 1025px) {
    .read-more-link:hover {
      color: #f15904; } }
  @media screen and (max-width: 1023px) {
    .read-more-link:hover {
      color: black; } }
  .read-more-link::before, .read-more-link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin: auto;
    background: #f15904;
    transition: ease-in-out 200ms;
    transform: translateY(-50%); }
  .read-more-link::before {
    width: clamp(1rem, 0.59524vw, 11.42857px);
    height: clamp(0.2rem, 0.11905vw, 2.28571px); }
  .read-more-link::after {
    width: clamp(0.2rem, 0.11905vw, 2.28571px);
    height: clamp(1rem, 0.59524vw, 11.42857px);
    right: clamp(0.4rem, 0.2381vw, 4.57143px); }

.sheets-info {
  margin: clamp(2.8rem, 1.66667vw, 32px) 0 0 0;
  list-style: none;
  column-count: 2; }
  @media screen and (max-width: 767px) {
    .sheets-info {
      column-count: inherit;
      margin-top: 20px; } }
  .sheets-info li {
    margin: 0 0 clamp(2.8rem, 1.66667vw, 32px) 0; }
    @media screen and (max-width: 767px) {
      .sheets-info li:last-child {
        margin-bottom: 15px; } }
  .sheets-info a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
    font-weight: 400;
    line-height: clamp(2.2rem, 1.30952vw, 25.14286px);
    color: black;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    width: max-content; }
    .sheets-info a:hover {
      color: #f15904; }
    .sheets-info a svg {
      width: clamp(1.8rem, 1.07143vw, 20.57143px);
      height: clamp(2rem, 1.19048vw, 22.85714px);
      fill: #f15904;
      vertical-align: bottom;
      margin-right: clamp(1.7rem, 1.0119vw, 19.42857px); }

.spec-section {
  margin: clamp(3rem, 1.78571vw, 34.28571px) 0 clamp(1rem, 0.59524vw, 11.42857px) 0;
  list-style: none;
  background: white;
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; }
  .spec-section li {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; }
    @media screen and (max-width: 767px) {
      .spec-section li {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        border-bottom: 0; }
        .spec-section li:last-child span {
          border-bottom: 0; } }
    .spec-section li:last-child {
      border-bottom: 0; }
  .spec-section p {
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
    font-weight: 700;
    line-height: clamp(2.2rem, 1.30952vw, 25.14286px);
    text-transform: uppercase;
    color: #0e4f9d;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    background: #f2f2f2;
    margin: 0;
    width: clamp(22.1rem, 13.15476vw, 252.57143px);
    border-right: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
    padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(2.8rem, 1.66667vw, 32px); }
    @media screen and (max-width: 767px) {
      .spec-section p {
        width: 100%;
        padding: 16px 20px;
        border-bottom: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
        border-right: 0; } }
  .spec-section span {
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
    font-weight: 500;
    line-height: clamp(2.2rem, 1.30952vw, 25.14286px);
    color: #161c22;
    margin: 0;
    padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(4rem, 2.38095vw, 45.71429px); }
    @media screen and (max-width: 767px) {
      .spec-section span {
        width: 100%;
        padding: 16px 20px;
        border-bottom: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; } }

.related-block {
  margin-top: clamp(4rem, 2.38095vw, 45.71429px); }

.item .card {
  flex-direction: inherit;
  background: none;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .item .card {
      flex-wrap: wrap;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      margin-bottom: 26px; } }
  .item .card:after {
    display: none; }
  .item .card:hover {
    box-shadow: none; }
  .item .card .price-section.non-sale-price--withoutTax, .item .card .price-section.rrp-price--withoutTax {
    display: none; }
  .item .card .price-section .price {
    color: black !important; }

.item .card-figure {
  width: 4.583vw;
  height: 4.583vw;
  background: #EFEFEF;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 1279px) {
    .item .card-figure {
      width: 77px;
      height: 77px; } }

.item .card-image {
  mix-blend-mode: multiply; }

.item .card-body {
  flex-direction: inherit;
  padding: 0 clamp(3rem, 1.78571vw, 34.28571px);
  flex: inherit;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: calc(100% - clamp(24.4rem, 14.52381vw, 278.85714px)); }
  @media screen and (max-width: 767px) {
    .item .card-body {
      width: calc(100% - 77px);
      padding: 0 0 0 27px;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .item .card-body .card-text {
        width: 100%;
        margin-bottom: 16px; } }

.item .card-title {
  padding: 0 clamp(1rem, 0.59524vw, 11.42857px) 0 0;
  margin: 0;
  max-width: clamp(39rem, 23.21429vw, 445.71429px); }
  @media screen and (max-width: 767px) {
    .item .card-title {
      width: 100%;
      padding: 0 0 11px 0; } }
  .item .card-title a {
    font-size: clamp(2rem, 1.19048vw, 22.85714px);
    font-weight: 600;
    line-height: clamp(2.2rem, 1.30952vw, 25.14286px); }
    @media screen and (max-width: 1365px) {
      .item .card-title a {
        font-size: 18px;
        line-height: 20px; } }
    @media screen and (max-width: 767px) {
      .item .card-title a {
        font-size: 18px;
        line-height: 20px; } }

.item .card-figcaption {
  position: inherit;
  pointer-events: auto;
  opacity: 1;
  line-height: clamp(1rem, 0.59524vw, 11.42857px);
  display: block; }
  @media screen and (max-width: 767px) {
    .item .card-figcaption {
      width: calc(100% - 77px);
      padding-left: 27px;
      text-align: left; } }
  .item .card-figcaption .card-figcaption-body {
    position: inherit;
    transform: inherit;
    padding: 0;
    top: inherit;
    left: inherit;
    bottom: inherit; }
    @media screen and (max-width: 767px) {
      .item .card-figcaption .card-figcaption-body {
        width: calc(100% - 2rem); } }
    @media screen and (max-width: 1023px) {
      .item .card-figcaption .card-figcaption-body .button.quickview {
        color: white;
        background: #f15904;
        border-color: #f15904; } }
  .item .card-figcaption .button {
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    line-height: clamp(1.4rem, 0.83333vw, 16px);
    min-width: clamp(16.7rem, 9.94048vw, 190.85714px);
    margin: 0; }

.contact-section {
  background: #0e4f9d;
  margin: 0 0 clamp(5rem, 2.97619vw, 57.14286px) 0;
  padding: clamp(4.2rem, 2.5vw, 48px) 0 clamp(5rem, 2.97619vw, 57.14286px);
  position: relative;
  width: 100%; }
  @media screen and (max-width: 1279px) {
    .contact-section {
      width: auto;
      margin: 0 -30px 50px;
      padding: 42px 20px 50px; } }
  @media screen and (max-width: 767px) {
    .contact-section {
      margin: 0 -20px 35px; } }
  .contact-section:after {
    position: absolute;
    content: "";
    width: 9999px;
    height: 101%;
    top: 0;
    left: -999px;
    background: #0e4f9d;
    z-index: -1; }
    @media screen and (max-width: 1279px) {
      .contact-section:after {
        display: none; } }
  .contact-section h3 {
    font-size: clamp(3.4rem, 2.02381vw, 38.85714px);
    font-weight: 700;
    line-height: clamp(3.9rem, 2.32143vw, 44.57143px);
    text-transform: uppercase;
    color: white;
    margin-bottom: clamp(3.7rem, 2.20238vw, 42.28571px); }
    @media screen and (max-width: 767px) {
      .contact-section h3 {
        text-align: center; } }
    .contact-section h3 span {
      font-size: clamp(2.6rem, 1.54762vw, 29.71429px);
      line-height: clamp(3.1rem, 1.84524vw, 35.42857px);
      display: block; }
      @media screen and (max-width: 767px) {
        .contact-section h3 span {
          font-size: 22px;
          line-height: 26px; } }
  .contact-section .button-wrap {
    gap: clamp(1.4rem, 0.83333vw, 16px); }
    @media screen and (max-width: 767px) {
      .contact-section .button-wrap {
        padding: 0;
        gap: 20px; } }
  .contact-section .button {
    min-width: none;
    width: 33.33%;
    margin: 0 !important; }

.productView.productView--quickView {
  margin-top: clamp(3rem, 1.78571vw, 34.28571px); }
  .productView.productView--quickView [data-product-option-change] {
    display: block !important; }
  .productView.productView--quickView .form-increment .form-input {
    margin: 0; }
  .productView.productView--quickView .productView-description .tab-item {
    display: none; }
    .productView.productView--quickView .productView-description .tab-item:first-child {
      display: block; }
  .productView.productView--quickView .contact-section {
    display: none; }
  .productView.productView--quickView .product-right {
    top: 0; }
  .productView.productView--quickView .print-btn {
    display: none; }

.fancybox-button--play,
.fancybox-button--thumbs {
  display: none !important; }

@media print {
  .productView {
    display: block !important;
    width: 100%; }
  .product-left,
  .product-right {
    width: 100%;
    padding: 0;
    position: inherit; }
  .tab-item,
  .contact-section,
  .footer-usp,
  .footer,
  .footer-bottom-bar,
  .print-section,
  .add-to-cart-wrapper,
  .form-wishlist,
  .usp-section,
  .footer-usp,
  .productView-options {
    display: none !important; }
  .tab-item:first-child {
    display: block !important; }
  .productView-image + .productView-thumbnails {
    display: none; }
  .productView-image {
    width: 100% !important;
    order: inherit;
    min-height: inherit !important; }
  .productView-img-container,
  .productView-img-container .slick-slide,
  .productView-img-container img {
    height: inherit !important;
    padding: 0; } }

.productView-options:has(.add-to-cart-wrapper[style="display: none"]) .form-wishlist {
  float: left; }

.productView-options .add-to-cart-wrapper + .alertBox {
  margin-bottom: 0;
  width: calc(100% - clamp(7.5rem, 4.46429vw, 85.71429px));
  display: inline-block;
  margin-top: clamp(1.5rem, 0.89286vw, 17.14286px);
  padding: clamp(1.55rem, 0.92262vw, 17.71429px) clamp(2rem, 1.19048vw, 22.85714px);
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  line-height: normal;
  text-align: center;
  font-weight: 700; }
  @media screen and (max-width: 1279px) {
    .productView-options .add-to-cart-wrapper + .alertBox {
      padding: 14.5px 20px; } }
  @media screen and (max-width: 767px) {
    .productView-options .add-to-cart-wrapper + .alertBox {
      margin-top: 10px;
      width: 100%; } }
  .productView-options .add-to-cart-wrapper + .alertBox .icon {
    width: clamp(1.8rem, 1.07143vw, 20.57143px);
    height: clamp(1.8rem, 1.07143vw, 20.57143px);
    margin-top: clamp(-0.3rem, -0.17857vw, -3.42857px); }

.productView-options:has(.out-of-stock) .form-wishlist.form {
  float: right; }
  @media screen and (max-width: 767px) {
    .productView-options:has(.out-of-stock) .form-wishlist.form {
      float: left;
      position: static; } }

.productView-options .productAttributes-message {
  margin-bottom: 0;
  background-color: #f15904;
  border: 0; }
  .productView-options .productAttributes-message p {
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    color: white; }
  .productView-options .productAttributes-message .icon svg {
    fill: white; }

@media screen and (min-width: 1880px) {
  [data-product-option-change] .form-radio:checked + .form-label::after {
    left: 0.3rem;
    margin-top: 0;
    width: 1.65rem;
    height: 1.65rem; } }

.hidden-text div + div {
  margin-top: clamp(1rem, 0.59524vw, 11.42857px); }

.add-to-cart-wallet-buttons {
  position: relative;
  z-index: -1; }

.productView {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: inherit;
  -webkit-flex-direction: inherit;
  padding: 0; }
  @media screen and (max-width: 1279px) {
    .productView {
      display: block;
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .productView {
      padding: 0 20px; } }

.productView-details {
  float: none;
  clear: none;
  width: 100%;
  order: inherit !important;
  padding: 0; }

.productView-product {
  border: 0;
  padding: 0; }

.productView-title {
  margin: 0 0 clamp(0.3rem, 0.17857vw, 3.42857px) 0;
  font-size: clamp(2.6rem, 1.54762vw, 29.71429px);
  font-weight: 600;
  line-height: clamp(2.9rem, 1.72619vw, 33.14286px);
  text-transform: capitalize;
  color: #0e4f9d; }
  @media screen and (max-width: 767px) {
    .productView-title {
      font-size: 24px;
      line-height: 26px; } }

.productView-options,
#CartEditProductFieldsForm {
  margin-bottom: clamp(3.9rem, 2.32143vw, 44.57143px);
  text-align: left;
  margin-top: clamp(1rem, 0.59524vw, 11.42857px); }
  @media screen and (max-width: 767px) {
    .productView-options,
    #CartEditProductFieldsForm {
      margin-bottom: 29px;
      position: relative; } }
  .productView-options .form-field,
  #CartEditProductFieldsForm .form-field {
    margin-bottom: clamp(1.1rem, 0.65476vw, 12.57143px); }
    @media screen and (max-width: 767px) {
      .productView-options .form-field,
      #CartEditProductFieldsForm .form-field {
        margin-bottom: 15px; } }
    .productView-options .form-field.form-field--increments,
    #CartEditProductFieldsForm .form-field.form-field--increments {
      margin-bottom: 0;
      display: inline-block; }
    .productView-options .form-field .select2-container .select2-selection--single,
    #CartEditProductFieldsForm .form-field .select2-container .select2-selection--single {
      padding: clamp(1.4rem, 0.83333vw, 16px) clamp(4rem, 2.38095vw, 45.71429px) clamp(1.4rem, 0.83333vw, 16px) clamp(2rem, 1.19048vw, 22.85714px); }
  .productView-options .add-to-cart-wallet-buttons:empty,
  #CartEditProductFieldsForm .add-to-cart-wallet-buttons:empty {
    margin: 0; }
  .productView-options [data-product-attribute="set-rectangle"],
  #CartEditProductFieldsForm [data-product-attribute="set-rectangle"] {
    margin: 0 calc(-1 * clamp(0.5rem, 0.29762vw, 5.71429px)) 0; }
    .productView-options [data-product-attribute="set-rectangle"] .form-label,
    #CartEditProductFieldsForm [data-product-attribute="set-rectangle"] .form-label {
      padding: 0 clamp(0.5rem, 0.29762vw, 5.71429px); }
  @media screen and (max-width: 767px) {
    .productView-options .form.form-wishlist,
    #CartEditProductFieldsForm .form.form-wishlist {
      top: 0;
      position: absolute;
      right: 0; } }
  .productView-options .add-to-cart-buttons,
  #CartEditProductFieldsForm .add-to-cart-buttons {
    float: none;
    margin: 0;
    vertical-align: top;
    padding: 0 clamp(1.2rem, 0.71429vw, 13.71429px);
    width: calc(100% - clamp(10.2rem, 6.07143vw, 116.57143px)); }
    @media screen and (max-width: 767px) {
      .productView-options .add-to-cart-buttons,
      #CartEditProductFieldsForm .add-to-cart-buttons {
        width: 100%;
        padding: 0;
        margin-top: 2.5rem; } }
    .productView-options .add-to-cart-buttons .button,
    #CartEditProductFieldsForm .add-to-cart-buttons .button {
      font-size: clamp(2rem, 1.19048vw, 22.85714px);
      padding: clamp(1.6rem, 0.95238vw, 18.28571px) clamp(2rem, 1.19048vw, 22.85714px);
      line-height: clamp(2.1rem, 1.25vw, 24px); }
  .productView-options .form .add-to-cart-wrapper,
  #CartEditProductFieldsForm .form .add-to-cart-wrapper {
    width: calc(100% - clamp(6rem, 3.57143vw, 68.57143px));
    display: inline-block;
    font-size: 0;
    margin-top: clamp(1.5rem, 0.89286vw, 17.14286px); }
    @media screen and (max-width: 767px) {
      .productView-options .form .add-to-cart-wrapper,
      #CartEditProductFieldsForm .form .add-to-cart-wrapper {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .productView-options .form .add-to-cart-wrapper .form-increment,
      #CartEditProductFieldsForm .form .add-to-cart-wrapper .form-increment {
        width: calc(100% - 7.5rem);
        margin-left: 0; } }

.productView-images {
  padding: 0;
  width: 100%;
  margin-top: clamp(1.1rem, 0.65476vw, 12.57143px);
  margin-bottom: clamp(4.5rem, 2.67857vw, 51.42857px); }
  @media screen and (max-width: 1279px) {
    .productView-images {
      margin: 0 -30px;
      padding: 0 30px 23px;
      background: white;
      width: auto;
      float: none; } }
  @media screen and (max-width: 767px) {
    .productView-images {
      margin: 0 -20px;
      padding: 0 20px 23px; } }
  .productView-images .slick-track {
    display: block !important; }
    @media screen and (max-width: 1024px) {
      .productView-images .slick-track {
        display: flex !important; } }

.images-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 1279px) {
    .images-inner {
      display: block; } }

.productView-image {
  order: 2;
  width: calc(100% - 7.143vw);
  padding-left: 0;
  min-height: 32.024vw; }
  @media screen and (max-width: 1279px) {
    .productView-image {
      width: 100%;
      min-height: inherit;
      pointer-events: all; } }
  .productView-image + .productView-thumbnails {
    padding: clamp(3rem, 1.78571vw, 34.28571px) 0;
    margin: 0; }
    @media screen and (max-width: 1279px) {
      .productView-image + .productView-thumbnails {
        padding: 0 36px;
        max-width: 459px;
        margin: 16px auto 0;
        display: block;
        display: flex;
        justify-content: center; } }
    @media screen and (max-width: 375px) {
      .productView-image + .productView-thumbnails {
        padding: 0 25px; } }

.productView-img-container {
  height: 32.024vw;
  background: white;
  max-width: 100%;
  min-width: inherit !important;
  width: 100% !important; }
  @media screen and (max-width: 1279px) {
    .productView-img-container {
      height: 45vw; } }
  @media screen and (max-width: 767px) {
    .productView-img-container {
      height: 278px; } }
  .productView-img-container:after {
    display: none; }
  .productView-img-container.slick-initialized.slick-slider .slick-slide iframe {
    display: block; }
  .productView-img-container.slick-initialized.slick-slider a[data-fancybox="gallery"] {
    display: block; }
  .productView-img-container a[data-fancybox="gallery"] {
    display: none;
    height: 32.024vw;
    padding: clamp(4rem, 2.38095vw, 45.71429px); }
    @media screen and (max-width: 1279px) {
      .productView-img-container a[data-fancybox="gallery"] {
        height: 45vw; } }
    @media screen and (max-width: 767px) {
      .productView-img-container a[data-fancybox="gallery"] {
        height: 278px;
        padding: 30px; } }
    .productView-img-container a[data-fancybox="gallery"]:first-of-type {
      display: block; }
  .productView-img-container .slick-arrow {
    display: none !important; }
  .productView-img-container .slick-slide {
    height: 32.024vw;
    padding: clamp(4rem, 2.38095vw, 45.71429px); }
    @media screen and (max-width: 1279px) {
      .productView-img-container .slick-slide {
        height: 45vw; } }
    @media screen and (max-width: 767px) {
      .productView-img-container .slick-slide {
        height: 278px;
        display: flex;
        padding: 30px; } }
  .productView-img-container iframe {
    width: 100%;
    height: 100%;
    display: none; }
  .productView-img-container img {
    position: inherit;
    max-height: 26.488vw; }
    @media screen and (max-width: 1279px) {
      .productView-img-container img {
        max-height: 42vw; } }
    @media screen and (max-width: 767px) {
      .productView-img-container img {
        height: 219px;
        max-height: inherit; } }

.productView-thumbnails {
  order: 1;
  width: 7.143vw;
  padding-right: clamp(5.4rem, 3.21429vw, 61.71429px); }
  @media screen and (max-width: 1439px) {
    .productView-thumbnails {
      width: 100px; } }
  @media screen and (max-width: 1279px) {
    .productView-thumbnails {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .productView-thumbnails {
      display: none; } }
  .productView-thumbnails .slick-list {
    margin: 0 auto;
    width: 100%; }
  .productView-thumbnails .productView-thumbnail {
    border: 0;
    padding: clamp(0.6rem, 0.35714vw, 6.85714px) 0;
    margin: 0; }
    @media screen and (max-width: 1279px) {
      .productView-thumbnails .productView-thumbnail {
        padding: 0 6px; } }
    @media screen and (max-width: 767px) {
      .productView-thumbnails .productView-thumbnail {
        padding: 0 4px; } }
  .productView-thumbnails img {
    width: auto; }
  .productView-thumbnails .slick-arrow {
    background: none !important;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    width: clamp(3rem, 1.78571vw, 34.28571px);
    height: clamp(2rem, 1.19048vw, 22.85714px);
    top: 0;
    left: 50%;
    margin-left: calc(-1 * clamp(2.5rem, 1.4881vw, 28.57143px));
    transform: translateX(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.0908 6.09076L8.09082 1.54531L3.09082 6.09076' stroke='%231F1F1F' stroke-width='3' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat !important;
    background-position: center !important; }
    @media screen and (max-width: 1580px) {
      .productView-thumbnails .slick-arrow {
        margin-left: -20px; } }
    @media screen and (max-width: 1439px) {
      .productView-thumbnails .slick-arrow {
        margin-left: -20px; } }
    @media screen and (max-width: 1365px) {
      .productView-thumbnails .slick-arrow {
        margin-left: -18px; } }
    @media screen and (max-width: 1279px) {
      .productView-thumbnails .slick-arrow {
        left: -11px;
        transform: translateY(-50%) rotate(-90deg);
        top: 50%;
        margin-left: 0; } }
    .productView-thumbnails .slick-arrow::before, .productView-thumbnails .slick-arrow:after {
      display: none; }
    @media screen and (min-width: 2880px) {
      .productView-thumbnails .slick-arrow.slick-prev {
        left: 42%; } }
    @media screen and (max-width: 1279px) {
      .productView-thumbnails .slick-arrow.slick-prev {
        left: -11px; } }
    .productView-thumbnails .slick-arrow.slick-next {
      top: auto;
      bottom: clamp(0.2rem, 0.11905vw, 2.28571px);
      -webkit-box-align: flex-end;
      -moz-box-align: flex-end;
      -ms-flex-align: flex-end;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.0908 2.5473L8.09082 7.09276L3.09082 2.5473' stroke='%231F1F1F' stroke-width='3' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
      background-repeat: no-repeat !important;
      background-position: center !important; }
      @media screen and (min-width: 2880px) {
        .productView-thumbnails .slick-arrow.slick-next {
          left: 40%; } }
      @media screen and (max-width: 1279px) {
        .productView-thumbnails .slick-arrow.slick-next {
          top: 50%;
          bottom: auto;
          right: -11px;
          left: auto; } }
    .productView-thumbnails .slick-arrow.slick-disabled {
      opacity: 1; }
    @media screen and (min-width: 1025px) {
      .productView-thumbnails .slick-arrow:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.0908 6.09076L8.09082 1.54531L3.09082 6.09076' stroke='%23C54D20' stroke-width='3' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important; } }
    @media screen and (min-width: 1025px) {
      .productView-thumbnails .slick-arrow:hover.slick-next {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.0908 2.5473L8.09082 7.09276L3.09082 2.5473' stroke='%23C54D20' stroke-width='3' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important; } }

.productView-thumbnail-link {
  width: 4.107vw;
  height: 4.107vw;
  max-width: 4.107vw;
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
  background: white;
  padding: clamp(0.8rem, 0.47619vw, 9.14286px);
  box-sizing: border-box; }
  @media screen and (max-width: 1580px) {
    .productView-thumbnail-link {
      width: 69px;
      height: 69px;
      max-width: 69px; } }
  @media screen and (max-width: 1279px) {
    .productView-thumbnail-link {
      width: 64px;
      max-width: 64px;
      height: 64px; } }
  @media screen and (max-width: 767px) {
    .productView-thumbnail-link {
      width: 50px;
      height: 50px;
      max-width: 50px; } }
  .productView-thumbnail-link.is-active, .productView-thumbnail-link:hover {
    border-color: #f15904; }
    .productView-thumbnail-link.is-active .video-btn svg, .productView-thumbnail-link:hover .video-btn svg {
      fill: #f15904; }

.productView-info {
  margin: 0;
  column-count: 2;
  column-gap: clamp(3.4rem, 2.02381vw, 38.85714px); }
  @media screen and (max-width: 767px) {
    .productView-info {
      order: 2;
      column-count: inherit;
      column-gap: inherit; }
      .productView-info > div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center; } }

.productView-info-name,
.productView-info-value {
  font-size: clamp(1.4rem, 0.83333vw, 16px);
  font-weight: 400;
  line-height: clamp(1.7rem, 1.0119vw, 19.42857px);
  color: black;
  float: left;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  font-weight: 700;
  margin-right: clamp(0.3rem, 0.17857vw, 3.42857px);
  padding-bottom: clamp(1rem, 0.59524vw, 11.42857px); }

.productView-description {
  padding: 0;
  float: none;
  margin-bottom: clamp(3.5rem, 2.08333vw, 40px); }

.writeReview-productImage-container img {
  position: static;
  width: 100%;
  height: 100%; }

.writeReview-productImage-container::after {
  display: none; }

.form-inlineMessage {
  display: none; }

.add-to-cart-buttons .show-more-button {
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  padding-bottom: 0; }

.add-to-cart-wallet-buttons div[data-smart-button-container-id] + div[data-smart-button-container-id] {
  margin-top: clamp(0.8rem, 0.47619vw, 9.14286px); }
  @media screen and (max-width: 1279px) {
    .add-to-cart-wallet-buttons div[data-smart-button-container-id] + div[data-smart-button-container-id] {
      margin-top: 12px; } }

.card .price-text {
  display: none; }

.card .price-section {
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  font-weight: 700;
  line-height: clamp(1.92rem, 1.14286vw, 21.94286px); }
  .card .price-section span {
    display: none; }
    .card .price-section span + span {
      display: inherit;
      padding-right: clamp(0.1rem, 0.05952vw, 1.14286px); }
  .card .price-section .price-now-label {
    display: none !important; }
  .card .price-section-text {
    display: none; }
  .card .price-section.price--withoutTax {
    order: 1; }
    .card .price-section.price--withoutTax .price {
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
      font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
      font-weight: 700;
      line-height: clamp(1.92rem, 1.14286vw, 21.94286px);
      color: black; }
    .card .price-section.price--withoutTax.price-rrp .price {
      color: #D61F1F;
      font-size: clamp(1.5rem, 0.89286vw, 17.14286px); }
  .card .price-section.non-sale-price--withoutTax {
    order: 2; }
    .card .price-section.non-sale-price--withoutTax .price {
      font-size: clamp(1.5rem, 0.89286vw, 17.14286px);
      font-weight: 400;
      margin-left: clamp(0.8rem, 0.47619vw, 9.14286px); }
  .card .price-section.rrp-price--withoutTax {
    order: 3; }
    .card .price-section.rrp-price--withoutTax .price {
      font-weight: 400;
      font-size: clamp(1.5rem, 0.89286vw, 17.14286px);
      margin-left: clamp(0.8rem, 0.47619vw, 9.14286px); }
      @media screen and (max-width: 374px) {
        .card .price-section.rrp-price--withoutTax .price {
          margin-left: 0; } }
  .card .price-section.price-sale .price {
    color: #D61F1F;
    font-size: clamp(1.5rem, 0.89286vw, 17.14286px); }

.card .price--withoutTax span {
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  font-weight: 700;
  line-height: clamp(1.92rem, 1.14286vw, 21.94286px); }

.productView-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0; }
  .productView-price .price-section {
    font-size: 0; }
    .productView-price .price-section.price-section--saving {
      display: none !important; }
    .productView-price .price-section.rrp-price--withoutTax, .productView-price .price-section.non-sale-price--withoutTax {
      margin-left: clamp(1.5rem, 0.89286vw, 17.14286px); }
      .productView-price .price-section.rrp-price--withoutTax .price, .productView-price .price-section.non-sale-price--withoutTax .price {
        font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
        font-weight: 400;
        line-height: clamp(3.9rem, 2.32143vw, 44.57143px);
        color: #151515;
        position: relative;
        text-decoration: none;
        font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }
        @media screen and (max-width: 767px) {
          .productView-price .price-section.rrp-price--withoutTax .price, .productView-price .price-section.non-sale-price--withoutTax .price {
            font-size: 15px; } }
        .productView-price .price-section.rrp-price--withoutTax .price::after, .productView-price .price-section.non-sale-price--withoutTax .price::after {
          content: "";
          display: inline-block;
          position: absolute;
          width: 100%;
          background-color: black;
          height: clamp(0.1rem, 0.05952vw, 1.14286px);
          top: 50%;
          left: 0;
          right: 0;
          transform: translate(0, -50%); }
          @media screen and (min-width: 1920px) {
            .productView-price .price-section.rrp-price--withoutTax .price::after, .productView-price .price-section.non-sale-price--withoutTax .price::after {
              margin: 0; } }
          @media screen and (min-width: 2880px) {
            .productView-price .price-section.rrp-price--withoutTax .price::after, .productView-price .price-section.non-sale-price--withoutTax .price::after {
              margin: 0rem auto 0; } }
          @media screen and (max-width: 1023px) {
            .productView-price .price-section.rrp-price--withoutTax .price::after, .productView-price .price-section.non-sale-price--withoutTax .price::after {
              margin: 0.1rem auto 0; } }
    .productView-price .price-section.non-sale-price--withoutTax {
      position: relative;
      text-decoration: none; }
    .productView-price .price-section.price-sale .price {
      color: #D61F1F; }
  .productView-price .price {
    font-size: clamp(2.6rem, 1.54762vw, 29.71429px);
    font-weight: 600;
    line-height: normal;
    color: black;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .productView-price .price {
        font-size: 22px; } }

.tab-item .price-section.price--withoutTax.price-rrp .price {
  color: black;
  font-size: clamp(1.5rem, 0.89286vw, 17.14286px); }

.cart-mini-item-price .cart-item-value {
  text-decoration: none;
  position: relative; }

.cart-mini-item-price span.rrp-price {
  text-decoration: none;
  position: relative; }
  .cart-mini-item-price span.rrp-price::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    background-color: black;
    height: clamp(0.1rem, 0.05952vw, 1.14286px);
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%); }
    @media screen and (min-width: 1920px) {
      .cart-mini-item-price span.rrp-price::after {
        margin: 0; } }
    @media screen and (min-width: 2880px) {
      .cart-mini-item-price span.rrp-price::after {
        margin: 0rem auto 0; } }
    @media screen and (max-width: 1580px) {
      .cart-mini-item-price span.rrp-price::after {
        display: none; } }
    @media screen and (max-width: 1023px) {
      .cart-mini-item-price span.rrp-price::after {
        margin: 0rem auto 0; } }

[data-product-attribute="swatch"] .form-option-wrapper {
  width: auto; }
  [data-product-attribute="swatch"] .form-option-wrapper .form-option {
    padding: clamp(0.4rem, 0.2381vw, 4.57143px);
    margin-left: 0;
    margin-right: 0; }
    [data-product-attribute="swatch"] .form-option-wrapper .form-option .form-option-variant {
      padding: 0;
      width: clamp(4rem, 2.38095vw, 45.71429px);
      height: clamp(4rem, 2.38095vw, 45.71429px);
      vertical-align: middle; }

@media screen and (max-width: 767px) {
  [data-product-attribute="set-radio"] .option-list,
  [data-product-attribute="set-select"] .option-list {
    padding: 4px 20px 34px 20px; } }

[data-product-attribute="set-radio"] .option-list--inner,
[data-product-attribute="set-select"] .option-list--inner {
  margin: 0; }

.form-option-wrapper {
  width: auto;
  padding: 0 clamp(0.5rem, 0.29762vw, 5.71429px); }
  .form-option-wrapper .form-option {
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
    background: white;
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: clamp(1.2rem, 0.71429vw, 13.71429px);
    vertical-align: bottom; }
    @media screen and (max-width: 767px) {
      .form-option-wrapper .form-option {
        margin-bottom: 15px; } }
    .form-option-wrapper .form-option:hover {
      border-color: #198849;
      box-shadow: 0 0 0 clamp(0.1rem, 0.05952vw, 1.14286px) #198849; }
    .form-option-wrapper .form-option .form-option-variant {
      font-size: clamp(1.5rem, 0.89286vw, 17.14286px);
      font-weight: 600;
      line-height: clamp(2rem, 1.19048vw, 22.85714px);
      color: #828282;
      padding: clamp(0.9rem, 0.53571vw, 10.28571px) clamp(2rem, 1.19048vw, 22.85714px);
      width: 100%; }
      @media screen and (max-width: 767px) {
        .form-option-wrapper .form-option .form-option-variant {
          white-space: nowrap;
          padding: 10px; } }
    .form-option-wrapper .form-option .form-option-expanded {
      display: none; }
  .form-option-wrapper .form-radio:checked + .form-option {
    border-color: #198849;
    box-shadow: 0 0 0 clamp(0.1rem, 0.05952vw, 1.14286px) #198849; }
    .form-option-wrapper .form-radio:checked + .form-option span {
      color: black; }
    .form-option-wrapper .form-radio:checked + .form-option::before {
      border-color: #198849; }

.form-radio + .form-label:before, .form-radio + .form-label:after {
  width: clamp(2rem, 1.19048vw, 22.85714px);
  height: clamp(2rem, 1.19048vw, 22.85714px);
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #151515;
  border-radius: 5rem;
  top: clamp(0rem, 0vw, 0px); }

.form-radio + .form-label:after {
  background: #267171;
  top: clamp(0rem, 0vw, 0px);
  left: 0; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  border: 0; }

.form-checkbox + .form-label,
.form-radio + .form-label {
  font-size: clamp(1.5rem, 0.89286vw, 17.14286px);
  font-weight: 500;
  line-height: clamp(2rem, 1.19048vw, 22.85714px);
  padding-left: clamp(2.5rem, 1.4881vw, 28.57143px);
  margin-bottom: clamp(1.5rem, 0.89286vw, 17.14286px); }

.form.form-wishlist {
  margin: clamp(1.5rem, 0.89286vw, 17.14286px) 0 0 0;
  background: #f2f2f2;
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
  width: clamp(6rem, 3.57143vw, 68.57143px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  float: right;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .form.form-wishlist {
      margin: 10px 0 0 0; } }
  .form.form-wishlist .dropdown-menu-button {
    margin: 0;
    text-align: center;
    line-height: clamp(1.2rem, 0.71429vw, 13.71429px);
    padding: clamp(1.9rem, 1.13095vw, 21.71429px) clamp(1rem, 0.59524vw, 11.42857px); }
    @media screen and (min-width: 1024px) {
      .form.form-wishlist .dropdown-menu-button.is-open, .form.form-wishlist .dropdown-menu-button:hover {
        background: #f15904; }
        .form.form-wishlist .dropdown-menu-button.is-open svg, .form.form-wishlist .dropdown-menu-button:hover svg {
          fill: white; } }
  .form.form-wishlist svg {
    width: clamp(2.3rem, 1.36905vw, 26.28571px);
    height: clamp(1.5rem, 0.89286vw, 17.14286px);
    position: relative;
    left: 2px; }

#wishlist-dropdown.is-open {
  min-width: clamp(17.7rem, 10.53571vw, 202.28571px);
  right: 0;
  top: 100% !important;
  padding: clamp(1.5rem, 0.89286vw, 17.14286px) 0;
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #E0E0E0;
  border-radius: clamp(0.5rem, 0.29762vw, 5.71429px);
  margin: clamp(1.2rem, 0.71429vw, 13.71429px) 0 0 0;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
  background: white;
  z-index: 999; }
  #wishlist-dropdown.is-open li {
    margin: 0; }
    #wishlist-dropdown.is-open li + li {
      border-top: 0; }
    #wishlist-dropdown.is-open li:first-child .button {
      border-top-left-radius: clamp(0.5rem, 0.29762vw, 5.71429px);
      border-top-right-radius: clamp(0.5rem, 0.29762vw, 5.71429px); }
    #wishlist-dropdown.is-open li:last-child .button {
      border-bottom-left-radius: clamp(0.5rem, 0.29762vw, 5.71429px);
      border-bottom-right-radius: clamp(0.5rem, 0.29762vw, 5.71429px); }
  #wishlist-dropdown.is-open .button {
    border: 0;
    margin: 0;
    border-radius: 0;
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    font-weight: 500;
    line-height: clamp(2rem, 1.19048vw, 22.85714px);
    color: black;
    text-transform: initial;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    padding: clamp(0.5rem, 0.29762vw, 5.71429px) clamp(1.5rem, 0.89286vw, 17.14286px);
    min-width: inherit; }
    @media screen and (min-width: 1025px) {
      #wishlist-dropdown.is-open .button:hover {
        color: #f15904; } }

.sale-flag-side {
  background: #D61F1F;
  border-radius: 0;
  font-size: clamp(1.2rem, 0.71429vw, 13.71429px);
  font-weight: 700;
  line-height: clamp(1.2rem, 0.71429vw, 13.71429px);
  text-transform: capitalize;
  padding: clamp(0.3rem, 0.17857vw, 3.42857px) clamp(0.85rem, 0.50595vw, 9.71429px);
  height: auto;
  top: 0;
  left: 0; }

.videoGallery {
  margin-top: clamp(4rem, 2.38095vw, 45.71429px); }
  @media screen and (max-width: 767px) {
    .videoGallery {
      margin-top: 35px; } }

.videoGallery-main.widescreen {
  padding-bottom: 55.2%;
  margin-bottom: clamp(2.5rem, 1.4881vw, 28.57143px); }

.videoGallery-list {
  margin: 0; }

.videoGallery-item {
  padding: 0;
  width: 100%;
  margin: 0; }
  @media screen and (min-width: 1025px) {
    .videoGallery-item:hover .video-title {
      color: #f15904; } }

.tab-item .videoGallery-item + .videoGallery-item {
  margin-top: 1rem; }

.video-figure {
  margin-right: clamp(4rem, 2.38095vw, 45.71429px);
  min-width: 8.452vw;
  height: 5.238vw; }
  @media screen and (max-width: 1279px) {
    .video-figure {
      min-width: 98px;
      height: 61px; } }
  @media screen and (max-width: 767px) {
    .video-figure {
      margin-right: 24px; } }
  .video-figure img {
    width: 100%;
    object-fit: cover;
    height: 100%; }

@media screen and (max-width: 1279px) {
  .video-body {
    width: calc(100% - 98px); } }

.video {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .video {
      align-items: flex-start; } }

.video-title {
  font-size: clamp(2rem, 1.19048vw, 22.85714px);
  font-weight: 700;
  line-height: clamp(2.4rem, 1.42857vw, 27.42857px);
  color: #0e4f9d;
  margin-bottom: clamp(1.2rem, 0.71429vw, 13.71429px); }
  @media screen and (max-width: 767px) {
    .video-title {
      margin-bottom: 5px;
      font-size: 16px;
      line-height: 20px; } }

.video-description {
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  font-weight: 500;
  line-height: clamp(1.9rem, 1.13095vw, 21.71429px);
  text-transform: capitalize;
  color: black; }
  @media screen and (max-width: 767px) {
    .video-description {
      font-size: 14px;
      line-height: 18px; } }

.review-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: clamp(4rem, 2.38095vw, 45.71429px); }
  @media screen and (max-width: 767px) {
    .review-title {
      -webkit-justify-content: center;
      justify-content: center;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .review-title span {
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
    font-weight: 600;
    line-height: clamp(1.9rem, 1.13095vw, 21.71429px);
    text-transform: capitalize;
    color: #1D252D;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }
    @media screen and (max-width: 767px) {
      .review-title span {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center; } }
    .review-title span img {
      max-width: clamp(8.5rem, 5.05952vw, 97.14286px);
      margin-right: clamp(1.4rem, 0.83333vw, 16px); }
  .review-title .heading {
    margin: 0; }
    @media screen and (max-width: 767px) {
      .review-title .heading {
        order: 2;
        width: 100%; } }
  .review-title .button {
    margin: 0;
    background: #F2F2F2;
    border-color: #F2F2F2;
    color: black;
    min-width: clamp(25.1rem, 14.94048vw, 286.85714px); }
    @media screen and (max-width: 767px) {
      .review-title .button {
        order: 1;
        margin-bottom: 23px;
        width: 100%; } }
    @media screen and (min-width: 1025px) {
      .review-title .button:hover {
        background: #f15904;
        color: white; } }

.review-tab-block {
  margin-top: clamp(3rem, 1.78571vw, 34.28571px); }

.no-review {
  font-size: clamp(2rem, 1.19048vw, 22.85714px); }
  @media screen and (max-width: 1279px) {
    .no-review {
      font-size: 16px; } }

.productReviews .pagination {
  margin: 0; }
  @media screen and (max-width: 1279px) {
    .productReviews .pagination {
      padding: 0; } }

.productReviews .pagination-list {
  height: clamp(4.8rem, 2.85714vw, 54.85714px); }

.productReviews-list {
  margin: 0 0 clamp(4.5rem, 2.67857vw, 51.42857px) 0;
  background: white;
  border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; }

.productReview {
  padding: clamp(3.5rem, 2.08333vw, 40px) clamp(6.5rem, 3.86905vw, 74.28571px) clamp(3.3rem, 1.96429vw, 37.71429px) clamp(4rem, 2.38095vw, 45.71429px);
  width: 100%;
  margin: 0;
  border-bottom: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd; }
  @media screen and (max-width: 767px) {
    .productReview {
      text-align: center;
      padding: 30px 24px 28px; } }
  .productReview:last-child {
    border-bottom: 0; }

.productReview-rating {
  margin-bottom: clamp(0.8rem, 0.47619vw, 9.14286px); }
  .productReview-rating .icon {
    width: clamp(1.5rem, 0.89286vw, 17.14286px);
    height: clamp(1.5rem, 0.89286vw, 17.14286px); }

.productReview-title {
  line-height: clamp(3.1rem, 1.84524vw, 35.42857px);
  color: #0e4f9d;
  margin-bottom: clamp(0.9rem, 0.53571vw, 10.28571px);
  text-transform: capitalize; }
  @media screen and (max-width: 767px) {
    .productReview-title {
      font-size: 22px;
      line-height: 26px; } }

.productReview-body {
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  line-height: clamp(2.6rem, 1.54762vw, 29.71429px);
  color: #1D252D;
  margin-bottom: clamp(1.6rem, 0.95238vw, 18.28571px); }

.productReview-date {
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
  line-height: clamp(2.6rem, 1.54762vw, 29.71429px); }
  .productReview-date span {
    font-weight: 500;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    margin-right: clamp(0.4rem, 0.2381vw, 4.57143px); }

body {
  /* ==================== search 768 view ==================== */
  /* ==================== search 768 view ==================== */ }
  @media screen and (max-width: 1023px) {
    body.snize-instant-widget-is-open {
      overflow: hidden; } }
  body .snize-ac-results {
    margin-left: 0;
    margin-top: 0;
    border-top: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
    width: 100% !important;
    max-width: clamp(97.1rem, 57.79762vw, 1109.71429px); }
    @media screen and (min-width: 2880px) {
      body .snize-ac-results {
        max-width: 100%;
        left: 42.7rem !important; } }
    @media screen and (max-width: 1580px) {
      body .snize-ac-results {
        max-width: 731px; } }
    @media screen and (max-width: 1439px) {
      body .snize-ac-results {
        max-width: 657px; } }
    @media screen and (max-width: 1365px) {
      body .snize-ac-results {
        max-width: 571px; } }
    @media screen and (max-width: 1279px) {
      body .snize-ac-results {
        margin-left: 0;
        max-width: 100%;
        left: 0 !important;
        width: 100% !important; } }
    body .snize-ac-results .snize-ac-results-column:first-child {
      width: 30%;
      padding-right: clamp(2rem, 1.19048vw, 22.85714px); }
      @media screen and (max-width: 1580px) {
        body .snize-ac-results .snize-ac-results-column:first-child {
          width: 35%; } }
      @media screen and (max-width: 1365px) {
        body .snize-ac-results .snize-ac-results-column:first-child {
          width: 45%; } }
      @media screen and (max-width: 1279px) {
        body .snize-ac-results .snize-ac-results-column:first-child {
          width: 30%; } }
    body .snize-ac-results .snize-ac-results-column:nth-child(2) {
      width: 70%; }
      @media screen and (max-width: 1580px) {
        body .snize-ac-results .snize-ac-results-column:nth-child(2) {
          width: 65%; } }
      @media screen and (max-width: 1365px) {
        body .snize-ac-results .snize-ac-results-column:nth-child(2) {
          width: 55%; } }
      @media screen and (max-width: 1279px) {
        body .snize-ac-results .snize-ac-results-column:nth-child(2) {
          width: 70%; } }
    body .snize-ac-results .snize-ac-results-column .snize-ac-results-multicolumn-list .snize-product {
      text-align: left; }
      @media screen and (max-width: 1580px) {
        body .snize-ac-results .snize-ac-results-column .snize-ac-results-multicolumn-list .snize-product {
          width: 50%;
          flex: inherit; } }
      @media screen and (max-width: 1365px) {
        body .snize-ac-results .snize-ac-results-column .snize-ac-results-multicolumn-list .snize-product {
          width: 100%; } }
      @media screen and (max-width: 1279px) {
        body .snize-ac-results .snize-ac-results-column .snize-ac-results-multicolumn-list .snize-product {
          width: 33.33%; } }
      @media screen and (max-width: 767px) {
        body .snize-ac-results .snize-ac-results-column .snize-ac-results-multicolumn-list .snize-product {
          width: 50%;
          padding: 0 10px;
          text-align: left; } }
    body .snize-ac-results .snize-ac-results-column .snize-ac-results-multicolumn-list .snize-separator + .snize-view-all-link {
      margin-top: clamp(2rem, 1.19048vw, 22.85714px) !important; }
    body .snize-ac-results .snize-view-all-container {
      margin: clamp(2rem, 1.19048vw, 22.85714px) 0 0; }
    body .snize-ac-results .snize-view-all-link,
    body .snize-ac-results .snize-ac-view-all-products {
      height: auto;
      font-weight: 500;
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
      font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
      line-height: normal;
      text-align: center;
      font-weight: 700;
      text-transform: uppercase;
      padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(2rem, 1.19048vw, 22.85714px);
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      outline: none;
      margin: 0;
      border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #f15904;
      color: white;
      background: #f15904;
      position: relative;
      text-decoration: none !important;
      overflow: hidden;
      transition: all 0.45s ease-in-out; }
      @media screen and (max-width: 1439px) {
        body .snize-ac-results .snize-view-all-link,
        body .snize-ac-results .snize-ac-view-all-products {
          padding: 1.5rem 1.2rem; } }
      @media screen and (max-width: 1365px) {
        body .snize-ac-results .snize-view-all-link,
        body .snize-ac-results .snize-ac-view-all-products {
          padding: 1.7rem 2rem; } }
      @media screen and (max-width: 1023px) {
        body .snize-ac-results .snize-view-all-link,
        body .snize-ac-results .snize-ac-view-all-products {
          margin-top: 0; } }
      @media screen and (min-width: 1025px) {
        body .snize-ac-results .snize-view-all-link:hover,
        body .snize-ac-results .snize-ac-view-all-products:hover {
          background: #0e4f9d;
          border-color: #0e4f9d;
          color: white; } }
      body .snize-ac-results .snize-view-all-link:active, body .snize-ac-results .snize-view-all-link:focus,
      body .snize-ac-results .snize-ac-view-all-products:active,
      body .snize-ac-results .snize-ac-view-all-products:focus {
        color: white;
        background: #f15904;
        border-color: #f15904; }
        @media screen and (min-width: 1025px) {
          body .snize-ac-results .snize-view-all-link:active:hover, body .snize-ac-results .snize-view-all-link:focus:hover,
          body .snize-ac-results .snize-ac-view-all-products:active:hover,
          body .snize-ac-results .snize-ac-view-all-products:focus:hover {
            background: white;
            border-color: #f15904;
            color: #f15904; } }
      body .snize-ac-results .snize-view-all-link .snize-ac-results-arrow,
      body .snize-ac-results .snize-ac-view-all-products .snize-ac-results-arrow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/%3E%3C/svg%3E"); }
    body .snize-ac-results .snize-ac-view-all-products .snize-ac-results-arrow {
      display: none; }
  body .snize-ac-results-content {
    padding-bottom: clamp(2rem, 1.19048vw, 22.85714px);
    padding-left: clamp(2rem, 1.19048vw, 22.85714px);
    padding-right: clamp(2rem, 1.19048vw, 22.85714px);
    padding-top: clamp(1.8rem, 1.07143vw, 20.57143px);
    border-radius: 0; }
    @media screen and (max-width: 2880px) {
      body .snize-ac-results-content {
        padding-right: 1.5rem;
        max-width: 100%; } }
    @media screen and (max-width: 1920px) {
      body .snize-ac-results-content {
        padding-right: 1.5rem;
        max-width: 100%; } }
    body .snize-ac-results-content .snize-title {
      margin-bottom: clamp(0.9rem, 0.53571vw, 10.28571px) !important;
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif !important; }
    body .snize-ac-results-content .snize-description {
      margin-bottom: clamp(1rem, 0.59524vw, 11.42857px) !important;
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
      font-size: clamp(1.3rem, 0.77381vw, 14.85714px) !important; }
  body #snize-products-label {
    margin-bottom: clamp(2.5rem, 1.4881vw, 28.57143px); }
  body .snize-ac-results .snize-label {
    font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
    line-height: clamp(1.8rem, 1.07143vw, 20.57143px);
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    margin-bottom: clamp(0.8rem, 0.47619vw, 9.14286px);
    padding-bottom: clamp(1.6rem, 0.95238vw, 18.28571px);
    margin-left: 0;
    margin-right: 0;
    border-color: #bdbdbd;
    color: black; }
  body .snize-ac-results .snize-no-products-found {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }
  body .snize-ac-results .snize-nothing-found {
    padding: 0;
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px); }
    body .snize-ac-results .snize-nothing-found .snize-nothing-found-text {
      font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
      color: black;
      padding: 0 0 clamp(2rem, 1.19048vw, 22.85714px) 0; }
      body .snize-ac-results .snize-nothing-found .snize-nothing-found-text b {
        word-wrap: break-word; }
    body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text {
      background: transparent;
      padding: 0; }
  body .snize-ac-results .snize-view-all-categories.snize-category,
  body .snize-ac-results .snize-page.snize-view-all-pages {
    font-weight: 700; }
    body .snize-ac-results .snize-view-all-categories.snize-category i,
    body .snize-ac-results .snize-page.snize-view-all-pages i {
      width: clamp(1rem, 0.59524vw, 11.42857px);
      height: clamp(1rem, 0.59524vw, 11.42857px);
      position: relative;
      top: clamp(0.1rem, 0.05952vw, 1.14286px); }
      @media screen and (max-width: 1279px) {
        body .snize-ac-results .snize-view-all-categories.snize-category i,
        body .snize-ac-results .snize-page.snize-view-all-pages i {
          height: 1.2rem;
          width: 1.2rem;
          background-repeat: no-repeat; } }
  body .snize-ac-results .snize-suggestion,
  body .snize-ac-results .snize-vendor,
  body .snize-ac-results .snize-tag,
  body .snize-ac-results .snize-category,
  body .snize-ac-results .snize-page {
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    line-height: normal;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    height: auto;
    padding-left: 0;
    padding-right: 0; }
    @media screen and (max-width: 1023px) {
      body .snize-ac-results .snize-suggestion,
      body .snize-ac-results .snize-vendor,
      body .snize-ac-results .snize-tag,
      body .snize-ac-results .snize-category,
      body .snize-ac-results .snize-page {
        font-size: 1.4rem;
        line-height: 1.6rem; } }
    body .snize-ac-results .snize-suggestion b,
    body .snize-ac-results .snize-vendor b,
    body .snize-ac-results .snize-tag b,
    body .snize-ac-results .snize-category b,
    body .snize-ac-results .snize-page b {
      font-weight: 400; }
    body .snize-ac-results .snize-suggestion.snize-ac-over-nodrop-mouse,
    body .snize-ac-results .snize-vendor.snize-ac-over-nodrop-mouse,
    body .snize-ac-results .snize-tag.snize-ac-over-nodrop-mouse,
    body .snize-ac-results .snize-category.snize-ac-over-nodrop-mouse,
    body .snize-ac-results .snize-page.snize-ac-over-nodrop-mouse {
      background-color: transparent;
      color: #f15904; }
      body .snize-ac-results .snize-suggestion.snize-ac-over-nodrop-mouse a,
      body .snize-ac-results .snize-vendor.snize-ac-over-nodrop-mouse a,
      body .snize-ac-results .snize-tag.snize-ac-over-nodrop-mouse a,
      body .snize-ac-results .snize-category.snize-ac-over-nodrop-mouse a,
      body .snize-ac-results .snize-page.snize-ac-over-nodrop-mouse a {
        color: #f15904; }
      body .snize-ac-results .snize-suggestion.snize-ac-over-nodrop-mouse .snize-ac-results-arrow,
      body .snize-ac-results .snize-vendor.snize-ac-over-nodrop-mouse .snize-ac-results-arrow,
      body .snize-ac-results .snize-tag.snize-ac-over-nodrop-mouse .snize-ac-results-arrow,
      body .snize-ac-results .snize-category.snize-ac-over-nodrop-mouse .snize-ac-results-arrow,
      body .snize-ac-results .snize-page.snize-ac-over-nodrop-mouse .snize-ac-results-arrow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M0.999532 6.99973H12.1695L7.28953 2.11973C6.89953 1.72973 6.89953 1.08973 7.28953 0.699727C7.67953 0.309727 8.30953 0.309727 8.69953 0.699727L15.2895 7.28973C15.6795 7.67973 15.6795 8.30973 15.2895 8.69973L8.69953 15.2897C8.30953 15.6797 7.67953 15.6797 7.28953 15.2897C6.89953 14.8997 6.89953 14.2697 7.28953 13.8797L12.1695 8.99973H0.999532C0.449532 8.99973 -0.000468254 8.54973 -0.000468254 7.99973C-0.000468254 7.44973 0.449532 6.99973 0.999532 6.99973Z' fill='%23D35D31'/%3E%3C/svg%3E"); }
  body .snize-ac-results .snize-ac-results-list:not(.snize-ac-results-list-last):not(.snize-view-all-container) {
    margin-bottom: clamp(1.5rem, 0.89286vw, 17.14286px); }
  body .snize-ac-results .snize-ac-results-list[aria-labelledby="snize-pages-label"]:not(.snize-ac-results-list-last):not(.snize-view-all-container) {
    margin-bottom: 0; }
  body .snize-no-products-found-text span {
    color: #161C22;
    font-size: clamp(1.5rem, 0.89286vw, 17.14286px);
    font-weight: 400;
    line-height: clamp(1.6rem, 0.95238vw, 18.28571px); }
  body .snize-ac-results .snize-no-products-found .snize-did-you-mean .snize-no-products-found-link,
  body .snize-ac-results .snize-popular-suggestions-text .snize-no-products-found-link {
    background-color: #f15904;
    color: white;
    text-transform: capitalize; }
    body .snize-ac-results .snize-no-products-found .snize-did-you-mean .snize-no-products-found-link:hover,
    body .snize-ac-results .snize-popular-suggestions-text .snize-no-products-found-link:hover {
      background-color: #0e4f9d; }
  body .snize-ac-results-multicolumn-list .snize-product {
    padding-top: 0;
    padding-bottom: 0;
    border-left: 0.1rem solid #bdbdbd;
    border-right: 0.1rem solid #bdbdbd;
    margin-right: -0.1rem;
    max-width: max-content;
    padding-left: 1.7rem;
    padding-right: 1.7rem; }
  body .snize-product.snize-ac-over-nodrop-mouse {
    background-color: transparent;
    border-radius: 0; }
    body .snize-product.snize-ac-over-nodrop-mouse .snize-title {
      text-decoration: underline; }
  body .snize-product .snize-title {
    text-transform: none;
    flex: auto;
    margin-bottom: clamp(0.4rem, 0.2381vw, 4.57143px);
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    font-weight: 600;
    line-height: clamp(2rem, 1.19048vw, 22.85714px);
    max-height: max-content;
    color: #0e4f9d; }
    @media screen and (max-width: 1365px) {
      body .snize-product .snize-title {
        padding-right: 0;
        font-size: 1.6rem; } }
    @media screen and (max-width: 1023px) {
      body .snize-product .snize-title {
        font-weight: 600;
        line-height: 1.76rem; } }
  body .snize-product .snize-description {
    color: #161C22;
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    font-weight: 400;
    line-height: clamp(1.75rem, 1.04167vw, 20px);
    text-align: left;
    margin-bottom: clamp(0.5rem, 0.29762vw, 5.71429px); }
    @media screen and (max-width: 1580px) {
      body .snize-product .snize-description {
        font-size: 1.4rem;
        line-height: 1.8rem; } }
    @media screen and (max-width: 1023px) {
      body .snize-product .snize-description {
        font-size: 1.3rem;
        line-height: 1.95rem; } }
  body .snize-product .snize-sku {
    color: #565B5C !important;
    font-size: clamp(1.3rem, 0.77381vw, 14.85714px) !important;
    font-weight: 500;
    line-height: clamp(1.56rem, 0.92857vw, 17.82857px) !important;
    text-transform: capitalize;
    margin-top: clamp(1rem, 0.59524vw, 11.42857px) !important;
    margin-bottom: clamp(0.7rem, 0.41667vw, 8px) !important;
    text-align: left !important; }
    @media screen and (max-width: 1023px) {
      body .snize-product .snize-sku {
        margin-top: 0.6rem !important; } }
    @media screen and (max-width: 767px) {
      body .snize-product .snize-sku {
        text-align: left; } }
  body .snize-product .snize-price-list {
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(1.5rem, 0.89286vw, 17.14286px);
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    body .snize-product .snize-price-list .money {
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
      font-size: clamp(1.4rem, 0.83333vw, 16px);
      font-weight: 700;
      line-height: clamp(1.4rem, 0.83333vw, 16px);
      color: black; }
      body .snize-product .snize-price-list .money.snize-price-with-discount {
        color: #D61F1F; }
      body .snize-product .snize-price-list .money.snize-discounted-price {
        text-decoration: line-through 1px; }
  body .snize-separator:empty {
    display: none; }
  body .snize-ac-results .snize-no-categories-found,
  body .snize-ac-results .snize-no-pages-found,
  body .snize-ac-results .snize-no-suggestions-found,
  body .snize-ac-results .snize-no-vendors-found,
  body .snize-ac-results .snize-no-tags-found {
    text-transform: none;
    margin-bottom: clamp(0.4rem, 0.2381vw, 4.57143px);
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    font-weight: 400;
    line-height: clamp(1.6rem, 0.95238vw, 18.28571px);
    color: black;
    margin-left: 0;
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      body .snize-ac-results .snize-no-categories-found,
      body .snize-ac-results .snize-no-pages-found,
      body .snize-ac-results .snize-no-suggestions-found,
      body .snize-ac-results .snize-no-vendors-found,
      body .snize-ac-results .snize-no-tags-found {
        font-size: 1.4rem; } }
  @media screen and (max-width: 1023px) {
    body .snize-ac-results.snize-ac-results-mobile {
      height: 100vh !important;
      background-color: #f2f2f2; } }
  @media screen and (max-width: 1023px) {
    body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel .snize-close-button {
      width: 4rem; } }
  body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style {
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(1.5rem, 0.89286vw, 17.14286px);
    line-height: clamp(1.9rem, 1.13095vw, 21.71429px);
    font-weight: 400;
    color: black;
    padding: clamp(0.4rem, 0.2381vw, 4.57143px) 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    height: auto;
    background: white;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    transition: border-color ease-in-out 0.45s; }
    @media screen and (max-width: 1023px) {
      body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style {
        padding-left: 1rem; } }
    body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style:focus {
      border-color: black;
      box-shadow: none; }
    body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style:-internal-autofill-selected {
      background-color: white !important;
      box-shadow: clamp(5rem, 2.97619vw, 57.14286px) clamp(5rem, 2.97619vw, 57.14286px) white inset !important; }
    body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style:-internal-autofill-previewed {
      background-color: white !important;
      box-shadow: clamp(5rem, 2.97619vw, 57.14286px) clamp(5rem, 2.97619vw, 57.14286px) white inset !important; }
    body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style::-webkit-input-placeholder {
      color: #828282;
      opacity: 1; }
    body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style::-moz-placeholder {
      color: #828282;
      opacity: 1; }
    body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style:-ms-input-placeholder {
      color: #828282;
      opacity: 1; }
    body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style:-moz-placeholder {
      color: #828282;
      opacity: 1; }
  @media screen and (max-width: 1023px) {
    body .snize-ac-results.snize-ac-results-mobile .snize-label {
      padding-bottom: 1rem;
      margin-left: 0;
      margin-right: 0; } }
  body .snize-ac-results.snize-ac-results-mobile .snize-title {
    text-transform: none;
    flex: auto;
    margin-bottom: clamp(0.4rem, 0.2381vw, 4.57143px);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.76rem;
    max-height: max-content;
    color: #0e4f9d; }
    @media screen and (max-width: 767px) {
      body .snize-ac-results.snize-ac-results-mobile .snize-title {
        font-size: 1.4rem; } }
  body .snize-ac-results.snize-ac-results-mobile .snize-description {
    color: #161C22;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.95rem;
    text-align: left;
    margin-bottom: clamp(0.5rem, 0.29762vw, 5.71429px);
    flex: auto;
    height: 100%; }
  body .snize-ac-results.snize-ac-results-mobile .snize-item-image {
    padding: 0.3rem;
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid black;
    width: 100%;
    max-width: 100%; }
  body .snize-ac-results.snize-ac-results-mobile .snize-product {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (max-width: 1279px) {
      body .snize-ac-results.snize-ac-results-mobile .snize-product {
        background: none !important; } }
  body .snize-ac-results.snize-ac-results-mobile .snize-suggestion,
  body .snize-ac-results.snize-ac-results-mobile .snize-vendor,
  body .snize-ac-results.snize-ac-results-mobile .snize-tag,
  body .snize-ac-results.snize-ac-results-mobile .snize-category,
  body .snize-ac-results.snize-ac-results-mobile .snize-page {
    padding-left: 0;
    padding-right: 0; }
  body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel button.snize-clear-button {
    margin-right: 2rem; }
  body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel button.snize-close-button-arrow {
    margin-left: 2rem; }
  body .snize-ac-results.snize-ac-results-mobile .snize-ac-results-content {
    padding-left: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem; }
  body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text {
    height: auto;
    font-weight: 500;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
    line-height: normal;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    margin: 0;
    border: 0;
    color: white;
    background: #f15904;
    position: relative;
    text-decoration: none !important;
    overflow: hidden;
    transition: all 0.45s ease-in-out; }
    body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text:hover {
      background: #0e4f9d;
      border-color: #0e4f9d;
      color: white; }
    body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text:active, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text:focus {
      color: white;
      background: #f15904;
      border-color: #f15904; }
      body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text:active:hover, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text:focus:hover {
        background: white;
        border-color: #f15904;
        color: #f15904; }

/* ==================== search page products ==================== */
/* ==================== search page products ==================== */
div.snize.snize-search-results#snize_results {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  div.snize.snize-search-results#snize_results .snize-horizontal-wrapper {
    width: 100%; }
    div.snize.snize-search-results#snize_results .snize-horizontal-wrapper .snize-horizontal-left,
    div.snize.snize-search-results#snize_results .snize-horizontal-wrapper .snize-horizontal-right {
      width: 50%; }
    div.snize.snize-search-results#snize_results .snize-horizontal-wrapper .snize-horizontal-right {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
  div.snize.snize-search-results#snize_results .snize-main-panel-controls {
    margin-left: 0 !important; }
    @media screen and (max-width: 1023px) {
      div.snize.snize-search-results#snize_results .snize-main-panel-controls ul {
        margin: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        padding: 0 !important;
        background: none !important; } }
    div.snize.snize-search-results#snize_results .snize-main-panel-controls ul li {
      height: auto; }
      @media screen and (max-width: 1023px) {
        div.snize.snize-search-results#snize_results .snize-main-panel-controls ul li {
          flex: none; } }
      div.snize.snize-search-results#snize_results .snize-main-panel-controls ul li + li {
        margin-left: 20px; }
      div.snize.snize-search-results#snize_results .snize-main-panel-controls ul li a {
        height: auto;
        border-color: #bdbdbd;
        font-size: clamp(2rem, 1.19048vw, 22.85714px);
        font-weight: 700;
        font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
        text-transform: uppercase;
        border-bottom: 2px solid #c1c1c1;
        color: #6e6e6e;
        box-sizing: content-box !important;
        background: none;
        border-radius: 0;
        padding: 0 !important; }
        div.snize.snize-search-results#snize_results .snize-main-panel-controls ul li a span {
          font-size: clamp(1.2rem, 0.71429vw, 13.71429px);
          vertical-align: super; }
        div.snize.snize-search-results#snize_results .snize-main-panel-controls ul li a:hover {
          color: black !important;
          border-color: black; }
          div.snize.snize-search-results#snize_results .snize-main-panel-controls ul li a:hover span {
            color: black; }
        div.snize.snize-search-results#snize_results .snize-main-panel-controls ul li a.active {
          color: black;
          border-bottom-color: #333; }
          div.snize.snize-search-results#snize_results .snize-main-panel-controls ul li a.active span {
            color: black; }
  div.snize.snize-search-results#snize_results div.snize-search-results-header {
    font-size: clamp(1.4rem, 0.83333vw, 16px); }
  div.snize.snize-search-results#snize_results .snize-main-panel-dropdown .snize-main-panel-dropdown-button {
    border-radius: 0;
    border: 0;
    padding: 10.5px clamp(1.6rem, 0.95238vw, 18.28571px);
    background: rgba(242, 242, 242, 0.4);
    font-size: clamp(1.4rem, 0.83333vw, 16px);
    line-height: clamp(1.8rem, 1.07143vw, 20.57143px);
    font-weight: 500;
    text-transform: capitalize;
    outline: none;
    color: black;
    height: auto;
    display: block;
    margin: 0;
    display: flex;
    align-items: baseline; }
    div.snize.snize-search-results#snize_results .snize-main-panel-dropdown .snize-main-panel-dropdown-button::after {
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87998 1.29L5.99998 5.17L2.11998 1.29C1.72998 0.899998 1.09998 0.899998 0.70998 1.29C0.31998 1.68 0.31998 2.31 0.70998 2.7L5.29998 7.29C5.68998 7.68 6.31998 7.68 6.70998 7.29L11.3 2.7C11.69 2.31 11.69 1.68 11.3 1.29C10.91 0.909998 10.27 0.899998 9.87998 1.29Z' fill='%23333333'/%3E%3C/svg%3E%0A");
      content: "";
      display: inline-block;
      width: 12px !important;
      height: 8px;
      background-size: 10px;
      margin-left: auto;
      position: static !important;
      transform: none !important; }
    div.snize.snize-search-results#snize_results .snize-main-panel-dropdown .snize-main-panel-dropdown-button span {
      margin: 0;
      padding: 0;
      vertical-align: baseline;
      text-overflow: ellipsis;
      width: 147px;
      overflow: hidden;
      white-space: nowrap;
      display: block; }
    div.snize.snize-search-results#snize_results .snize-main-panel-dropdown .snize-main-panel-dropdown-button .caret {
      display: none; }
  div.snize.snize-search-results#snize_results .snize-main-panel-dropdown .snize-main-panel-dropdown-content {
    width: 100%;
    background: #fafafa;
    border: 0;
    margin: 0;
    padding: 0 !important;
    border-radius: 0 !important; }
    div.snize.snize-search-results#snize_results .snize-main-panel-dropdown .snize-main-panel-dropdown-content li a {
      background: none;
      color: black;
      font-size: clamp(1.4rem, 0.83333vw, 16px);
      padding: 8px 12px !important;
      margin: 0 !important; }
      div.snize.snize-search-results#snize_results .snize-main-panel-dropdown .snize-main-panel-dropdown-content li a.current {
        background: #0e4f9d;
        color: white; }
      div.snize.snize-search-results#snize_results .snize-main-panel-dropdown .snize-main-panel-dropdown-content li a:hover {
        background: #0e4f9d;
        color: white; }
  div.snize.snize-search-results#snize_results div.snize-filters-sidebar {
    width: 20%;
    padding-right: clamp(3rem, 1.78571vw, 34.28571px);
    margin: 0;
    border: 0; }
    @media screen and (max-width: 1580px) {
      div.snize.snize-search-results#snize_results div.snize-filters-sidebar {
        width: 25%; } }
    div.snize.snize-search-results#snize_results div.snize-filters-sidebar div.snize-product-filters-title {
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
      font-size: clamp(2rem, 1.19048vw, 22.85714px);
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
      padding: clamp(1.3rem, 0.77381vw, 14.85714px) 0 clamp(0.4rem, 0.2381vw, 4.57143px);
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        div.snize.snize-search-results#snize_results div.snize-filters-sidebar div.snize-product-filters-title {
          padding: 0.2rem 0; } }
      div.snize.snize-search-results#snize_results div.snize-filters-sidebar div.snize-product-filters-title span {
        text-transform: uppercase; }
    div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-size-filter {
      max-width: 100%;
      max-height: 100%;
      overflow: hidden; }
      div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-size-filter li {
        height: auto;
        width: auto;
        margin: clamp(0.4rem, 0.2381vw, 4.57143px); }
        div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-size-filter li label .snize-size-filter-checkbox > span {
          line-height: clamp(2rem, 1.19048vw, 22.85714px);
          font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
          color: black;
          padding: clamp(0.8rem, 0.47619vw, 9.14286px) clamp(2rem, 1.19048vw, 22.85714px); }
          div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-size-filter li label .snize-size-filter-checkbox > span:hover {
            background: #f15904;
            border-color: #f15904;
            color: white; }
        div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-size-filter li input[type=checkbox]:checked + span {
          background: #f15904;
          border-color: #f15904;
          color: white; }
    div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-color-filter {
      max-width: 100%;
      max-height: 100%;
      overflow: hidden; }
      div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-color-filter li {
        height: clamp(3rem, 1.78571vw, 34.28571px);
        width: clamp(3rem, 1.78571vw, 34.28571px);
        margin: clamp(0.4rem, 0.2381vw, 4.57143px); }
        div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-color-filter li label .snize-color-filter-checkbox > span {
          width: 100%;
          height: 100%;
          border-color: white; }
          div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-color-filter li label .snize-color-filter-checkbox > span:before, div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-color-filter li label .snize-color-filter-checkbox > span:after {
            height: clamp(3rem, 1.78571vw, 34.28571px);
            width: clamp(3rem, 1.78571vw, 34.28571px); }
          div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-color-filter li label .snize-color-filter-checkbox > span:after {
            left: 0;
            top: 0;
            border-radius: 0; }
        div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-color-filter li input[type=checkbox]:checked + span:after {
          background-color: transparent !important;
          border-color: #1f1f1f !important; }
    div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-price-range .snize-price-range-input {
      width: calc(100% / 2 - clamp(2.5rem, 1.4881vw, 28.57143px));
      padding: clamp(1rem, 0.59524vw, 11.42857px);
      color: black;
      font-size: clamp(1.4rem, 0.83333vw, 16px);
      font-weight: 500;
      line-height: normal;
      text-align: center;
      line-height: clamp(2.4rem, 1.42857vw, 27.42857px);
      height: auto;
      border-color: #bdbdbd; }
    div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-filters-title > span {
      font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
      font-size: clamp(2rem, 1.19048vw, 22.85714px);
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
      padding: clamp(1.9rem, 1.13095vw, 21.71429px) 0 0; }
      @media screen and (max-width: 767px) {
        div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-filters-title > span {
          padding: 0.2rem 0; } }
    div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-selected-filters {
      font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
      margin: clamp(2rem, 1.19048vw, 22.85714px) 0 clamp(1rem, 0.59524vw, 11.42857px); }
      div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-selected-filters ul {
        margin-bottom: clamp(0.5rem, 0.29762vw, 5.71429px); }
        @media screen and (max-width: 1023px) {
          div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-selected-filters ul {
            margin-top: 0.9rem; } }
        div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-selected-filters ul > li {
          margin-left: 0;
          margin-right: clamp(1rem, 0.59524vw, 11.42857px);
          margin-bottom: clamp(2rem, 1.19048vw, 22.85714px);
          margin-top: 0;
          position: relative;
          font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          color: black;
          padding: clamp(1rem, 0.59524vw, 11.42857px) clamp(1.8rem, 1.07143vw, 20.57143px) clamp(1.1rem, 0.65476vw, 12.57143px) clamp(2.5rem, 1.4881vw, 28.57143px);
          border-radius: 0;
          border: clamp(0.1rem, 0.05952vw, 1.14286px) solid black;
          background-color: white;
          transition: 0.45s ease-in-out;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          letter-spacing: clamp(0.016rem, 0.00952vw, 0.18286px);
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          border-radius: clamp(0.3rem, 0.17857vw, 3.42857px);
          width: max-content; }
          div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-selected-filters ul > li svg {
            width: clamp(1rem, 0.59524vw, 11.42857px);
            height: clamp(1rem, 0.59524vw, 11.42857px);
            stroke: black; }
          div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-selected-filters ul > li:hover {
            border-color: #f15904;
            background-color: #f15904;
            color: white; }
            div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-selected-filters ul > li:hover svg {
              stroke: white; }
          div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-selected-filters ul > li.snize-clear-all-button {
            border: 0;
            padding: 0;
            background: none;
            color: #f15904;
            margin: 0; }
            div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-selected-filters ul > li.snize-clear-all-button:hover {
              color: #0e4f9d;
              border-color: #0e4f9d; }
              div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-selected-filters ul > li.snize-clear-all-button:hover span {
                color: #0e4f9d;
                border-color: #0e4f9d; }
    div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-filters-list {
      margin-bottom: clamp(1.5rem, 0.89286vw, 17.14286px);
      padding: 0 !important; }
      div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-filters-list li {
        margin-bottom: clamp(1.5rem, 0.89286vw, 17.14286px);
        margin-left: clamp(0.2rem, 0.11905vw, 2.28571px) !important; }
        div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-filters-list li input[type=checkbox]:checked + span {
          background: #0e4f9d;
          border-color: #0e4f9d;
          padding-left: 0;
          box-shadow: none !important; }
        div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-filters-list li .snize-filter-checkbox {
          width: clamp(1.7rem, 1.0119vw, 19.42857px);
          height: clamp(1.7rem, 1.0119vw, 19.42857px);
          margin-right: clamp(1.5rem, 0.89286vw, 17.14286px); }
          div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-filters-list li .snize-filter-checkbox span {
            width: 100%;
            height: 100%;
            padding-left: 0 !important;
            padding-right: 0 !important; }
            div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-filters-list li .snize-filter-checkbox span:after {
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M3.73608 9.44035L0.161084 5.86535C-0.0536948 5.65057 -0.0536948 5.30233 0.161084 5.08753L0.938883 4.3097C1.15366 4.0949 1.50192 4.0949 1.7167 4.3097L4.12499 6.71797L9.28329 1.55971C9.49806 1.34493 9.84633 1.34493 10.0611 1.55971L10.8389 2.33753C11.0537 2.5523 11.0537 2.90054 10.8389 3.11535L4.51391 9.44037C4.2991 9.65515 3.95086 9.65515 3.73608 9.44035Z' fill='white'/%3E%3C/svg%3E");
              background-repeat: no-repeat;
              background-position: center;
              border: 0;
              transform: none; }
        @media screen and (min-width: 1025px) {
          div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-filters-list li:hover .snize-filter-checkbox + .needsclick {
            color: #0E4F9D; } }
        div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-filters-list li span.needsclick {
          font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
          font-style: normal;
          font-weight: 500;
          line-height: clamp(2rem, 1.19048vw, 22.85714px);
          color: black;
          margin: 0;
          transition: 0.45s ease-in-out;
          padding-left: clamp(3rem, 1.78571vw, 34.28571px);
          padding-right: clamp(2rem, 1.19048vw, 22.85714px);
          border-radius: 0 !important; }
          div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-filters-list li span.needsclick:hover {
            color: #0e4f9d; }
          div.snize.snize-search-results#snize_results div.snize-filters-sidebar .snize-product-filters-list li span.needsclick .snize-filter-variant-count {
            line-height: clamp(1.8rem, 1.07143vw, 20.57143px); }
    div.snize.snize-search-results#snize_results div.snize-filters-sidebar.snize-hidden + .snize-search-results-main-content {
      width: 100%; }
  div.snize.snize-search-results#snize_results div.snize ul.snize-product-filters-list li .snize-filter-checkbox span {
    box-shadow: 0 0 0 1px #000000 !important; }
  div.snize.snize-search-results#snize_results .snize-search-results-main-content {
    width: 80%; }
    @media screen and (max-width: 1580px) {
      div.snize.snize-search-results#snize_results .snize-search-results-main-content {
        width: 75%; } }
    @media screen and (max-width: 1023px) {
      div.snize.snize-search-results#snize_results .snize-search-results-main-content {
        width: 100%; } }
    div.snize.snize-search-results#snize_results .snize-search-results-main-content #snize-search-results-grid-mode,
    div.snize.snize-search-results#snize_results .snize-search-results-main-content #snize-search-results-list-mode {
      width: 100% !important; }
    div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 clamp(5.5rem, 3.27381vw, 62.85714px);
      width: 100%;
      zoom: inherit; }
      @media screen and (max-width: 1279px) {
        div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap; } }
      @media screen and (max-width: 1023px) {
        div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content {
          border-top: 0.05rem solid #bdbdbd;
          margin-bottom: 0;
          margin: 0 -20px; } }
      div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content::before, div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content::after {
        display: none; }
      div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-category .snize-overhidden,
      div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-page .snize-overhidden {
        padding: 0; }
        div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-category .snize-overhidden .snize-title,
        div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-page .snize-overhidden .snize-title {
          text-transform: none;
          flex: auto;
          margin-bottom: clamp(1.2rem, 0.71429vw, 13.71429px);
          font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
          font-weight: 600;
          line-height: clamp(1.98rem, 1.17857vw, 22.62857px);
          color: #0e4f9d;
          text-align: left;
          text-transform: capitalize;
          font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-category .snize-overhidden .snize-title:hover,
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-page .snize-overhidden .snize-title:hover {
            color: #0e4f9d;
            text-decoration: underline; }
        div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-category .snize-overhidden .snize-description,
        div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-page .snize-overhidden .snize-description {
          font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
          line-height: clamp(2.4rem, 1.42857vw, 27.42857px); }
      div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product {
        padding: 0;
        position: relative;
        margin: 0;
        margin-right: clamp(-0.1rem, -0.05952vw, -1.14286px);
        margin-bottom: clamp(-0.1rem, -0.05952vw, -1.14286px);
        z-index: 1;
        width: calc(33.33% + 0.666666px) !important;
        transition: 0.45s ease-in-out;
        overflow: inherit;
        min-width: inherit !important;
        border: 0; }
        @media screen and (min-width: 2020px) {
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product {
            margin-right: clamp(-0.2rem, -0.11905vw, -2.28571px); } }
        @media screen and (min-width: 2890px) {
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product {
            margin-right: clamp(-0.4rem, -0.2381vw, -4.57143px); } }
        @media screen and (max-width: 1279px) {
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product {
            width: calc(33.33% + 0.666666px) !important; } }
        @media screen and (max-width: 1023px) {
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product {
            width: auto !important;
            margin-right: 0 !important;
            flex: 1 1 33.3333%;
            max-width: 33.3333%;
            margin-bottom: 0 !important;
            border-right: 1px solid #bdbdbd !important;
            border-bottom: 1px solid #bdbdbd !important; } }
        @media screen and (max-width: 666px) {
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product {
            max-width: 50%;
            flex: inherit; } }
        @media screen and (max-width: 1023px) {
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product:nth-child(3n) {
            border-right: none !important; } }
        @media screen and (max-width: 666px) {
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product:nth-child(3n) {
            border-right: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd !important; } }
        @media screen and (max-width: 666px) {
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product:nth-child(even) {
            border-right: none !important; } }
        div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product::before {
          display: none; }
        @media (hover: hover) {
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product:hover {
            z-index: 2; }
            div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product:hover::after {
              opacity: 1;
              border-color: black; } }
        div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-view-link {
          border: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          position: relative;
          z-index: 4;
          padding: 0;
          height: 100%;
          background: white;
          transition: 0.45s ease-in-out; }
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-view-link:hover {
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
            cursor: pointer; }
            @media screen and (max-width: 1023px) {
              div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-view-link:hover {
                box-shadow: none; } }
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-view-link::after {
            content: "";
            min-height: 100%;
            min-width: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
            opacity: 1;
            z-index: 11;
            pointer-events: none;
            transition: 0.45s ease-in-out; }
            @media screen and (max-width: 1023px) {
              div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-view-link::after {
                display: none; } }
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-view-link .snize-item.clearfix {
            height: 100%; }
        div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-title {
          text-transform: none;
          flex: auto;
          margin-bottom: clamp(1.2rem, 0.71429vw, 13.71429px);
          font-size: clamp(1.8rem, 1.07143vw, 20.57143px);
          font-weight: 600;
          line-height: clamp(1.98rem, 1.17857vw, 22.62857px);
          color: #0e4f9d;
          text-align: left;
          text-transform: capitalize;
          font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-title:hover {
            color: #0e4f9d;
            text-decoration: underline; }
          @media screen and (max-width: 1365px) {
            div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-title {
              padding-right: 0;
              margin-bottom: 0.9rem;
              font-size: 1.6rem; } }
          @media screen and (max-width: 1023px) {
            div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-title {
              font-weight: 600;
              line-height: 1.76rem; } }
        div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-description {
          font-size: clamp(1.4rem, 0.83333vw, 16px);
          text-align: left; }
        div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-price-list {
          font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
          font-size: clamp(1.5rem, 0.89286vw, 17.14286px);
          font-weight: 700;
          line-height: normal;
          text-align: left; }
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-price-list .money {
            font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
            font-size: clamp(1.4rem, 0.83333vw, 16px);
            font-weight: 700;
            line-height: clamp(1.4rem, 0.83333vw, 16px);
            color: black; }
            div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-price-list .money.snize-price-with-discount {
              color: #D61F1F; }
            div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-price-list .money.snize-discounted-price {
              text-decoration: line-through 1px;
              color: #000000 !important;
              font-weight: 400; }
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-price-list:has(> .snize-discounted-price) .money {
            color: #D61F1F; }
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-price-list .money + .money:last-of-type {
            margin-left: clamp(0.8rem, 0.47619vw, 9.14286px); }
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-price-list .money + .money {
            margin-left: clamp(0.8rem, 0.47619vw, 9.14286px); }
        div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-button {
          height: auto;
          font-weight: 500;
          font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
          font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
          line-height: normal;
          text-align: center;
          font-weight: 700;
          text-transform: uppercase;
          padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(2rem, 1.19048vw, 22.85714px);
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          outline: none;
          margin: 0;
          border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #f15904;
          color: white;
          background: #f15904;
          text-decoration: none !important;
          overflow: hidden;
          transition: all 0.45s ease-in-out;
          width: auto;
          top: -40%;
          left: clamp(2.7rem, 1.60714vw, 30.85714px);
          right: clamp(2.7rem, 1.60714vw, 30.85714px); }
          @media screen and (max-width: 1279px) {
            div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-button {
              display: none; } }
          @media screen and (max-width: 1023px) {
            div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-button {
              margin-top: 2rem; } }
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-button:hover {
            background: #0e4f9d;
            border-color: #0e4f9d;
            color: white; }
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-button:active, div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-button:focus {
            color: white;
            background: #f15904;
            border-color: #f15904; }
            div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-button:active:hover, div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-product .snize-button:focus:hover {
              background: white;
              border-color: #f15904;
              color: #f15904; }
      div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-thumbnail-wrapper {
        padding: clamp(4.5rem, 2.67857vw, 51.42857px) clamp(6.1rem, 3.63095vw, 69.71429px) clamp(0.4rem, 0.2381vw, 4.57143px);
        margin: 0 clamp(0.3rem, 0.17857vw, 3.42857px) clamp(1.8rem, 1.07143vw, 20.57143px); }
        @media screen and (max-width: 1023px) {
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-thumbnail-wrapper {
            padding: 3rem 5rem 0.4rem; } }
        @media screen and (max-width: 767px) {
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-thumbnail-wrapper {
            padding: 3.2rem 4.7rem 0.4rem;
            margin-bottom: 2.6rem; } }
        @media screen and (max-width: 666px) {
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-thumbnail-wrapper {
            padding: 20px 20px 10px; } }
      div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content span.snize-thumbnail {
        height: clamp(21.4rem, 12.7381vw, 244.57143px);
        border: 0; }
        @media screen and (max-width: 1580px) {
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content span.snize-thumbnail {
            height: 160px; } }
        @media screen and (max-width: 666px) {
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content span.snize-thumbnail {
            height: 120px; } }
      div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-overhidden {
        text-align: center;
        padding: 0 clamp(2.7rem, 1.60714vw, 30.85714px) clamp(2.3rem, 1.36905vw, 26.28571px);
        flex: auto;
        display: flex;
        flex-direction: column;
        position: relative; }
        @media screen and (max-width: 1439px) {
          div.snize.snize-search-results#snize_results .snize-search-results-main-content .snize-search-results-content .snize-overhidden {
            padding: 0 1rem 1.1rem; } }
    div.snize.snize-search-results#snize_results .snize-search-results-main-content #snize-search-results-list-mode .snize-item {
      align-items: center;
      display: flex; }
    @media screen and (max-width: 1279px) {
      div.snize.snize-search-results#snize_results .snize-search-results-main-content #snize-search-results-list-mode .snize-search-results-content {
        width: auto !important; } }
    div.snize.snize-search-results#snize_results .snize-search-results-main-content #snize-search-results-list-mode .snize-search-results-content .snize-product {
      width: 100% !important;
      margin-bottom: calc(-1 * clamp(0.2rem, 0.11905vw, 2.28571px));
      border-bottom: 0;
      flex: auto;
      max-width: 100%; }
      @media screen and (max-width: 1279px) {
        div.snize.snize-search-results#snize_results .snize-search-results-main-content #snize-search-results-list-mode .snize-search-results-content .snize-product {
          border-right: 0 !important;
          padding-top: 1rem !important; } }
      div.snize.snize-search-results#snize_results .snize-search-results-main-content #snize-search-results-list-mode .snize-search-results-content .snize-product .snize-button {
        width: max-content;
        padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(5rem, 2.97619vw, 57.14286px);
        margin-top: clamp(1rem, 0.59524vw, 11.42857px);
        position: static; }
        @media screen and (max-width: 1279px) {
          div.snize.snize-search-results#snize_results .snize-search-results-main-content #snize-search-results-list-mode .snize-search-results-content .snize-product .snize-button {
            display: none; } }
      @media screen and (max-width: 1365px) {
        div.snize.snize-search-results#snize_results .snize-search-results-main-content #snize-search-results-list-mode .snize-search-results-content .snize-product .snize-thumbnail-wrapper {
          padding: 30px; } }
      @media screen and (max-width: 666px) {
        div.snize.snize-search-results#snize_results .snize-search-results-main-content #snize-search-results-list-mode .snize-search-results-content .snize-product .snize-thumbnail-wrapper {
          padding: 10px 0px 0px; } }
      @media screen and (max-width: 1365px) {
        div.snize.snize-search-results#snize_results .snize-search-results-main-content #snize-search-results-list-mode .snize-search-results-content .snize-product .snize-item-image {
          max-width: 180px;
          max-height: 180px; } }
      @media screen and (max-width: 666px) {
        div.snize.snize-search-results#snize_results .snize-search-results-main-content #snize-search-results-list-mode .snize-search-results-content .snize-product .snize-item-image {
          max-width: 130px;
          max-height: 130px; } }
      div.snize.snize-search-results#snize_results .snize-search-results-main-content #snize-search-results-list-mode .snize-search-results-content .snize-product .div.snize-product-label.top-left {
        top: 0;
        left: 0; }
    div.snize.snize-search-results#snize_results .snize-search-results-main-content #snize-search-results-list-mode .snize-search-results-content .snize-overhidden {
      text-align: left; }

@media screen and (max-width: 1023px) {
  .snize-ac-results.snize-ac-results-mobile .snize-close-area {
    display: none; } }

.search-results .page {
  overflow: visible; }

@media screen and (max-width: 1279px) {
  #snize_results.snize-mobile-design.snize-new-version.snize div.snize-main-panel {
    margin: 0;
    width: 100%; } }

@media screen and (max-width: 1279px) {
  #snize_results.snize-mobile-design.snize-new-version.snize .snize-header {
    margin: 0; } }

@media screen and (max-width: 1279px) {
  #snize_results.snize-mobile-design.snize-new-version.snize .snize-search-results-main-content #snize-search-results-grid-mode ul.snize-search-results-content {
    margin: 0; } }

@media screen and (max-width: 1023px) {
  #snize_results.snize-mobile-design.snize-new-version.snize .snize-search-results-main-content #snize-search-results-grid-mode ul.snize-search-results-content {
    margin: 0 -20px; }
    #snize_results.snize-mobile-design.snize-new-version.snize .snize-search-results-main-content #snize-search-results-grid-mode ul.snize-search-results-content li.snize-product {
      padding-right: 0; }
    #snize_results.snize-mobile-design.snize-new-version.snize .snize-search-results-main-content #snize-search-results-grid-mode ul.snize-search-results-content .snize-overhidden {
      padding: 0 2rem 2.1rem; }
    #snize_results.snize-mobile-design.snize-new-version.snize .snize-search-results-main-content #snize-search-results-grid-mode ul.snize-search-results-content .snize-title {
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      margin-bottom: 10px; }
    #snize_results.snize-mobile-design.snize-new-version.snize .snize-search-results-main-content #snize-search-results-grid-mode ul.snize-search-results-content .snize-description {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 10px; }
    #snize_results.snize-mobile-design.snize-new-version.snize .snize-search-results-main-content #snize-search-results-grid-mode ul.snize-search-results-content .snize-button {
      display: none; } }

@media screen and (max-width: 1023px) {
  #snize_results.snize-mobile-design.snize-new-version.snize .snize-search-results-main-content #snize-search-results-grid-mode {
    margin-top: 20px; } }

@media screen and (max-width: 1023px) {
  #snize_results.snize-mobile-design.snize-new-version.snize .snize-search-results-main-content #snize-search-results-list-mode {
    margin-top: 20px; } }

@media screen and (max-width: 1279px) {
  #snize_results.snize-mobile-design.snize-new-version.snize .snize-search-results-main-content #snize-search-results-list-mode ul.snize-search-results-content {
    margin: 0; } }

@media screen and (max-width: 1023px) {
  #snize_results.snize-mobile-design.snize-new-version.snize .snize-search-results-main-content #snize-search-results-list-mode ul.snize-search-results-content {
    margin: 0 -20px; }
    #snize_results.snize-mobile-design.snize-new-version.snize .snize-search-results-main-content #snize-search-results-list-mode ul.snize-search-results-content li.snize-product {
      padding-right: 0;
      width: 100% !important;
      max-width: 100%;
      flex: inherit;
      border-right: 0 !important; }
    #snize_results.snize-mobile-design.snize-new-version.snize .snize-search-results-main-content #snize-search-results-list-mode ul.snize-search-results-content .snize-overhidden {
      padding: 0 2rem 2.1rem; }
    #snize_results.snize-mobile-design.snize-new-version.snize .snize-search-results-main-content #snize-search-results-list-mode ul.snize-search-results-content .snize-title {
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      margin-bottom: 10px; }
    #snize_results.snize-mobile-design.snize-new-version.snize .snize-search-results-main-content #snize-search-results-list-mode ul.snize-search-results-content .snize-description {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 10px; }
    #snize_results.snize-mobile-design.snize-new-version.snize .snize-search-results-main-content #snize-search-results-list-mode ul.snize-search-results-content .snize-button {
      display: none; } }

@media screen and (max-width: 1023px) {
  #snize-modal-mobile-filters-dialog .snize-close-button {
    height: 72px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40%0A' height='40' viewBox='0 0 23 23' fill='none'%3E%3Cpath d='M5.5625 5.57141L16.5622 16.5711' stroke='%231F1F1F' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M5.56836 16.5688L16.568 5.56916' stroke='%231F1F1F' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
    background-size: 24px; } }

#snize-modal-mobile-filters-dialog #snize_filters_block_header.snize-product-filters-header .snize-product-filters-title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif; }

#snize-modal-mobile-filters-dialog #snize_product_filters_selected .snize-selected-filters ul {
  margin-bottom: 5px; }
  #snize-modal-mobile-filters-dialog #snize_product_filters_selected .snize-selected-filters ul > li {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: black;
    padding: 10px 18px 11px 25px;
    border-radius: 0;
    border: 1px solid black;
    background-color: white;
    transition: 0.45s ease-in-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    letter-spacing: 0.16px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 3px;
    width: max-content; }
    #snize-modal-mobile-filters-dialog #snize_product_filters_selected .snize-selected-filters ul > li svg {
      width: 10px;
      height: 10px;
      stroke: black; }
    #snize-modal-mobile-filters-dialog #snize_product_filters_selected .snize-selected-filters ul > li:hover {
      border-color: #f15904;
      background-color: #f15904;
      color: white; }
      #snize-modal-mobile-filters-dialog #snize_product_filters_selected .snize-selected-filters ul > li:hover svg {
        stroke: white; }
    #snize-modal-mobile-filters-dialog #snize_product_filters_selected .snize-selected-filters ul > li.snize-clear-all-button {
      display: none; }

#snize-modal-mobile-filters-dialog #snize_product_filter_header_mobile_sort .snize-product-filters-title,
#snize-modal-mobile-filters-dialog #snize_product_filter_header_price .snize-product-filters-title,
#snize-modal-mobile-filters-dialog #snize_product_filter_header_categories .snize-product-filters-title,
#snize-modal-mobile-filters-dialog #snize_product_filter_header_stock_status .snize-product-filters-title,
#snize-modal-mobile-filters-dialog #snize_product_filter_header_brand .snize-product-filters-title,
#snize-modal-mobile-filters-dialog #snize_product_filter_header_product_condition .snize-product-filters-title,
#snize-modal-mobile-filters-dialog #snize_product_filter_header_discount_relative .snize-product-filters-title {
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 19px 0; }
  #snize-modal-mobile-filters-dialog #snize_product_filter_header_mobile_sort .snize-product-filters-title span,
  #snize-modal-mobile-filters-dialog #snize_product_filter_header_price .snize-product-filters-title span,
  #snize-modal-mobile-filters-dialog #snize_product_filter_header_categories .snize-product-filters-title span,
  #snize-modal-mobile-filters-dialog #snize_product_filter_header_stock_status .snize-product-filters-title span,
  #snize-modal-mobile-filters-dialog #snize_product_filter_header_brand .snize-product-filters-title span,
  #snize-modal-mobile-filters-dialog #snize_product_filter_header_product_condition .snize-product-filters-title span,
  #snize-modal-mobile-filters-dialog #snize_product_filter_header_discount_relative .snize-product-filters-title span {
    text-transform: uppercase; }

#snize-modal-mobile-filters-dialog #snize_product_filter_categories ul.snize-product-filters-list,
#snize-modal-mobile-filters-dialog #snize_product_filter_stock_status ul.snize-product-filters-list,
#snize-modal-mobile-filters-dialog #snize_product_filter_brand ul.snize-product-filters-list,
#snize-modal-mobile-filters-dialog #snize_product_filter_product_condition ul.snize-product-filters-list,
#snize-modal-mobile-filters-dialog #snize_product_filter_discount_relative ul.snize-product-filters-list {
  margin-bottom: 15px; }
  #snize-modal-mobile-filters-dialog #snize_product_filter_categories ul.snize-product-filters-list li,
  #snize-modal-mobile-filters-dialog #snize_product_filter_stock_status ul.snize-product-filters-list li,
  #snize-modal-mobile-filters-dialog #snize_product_filter_brand ul.snize-product-filters-list li,
  #snize-modal-mobile-filters-dialog #snize_product_filter_product_condition ul.snize-product-filters-list li,
  #snize-modal-mobile-filters-dialog #snize_product_filter_discount_relative ul.snize-product-filters-list li {
    margin-bottom: 15px; }
    #snize-modal-mobile-filters-dialog #snize_product_filter_categories ul.snize-product-filters-list li input[type=checkbox]:checked + span,
    #snize-modal-mobile-filters-dialog #snize_product_filter_stock_status ul.snize-product-filters-list li input[type=checkbox]:checked + span,
    #snize-modal-mobile-filters-dialog #snize_product_filter_brand ul.snize-product-filters-list li input[type=checkbox]:checked + span,
    #snize-modal-mobile-filters-dialog #snize_product_filter_product_condition ul.snize-product-filters-list li input[type=checkbox]:checked + span,
    #snize-modal-mobile-filters-dialog #snize_product_filter_discount_relative ul.snize-product-filters-list li input[type=checkbox]:checked + span {
      background: #0e4f9d;
      border-color: #0e4f9d;
      padding-left: 0;
      box-shadow: none; }
    #snize-modal-mobile-filters-dialog #snize_product_filter_categories ul.snize-product-filters-list li .snize-filter-checkbox,
    #snize-modal-mobile-filters-dialog #snize_product_filter_stock_status ul.snize-product-filters-list li .snize-filter-checkbox,
    #snize-modal-mobile-filters-dialog #snize_product_filter_brand ul.snize-product-filters-list li .snize-filter-checkbox,
    #snize-modal-mobile-filters-dialog #snize_product_filter_product_condition ul.snize-product-filters-list li .snize-filter-checkbox,
    #snize-modal-mobile-filters-dialog #snize_product_filter_discount_relative ul.snize-product-filters-list li .snize-filter-checkbox {
      width: 17px;
      height: 17px;
      margin-right: 15px; }
      #snize-modal-mobile-filters-dialog #snize_product_filter_categories ul.snize-product-filters-list li .snize-filter-checkbox span,
      #snize-modal-mobile-filters-dialog #snize_product_filter_stock_status ul.snize-product-filters-list li .snize-filter-checkbox span,
      #snize-modal-mobile-filters-dialog #snize_product_filter_brand ul.snize-product-filters-list li .snize-filter-checkbox span,
      #snize-modal-mobile-filters-dialog #snize_product_filter_product_condition ul.snize-product-filters-list li .snize-filter-checkbox span,
      #snize-modal-mobile-filters-dialog #snize_product_filter_discount_relative ul.snize-product-filters-list li .snize-filter-checkbox span {
        width: 100%;
        height: 100%;
        padding-left: 0 !important; }
        #snize-modal-mobile-filters-dialog #snize_product_filter_categories ul.snize-product-filters-list li .snize-filter-checkbox span:after,
        #snize-modal-mobile-filters-dialog #snize_product_filter_stock_status ul.snize-product-filters-list li .snize-filter-checkbox span:after,
        #snize-modal-mobile-filters-dialog #snize_product_filter_brand ul.snize-product-filters-list li .snize-filter-checkbox span:after,
        #snize-modal-mobile-filters-dialog #snize_product_filter_product_condition ul.snize-product-filters-list li .snize-filter-checkbox span:after,
        #snize-modal-mobile-filters-dialog #snize_product_filter_discount_relative ul.snize-product-filters-list li .snize-filter-checkbox span:after {
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M3.73608 9.44035L0.161084 5.86535C-0.0536948 5.65057 -0.0536948 5.30233 0.161084 5.08753L0.938883 4.3097C1.15366 4.0949 1.50192 4.0949 1.7167 4.3097L4.12499 6.71797L9.28329 1.55971C9.49806 1.34493 9.84633 1.34493 10.0611 1.55971L10.8389 2.33753C11.0537 2.5523 11.0537 2.90054 10.8389 3.11535L4.51391 9.44037C4.2991 9.65515 3.95086 9.65515 3.73608 9.44035Z' fill='white'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 60% auto; }
    #snize-modal-mobile-filters-dialog #snize_product_filter_categories ul.snize-product-filters-list li span.needsclick,
    #snize-modal-mobile-filters-dialog #snize_product_filter_stock_status ul.snize-product-filters-list li span.needsclick,
    #snize-modal-mobile-filters-dialog #snize_product_filter_brand ul.snize-product-filters-list li span.needsclick,
    #snize-modal-mobile-filters-dialog #snize_product_filter_product_condition ul.snize-product-filters-list li span.needsclick,
    #snize-modal-mobile-filters-dialog #snize_product_filter_discount_relative ul.snize-product-filters-list li span.needsclick {
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 16px;
      color: black;
      margin: 0;
      transition: 0.45s ease-in-out;
      padding-left: 30px; }
      #snize-modal-mobile-filters-dialog #snize_product_filter_categories ul.snize-product-filters-list li span.needsclick:hover,
      #snize-modal-mobile-filters-dialog #snize_product_filter_stock_status ul.snize-product-filters-list li span.needsclick:hover,
      #snize-modal-mobile-filters-dialog #snize_product_filter_brand ul.snize-product-filters-list li span.needsclick:hover,
      #snize-modal-mobile-filters-dialog #snize_product_filter_product_condition ul.snize-product-filters-list li span.needsclick:hover,
      #snize-modal-mobile-filters-dialog #snize_product_filter_discount_relative ul.snize-product-filters-list li span.needsclick:hover {
        color: #0e4f9d; }

#snize-modal-mobile-filters-dialog .snize-product-filters-buttons-container {
  border-top: 1px solid #bdbdbd; }
  @media screen and (max-width: 1023px) {
    #snize-modal-mobile-filters-dialog .snize-product-filters-buttons-container {
      border-top: 0; } }
  #snize-modal-mobile-filters-dialog .snize-product-filters-buttons-container .snize-product-filters-buttons button.snize-product-filters-show-products,
  #snize-modal-mobile-filters-dialog .snize-product-filters-buttons-container .snize-product-filters-buttons button.snize-product-filters-reset-all {
    height: auto;
    font-weight: 500;
    font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
    font-size: clamp(1.6rem, 0.95238vw, 18.28571px);
    line-height: normal;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: clamp(1.7rem, 1.0119vw, 19.42857px) clamp(2rem, 1.19048vw, 22.85714px);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    margin: 0;
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #f15904;
    color: white;
    background: #f15904;
    position: relative;
    text-decoration: none !important;
    overflow: hidden;
    transition: all 0.45s ease-in-out; }
    @media screen and (max-width: 666px) {
      #snize-modal-mobile-filters-dialog .snize-product-filters-buttons-container .snize-product-filters-buttons button.snize-product-filters-show-products,
      #snize-modal-mobile-filters-dialog .snize-product-filters-buttons-container .snize-product-filters-buttons button.snize-product-filters-reset-all {
        padding: 15px 9px;
        font-size: 14px; } }
    #snize-modal-mobile-filters-dialog .snize-product-filters-buttons-container .snize-product-filters-buttons button.snize-product-filters-show-products svg,
    #snize-modal-mobile-filters-dialog .snize-product-filters-buttons-container .snize-product-filters-buttons button.snize-product-filters-reset-all svg {
      fill: #fff; }
  #snize-modal-mobile-filters-dialog .snize-product-filters-buttons-container .snize-product-filters-buttons button.snize-product-filters-reset-all {
    background: #f2f2f2;
    color: black;
    border-color: #f2f2f2; }

#snize-modal-mobile-filters-dialog #snize_product_filter_price .snize-price-range .snize-price-range-input {
  width: calc(100% / 2 - 55px);
  padding: 10px;
  color: black;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  line-height: 24px;
  height: auto;
  border-color: #bdbdbd; }

#snize-modal-mobile-filters-dialog #snize_product_filter_mobile_sort ul.snize-main-panel-dropdown-content li {
  margin-bottom: 10px; }
  #snize-modal-mobile-filters-dialog #snize_product_filter_mobile_sort ul.snize-main-panel-dropdown-content li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: black; }

.snize.snize-search-results .snize-pagination {
  margin: 0 0 clamp(7.5rem, 4.46429vw, 85.71429px);
  position: relative;
  width: 100% !important; }
  @media screen and (max-width: 1365px) {
    .snize.snize-search-results .snize-pagination {
      padding: 0 6rem; } }
  @media screen and (max-width: 1279px) {
    .snize.snize-search-results .snize-pagination {
      padding: 0;
      margin: 30px 0 5rem; } }
  .snize.snize-search-results .snize-pagination ul {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative; }
    @media screen and (max-width: 1279px) {
      .snize.snize-search-results .snize-pagination ul {
        display: block;
        position: relative; } }
    .snize.snize-search-results .snize-pagination ul li {
      border: 0; }
    .snize.snize-search-results .snize-pagination ul li {
      padding: 0;
      border-radius: 0;
      margin-left: clamp(-0.1rem, -0.05952vw, -1.14286px);
      margin-right: 0;
      margin-bottom: 0; }
      .snize.snize-search-results .snize-pagination ul li a,
      .snize.snize-search-results .snize-pagination ul li span {
        font-size: clamp(1.3rem, 0.77381vw, 14.85714px);
        color: black;
        font-weight: 700;
        line-height: clamp(1.56rem, 0.92857vw, 17.82857px);
        text-transform: uppercase;
        text-align: center;
        min-width: clamp(4.8rem, 2.85714vw, 54.85714px);
        height: clamp(4.8rem, 2.85714vw, 54.85714px);
        padding: 0;
        border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
        border-radius: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center; }
        @media screen and (max-width: 1023px) {
          .snize.snize-search-results .snize-pagination ul li a,
          .snize.snize-search-results .snize-pagination ul li span {
            min-width: 4.6rem;
            height: 4.6rem; } }
        @media screen and (min-width: 1024px) {
          .snize.snize-search-results .snize-pagination ul li a:hover,
          .snize.snize-search-results .snize-pagination ul li span:hover {
            background-color: #f15904;
            border-color: #f15904;
            color: white; }
            .snize.snize-search-results .snize-pagination ul li a:hover svg,
            .snize.snize-search-results .snize-pagination ul li span:hover svg {
              fill: white; } }
    .snize.snize-search-results .snize-pagination ul .active a {
      position: relative;
      color: #f15904; }
    .snize.snize-search-results .snize-pagination ul .snize-pagination-prev {
      position: absolute;
      left: 0;
      border-radius: 0; }
    .snize.snize-search-results .snize-pagination ul .snize-pagination-next {
      position: absolute;
      right: 0;
      background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.49999H6.585L4.145 6.93998C3.95 7.13498 3.95 7.45498 4.145 7.64998C4.34 7.84499 4.655 7.84499 4.85 7.64998L8.145 4.35499C8.34 4.15999 8.34 3.84499 8.145 3.64999L4.855 0.349985C4.66 0.154985 4.345 0.154985 4.15 0.349985C3.955 0.544985 3.955 0.859986 4.15 1.05499L6.585 3.49999H1C0.725 3.49999 0.5 3.72499 0.5 3.99999C0.5 4.27499 0.725 4.49999 1 4.49999Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 12px;
      border-radius: 0; }
    .snize.snize-search-results .snize-pagination ul .snize-pagination-prev {
      background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00024 3.49999H2.41523L4.85523 1.05999C5.05023 0.864985 5.05023 0.544985 4.85523 0.349985C4.66023 0.154985 4.34523 0.154985 4.15023 0.349985L0.855234 3.64499C0.660234 3.83999 0.660234 4.15499 0.855234 4.34999L4.15023 7.64499C4.34523 7.83999 4.66023 7.83999 4.85523 7.64499C5.05023 7.44999 5.05023 7.13498 4.85523 6.93998L2.41523 4.49999H8.00024C8.27524 4.49999 8.50024 4.27499 8.50024 3.99999C8.50024 3.72499 8.27524 3.49999 8.00024 3.49999Z' fill='%23333333'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 12px; }
    .snize.snize-search-results .snize-pagination ul .snize-pagination-next,
    .snize.snize-search-results .snize-pagination ul .snize-pagination-prev {
      float: inherit;
      top: 50%;
      transform: translateY(-50%);
      min-width: clamp(4.8rem, 2.85714vw, 54.85714px);
      height: clamp(4.8rem, 2.85714vw, 54.85714px);
      padding: 0;
      border-radius: 0 !important;
      font-size: 0 !important; }
      @media screen and (max-width: 1023px) {
        .snize.snize-search-results .snize-pagination ul .snize-pagination-next,
        .snize.snize-search-results .snize-pagination ul .snize-pagination-prev {
          position: absolute; } }
      .snize.snize-search-results .snize-pagination ul .snize-pagination-next .icon,
      .snize.snize-search-results .snize-pagination ul .snize-pagination-prev .icon {
        width: clamp(0.8rem, 0.47619vw, 9.14286px);
        height: clamp(1.5rem, 0.89286vw, 17.14286px);
        margin: 0; }
        .snize.snize-search-results .snize-pagination ul .snize-pagination-next .icon svg,
        .snize.snize-search-results .snize-pagination ul .snize-pagination-prev .icon svg {
          width: clamp(0.8rem, 0.47619vw, 9.14286px);
          height: clamp(1.5rem, 0.89286vw, 17.14286px);
          fill: black; }

.snize-pagination {
  margin: 0 0 clamp(7.5rem, 4.46429vw, 85.71429px);
  position: relative;
  width: 100% !important; }
  @media screen and (max-width: 1365px) {
    .snize-pagination {
      padding: 0 6rem; } }
  @media screen and (max-width: 1279px) {
    .snize-pagination {
      padding: 0;
      margin: 30px 0 30px; } }
  .snize-pagination .snize-current-page {
    font-size: clamp(1.3rem, 0.77381vw, 14.85714px) !important;
    color: black !important;
    font-weight: 700 !important;
    line-height: clamp(1.56rem, 0.92857vw, 17.82857px) !important;
    text-transform: uppercase;
    text-align: center;
    min-width: clamp(4.8rem, 2.85714vw, 54.85714px);
    height: clamp(4.8rem, 2.85714vw, 54.85714px);
    padding: 0 clamp(0.6rem, 0.35714vw, 6.85714px);
    border: clamp(0.1rem, 0.05952vw, 1.14286px) solid #bdbdbd;
    border-radius: 0;
    display: flex !important;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: auto !important; }
    @media screen and (max-width: 1023px) {
      .snize-pagination .snize-current-page {
        min-width: 4.6rem;
        height: 4.6rem; } }
    @media screen and (min-width: 1024px) {
      .snize-pagination .snize-current-page:hover {
        background-color: #f15904;
        border-color: #f15904;
        color: white; }
        .snize-pagination .snize-current-page:hover svg {
          fill: white; } }
  .snize-pagination .active a {
    position: relative;
    color: #f15904; }
  .snize-pagination .snize-pagination-prev {
    position: absolute;
    left: 0;
    border-radius: 0; }
  .snize-pagination .snize-pagination-next {
    position: absolute;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.49999H6.585L4.145 6.93998C3.95 7.13498 3.95 7.45498 4.145 7.64998C4.34 7.84499 4.655 7.84499 4.85 7.64998L8.145 4.35499C8.34 4.15999 8.34 3.84499 8.145 3.64999L4.855 0.349985C4.66 0.154985 4.345 0.154985 4.15 0.349985C3.955 0.544985 3.955 0.859986 4.15 1.05499L6.585 3.49999H1C0.725 3.49999 0.5 3.72499 0.5 3.99999C0.5 4.27499 0.725 4.49999 1 4.49999Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    border-radius: 0; }
  .snize-pagination .snize-pagination-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00024 3.49999H2.41523L4.85523 1.05999C5.05023 0.864985 5.05023 0.544985 4.85523 0.349985C4.66023 0.154985 4.34523 0.154985 4.15023 0.349985L0.855234 3.64499C0.660234 3.83999 0.660234 4.15499 0.855234 4.34999L4.15023 7.64499C4.34523 7.83999 4.66023 7.83999 4.85523 7.64499C5.05023 7.44999 5.05023 7.13498 4.85523 6.93998L2.41523 4.49999H8.00024C8.27524 4.49999 8.50024 4.27499 8.50024 3.99999C8.50024 3.72499 8.27524 3.49999 8.00024 3.49999Z' fill='%23333333'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px; }
  .snize-pagination .snize-pagination-next,
  .snize-pagination .snize-pagination-prev {
    float: inherit;
    top: 50%;
    transform: translateY(-50%);
    min-width: clamp(4.8rem, 2.85714vw, 54.85714px);
    height: clamp(4.8rem, 2.85714vw, 54.85714px);
    padding: 0;
    border-radius: 0 !important;
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important; }
    @media screen and (max-width: 1023px) {
      .snize-pagination .snize-pagination-next,
      .snize-pagination .snize-pagination-prev {
        position: absolute; } }
    .snize-pagination .snize-pagination-next .icon,
    .snize-pagination .snize-pagination-prev .icon {
      width: clamp(0.8rem, 0.47619vw, 9.14286px);
      height: clamp(1.5rem, 0.89286vw, 17.14286px);
      margin: 0; }
      .snize-pagination .snize-pagination-next .icon svg,
      .snize-pagination .snize-pagination-prev .icon svg {
        width: clamp(0.8rem, 0.47619vw, 9.14286px);
        height: clamp(1.5rem, 0.89286vw, 17.14286px);
        fill: black; }

@media screen and (max-width: 1279px) {
  .snize.snize-search-results .snize-search-results-main-content + .snize-pagination ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

@media screen and (max-width: 1279px) {
  .snize.snize-search-results .snize-search-results-main-content + .snize-pagination ul .snize-pagination-prev {
    background-position: left; } }

@media screen and (max-width: 1279px) {
  .snize.snize-search-results .snize-search-results-main-content + .snize-pagination ul .snize-pagination-next {
    background-position: right; } }

@media screen and (max-width: 666px) {
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns.snize-search-results-row-mode span.snize-thumbnail {
    height: 120px !important; } }

body div.snize *:focus-visible {
  outline-style: none !important;
  outline-width: 0 !important; }

.body div.snize div.slider-container.snize-theme {
  margin: 0 auto;
  width: 100% !important; }

.body div.snize div.slider-container.snize-theme .selected-bar {
  background-color: #d3d3d3;
  position: absolute;
  height: 100%;
  width: 100% !important;
  left: 0 !important; }

.body div.snize div.slider-container.snize-theme .back-bar .pointer {
  position: absolute;
  z-index: 4;
  cursor: col-resize;
  opacity: 1;
  border-radius: 50%;
  background: #333;
  width: 22px;
  height: 22px;
  top: -10px;
  transform: none; }
  @media screen and (min-width: 1025px) {
    .body div.snize div.slider-container.snize-theme .back-bar .pointer.high {
      margin-left: -10px !important; } }

.body div.snize .snize-product-filters-block:hover {
  background-color: #fff; }

.body .snize-product-filters-block:first-of-type .snize-product-filters-title {
  padding-top: 0 !important; }

.body div.snize div.snize-main-panel {
  border: none;
  display: inline-block;
  min-height: 40px;
  width: 100%;
  margin-left: 0;
  height: 40px;
  position: relative;
  background-color: transparent;
  box-shadow: none; }
  @media screen and (max-width: 1023px) {
    .body div.snize div.snize-main-panel {
      height: auto; } }
  @media screen and (min-width: 1025px) {
    .body div.snize div.snize-main-panel .snize-main-panel-view-mode {
      position: absolute;
      right: 210px;
      margin: 0 10px 0 0; }
      .body div.snize div.snize-main-panel .snize-main-panel-view-mode a.snize-view-mode-icon {
        width: 39px;
        height: 39px; }
      .body div.snize div.snize-main-panel .snize-main-panel-view-mode a.active {
        background-color: #333; }
        .body div.snize div.snize-main-panel .snize-main-panel-view-mode a.active svg path.snize-grid-view-border {
          fill: #333; }
        .body div.snize div.snize-main-panel .snize-main-panel-view-mode a.active svg path {
          fill: #fff; }
        .body div.snize div.snize-main-panel .snize-main-panel-view-mode a.active.snize-list-mode-icon svg path.snize-list-view-border {
          fill: #333; }
        .body div.snize div.snize-main-panel .snize-main-panel-view-mode a.active.snize-list-mode-icon svg path {
          fill: #fff; } }

.body div.snize div.snize-product-filters-title.open i.snize-product-filters-close,
.body div.snize div.snize-product-filters-wrapper-title.open i.snize-product-filters-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='2' viewBox='0 0 14 2' fill='none'%3E%3Cpath d='M13 2H1C0.45 2 0 1.55 0 1C0 0.45 0.45 0 1 0H13C13.55 0 14 0.45 14 1C14 1.55 13.55 2 13 2Z' fill='%23333333'/%3E%3C/svg%3E");
  margin: 0;
  width: 14px;
  height: 2px; }

.body div.snize i.snize-product-filters-open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M13 8H8V13C8 13.55 7.55 14 7 14C6.45 14 6 13.55 6 13V8H1C0.45 8 0 7.55 0 7C0 6.45 0.45 6 1 6H6V1C6 0.45 6.45 0 7 0C7.55 0 8 0.45 8 1V6H13C13.55 6 14 6.45 14 7C14 7.55 13.55 8 13 8Z' fill='%23333333'/%3E%3C/svg%3E");
  width: 14px;
  margin: 0;
  height: 14px; }

.body div.snize .snize-price-range-slider {
  padding: 24px 11px; }

.body .snize-main-panel-dropdown {
  min-width: 201px; }

@media screen and (max-width: 1023px) {
  .body .snize-main-panel-mobile-filters {
    border: 0 !important;
    margin-right: 0 !important; } }

.body .snize-main-panel-mobile-filters a {
  border: 0 !important;
  color: #161C22 !important; }

@media screen and (max-width: 1279px) {
  .body .snize-main-panel-view-mode {
    border: 0 !important; }
    .body .snize-main-panel-view-mode a.snize-grid-mode-icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23333' fill-rule='nonzero' d='M12 11h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1zm-9 0h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1zm9-9h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zM3 2h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1z'/%3E%3C/svg%3E") !important; } }

@media screen and (max-width: 1279px) {
  .body .snize-main-panel-view-mode {
    border: 0 !important; }
    .body .snize-main-panel-view-mode a.snize-list-mode-icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23333' fill-rule='nonzero' d='M8 15h10a1 1 0 0 1 0 2H8a1 1 0 0 1 0-2zm-5-1a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm5-5h10a1 1 0 0 1 0 2H8a1 1 0 0 1 0-2zM3 8a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm5-5h10a1 1 0 0 1 0 2H8a1 1 0 1 1 0-2zM3 2a2 2 0 1 1 0 4 2 2 0 0 1 0-4z'/%3E%3C/svg%3E") !important; } }

.body .snize-main-panel-view-mode a {
  border: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

#snize_results.snize-mobile-design div.snize-main-panel-view-mode a.snize-view-mode-icon.active {
  display: block !important; }

.snize-product-filters-show-products {
  height: auto;
  font-weight: 500;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px) !important;
  line-height: normal !important;
  text-align: center !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  border-radius: 0 !important;
  outline: none;
  margin: 0;
  border: 0;
  color: white !important;
  background: #f15904 !important;
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
  transition: all 0.45s ease-in-out; }
  @media screen and (min-width: 1279px) {
    .snize-product-filters-show-products:hover {
      background: #0e4f9d !important;
      border-color: #0e4f9d !important;
      color: white !important; }
    .snize-product-filters-show-products:active, .snize-product-filters-show-products:focus {
      color: white !important;
      background: #f15904 !important;
      border-color: #f15904 !important; }
      .snize-product-filters-show-products:active:hover, .snize-product-filters-show-products:focus:hover {
        background: white !important;
        border-color: #f15904 !important;
        color: #f15904 !important; } }

.snize-product-filters-reset-all {
  border-radius: 0 !important;
  font-weight: 500;
  font-family: "Helvetica Neue LT Pro", serif, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 0.95238vw, 18.28571px) !important;
  line-height: normal !important;
  text-align: center !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  border-radius: 0 !important; }

.snize-product-filters-reset {
  height: 20px !important;
  width: 20px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40%0A' height='40' viewBox='0 0 23 23' fill='none'%3E%3Cpath d='M5.5625 5.57141L16.5622 16.5711' stroke='%231F1F1F' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M5.56836 16.5688L16.568 5.56916' stroke='%231F1F1F' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E") !important;
  background-size: 24px; }

div.snize-product-filters-block i.snize-product-filters-reset {
  background-size: 16px !important; }

.snize-back-to-filters {
  color: #161C22 !important;
  margin-left: -5px !important; }
  .snize-back-to-filters .snize-back-arrow {
    color: #161C22 !important;
    height: 8px !important;
    width: 8px !important;
    margin: 1px 8px !important; }

div.snize ul.snize-product-filters-list li {
  margin: 10px 0 !important; }

div.snize ul.snize-product-filters-list li:hover .snize-filter-checkbox span {
  box-shadow: none; }

#snize-modal-mobile-filters-dialog ul.snize-product-filters-list li .snize-filter-checkbox span:after {
  border: 2px solid #161C22 !important;
  border-top: none !important;
  border-right: none !important;
  width: 13px !important;
  height: 8px !important;
  top: 5px !important;
  left: 5px !important; }

#snize-modal-mobile-filters-dialog #snize_product_filter_categories ul.snize-product-filters-list li .snize-filter-checkbox,
#snize-modal-mobile-filters-dialog #snize_product_filter_stock_status ul.snize-product-filters-list li .snize-filter-checkbox,
#snize-modal-mobile-filters-dialog #snize_product_filter_brand ul.snize-product-filters-list li .snize-filter-checkbox,
#snize-modal-mobile-filters-dialog #snize_product_filter_product_condition ul.snize-product-filters-list li .snize-filter-checkbox,
#snize-modal-mobile-filters-dialog #snize_product_filter_discount_relative ul.snize-product-filters-list li .snize-filter-checkbox {
  width: 23px !important;
  height: 23px !important;
  margin: -4px 6px 0 0 !important; }

#snize-modal-mobile-filters-dialog ul.snize-product-filters-list li > label {
  padding: 8px 0 17px !important; }

@media screen and (max-width: 1023px) {
  .snize-product-filters-list .snize-filter-checkbox .needsclick {
    border-radius: 0 !important;
    width: 23px !important;
    height: 23px !important;
    cursor: pointer;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    border: 1px solid #000000 !important;
    box-shadow: none !important;
    padding-left: 0 !important; }
    .snize-product-filters-list .snize-filter-checkbox .needsclick:hover {
      box-shadow: none !important; }
  .snize-product-filters-list .needsclick {
    color: #161C22 !important;
    padding-left: 38px !important; }
  .snize-product-filters-list .snize-filter-variant-count {
    color: #000000 !important; } }

#snize-search-results-grid-mode div.snize-product-label.top-left {
  top: 0 !important;
  left: -3px !important; }
  @media screen and (max-width: 1279px) {
    #snize-search-results-grid-mode div.snize-product-label.top-left {
      top: -0.1rem !important; } }

div.snize-product-label .snize-right-arrow {
  display: none !important; }

div.snize div.slider-container.snize-theme .back-bar .pointer {
  position: absolute !important;
  z-index: 4 !important;
  cursor: col-resize !important;
  opacity: 1 !important;
  border-radius: 50% !important;
  background: #333 !important;
  width: 22px !important;
  height: 22px !important;
  top: -10px !important;
  transform: none; }

.snize-selected-filter-value {
  color: #161C22 !important; }

#snize-modal-mobile-filters-dialog .snize-price-range {
  margin-top: 0 !important; }

#snize_results.snize-mobile-design div.snize-main-panel-dropdown {
  margin-left: 0 !important;
  margin-right: 0 !important; }

@media screen and (max-width: 767px) {
  #snize_results.snize-mobile-design div.snize-main-panel-mobile-filters {
    display: block;
    float: right;
    margin: 17px 0 !important; }
    #snize_results.snize-mobile-design div.snize-main-panel-mobile-filters > a {
      padding: 0 4px 0 0 !important; }
  #snize-modal-mobile-filters-dialog .snize-price-range-slider {
    width: 300px !important; } }

div.snize div.snize-search-results-pages li.snize-page:hover {
  background-color: #fff !important; }

#snize-modal-mobile-filters-dialog div.snize-product-filters-header span.snize-product-filters-title span.snize-product-filters-count,
#snize-modal-mobile-filters-dialog div.snize-product-filters-header span.snize-product-filters-title .snize-product-filter-count {
  color: #000000 !important; }

div.snize div.snize-header {
  margin: 5px 0px 15px; }

#snize_results.snize-mobile-design.snize-new-version div.snize-pagination a.disabled {
  opacity: 1 !important; }

#snize-modal-mobile-sortby-dialog ul.snize-main-panel-dropdown-content li a.current {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M3.73608 9.44035L0.161084 5.86535C-0.0536948 5.65057 -0.0536948 5.30233 0.161084 5.08753L0.938883 4.3097C1.15366 4.0949 1.50192 4.0949 1.7167 4.3097L4.12499 6.71797L9.28329 1.55971C9.49806 1.34493 9.84633 1.34493 10.0611 1.55971L10.8389 2.33753C11.0537 2.5523 11.0537 2.90054 10.8389 3.11535L4.51391 9.44037C4.2991 9.65515 3.95086 9.65515 3.73608 9.44035Z' fill='%23000'/%3E%3C/svg%3E") !important; }

.snize-modal .snize-close-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40%0A' height='40' viewBox='0 0 23 23' fill='none'%3E%3Cpath d='M5.5625 5.57141L16.5622 16.5711' stroke='%231F1F1F' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M5.56836 16.5688L16.568 5.56916' stroke='%231F1F1F' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  background-size: 24px; }

div.snize ul.snize-product-color-filter li label .snize-color-filter-checkbox > span:before {
  border: 0 !important; }

#snize-modal-mobile-filters-dialog ul.snize-product-color-filter li .snize-color-filter-checkbox input[type=checkbox]:checked + span:after {
  border: 2px solid #000000 !important; }

.snize-product-color-filter {
  padding-left: 0 !important; }
  .snize-product-color-filter li {
    margin-left: 0 !important; }
  @media screen and (max-width: 1279px) {
    .snize-product-color-filter {
      margin-left: 0 !important; }
      .snize-product-color-filter li {
        width: 6% !important; } }

.second-level {
  overflow: hidden !important; }
  @media screen and (max-width: 1279px) {
    .second-level {
      overflow: auto !important; } }

.navigation-treeview {
  display: none; }
  .navigation-treeview .navList-item {
    display: none; }
    .navigation-treeview .navList-item h2 {
      margin: 0; }
    .navigation-treeview .navList-item.active-category {
      display: block; }
      .navigation-treeview .navList-item.active-category h2 {
        margin: 0; }
      .navigation-treeview .navList-item.active-category > h2 a {
        display: none; }
      .navigation-treeview .navList-item.active-category > h2 + .icon {
        display: none; }
      .navigation-treeview .navList-item.active-category > ul {
        display: block; }
        .navigation-treeview .navList-item.active-category > ul .navList-subItem {
          display: block; }
          .navigation-treeview .navList-item.active-category > ul .navList-subItem > h2 a {
            display: block; }
          .navigation-treeview .navList-item.active-category > ul .navList-subItem > h2 + .icon {
            display: block; }
        .navigation-treeview .navList-item.active-category > ul > li ul {
          margin-left: 2rem; }
    .navigation-treeview .navList-item .navList-subItem.active-category {
      display: block; }
      .navigation-treeview .navList-item .navList-subItem.active-category > h2 a {
        display: none; }
      .navigation-treeview .navList-item .navList-subItem.active-category > h2 + .icon {
        display: none; }
      .navigation-treeview .navList-item .navList-subItem.active-category > ul {
        display: block; }
        .navigation-treeview .navList-item .navList-subItem.active-category > ul .navList-subItem {
          display: block; }
          .navigation-treeview .navList-item .navList-subItem.active-category > ul .navList-subItem > h2 a {
            display: block; }
          .navigation-treeview .navList-item .navList-subItem.active-category > ul .navList-subItem > h2 + .icon {
            display: block; }
    .navigation-treeview .navList-item:has(.active-category) {
      content: "";
      display: block; }
      .navigation-treeview .navList-item:has(.active-category) > ul {
        display: block; }
    .navigation-treeview .navList-item:not(.active-category.navsubList-item) > h2 a {
      display: none; }
    .navigation-treeview .navList-item:not(.active-category.navsubList-item) > h2 + .icon {
      display: none; }
  .navigation-treeview:has(.active-category > ul) {
    display: block; }

.template-product body {
  overflow-x: hidden; }

.morecontent span {
  display: none; }

.morelink {
  display: block; }

.custom-container-items {
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .custom-container-items span a {
    color: white; }
    .custom-container-items span a:hover {
      color: #f15904; }
  .custom-container-items .custom-button-items a {
    color: white;
    padding: 1rem 2rem;
    border: 1px solid #f15904;
    text-align: center; }
    .custom-container-items .custom-button-items a:hover {
      color: #f15904; }
  @media screen and (max-width: 990px) {
    .custom-container-items {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-content: center; } }
